summaryrefslogtreecommitdiff
path: root/windows/JackWinNamedPipeClientChannel.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 /windows/JackWinNamedPipeClientChannel.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 'windows/JackWinNamedPipeClientChannel.h')
-rw-r--r--windows/JackWinNamedPipeClientChannel.h33
1 files changed, 17 insertions, 16 deletions
diff --git a/windows/JackWinNamedPipeClientChannel.h b/windows/JackWinNamedPipeClientChannel.h
index 32bf6a5d..fc5617e7 100644
--- a/windows/JackWinNamedPipeClientChannel.h
+++ b/windows/JackWinNamedPipeClientChannel.h
@@ -1,21 +1,22 @@
/*
-Copyright (C) 2004-2006 Grame
+ 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.
+
+ */
- 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 __JackWinNamedPipeClientChannel__
#define __JackWinNamedPipeClientChannel__