aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/Makefile1
-rwxr-xr-xtests/compare-sizes.awk1
-rw-r--r--tests/main.c1
-rw-r--r--tests/null.c1
-rw-r--r--tests/usbconfig.h1
5 files changed, 0 insertions, 5 deletions
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__