summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp25
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp25')
-rw-r--r--c/src/ada-tests/sptests/sp25/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp25/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp25/sp25.adb2
-rw-r--r--c/src/ada-tests/sptests/sp25/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp25/sptest.ads2
5 files changed, 0 insertions, 10 deletions
diff --git a/c/src/ada-tests/sptests/sp25/Makefile.am b/c/src/ada-tests/sptests/sp25/Makefile.am
index d2d45e7a6e..e5a25e495c 100644
--- a/c/src/ada-tests/sptests/sp25/Makefile.am
+++ b/c/src/ada-tests/sptests/sp25/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/sptests/sp25/config.h b/c/src/ada-tests/sptests/sp25/config.h
index 3ff23e8a3a..4eb8f5f65c 100644
--- a/c/src/ada-tests/sptests/sp25/config.h
+++ b/c/src/ada-tests/sptests/sp25/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/sptests/sp25/sp25.adb b/c/src/ada-tests/sptests/sp25/sp25.adb
index 94c7695615..1b736aa448 100644
--- a/c/src/ada-tests/sptests/sp25/sp25.adb
+++ b/c/src/ada-tests/sptests/sp25/sp25.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/sptests/sp25/sptest.adb b/c/src/ada-tests/sptests/sp25/sptest.adb
index 6924bfdcad..ae44295d56 100644
--- a/c/src/ada-tests/sptests/sp25/sptest.adb
+++ b/c/src/ada-tests/sptests/sp25/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/sptests/sp25/sptest.ads b/c/src/ada-tests/sptests/sp25/sptest.ads
index e2a9974bac..65d11c7944 100644
--- a/c/src/ada-tests/sptests/sp25/sptest.ads
+++ b/c/src/ada-tests/sptests/sp25/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;