From d0dec355ee707784203c66593e6a8e2e8b565edc Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Wed, 5 Dec 2012 23:42:47 +0100 Subject: Removed all references to the SVN expansion keyword $Id$. --- examples/custom-class/commandline/set-led.c | 1 - examples/custom-class/firmware/Makefile | 1 - examples/custom-class/firmware/main.c | 1 - examples/custom-class/firmware/requests.h | 1 - examples/custom-class/make-files.sh | 1 - examples/drivertest/commandline/runtest.c | 1 - examples/drivertest/firmware/Makefile | 1 - examples/drivertest/firmware/main.c | 1 - examples/drivertest/firmware/requests.h | 1 - examples/drivertest/firmware/usbconfig.h | 1 - examples/drivertest/make-files.sh | 1 - examples/hid-custom-rq/firmware/main.c | 1 - examples/hid-custom-rq/firmware/requests.h | 1 - examples/hid-custom-rq/make-files.sh | 1 - examples/hid-data/commandline/Makefile | 1 - examples/hid-data/commandline/Makefile.windows | 1 - examples/hid-data/commandline/hidtool.c | 1 - examples/hid-data/firmware/main.c | 1 - examples/hid-data/make-files.sh | 1 - examples/hid-mouse/firmware/main.c | 1 - examples/hid-mouse/make-files.sh | 1 - examples/usbtool/Makefile | 1 - examples/usbtool/Makefile.windows | 1 - examples/usbtool/make-files.sh | 1 - examples/usbtool/usbtool.c | 1 - 25 files changed, 25 deletions(-) (limited to 'examples') 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 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$ */ /* -- cgit v1.2.3