summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp01
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/mptests/mp01/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp01/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/mp01.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/Makefile.am2
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb2
11 files changed, 0 insertions, 22 deletions
diff --git a/c/src/ada-tests/mptests/mp01/Makefile.am b/c/src/ada-tests/mptests/mp01/Makefile.am
index 037d3ad7cb..0ad1000d4d 100644
--- a/c/src/ada-tests/mptests/mp01/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/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/mp01/config_base.h b/c/src/ada-tests/mptests/mp01/config_base.h
index 799343addd..24ab34720d 100644
--- a/c/src/ada-tests/mptests/mp01/config_base.h
+++ b/c/src/ada-tests/mptests/mp01/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/mp01/mp01.adb b/c/src/ada-tests/mptests/mp01/mp01.adb
index 1a41b56c0d..401399112a 100644
--- a/c/src/ada-tests/mptests/mp01/mp01.adb
+++ b/c/src/ada-tests/mptests/mp01/mp01.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/mptests/mp01/mptest.adb b/c/src/ada-tests/mptests/mp01/mptest.adb
index 73096718e7..c6427b8aa3 100644
--- a/c/src/ada-tests/mptests/mp01/mptest.adb
+++ b/c/src/ada-tests/mptests/mp01/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/mp01/mptest.ads b/c/src/ada-tests/mptests/mp01/mptest.ads
index dbbddfaff2..5e9dfff320 100644
--- a/c/src/ada-tests/mptests/mp01/mptest.ads
+++ b/c/src/ada-tests/mptests/mp01/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/mp01/node1/Makefile.am b/c/src/ada-tests/mptests/mp01/node1/Makefile.am
index b8f6dc00b0..9a8744105d 100644
--- a/c/src/ada-tests/mptests/mp01/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/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/mp01/node1/config.h b/c/src/ada-tests/mptests/mp01/node1/config.h
index cd2699b38e..d4c0a2d148 100644
--- a/c/src/ada-tests/mptests/mp01/node1/config.h
+++ b/c/src/ada-tests/mptests/mp01/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/mp01/node1/mp01_node1.adb b/c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb
index 6fa4ba337e..f409769f73 100644
--- a/c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb
+++ b/c/src/ada-tests/mptests/mp01/node1/mp01_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/mp01/node2/Makefile.am b/c/src/ada-tests/mptests/mp01/node2/Makefile.am
index 245a0e19e9..1f25556519 100644
--- a/c/src/ada-tests/mptests/mp01/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/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/mp01/node2/config.h b/c/src/ada-tests/mptests/mp01/node2/config.h
index 409e7d691d..dc240c91ea 100644
--- a/c/src/ada-tests/mptests/mp01/node2/config.h
+++ b/c/src/ada-tests/mptests/mp01/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/mp01/node2/mp01_node2.adb b/c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb
index ed34c0cd5d..3e17d234f1 100644
--- a/c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb
+++ b/c/src/ada-tests/mptests/mp01/node2/mp01_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;