summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp09
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/mptests/mp09/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp09/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp09/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp09/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp09/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp09/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp09/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp09/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb2
10 files changed, 0 insertions, 20 deletions
diff --git a/c/src/ada-tests/mptests/mp09/Makefile.am b/c/src/ada-tests/mptests/mp09/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp09/Makefile.am
+++ b/c/src/ada-tests/mptests/mp09/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
diff --git a/c/src/ada-tests/mptests/mp09/config_base.h b/c/src/ada-tests/mptests/mp09/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp09/config_base.h
+++ b/c/src/ada-tests/mptests/mp09/config_base.h
@@ -9,8 +9,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/mptests/mp09/mptest.adb b/c/src/ada-tests/mptests/mp09/mptest.adb
index c4c4610937..60ae00be37 100644
--- a/c/src/ada-tests/mptests/mp09/mptest.adb
+++ b/c/src/ada-tests/mptests/mp09/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/mptests/mp09/mptest.ads b/c/src/ada-tests/mptests/mp09/mptest.ads
index f780705bba..c32b7e602a 100644
--- a/c/src/ada-tests/mptests/mp09/mptest.ads
+++ b/c/src/ada-tests/mptests/mp09/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/mptests/mp09/node1/Makefile.am b/c/src/ada-tests/mptests/mp09/node1/Makefile.am
index 272b640d5b..bf40a63d59 100644
--- a/c/src/ada-tests/mptests/mp09/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp09/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/mptests/mp09/node1/config.h b/c/src/ada-tests/mptests/mp09/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp09/node1/config.h
+++ b/c/src/ada-tests/mptests/mp09/node1/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/mptests/mp09/node1/mp09_node1.adb b/c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb
index 537d7dddab..e404f1d2bf 100644
--- a/c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb
+++ b/c/src/ada-tests/mptests/mp09/node1/mp09_node1.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/mptests/mp09/node2/Makefile.am b/c/src/ada-tests/mptests/mp09/node2/Makefile.am
index 2627859ad3..b4b631cda2 100644
--- a/c/src/ada-tests/mptests/mp09/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp09/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/mptests/mp09/node2/config.h b/c/src/ada-tests/mptests/mp09/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp09/node2/config.h
+++ b/c/src/ada-tests/mptests/mp09/node2/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/mptests/mp09/node2/mp09_node2.adb b/c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb
index 9d7dba2731..ba0471380e 100644
--- a/c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb
+++ b/c/src/ada-tests/mptests/mp09/node2/mp09_node2.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;