aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hid-data
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 /examples/hid-data
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 'examples/hid-data')
-rw-r--r--examples/hid-data/commandline/Makefile2
-rw-r--r--examples/hid-data/commandline/Makefile.windows2
-rw-r--r--examples/hid-data/commandline/hidtool.c2
-rw-r--r--examples/hid-data/firmware/main.c2
-rwxr-xr-xexamples/hid-data/make-files.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/hid-data/commandline/Makefile b/examples/hid-data/commandline/Makefile
index 97c6b06..5a6d860 100644
--- a/examples/hid-data/commandline/Makefile
+++ b/examples/hid-data/commandline/Makefile
@@ -4,7 +4,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$
# Please read the definitions below and edit them as appropriate for your
diff --git a/examples/hid-data/commandline/Makefile.windows b/examples/hid-data/commandline/Makefile.windows
index f0e6cfa..382a153 100644
--- a/examples/hid-data/commandline/Makefile.windows
+++ b/examples/hid-data/commandline/Makefile.windows
@@ -4,7 +4,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$
# You may use this file with
diff --git a/examples/hid-data/commandline/hidtool.c b/examples/hid-data/commandline/hidtool.c
index d03bca8..923482a 100644
--- a/examples/hid-data/commandline/hidtool.c
+++ b/examples/hid-data/commandline/hidtool.c
@@ -4,7 +4,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/examples/hid-data/firmware/main.c b/examples/hid-data/firmware/main.c
index e9b2d44..0488414 100644
--- a/examples/hid-data/firmware/main.c
+++ b/examples/hid-data/firmware/main.c
@@ -4,7 +4,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/examples/hid-data/make-files.sh b/examples/hid-data/make-files.sh
index a8d524c..02d8dad 100755
--- a/examples/hid-data/make-files.sh
+++ b/examples/hid-data/make-files.sh
@@ -3,7 +3,7 @@
# Creation Date: 2008-04-17
# 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$