From f72dc5859fc91e09e85ad16138601fbec7922fb8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 11 Jul 2013 14:32:56 +0100 Subject: GPL boilerplate. --- src/lib/resampler.cc | 20 ++++++++++++++++++++ src/lib/resampler.h | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) (limited to 'src') diff --git a/src/lib/resampler.cc b/src/lib/resampler.cc index ebb507cb1..cc5072442 100644 --- a/src/lib/resampler.cc +++ b/src/lib/resampler.cc @@ -1,3 +1,22 @@ +/* + Copyright (C) 2013 Carl Hetherington + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + extern "C" { #include "libavutil/channel_layout.h" } @@ -7,6 +26,7 @@ extern "C" { #include "i18n.h" +using std::cout; using boost::shared_ptr; Resampler::Resampler (int in, int out, int channels) diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 21979846e..7c85773c0 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -1,3 +1,22 @@ +/* + Copyright (C) 2013 Carl Hetherington + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + #include extern "C" { #include -- cgit v1.2.3