summaryrefslogtreecommitdiff
path: root/common/JackAtomicArrayState.h
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2010-03-19 15:35:42 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2010-03-19 15:35:42 +0000
commitc811596499644006c2cc38836b2acbb8fb45937c (patch)
treefb5411205348df8e18dbfe94c4b0ec8bbb157ca1 /common/JackAtomicArrayState.h
parentd909ba9f5785fedc5cddfe1395be116795aa3fef (diff)
downloadjack2-c811596499644006c2cc38836b2acbb8fb45937c.tar.gz
Fix some file header to have library side code use LGPL.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3961 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'common/JackAtomicArrayState.h')
-rw-r--r--common/JackAtomicArrayState.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/common/JackAtomicArrayState.h b/common/JackAtomicArrayState.h
index 8a0daf08..177158da 100644
--- a/common/JackAtomicArrayState.h
+++ b/common/JackAtomicArrayState.h
@@ -1,21 +1,21 @@
/*
-Copyright (C) 2004-2006 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) 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.
+
+ */
#ifndef __JackAtomicArrayState__
#define __JackAtomicArrayState__