summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/support
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/support/Makefile.am2
-rw-r--r--c/src/ada-tests/support/address_io.adb2
-rw-r--r--c/src/ada-tests/support/address_io.ads2
-rw-r--r--c/src/ada-tests/support/float_io.ads2
-rw-r--r--c/src/ada-tests/support/fp.inc2
-rw-r--r--c/src/ada-tests/support/init.c2
-rw-r--r--c/src/ada-tests/support/integer.inc2
-rw-r--r--c/src/ada-tests/support/rtems_calling_overhead.ads2
-rw-r--r--c/src/ada-tests/support/status_io.ads2
-rw-r--r--c/src/ada-tests/support/test_support.adb2
-rw-r--r--c/src/ada-tests/support/test_support.ads2
-rw-r--r--c/src/ada-tests/support/time_test_support.adb2
-rw-r--r--c/src/ada-tests/support/time_test_support.ads2
-rw-r--r--c/src/ada-tests/support/timer_driver.adb2
-rw-r--r--c/src/ada-tests/support/timer_driver.ads2
-rw-r--r--c/src/ada-tests/support/unsigned32_io.ads2
16 files changed, 0 insertions, 32 deletions
diff --git a/c/src/ada-tests/support/Makefile.am b/c/src/ada-tests/support/Makefile.am
index d0c160c1cb..88a4014be7 100644
--- a/c/src/ada-tests/support/Makefile.am
+++ b/c/src/ada-tests/support/Makefile.am
@@ -1,5 +1,3 @@
-## $Id$
-
EXTRA_DIST =
EXTRA_DIST += address_io.adb
EXTRA_DIST += address_io.ads
diff --git a/c/src/ada-tests/support/address_io.adb b/c/src/ada-tests/support/address_io.adb
index 5e01d24a76..2cb07506ac 100644
--- a/c/src/ada-tests/support/address_io.adb
+++ b/c/src/ada-tests/support/address_io.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System.Storage_Elements;
with Text_IO;
diff --git a/c/src/ada-tests/support/address_io.ads b/c/src/ada-tests/support/address_io.ads
index b25f760b02..d298f0258a 100644
--- a/c/src/ada-tests/support/address_io.ads
+++ b/c/src/ada-tests/support/address_io.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
diff --git a/c/src/ada-tests/support/float_io.ads b/c/src/ada-tests/support/float_io.ads
index 815a7fe3b8..b7734df5e9 100644
--- a/c/src/ada-tests/support/float_io.ads
+++ b/c/src/ada-tests/support/float_io.ads
@@ -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/support/fp.inc b/c/src/ada-tests/support/fp.inc
index 94327ea232..a22b872ee7 100644
--- a/c/src/ada-tests/support/fp.inc
+++ b/c/src/ada-tests/support/fp.inc
@@ -18,8 +18,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$
--
-- private definitions for macro use
diff --git a/c/src/ada-tests/support/init.c b/c/src/ada-tests/support/init.c
index 9687612f9a..ad98409c3c 100644
--- a/c/src/ada-tests/support/init.c
+++ b/c/src/ada-tests/support/init.c
@@ -1,8 +1,6 @@
/*
* COPYRIGHT (c) 1989-2007
* On-Line Applications Research Corporation (OAR).
- *
- * $Id$
*/
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
diff --git a/c/src/ada-tests/support/integer.inc b/c/src/ada-tests/support/integer.inc
index 8c743430ef..ef42c3671d 100644
--- a/c/src/ada-tests/support/integer.inc
+++ b/c/src/ada-tests/support/integer.inc
@@ -12,8 +12,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$
--
-- private definitions for macro use
diff --git a/c/src/ada-tests/support/rtems_calling_overhead.ads b/c/src/ada-tests/support/rtems_calling_overhead.ads
index ad9dfd28e9..44ea45abf0 100644
--- a/c/src/ada-tests/support/rtems_calling_overhead.ads
+++ b/c/src/ada-tests/support/rtems_calling_overhead.ads
@@ -19,8 +19,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
diff --git a/c/src/ada-tests/support/status_io.ads b/c/src/ada-tests/support/status_io.ads
index 9eb070b3bd..41bfce3970 100644
--- a/c/src/ada-tests/support/status_io.ads
+++ b/c/src/ada-tests/support/status_io.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with Text_IO;
diff --git a/c/src/ada-tests/support/test_support.adb b/c/src/ada-tests/support/test_support.adb
index 99c6d21bed..3f5bdfe60f 100644
--- a/c/src/ada-tests/support/test_support.adb
+++ b/c/src/ada-tests/support/test_support.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 Unsigned32_IO;
diff --git a/c/src/ada-tests/support/test_support.ads b/c/src/ada-tests/support/test_support.ads
index c4eb9d3c72..0113da9cad 100644
--- a/c/src/ada-tests/support/test_support.ads
+++ b/c/src/ada-tests/support/test_support.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
diff --git a/c/src/ada-tests/support/time_test_support.adb b/c/src/ada-tests/support/time_test_support.adb
index 449704d4d6..a7806e0a7d 100644
--- a/c/src/ada-tests/support/time_test_support.adb
+++ b/c/src/ada-tests/support/time_test_support.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 TEXT_IO;
diff --git a/c/src/ada-tests/support/time_test_support.ads b/c/src/ada-tests/support/time_test_support.ads
index 21483cfbe9..58e425b7a4 100644
--- a/c/src/ada-tests/support/time_test_support.ads
+++ b/c/src/ada-tests/support/time_test_support.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
diff --git a/c/src/ada-tests/support/timer_driver.adb b/c/src/ada-tests/support/timer_driver.adb
index 2357b697e8..ce3570e103 100644
--- a/c/src/ada-tests/support/timer_driver.adb
+++ b/c/src/ada-tests/support/timer_driver.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Interfaces;
diff --git a/c/src/ada-tests/support/timer_driver.ads b/c/src/ada-tests/support/timer_driver.ads
index c0089f95f5..18e41cae81 100644
--- a/c/src/ada-tests/support/timer_driver.ads
+++ b/c/src/ada-tests/support/timer_driver.ads
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
diff --git a/c/src/ada-tests/support/unsigned32_io.ads b/c/src/ada-tests/support/unsigned32_io.ads
index 9861b78693..79fb07c1b2 100644
--- a/c/src/ada-tests/support/unsigned32_io.ads
+++ b/c/src/ada-tests/support/unsigned32_io.ads
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS;
with Text_IO;