summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/hello/Makefile.am4
-rw-r--r--testsuites/samples/hello/hello.doc3
-rw-r--r--testsuites/samples/hello/init.c2
3 files changed, 0 insertions, 9 deletions
diff --git a/testsuites/samples/hello/Makefile.am b/testsuites/samples/hello/Makefile.am
index 94cf69f293..234a27e3ba 100644
--- a/testsuites/samples/hello/Makefile.am
+++ b/testsuites/samples/hello/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = hello
hello_SOURCES = init.c
diff --git a/testsuites/samples/hello/hello.doc b/testsuites/samples/hello/hello.doc
index 5c0baceb8d..a2dcbde8b6 100644
--- a/testsuites/samples/hello/hello.doc
+++ b/testsuites/samples/hello/hello.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 8874030092..01b14b8111 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -16,8 +16,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