summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples')
-rw-r--r--c/src/ada-tests/samples/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_mp/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_mp/config.h2
-rw-r--r--c/src/ada-tests/samples/base_mp/mptest.adb2
-rw-r--r--c/src/ada-tests/samples/base_mp/mptest.ads2
-rw-r--r--c/src/ada-tests/samples/base_mp/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_mp/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_sp/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/base_sp/base_sp.adb2
-rw-r--r--c/src/ada-tests/samples/base_sp/config.h2
-rw-r--r--c/src/ada-tests/samples/base_sp/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/base_sp/sptest.ads2
-rw-r--r--c/src/ada-tests/samples/hello/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/hello/config.h2
-rw-r--r--c/src/ada-tests/samples/hello/hello.adb2
-rw-r--r--c/src/ada-tests/samples/hello/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/hello/sptest.ads2
-rw-r--r--c/src/ada-tests/samples/nsecs/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/nsecs/config.h2
-rw-r--r--c/src/ada-tests/samples/nsecs/nsecs.adb2
-rw-r--r--c/src/ada-tests/samples/nsecs/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/nsecs/sptest.ads2
-rw-r--r--c/src/ada-tests/samples/ticker/Makefile.am2
-rw-r--r--c/src/ada-tests/samples/ticker/config.h2
-rw-r--r--c/src/ada-tests/samples/ticker/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/ticker/sptest.ads2
-rw-r--r--c/src/ada-tests/samples/ticker/ticker.adb2
27 files changed, 0 insertions, 54 deletions
diff --git a/c/src/ada-tests/samples/Makefile.am b/c/src/ada-tests/samples/Makefile.am
index 9079da44fb..a292ae616e 100644
--- a/c/src/ada-tests/samples/Makefile.am
+++ b/c/src/ada-tests/samples/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = hello ticker base_sp nsecs
if HAS_MP
diff --git a/c/src/ada-tests/samples/base_mp/Makefile.am b/c/src/ada-tests/samples/base_mp/Makefile.am
index 847b3b94a4..8621f194d9 100644
--- a/c/src/ada-tests/samples/base_mp/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/base_mp/config.h b/c/src/ada-tests/samples/base_mp/config.h
index ac5d4dfe42..0bef9aa684 100644
--- a/c/src/ada-tests/samples/base_mp/config.h
+++ b/c/src/ada-tests/samples/base_mp/config.h
@@ -9,8 +9,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$
*/
/* configuration information */
diff --git a/c/src/ada-tests/samples/base_mp/mptest.adb b/c/src/ada-tests/samples/base_mp/mptest.adb
index 1c829effbf..f5c5a594eb 100644
--- a/c/src/ada-tests/samples/base_mp/mptest.adb
+++ b/c/src/ada-tests/samples/base_mp/mptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with RTEMS;
diff --git a/c/src/ada-tests/samples/base_mp/mptest.ads b/c/src/ada-tests/samples/base_mp/mptest.ads
index 3b5293ca48..70f45032e3 100644
--- a/c/src/ada-tests/samples/base_mp/mptest.ads
+++ b/c/src/ada-tests/samples/base_mp/mptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/base_mp/node1/Makefile.am b/c/src/ada-tests/samples/base_mp/node1/Makefile.am
index 5bc2153e74..530766541c 100644
--- a/c/src/ada-tests/samples/base_mp/node1/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/node1/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/base_mp/node2/Makefile.am b/c/src/ada-tests/samples/base_mp/node2/Makefile.am
index 3ffab7fae1..efc208bf65 100644
--- a/c/src/ada-tests/samples/base_mp/node2/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/node2/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/base_sp/Makefile.am b/c/src/ada-tests/samples/base_sp/Makefile.am
index b792f9525d..6575f06ccc 100644
--- a/c/src/ada-tests/samples/base_sp/Makefile.am
+++ b/c/src/ada-tests/samples/base_sp/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/base_sp/base_sp.adb b/c/src/ada-tests/samples/base_sp/base_sp.adb
index e8fae1c445..ae44a76a02 100644
--- a/c/src/ada-tests/samples/base_sp/base_sp.adb
+++ b/c/src/ada-tests/samples/base_sp/base_sp.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/base_sp/config.h b/c/src/ada-tests/samples/base_sp/config.h
index a622018953..8c91c35c28 100644
--- a/c/src/ada-tests/samples/base_sp/config.h
+++ b/c/src/ada-tests/samples/base_sp/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/samples/base_sp/sptest.adb b/c/src/ada-tests/samples/base_sp/sptest.adb
index 6a869487fe..2b88a39c95 100644
--- a/c/src/ada-tests/samples/base_sp/sptest.adb
+++ b/c/src/ada-tests/samples/base_sp/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TEST_SUPPORT;
with TEXT_IO;
diff --git a/c/src/ada-tests/samples/base_sp/sptest.ads b/c/src/ada-tests/samples/base_sp/sptest.ads
index e37279b815..f81a17c53f 100644
--- a/c/src/ada-tests/samples/base_sp/sptest.ads
+++ b/c/src/ada-tests/samples/base_sp/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/hello/Makefile.am b/c/src/ada-tests/samples/hello/Makefile.am
index 7aa2d5da0f..ff4b51c232 100644
--- a/c/src/ada-tests/samples/hello/Makefile.am
+++ b/c/src/ada-tests/samples/hello/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h
index 30202ec34b..a0a32003d2 100644
--- a/c/src/ada-tests/samples/hello/config.h
+++ b/c/src/ada-tests/samples/hello/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/samples/hello/hello.adb b/c/src/ada-tests/samples/hello/hello.adb
index 23cfce012a..3bd3593168 100644
--- a/c/src/ada-tests/samples/hello/hello.adb
+++ b/c/src/ada-tests/samples/hello/hello.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/hello/sptest.adb b/c/src/ada-tests/samples/hello/sptest.adb
index 3f6745f3d9..47b13ed599 100644
--- a/c/src/ada-tests/samples/hello/sptest.adb
+++ b/c/src/ada-tests/samples/hello/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with TEXT_IO;
diff --git a/c/src/ada-tests/samples/hello/sptest.ads b/c/src/ada-tests/samples/hello/sptest.ads
index e3503da1f8..a3716d37e5 100644
--- a/c/src/ada-tests/samples/hello/sptest.ads
+++ b/c/src/ada-tests/samples/hello/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/nsecs/Makefile.am b/c/src/ada-tests/samples/nsecs/Makefile.am
index 36493b85b4..bc8dd2a87b 100644
--- a/c/src/ada-tests/samples/nsecs/Makefile.am
+++ b/c/src/ada-tests/samples/nsecs/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/nsecs/config.h b/c/src/ada-tests/samples/nsecs/config.h
index b14f7fc349..e4ed7a221b 100644
--- a/c/src/ada-tests/samples/nsecs/config.h
+++ b/c/src/ada-tests/samples/nsecs/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/samples/nsecs/nsecs.adb b/c/src/ada-tests/samples/nsecs/nsecs.adb
index 01b34a18a4..26648e330f 100644
--- a/c/src/ada-tests/samples/nsecs/nsecs.adb
+++ b/c/src/ada-tests/samples/nsecs/nsecs.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/nsecs/sptest.adb b/c/src/ada-tests/samples/nsecs/sptest.adb
index 0696a2561d..883fb7260e 100644
--- a/c/src/ada-tests/samples/nsecs/sptest.adb
+++ b/c/src/ada-tests/samples/nsecs/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Ada.Integer_Text_IO;
with Interfaces.C;
diff --git a/c/src/ada-tests/samples/nsecs/sptest.ads b/c/src/ada-tests/samples/nsecs/sptest.ads
index 5b02970d2d..803e840411 100644
--- a/c/src/ada-tests/samples/nsecs/sptest.ads
+++ b/c/src/ada-tests/samples/nsecs/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/ticker/Makefile.am b/c/src/ada-tests/samples/ticker/Makefile.am
index 14864f9065..b21d6c464f 100644
--- a/c/src/ada-tests/samples/ticker/Makefile.am
+++ b/c/src/ada-tests/samples/ticker/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
diff --git a/c/src/ada-tests/samples/ticker/config.h b/c/src/ada-tests/samples/ticker/config.h
index 502b13362f..0fcda1f80a 100644
--- a/c/src/ada-tests/samples/ticker/config.h
+++ b/c/src/ada-tests/samples/ticker/config.h
@@ -8,8 +8,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
diff --git a/c/src/ada-tests/samples/ticker/sptest.adb b/c/src/ada-tests/samples/ticker/sptest.adb
index 5d9ab4fb69..a47ce3d4d0 100644
--- a/c/src/ada-tests/samples/ticker/sptest.adb
+++ b/c/src/ada-tests/samples/ticker/sptest.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
diff --git a/c/src/ada-tests/samples/ticker/sptest.ads b/c/src/ada-tests/samples/ticker/sptest.ads
index c6af2ca1c5..d48488c270 100644
--- a/c/src/ada-tests/samples/ticker/sptest.ads
+++ b/c/src/ada-tests/samples/ticker/sptest.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;
diff --git a/c/src/ada-tests/samples/ticker/ticker.adb b/c/src/ada-tests/samples/ticker/ticker.adb
index ea172622e5..2f29d17597 100644
--- a/c/src/ada-tests/samples/ticker/ticker.adb
+++ b/c/src/ada-tests/samples/ticker/ticker.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with RTEMS.TASKS;