summaryrefslogtreecommitdiff
path: root/common/JackDriverLoader.h
diff options
context:
space:
mode:
authorStephane Letz <letz@grame.fr>2019-03-22 12:26:54 +0100
committerStephane Letz <letz@grame.fr>2019-03-22 12:26:54 +0100
commite298b4409d186ef99cfb83e7b1d4a496cdb2c431 (patch)
tree6b1bbeec260b32e0347757e33bec6d280a223356 /common/JackDriverLoader.h
parent03b8316c5b771c9f28dbd708092fbb91c8210587 (diff)
downloadjack2-e298b4409d186ef99cfb83e7b1d4a496cdb2c431.tar.gz
Correct GPL licence to LGPL for header files needed to build libjack.
Diffstat (limited to 'common/JackDriverLoader.h')
-rw-r--r--common/JackDriverLoader.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/common/JackDriverLoader.h b/common/JackDriverLoader.h
index e7748565..1562f76e 100644
--- a/common/JackDriverLoader.h
+++ b/common/JackDriverLoader.h
@@ -1,20 +1,20 @@
/*
-Copyright (C) 2001-2005 Paul Davis
-Copyright (C) 2004-2008 Grame
-
-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.
+ Copyright (C) 2001-2005 Paul Davis
+ Copyright (C) 2004-2008 Grame
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/