aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2012-12-05 23:42:47 +0100
committerChristian Starkjohann <cs+github@obdev.at>2012-12-05 23:42:47 +0100
commitd0dec355ee707784203c66593e6a8e2e8b565edc (patch)
tree4ec3a74aceb603296cd22b1f0ccc0591c99f3054 /examples
parentf6bce71b0c73f626350006094591685bfc76ef6c (diff)
downloadv-usb-d0dec355ee707784203c66593e6a8e2e8b565edc.tar.gz
v-usb-d0dec355ee707784203c66593e6a8e2e8b565edc.tar.bz2
v-usb-d0dec355ee707784203c66593e6a8e2e8b565edc.zip
Removed all references to the SVN expansion keyword $Id$.
Diffstat (limited to 'examples')
-rw-r--r--examples/custom-class/commandline/set-led.c1
-rw-r--r--examples/custom-class/firmware/Makefile1
-rw-r--r--examples/custom-class/firmware/main.c1
-rw-r--r--examples/custom-class/firmware/requests.h1
-rwxr-xr-xexamples/custom-class/make-files.sh1
-rw-r--r--examples/drivertest/commandline/runtest.c1
-rw-r--r--examples/drivertest/firmware/Makefile1
-rw-r--r--examples/drivertest/firmware/main.c1
-rw-r--r--examples/drivertest/firmware/requests.h1
-rw-r--r--examples/drivertest/firmware/usbconfig.h1
-rwxr-xr-xexamples/drivertest/make-files.sh1
-rw-r--r--examples/hid-custom-rq/firmware/main.c1
-rw-r--r--examples/hid-custom-rq/firmware/requests.h1
-rwxr-xr-xexamples/hid-custom-rq/make-files.sh1
-rw-r--r--examples/hid-data/commandline/Makefile1
-rw-r--r--examples/hid-data/commandline/Makefile.windows1
-rw-r--r--examples/hid-data/commandline/hidtool.c1
-rw-r--r--examples/hid-data/firmware/main.c1
-rwxr-xr-xexamples/hid-data/make-files.sh1
-rw-r--r--examples/hid-mouse/firmware/main.c1
-rwxr-xr-xexamples/hid-mouse/make-files.sh1
-rw-r--r--examples/usbtool/Makefile1
-rw-r--r--examples/usbtool/Makefile.windows1
-rwxr-xr-xexamples/usbtool/make-files.sh1
-rw-r--r--examples/usbtool/usbtool.c1
25 files changed, 0 insertions, 25 deletions
diff --git a/examples/custom-class/commandline/set-led.c b/examples/custom-class/commandline/set-led.c
index 3b5be22..fe0d75d 100644
--- a/examples/custom-class/commandline/set-led.c
+++ b/examples/custom-class/commandline/set-led.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* 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 8896df5..a653e7f 100644
--- a/examples/custom-class/firmware/Makefile
+++ b/examples/custom-class/firmware/Makefile
@@ -5,7 +5,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
DEVICE = atmega168
F_CPU = 16000000 # in Hz
diff --git a/examples/custom-class/firmware/main.c b/examples/custom-class/firmware/main.c
index b11c245..0222729 100644
--- a/examples/custom-class/firmware/main.c
+++ b/examples/custom-class/firmware/main.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* 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 075c080..3d09e66 100644
--- a/examples/custom-class/firmware/requests.h
+++ b/examples/custom-class/firmware/requests.h
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/* This header is shared between the firmware and the host software. It
diff --git a/examples/custom-class/make-files.sh b/examples/custom-class/make-files.sh
index 6c93372..df3fa5e 100755
--- a/examples/custom-class/make-files.sh
+++ b/examples/custom-class/make-files.sh
@@ -4,7 +4,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
if [ "$1" = remove ]; then
diff --git a/examples/drivertest/commandline/runtest.c b/examples/drivertest/commandline/runtest.c
index 3eb4c22..1e7702e 100644
--- a/examples/drivertest/commandline/runtest.c
+++ b/examples/drivertest/commandline/runtest.c
@@ -4,7 +4,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/*
diff --git a/examples/drivertest/firmware/Makefile b/examples/drivertest/firmware/Makefile
index a4f9baa..326072b 100644
--- a/examples/drivertest/firmware/Makefile
+++ b/examples/drivertest/firmware/Makefile
@@ -5,7 +5,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
DEVICE = atmega8
F_CPU = 12800000 # in Hz
diff --git a/examples/drivertest/firmware/main.c b/examples/drivertest/firmware/main.c
index fa22152..53e322c 100644
--- a/examples/drivertest/firmware/main.c
+++ b/examples/drivertest/firmware/main.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/*
diff --git a/examples/drivertest/firmware/requests.h b/examples/drivertest/firmware/requests.h
index 2029c30..475101a 100644
--- a/examples/drivertest/firmware/requests.h
+++ b/examples/drivertest/firmware/requests.h
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/* This header is shared between the firmware and the host software. It
diff --git a/examples/drivertest/firmware/usbconfig.h b/examples/drivertest/firmware/usbconfig.h
index 839a0dd..7272869 100644
--- a/examples/drivertest/firmware/usbconfig.h
+++ b/examples/drivertest/firmware/usbconfig.h
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
#ifndef __usbconfig_h_included__
diff --git a/examples/drivertest/make-files.sh b/examples/drivertest/make-files.sh
index 8f39af8..af4ef79 100755
--- a/examples/drivertest/make-files.sh
+++ b/examples/drivertest/make-files.sh
@@ -4,7 +4,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
if [ "$1" = remove ]; then
diff --git a/examples/hid-custom-rq/firmware/main.c b/examples/hid-custom-rq/firmware/main.c
index f0ec6cd..58d3809 100644
--- a/examples/hid-custom-rq/firmware/main.c
+++ b/examples/hid-custom-rq/firmware/main.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/*
diff --git a/examples/hid-custom-rq/firmware/requests.h b/examples/hid-custom-rq/firmware/requests.h
index 3961969..630a685 100644
--- a/examples/hid-custom-rq/firmware/requests.h
+++ b/examples/hid-custom-rq/firmware/requests.h
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/* This header is shared between the firmware and the host software. It
diff --git a/examples/hid-custom-rq/make-files.sh b/examples/hid-custom-rq/make-files.sh
index 74c9c82..8447614 100755
--- a/examples/hid-custom-rq/make-files.sh
+++ b/examples/hid-custom-rq/make-files.sh
@@ -4,7 +4,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
if [ "$1" = remove ]; then
diff --git a/examples/hid-data/commandline/Makefile b/examples/hid-data/commandline/Makefile
index 5a6d860..b47df47 100644
--- a/examples/hid-data/commandline/Makefile
+++ b/examples/hid-data/commandline/Makefile
@@ -5,7 +5,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# 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
# system:
diff --git a/examples/hid-data/commandline/Makefile.windows b/examples/hid-data/commandline/Makefile.windows
index a66dffc..ab3f5df 100644
--- a/examples/hid-data/commandline/Makefile.windows
+++ b/examples/hid-data/commandline/Makefile.windows
@@ -5,7 +5,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
# You may use this file with
# make -f Makefile.windows
diff --git a/examples/hid-data/commandline/hidtool.c b/examples/hid-data/commandline/hidtool.c
index 9816052..6095312 100644
--- a/examples/hid-data/commandline/hidtool.c
+++ b/examples/hid-data/commandline/hidtool.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
#include <stdio.h>
diff --git a/examples/hid-data/firmware/main.c b/examples/hid-data/firmware/main.c
index b782aef..9e4241f 100644
--- a/examples/hid-data/firmware/main.c
+++ b/examples/hid-data/firmware/main.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* 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 02d8dad..3da9bd5 100755
--- a/examples/hid-data/make-files.sh
+++ b/examples/hid-data/make-files.sh
@@ -4,7 +4,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
if [ "$1" = remove ]; then
diff --git a/examples/hid-mouse/firmware/main.c b/examples/hid-mouse/firmware/main.c
index 86bb852..f13361e 100644
--- a/examples/hid-mouse/firmware/main.c
+++ b/examples/hid-mouse/firmware/main.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/*
diff --git a/examples/hid-mouse/make-files.sh b/examples/hid-mouse/make-files.sh
index 449f55e..3e931c4 100755
--- a/examples/hid-mouse/make-files.sh
+++ b/examples/hid-mouse/make-files.sh
@@ -4,7 +4,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
if [ "$1" = remove ]; then
diff --git a/examples/usbtool/Makefile b/examples/usbtool/Makefile
index fea2878..1f2a8ab 100644
--- a/examples/usbtool/Makefile
+++ b/examples/usbtool/Makefile
@@ -5,7 +5,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
# Concigure the following definitions according to your system.
diff --git a/examples/usbtool/Makefile.windows b/examples/usbtool/Makefile.windows
index fa910fc..8298dd3 100644
--- a/examples/usbtool/Makefile.windows
+++ b/examples/usbtool/Makefile.windows
@@ -5,7 +5,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
# You may use this file with
# make -f Makefile.windows
diff --git a/examples/usbtool/make-files.sh b/examples/usbtool/make-files.sh
index c45f5b2..8519514 100755
--- a/examples/usbtool/make-files.sh
+++ b/examples/usbtool/make-files.sh
@@ -4,7 +4,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
if [ "$1" = remove ]; then
diff --git a/examples/usbtool/usbtool.c b/examples/usbtool/usbtool.c
index d9b1b3e..56bdac1 100644
--- a/examples/usbtool/usbtool.c
+++ b/examples/usbtool/usbtool.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/*