summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/devfs04
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/devfs04/Makefile.am4
-rw-r--r--testsuites/libtests/devfs04/devfs04.doc3
-rw-r--r--testsuites/libtests/devfs04/init.c2
-rw-r--r--testsuites/libtests/devfs04/test_driver.c2
-rw-r--r--testsuites/libtests/devfs04/test_driver.h2
5 files changed, 0 insertions, 13 deletions
diff --git a/testsuites/libtests/devfs04/Makefile.am b/testsuites/libtests/devfs04/Makefile.am
index 3bb4dbd604..6b240e486c 100644
--- a/testsuites/libtests/devfs04/Makefile.am
+++ b/testsuites/libtests/devfs04/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = devfs04
devfs04_SOURCES = init.c test_driver.c
devfs04_SOURCES += test_driver.h
diff --git a/testsuites/libtests/devfs04/devfs04.doc b/testsuites/libtests/devfs04/devfs04.doc
index 02eff67f2a..b3fe417408 100644
--- a/testsuites/libtests/devfs04/devfs04.doc
+++ b/testsuites/libtests/devfs04/devfs04.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2010.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/libtests/devfs04/init.c b/testsuites/libtests/devfs04/init.c
index 79ae5818ad..acdafd5b8a 100644
--- a/testsuites/libtests/devfs04/init.c
+++ b/testsuites/libtests/devfs04/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/devfs04/test_driver.c b/testsuites/libtests/devfs04/test_driver.c
index 958ce33acf..0d6e617a06 100644
--- a/testsuites/libtests/devfs04/test_driver.c
+++ b/testsuites/libtests/devfs04/test_driver.c
@@ -6,8 +6,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/devfs04/test_driver.h b/testsuites/libtests/devfs04/test_driver.h
index 26291a3b45..1729ec5565 100644
--- a/testsuites/libtests/devfs04/test_driver.h
+++ b/testsuites/libtests/devfs04/test_driver.h
@@ -6,8 +6,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