summaryrefslogtreecommitdiff
path: root/libs/ardour/sndfileimportable.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-22 16:07:01 +0100
committerRobin Gareus <robin@gareus.org>2015-03-22 16:12:41 +0100
commit4f6f7f45f6e16820b4a3a8d886485dfdbccd6851 (patch)
tree09f37138eeb9831b5e57e36a5b7fac3f2dfa2567 /libs/ardour/sndfileimportable.cc
parentfbe673d9c7da1b0fe3966b5161c2bccca68aa4ea (diff)
add GPL boilerplate.
Diffstat (limited to 'libs/ardour/sndfileimportable.cc')
-rw-r--r--libs/ardour/sndfileimportable.cc19
1 files changed, 19 insertions, 0 deletions
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 <sndfile.h>
#include <iostream>
#include <cstring>