aboutsummaryrefslogtreecommitdiffstats
path: root/libs-host
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-11-07 15:07:40 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-11-07 15:07:40 +0000
commit390cb5a06eb1ced39f02d9d9641ed801175b6d6d (patch)
treed0a375e1ca0e59f00648a168a75192e5c629dcc9 /libs-host
parent81649b82b7e6e9954b634f0443e9640163f22912 (diff)
downloadv-usb-390cb5a06eb1ced39f02d9d9641ed801175b6d6d.tar.gz
v-usb-390cb5a06eb1ced39f02d9d9641ed801175b6d6d.tar.bz2
v-usb-390cb5a06eb1ced39f02d9d9641ed801175b6d6d.zip
- allow distribution under GPLv3 as well
Diffstat (limited to 'libs-host')
-rw-r--r--libs-host/hiddata.c2
-rw-r--r--libs-host/hiddata.h2
-rw-r--r--libs-host/hidsdi.h2
-rw-r--r--libs-host/opendevice.c2
-rw-r--r--libs-host/opendevice.h4
5 files changed, 6 insertions, 6 deletions
diff --git a/libs-host/hiddata.c b/libs-host/hiddata.c
index 54b8dbb..c2c3322 100644
--- a/libs-host/hiddata.c
+++ b/libs-host/hiddata.c
@@ -3,7 +3,7 @@
* Creation Date: 2008-04-11
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
- * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
+ * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
* This Revision: $Id$
*/
diff --git a/libs-host/hiddata.h b/libs-host/hiddata.h
index e362730..86b0c4f 100644
--- a/libs-host/hiddata.h
+++ b/libs-host/hiddata.h
@@ -3,7 +3,7 @@
* Creation Date: 2008-04-11
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
- * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
+ * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
* This Revision: $Id$
*/
diff --git a/libs-host/hidsdi.h b/libs-host/hidsdi.h
index 840afcb..f98f291 100644
--- a/libs-host/hidsdi.h
+++ b/libs-host/hidsdi.h
@@ -3,7 +3,7 @@
* Creation Date: 2006-02-02
* Tabsize: 4
* Copyright: (c) 2006-2008 by OBJECTIVE DEVELOPMENT Software GmbH
- * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
+ * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
* This Revision: $Id$
*/
diff --git a/libs-host/opendevice.c b/libs-host/opendevice.c
index cd41c15..0cfdbe2 100644
--- a/libs-host/opendevice.c
+++ b/libs-host/opendevice.c
@@ -4,7 +4,7 @@
* Creation Date: 2008-04-10
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
- * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
+ * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
* This Revision: $Id$
*/
diff --git a/libs-host/opendevice.h b/libs-host/opendevice.h
index 046392e..2311f54 100644
--- a/libs-host/opendevice.h
+++ b/libs-host/opendevice.h
@@ -4,7 +4,7 @@
* Creation Date: 2008-04-10
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
- * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
+ * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
* This Revision: $Id$
*/
@@ -17,7 +17,7 @@ obtain textual descriptions from a device.
To use this functionality, simply copy opendevice.c and opendevice.h into your
project and add them to your Makefile. You may modify and redistribute these
-files according to the GNU General Public License (GPL) version 2.
+files according to the GNU General Public License (GPL) version 2 or 3.
*/
#ifndef __OPENDEVICE_H_INCLUDED__