summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp19
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/sptests/sp19/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp19/README4
-rw-r--r--c/src/ada-tests/sptests/sp19/config.h2
-rw-r--r--c/src/ada-tests/sptests/sp19/sp19.adb2
-rw-r--r--c/src/ada-tests/sptests/sp19/sptest.adp2
-rw-r--r--c/src/ada-tests/sptests/sp19/sptest.ads2
6 files changed, 0 insertions, 14 deletions
diff --git a/c/src/ada-tests/sptests/sp19/Makefile.am b/c/src/ada-tests/sptests/sp19/Makefile.am
index 47e31916ec..726b07c82d 100644
--- a/c/src/ada-tests/sptests/sp19/Makefile.am
+++ b/c/src/ada-tests/sptests/sp19/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/sp19/README b/c/src/ada-tests/sptests/sp19/README
index 07d60c5bc4..4fd698381e 100644
--- a/c/src/ada-tests/sptests/sp19/README
+++ b/c/src/ada-tests/sptests/sp19/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a "problem" test in Ada versus the C equivalent. In C,
we used macros to :
diff --git a/c/src/ada-tests/sptests/sp19/config.h b/c/src/ada-tests/sptests/sp19/config.h
index 8f5acd2a04..16c764935a 100644
--- a/c/src/ada-tests/sptests/sp19/config.h
+++ b/c/src/ada-tests/sptests/sp19/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/sp19/sp19.adb b/c/src/ada-tests/sptests/sp19/sp19.adb
index e032b14199..4a16f128fb 100644
--- a/c/src/ada-tests/sptests/sp19/sp19.adb
+++ b/c/src/ada-tests/sptests/sp19/sp19.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/sp19/sptest.adp b/c/src/ada-tests/sptests/sp19/sptest.adp
index 3c37d7d8b0..a5f50695b6 100644
--- a/c/src/ada-tests/sptests/sp19/sptest.adp
+++ b/c/src/ada-tests/sptests/sp19/sptest.adp
@@ -13,8 +13,6 @@
-- COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
-- On-Line Applications Research Corporation (OAR).
--
--- $Id$
---
with INTERFACES; use INTERFACES;
with FLOAT_IO;
diff --git a/c/src/ada-tests/sptests/sp19/sptest.ads b/c/src/ada-tests/sptests/sp19/sptest.ads
index 7da38c7e1f..b78b474181 100644
--- a/c/src/ada-tests/sptests/sp19/sptest.ads
+++ b/c/src/ada-tests/sptests/sp19/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;