From 4f6f7f45f6e16820b4a3a8d886485dfdbccd6851 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 22 Mar 2015 16:07:01 +0100 Subject: [PATCH] add GPL boilerplate. --- libs/ardour/sndfileimportable.cc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/libs/ardour/sndfileimportable.cc b/libs/ardour/sndfileimportable.cc index 2c55886502..5ccab2c0d2 100644 --- a/libs/ardour/sndfileimportable.cc +++ b/libs/ardour/sndfileimportable.cc @@ -1,3 +1,22 @@ +/* + Copyright (C) 2000,2015 Paul Davis + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +*/ + #include #include #include