diff options
Diffstat (limited to 'examples/hid-mouse')
-rw-r--r-- | examples/hid-mouse/firmware/main.c | 1 | ||||
-rwxr-xr-x | examples/hid-mouse/make-files.sh | 1 |
2 files changed, 0 insertions, 2 deletions
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 |