diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2012-12-05 23:42:47 +0100 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2012-12-05 23:42:47 +0100 |
commit | d0dec355ee707784203c66593e6a8e2e8b565edc (patch) | |
tree | 4ec3a74aceb603296cd22b1f0ccc0591c99f3054 /examples/usbtool | |
parent | f6bce71b0c73f626350006094591685bfc76ef6c (diff) | |
download | v-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/usbtool')
-rw-r--r-- | examples/usbtool/Makefile | 1 | ||||
-rw-r--r-- | examples/usbtool/Makefile.windows | 1 | ||||
-rwxr-xr-x | examples/usbtool/make-files.sh | 1 | ||||
-rw-r--r-- | examples/usbtool/usbtool.c | 1 |
4 files changed, 0 insertions, 4 deletions
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$ */ /* |