aboutsummaryrefslogtreecommitdiffstats
path: root/examples/custom-class
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom-class')
-rw-r--r--examples/custom-class/commandline/set-led.c2
-rw-r--r--examples/custom-class/firmware/Makefile2
-rw-r--r--examples/custom-class/firmware/main.c2
-rw-r--r--examples/custom-class/firmware/requests.h2
-rwxr-xr-xexamples/custom-class/make-files.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/custom-class/commandline/set-led.c b/examples/custom-class/commandline/set-led.c
index 75e77e4..3b5be22 100644
--- a/examples/custom-class/commandline/set-led.c
+++ b/examples/custom-class/commandline/set-led.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/examples/custom-class/firmware/Makefile b/examples/custom-class/firmware/Makefile
index 51474ba..8896df5 100644
--- a/examples/custom-class/firmware/Makefile
+++ b/examples/custom-class/firmware/Makefile
@@ -4,7 +4,7 @@
# Creation Date: 2008-04-07
# 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$
DEVICE = atmega168
diff --git a/examples/custom-class/firmware/main.c b/examples/custom-class/firmware/main.c
index e12ef00..4e59082 100644
--- a/examples/custom-class/firmware/main.c
+++ b/examples/custom-class/firmware/main.c
@@ -4,7 +4,7 @@
* Creation Date: 2008-04-09
* 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/custom-class/firmware/requests.h b/examples/custom-class/firmware/requests.h
index 2e7fac3..075c080 100644
--- a/examples/custom-class/firmware/requests.h
+++ b/examples/custom-class/firmware/requests.h
@@ -4,7 +4,7 @@
* Creation Date: 2008-04-09
* 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/custom-class/make-files.sh b/examples/custom-class/make-files.sh
index f6670fa..6c93372 100755
--- a/examples/custom-class/make-files.sh
+++ b/examples/custom-class/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$