summaryrefslogtreecommitdiff
path: root/rtems-test-template
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:03:18 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:03:18 -0500
commit12737856ab620d4564e3536e4733b40173cd53cc (patch)
tree29d5f9bee20675a432351907921978a5eafc118c /rtems-test-template
parent46cff6996157d1e79eaac8aba4c885c6da49b85d (diff)
rtems-testing - Remove CVS Ids (scripted)
Diffstat (limited to 'rtems-test-template')
-rw-r--r--rtems-test-template/psxtest/Makefile.am4
-rw-r--r--rtems-test-template/psxtest/TEST.doc3
-rw-r--r--rtems-test-template/psxtest_with_thread/Makefile.am4
-rw-r--r--rtems-test-template/psxtest_with_thread/TEST.doc3
-rw-r--r--rtems-test-template/psxtmtest_blocking/Makefile.am4
-rw-r--r--rtems-test-template/psxtmtest_blocking/TEST.doc3
-rw-r--r--rtems-test-template/psxtmtest_single/Makefile.am4
-rw-r--r--rtems-test-template/psxtmtest_single/TEST.doc3
-rw-r--r--rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am4
-rw-r--r--rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc3
-rw-r--r--rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am4
-rw-r--r--rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc3
-rw-r--r--rtems-test-template/smptest/Makefile.am4
-rw-r--r--rtems-test-template/smptest/TEST.doc3
-rw-r--r--rtems-test-template/spfatal/Makefile.am4
-rw-r--r--rtems-test-template/spfatal/TEST.doc3
-rw-r--r--rtems-test-template/spfatal/testcase.h2
-rw-r--r--rtems-test-template/sptest/Makefile.am4
-rw-r--r--rtems-test-template/sptest/TEST.doc3
-rw-r--r--rtems-test-template/sptest_operation_from_tsr/Makefile.am4
-rw-r--r--rtems-test-template/sptest_operation_from_tsr/TEST.doc3
-rw-r--r--rtems-test-template/sptest_with_task/Makefile.am4
-rw-r--r--rtems-test-template/sptest_with_task/TEST.doc3
-rw-r--r--rtems-test-template/tmtest/Makefile.am4
-rw-r--r--rtems-test-template/tmtest/TEST.doc3
25 files changed, 0 insertions, 86 deletions
diff --git a/rtems-test-template/psxtest/Makefile.am b/rtems-test-template/psxtest/Makefile.am
index eb0e447..05ead9b 100644
--- a/rtems-test-template/psxtest/Makefile.am
+++ b/rtems-test-template/psxtest/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = @LOWER@
@LOWER@_SOURCES = init.c
diff --git a/rtems-test-template/psxtest/TEST.doc b/rtems-test-template/psxtest/TEST.doc
index 8598b00..c24cfb7 100644
--- a/rtems-test-template/psxtest/TEST.doc
+++ b/rtems-test-template/psxtest/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/psxtest_with_thread/Makefile.am b/rtems-test-template/psxtest_with_thread/Makefile.am
index eb0e447..05ead9b 100644
--- a/rtems-test-template/psxtest_with_thread/Makefile.am
+++ b/rtems-test-template/psxtest_with_thread/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
rtems_tests_PROGRAMS = @LOWER@
@LOWER@_SOURCES = init.c
diff --git a/rtems-test-template/psxtest_with_thread/TEST.doc b/rtems-test-template/psxtest_with_thread/TEST.doc
index 8598b00..c24cfb7 100644
--- a/rtems-test-template/psxtest_with_thread/TEST.doc
+++ b/rtems-test-template/psxtest_with_thread/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/psxtmtest_blocking/Makefile.am b/rtems-test-template/psxtmtest_blocking/Makefile.am
index 6b0d573..ec853b3 100644
--- a/rtems-test-template/psxtmtest_blocking/Makefile.am
+++ b/rtems-test-template/psxtmtest_blocking/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/psxtmtest_blocking/TEST.doc b/rtems-test-template/psxtmtest_blocking/TEST.doc
index dc56765..2963220 100644
--- a/rtems-test-template/psxtmtest_blocking/TEST.doc
+++ b/rtems-test-template/psxtmtest_blocking/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/psxtmtest_single/Makefile.am b/rtems-test-template/psxtmtest_single/Makefile.am
index 6b0d573..ec853b3 100644
--- a/rtems-test-template/psxtmtest_single/Makefile.am
+++ b/rtems-test-template/psxtmtest_single/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/psxtmtest_single/TEST.doc b/rtems-test-template/psxtmtest_single/TEST.doc
index dc56765..2963220 100644
--- a/rtems-test-template/psxtmtest_single/TEST.doc
+++ b/rtems-test-template/psxtmtest_single/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am b/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am
index 6b0d573..ec853b3 100644
--- a/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am
+++ b/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc b/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc
index dc56765..2963220 100644
--- a/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc
+++ b/rtems-test-template/psxtmtest_unblocking_nopreempt/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am b/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
index 6b0d573..ec853b3 100644
--- a/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
+++ b/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc b/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc
index dc56765..2963220 100644
--- a/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc
+++ b/rtems-test-template/psxtmtest_unblocking_preempt/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/smptest/Makefile.am b/rtems-test-template/smptest/Makefile.am
index 2b1fc2c..f5ae83c 100644
--- a/rtems-test-template/smptest/Makefile.am
+++ b/rtems-test-template/smptest/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/smptest/TEST.doc b/rtems-test-template/smptest/TEST.doc
index 8598b00..c24cfb7 100644
--- a/rtems-test-template/smptest/TEST.doc
+++ b/rtems-test-template/smptest/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/spfatal/Makefile.am b/rtems-test-template/spfatal/Makefile.am
index ac9d2d0..efe8b7b 100644
--- a/rtems-test-template/spfatal/Makefile.am
+++ b/rtems-test-template/spfatal/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/spfatal/TEST.doc b/rtems-test-template/spfatal/TEST.doc
index 8598b00..c24cfb7 100644
--- a/rtems-test-template/spfatal/TEST.doc
+++ b/rtems-test-template/spfatal/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/spfatal/testcase.h b/rtems-test-template/spfatal/testcase.h
index 82011af..5edc4c1 100644
--- a/rtems-test-template/spfatal/testcase.h
+++ b/rtems-test-template/spfatal/testcase.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$
*/
/* XXX these will have to be tailored */
diff --git a/rtems-test-template/sptest/Makefile.am b/rtems-test-template/sptest/Makefile.am
index 2b1fc2c..f5ae83c 100644
--- a/rtems-test-template/sptest/Makefile.am
+++ b/rtems-test-template/sptest/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/sptest/TEST.doc b/rtems-test-template/sptest/TEST.doc
index 8598b00..c24cfb7 100644
--- a/rtems-test-template/sptest/TEST.doc
+++ b/rtems-test-template/sptest/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/sptest_operation_from_tsr/Makefile.am b/rtems-test-template/sptest_operation_from_tsr/Makefile.am
index 2b1fc2c..f5ae83c 100644
--- a/rtems-test-template/sptest_operation_from_tsr/Makefile.am
+++ b/rtems-test-template/sptest_operation_from_tsr/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/sptest_operation_from_tsr/TEST.doc b/rtems-test-template/sptest_operation_from_tsr/TEST.doc
index 8598b00..c24cfb7 100644
--- a/rtems-test-template/sptest_operation_from_tsr/TEST.doc
+++ b/rtems-test-template/sptest_operation_from_tsr/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/sptest_with_task/Makefile.am b/rtems-test-template/sptest_with_task/Makefile.am
index 2b1fc2c..f5ae83c 100644
--- a/rtems-test-template/sptest_with_task/Makefile.am
+++ b/rtems-test-template/sptest_with_task/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/sptest_with_task/TEST.doc b/rtems-test-template/sptest_with_task/TEST.doc
index 8598b00..c24cfb7 100644
--- a/rtems-test-template/sptest_with_task/TEST.doc
+++ b/rtems-test-template/sptest_with_task/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
diff --git a/rtems-test-template/tmtest/Makefile.am b/rtems-test-template/tmtest/Makefile.am
index f58f8e8..39510a1 100644
--- a/rtems-test-template/tmtest/Makefile.am
+++ b/rtems-test-template/tmtest/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
MANAGERS = io rate_monotonic semaphore
rtems_tests_PROGRAMS = @LOWER@
diff --git a/rtems-test-template/tmtest/TEST.doc b/rtems-test-template/tmtest/TEST.doc
index dc56765..2963220 100644
--- a/rtems-test-template/tmtest/TEST.doc
+++ b/rtems-test-template/tmtest/TEST.doc
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#