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 - libs-device/osccal.c | 1 - libs-device/osccal.h | 1 - libs-device/osctune.h | 1 - libs-host/hiddata.c | 1 - libs-host/hiddata.h | 1 - libs-host/hidsdi.h | 1 - libs-host/opendevice.c | 1 - libs-host/opendevice.h | 1 - mkdist.sh | 1 - tests/Makefile | 1 - tests/compare-sizes.awk | 1 - tests/main.c | 1 - tests/null.c | 1 - tests/usbconfig.h | 1 - usbdrv/asmcommon.inc | 1 - usbdrv/oddebug.c | 1 - usbdrv/oddebug.h | 1 - usbdrv/usbconfig-prototype.h | 1 - usbdrv/usbdrv.c | 1 - usbdrv/usbdrv.h | 1 - usbdrv/usbdrvasm.S | 1 - usbdrv/usbdrvasm.asm | 1 - usbdrv/usbdrvasm12.inc | 1 - usbdrv/usbdrvasm128.inc | 1 - usbdrv/usbdrvasm15.inc | 1 - usbdrv/usbdrvasm16.inc | 1 - usbdrv/usbdrvasm165.inc | 1 - usbdrv/usbdrvasm18-crc.inc | 1 - usbdrv/usbdrvasm20.inc | 1 - usbdrv/usbportability.h | 1 - 55 files changed, 55 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 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$ */ /* diff --git a/libs-device/osccal.c b/libs-device/osccal.c index 01be83e..c1bff32 100644 --- a/libs-device/osccal.c +++ b/libs-device/osccal.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$ */ #include diff --git a/libs-device/osccal.h b/libs-device/osccal.h index 1a5fd7a..1ed6006 100644 --- a/libs-device/osccal.h +++ b/libs-device/osccal.h @@ -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/libs-device/osctune.h b/libs-device/osctune.h index dd97da8..12961e5 100644 --- a/libs-device/osctune.h +++ b/libs-device/osctune.h @@ -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/libs-host/hiddata.c b/libs-host/hiddata.c index e4645b8..203ed19 100644 --- a/libs-host/hiddata.c +++ b/libs-host/hiddata.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$ */ #include diff --git a/libs-host/hiddata.h b/libs-host/hiddata.h index 86b0c4f..245453d 100644 --- a/libs-host/hiddata.h +++ b/libs-host/hiddata.h @@ -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$ */ #ifndef __HIDDATA_H_INCLUDED__ diff --git a/libs-host/hidsdi.h b/libs-host/hidsdi.h index f98f291..fe6da08 100644 --- a/libs-host/hidsdi.h +++ b/libs-host/hidsdi.h @@ -4,7 +4,6 @@ * Tabsize: 4 * Copyright: (c) 2006-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/libs-host/opendevice.c b/libs-host/opendevice.c index f088e43..ea88e86 100644 --- a/libs-host/opendevice.c +++ b/libs-host/opendevice.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/libs-host/opendevice.h b/libs-host/opendevice.h index 6440cb3..c925276 100644 --- a/libs-host/opendevice.h +++ b/libs-host/opendevice.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$ */ /* diff --git a/mkdist.sh b/mkdist.sh index 1a9eaad..1556cab 100755 --- a/mkdist.sh +++ b/mkdist.sh @@ -6,7 +6,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 script was created for Mac OS X with EAGLE and ImageMagick installed # The "open" command is specific to Mac OS X and is used to start GUI diff --git a/tests/Makefile b/tests/Makefile index 4599702..a800c2a 100644 --- a/tests/Makefile +++ b/tests/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 = attiny2313 F_CPU = 16000000 # in Hz diff --git a/tests/compare-sizes.awk b/tests/compare-sizes.awk index 8135729..47868c4 100755 --- a/tests/compare-sizes.awk +++ b/tests/compare-sizes.awk @@ -6,7 +6,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$ BEGIN{ opt = 0; diff --git a/tests/main.c b/tests/main.c index 8b8ba4c..3377a29 100644 --- a/tests/main.c +++ b/tests/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/tests/null.c b/tests/null.c index d19a1b8..f668354 100644 --- a/tests/null.c +++ b/tests/null.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/tests/usbconfig.h b/tests/usbconfig.h index 34b6f60..0061ee4 100644 --- a/tests/usbconfig.h +++ b/tests/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/usbdrv/asmcommon.inc b/usbdrv/asmcommon.inc index 07d692b..d2a4f7c 100644 --- a/usbdrv/asmcommon.inc +++ b/usbdrv/asmcommon.inc @@ -5,7 +5,6 @@ * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - * Revision: $Id$ */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/usbdrv/oddebug.c b/usbdrv/oddebug.c index 466e68f..19bf142 100644 --- a/usbdrv/oddebug.c +++ b/usbdrv/oddebug.c @@ -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$ */ #include "oddebug.h" diff --git a/usbdrv/oddebug.h b/usbdrv/oddebug.h index c56af1c..851f84d 100644 --- a/usbdrv/oddebug.h +++ b/usbdrv/oddebug.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 __oddebug_h_included__ diff --git a/usbdrv/usbconfig-prototype.h b/usbdrv/usbconfig-prototype.h index f9cdd91..93721c2 100644 --- a/usbdrv/usbconfig-prototype.h +++ b/usbdrv/usbconfig-prototype.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/usbdrv/usbdrv.c b/usbdrv/usbdrv.c index 1943965..d838935 100644 --- a/usbdrv/usbdrv.c +++ b/usbdrv/usbdrv.c @@ -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$ */ #include "usbdrv.h" diff --git a/usbdrv/usbdrv.h b/usbdrv/usbdrv.h index bc67e8b..1708e38 100644 --- a/usbdrv/usbdrv.h +++ b/usbdrv/usbdrv.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 __usbdrv_h_included__ diff --git a/usbdrv/usbdrvasm.S b/usbdrv/usbdrvasm.S index 4e6158c..32ce8ef 100644 --- a/usbdrv/usbdrvasm.S +++ b/usbdrv/usbdrvasm.S @@ -5,7 +5,6 @@ * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - * Revision: $Id$ */ /* diff --git a/usbdrv/usbdrvasm.asm b/usbdrv/usbdrvasm.asm index 9cc4e4d..fb66934 100644 --- a/usbdrv/usbdrvasm.asm +++ b/usbdrv/usbdrvasm.asm @@ -5,7 +5,6 @@ * Tabsize: 4 * Copyright: (c) 2006 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/usbdrv/usbdrvasm12.inc b/usbdrv/usbdrvasm12.inc index cb74ceb..d3bd056 100644 --- a/usbdrv/usbdrvasm12.inc +++ b/usbdrv/usbdrvasm12.inc @@ -5,7 +5,6 @@ * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - * This Revision: $Id$ */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/usbdrv/usbdrvasm128.inc b/usbdrv/usbdrvasm128.inc index 122cc75..8f67bcc 100644 --- a/usbdrv/usbdrvasm128.inc +++ b/usbdrv/usbdrvasm128.inc @@ -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$ */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/usbdrv/usbdrvasm15.inc b/usbdrv/usbdrvasm15.inc index ce10391..33bcf0e 100644 --- a/usbdrv/usbdrvasm15.inc +++ b/usbdrv/usbdrvasm15.inc @@ -5,7 +5,6 @@ * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - * Revision: $Id$ */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/usbdrv/usbdrvasm16.inc b/usbdrv/usbdrvasm16.inc index 4c00faa..25b84e6 100644 --- a/usbdrv/usbdrvasm16.inc +++ b/usbdrv/usbdrvasm16.inc @@ -5,7 +5,6 @@ * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - * Revision: $Id$ */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/usbdrv/usbdrvasm165.inc b/usbdrv/usbdrvasm165.inc index d8a95ba..ae91588 100644 --- a/usbdrv/usbdrvasm165.inc +++ b/usbdrv/usbdrvasm165.inc @@ -5,7 +5,6 @@ * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - * Revision: $Id$ */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/usbdrv/usbdrvasm18-crc.inc b/usbdrv/usbdrvasm18-crc.inc index dde09da..0ff2f42 100644 --- a/usbdrv/usbdrvasm18-crc.inc +++ b/usbdrv/usbdrvasm18-crc.inc @@ -5,7 +5,6 @@ * Tabsize: 4 * Copyright: (c) 2008 by Lukas Schrittwieser and OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - * Revision: $Id$ */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/usbdrv/usbdrvasm20.inc b/usbdrv/usbdrvasm20.inc index 0c74679..5027edd 100644 --- a/usbdrv/usbdrvasm20.inc +++ b/usbdrv/usbdrvasm20.inc @@ -6,7 +6,6 @@ * Tabsize: 4 * Copyright: (c) 2008 by Jeroen Benschop and OBJECTIVE DEVELOPMENT Software GmbH * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) - * Revision: $Id$ */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/usbdrv/usbportability.h b/usbdrv/usbportability.h index a1ea93b..0a861d0 100644 --- a/usbdrv/usbportability.h +++ b/usbdrv/usbportability.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$ */ /* -- cgit v1.2.3