summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/deviceio01
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/deviceio01/Makefile.am4
-rw-r--r--testsuites/libtests/deviceio01/deviceio01.doc3
-rw-r--r--testsuites/libtests/deviceio01/init.c2
-rw-r--r--testsuites/libtests/deviceio01/test_driver.c2
-rw-r--r--testsuites/libtests/deviceio01/test_driver.h2
5 files changed, 0 insertions, 13 deletions
diff --git a/testsuites/libtests/deviceio01/Makefile.am b/testsuites/libtests/deviceio01/Makefile.am
index 5afdf3e042..8c92a80a56 100644
--- a/testsuites/libtests/deviceio01/Makefile.am
+++ b/testsuites/libtests/deviceio01/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = deviceio01
deviceio01_SOURCES = init.c test_driver.c
deviceio01_SOURCES += test_driver.h
diff --git a/testsuites/libtests/deviceio01/deviceio01.doc b/testsuites/libtests/deviceio01/deviceio01.doc
index 0769865d13..3967fd6cb8 100644
--- a/testsuites/libtests/deviceio01/deviceio01.doc
+++ b/testsuites/libtests/deviceio01/deviceio01.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2010.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/libtests/deviceio01/init.c b/testsuites/libtests/deviceio01/init.c
index 3b0d24dbee..445afd9697 100644
--- a/testsuites/libtests/deviceio01/init.c
+++ b/testsuites/libtests/deviceio01/init.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/testsuites/libtests/deviceio01/test_driver.c b/testsuites/libtests/deviceio01/test_driver.c
index b02852cb1e..e7ef8982a5 100644
--- a/testsuites/libtests/deviceio01/test_driver.c
+++ b/testsuites/libtests/deviceio01/test_driver.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/testsuites/libtests/deviceio01/test_driver.h b/testsuites/libtests/deviceio01/test_driver.h
index 999e60c3cc..1069f8df2a 100644
--- a/testsuites/libtests/deviceio01/test_driver.h
+++ b/testsuites/libtests/deviceio01/test_driver.h
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __TEST_DRIVER_h