summaryrefslogtreecommitdiffstats
path: root/c/src/ada
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada')
-rw-r--r--c/src/ada/Makefile.am4
-rw-r--r--c/src/ada/rtems-barrier.adb2
-rw-r--r--c/src/ada/rtems-barrier.ads2
-rw-r--r--c/src/ada/rtems-clock.adb2
-rw-r--r--c/src/ada/rtems-clock.ads2
-rw-r--r--c/src/ada/rtems-cpu_usage.ads2
-rw-r--r--c/src/ada/rtems-debug.adb2
-rw-r--r--c/src/ada/rtems-debug.ads2
-rw-r--r--c/src/ada/rtems-event.adb2
-rw-r--r--c/src/ada/rtems-event.ads2
-rw-r--r--c/src/ada/rtems-extension.adb2
-rw-r--r--c/src/ada/rtems-extension.ads2
-rw-r--r--c/src/ada/rtems-fatal.adb2
-rw-r--r--c/src/ada/rtems-fatal.ads2
-rw-r--r--c/src/ada/rtems-interrupt.ads2
-rw-r--r--c/src/ada/rtems-io.adb2
-rw-r--r--c/src/ada/rtems-io.ads2
-rw-r--r--c/src/ada/rtems-message_queue.adb2
-rw-r--r--c/src/ada/rtems-message_queue.ads2
-rw-r--r--c/src/ada/rtems-multiprocessing.adb2
-rw-r--r--c/src/ada/rtems-multiprocessing.ads2
-rw-r--r--c/src/ada/rtems-object.adb2
-rw-r--r--c/src/ada/rtems-object.ads2
-rw-r--r--c/src/ada/rtems-partition.adb2
-rw-r--r--c/src/ada/rtems-partition.ads2
-rw-r--r--c/src/ada/rtems-port.adb2
-rw-r--r--c/src/ada/rtems-port.ads2
-rw-r--r--c/src/ada/rtems-rate_monotonic.adb2
-rw-r--r--c/src/ada/rtems-rate_monotonic.ads2
-rw-r--r--c/src/ada/rtems-region.adb2
-rw-r--r--c/src/ada/rtems-region.ads2
-rw-r--r--c/src/ada/rtems-semaphore.adb2
-rw-r--r--c/src/ada/rtems-semaphore.ads2
-rw-r--r--c/src/ada/rtems-signal.adb2
-rw-r--r--c/src/ada/rtems-signal.ads2
-rw-r--r--c/src/ada/rtems-stack_checker.ads2
-rw-r--r--c/src/ada/rtems-tasks.adb2
-rw-r--r--c/src/ada/rtems-tasks.ads2
-rw-r--r--c/src/ada/rtems-timer.adb2
-rw-r--r--c/src/ada/rtems-timer.ads2
-rw-r--r--c/src/ada/rtems.adb3
-rw-r--r--c/src/ada/rtems.ads3
42 files changed, 0 insertions, 88 deletions
diff --git a/c/src/ada/Makefile.am b/c/src/ada/Makefile.am
index 7a7c2155f0..c19ebf843b 100644
--- a/c/src/ada/Makefile.am
+++ b/c/src/ada/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
if RTEMS_ADA
include_adadir = $(includedir)/adainclude
include_ada_HEADERS = rtems.adb rtems.ads
diff --git a/c/src/ada/rtems-barrier.adb b/c/src/ada/rtems-barrier.adb
index 8b5ec60177..7c31688427 100644
--- a/c/src/ada/rtems-barrier.adb
+++ b/c/src/ada/rtems-barrier.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Ada;
with Ada.Unchecked_Conversion;
diff --git a/c/src/ada/rtems-barrier.ads b/c/src/ada/rtems-barrier.ads
index 6873d1ab10..cf710f0b35 100644
--- a/c/src/ada/rtems-barrier.ads
+++ b/c/src/ada/rtems-barrier.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/ada/rtems-clock.adb b/c/src/ada/rtems-clock.adb
index 94ae656a62..5266212792 100644
--- a/c/src/ada/rtems-clock.adb
+++ b/c/src/ada/rtems-clock.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Clock is
diff --git a/c/src/ada/rtems-clock.ads b/c/src/ada/rtems-clock.ads
index 34dbcb4a79..7f0dcc976f 100644
--- a/c/src/ada/rtems-clock.ads
+++ b/c/src/ada/rtems-clock.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Clock is
diff --git a/c/src/ada/rtems-cpu_usage.ads b/c/src/ada/rtems-cpu_usage.ads
index 9aa7488ee3..3016d070f9 100644
--- a/c/src/ada/rtems-cpu_usage.ads
+++ b/c/src/ada/rtems-cpu_usage.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/ada/rtems-debug.adb b/c/src/ada/rtems-debug.adb
index fbf639ecb6..378f89745f 100644
--- a/c/src/ada/rtems-debug.adb
+++ b/c/src/ada/rtems-debug.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Debug is
diff --git a/c/src/ada/rtems-debug.ads b/c/src/ada/rtems-debug.ads
index 7df71ac3e8..5b69cafeeb 100644
--- a/c/src/ada/rtems-debug.ads
+++ b/c/src/ada/rtems-debug.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Debug is
diff --git a/c/src/ada/rtems-event.adb b/c/src/ada/rtems-event.adb
index 49be8600bd..4ee532857e 100644
--- a/c/src/ada/rtems-event.adb
+++ b/c/src/ada/rtems-event.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Event is
diff --git a/c/src/ada/rtems-event.ads b/c/src/ada/rtems-event.ads
index fa07f9a8ef..589de6ee67 100644
--- a/c/src/ada/rtems-event.ads
+++ b/c/src/ada/rtems-event.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Event is
diff --git a/c/src/ada/rtems-extension.adb b/c/src/ada/rtems-extension.adb
index acc630f27b..ad17e06122 100644
--- a/c/src/ada/rtems-extension.adb
+++ b/c/src/ada/rtems-extension.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Extension is
diff --git a/c/src/ada/rtems-extension.ads b/c/src/ada/rtems-extension.ads
index 502d25da9a..7847a04762 100644
--- a/c/src/ada/rtems-extension.ads
+++ b/c/src/ada/rtems-extension.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Extension is
diff --git a/c/src/ada/rtems-fatal.adb b/c/src/ada/rtems-fatal.adb
index 558af7c108..dc3e83fd0e 100644
--- a/c/src/ada/rtems-fatal.adb
+++ b/c/src/ada/rtems-fatal.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Fatal is
diff --git a/c/src/ada/rtems-fatal.ads b/c/src/ada/rtems-fatal.ads
index c9fcb1d004..7408087c22 100644
--- a/c/src/ada/rtems-fatal.ads
+++ b/c/src/ada/rtems-fatal.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Fatal is
diff --git a/c/src/ada/rtems-interrupt.ads b/c/src/ada/rtems-interrupt.ads
index 75d4768bc2..94370d9493 100644
--- a/c/src/ada/rtems-interrupt.ads
+++ b/c/src/ada/rtems-interrupt.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Interrupt is
diff --git a/c/src/ada/rtems-io.adb b/c/src/ada/rtems-io.adb
index b11623cb99..6e1ecf459d 100644
--- a/c/src/ada/rtems-io.adb
+++ b/c/src/ada/rtems-io.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Ada;
with Ada.Unchecked_Conversion;
diff --git a/c/src/ada/rtems-io.ads b/c/src/ada/rtems-io.ads
index 9329d14ce7..56af9d6c43 100644
--- a/c/src/ada/rtems-io.ads
+++ b/c/src/ada/rtems-io.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/ada/rtems-message_queue.adb b/c/src/ada/rtems-message_queue.adb
index f91b071d05..15ec48980e 100644
--- a/c/src/ada/rtems-message_queue.adb
+++ b/c/src/ada/rtems-message_queue.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Message_Queue is
diff --git a/c/src/ada/rtems-message_queue.ads b/c/src/ada/rtems-message_queue.ads
index 426128a909..4c065bb84c 100644
--- a/c/src/ada/rtems-message_queue.ads
+++ b/c/src/ada/rtems-message_queue.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Message_Queue is
diff --git a/c/src/ada/rtems-multiprocessing.adb b/c/src/ada/rtems-multiprocessing.adb
index 3654b41752..b74b9372e4 100644
--- a/c/src/ada/rtems-multiprocessing.adb
+++ b/c/src/ada/rtems-multiprocessing.adb
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Multiprocessing is
diff --git a/c/src/ada/rtems-multiprocessing.ads b/c/src/ada/rtems-multiprocessing.ads
index 3d6f60879d..50e825ea2e 100644
--- a/c/src/ada/rtems-multiprocessing.ads
+++ b/c/src/ada/rtems-multiprocessing.ads
@@ -16,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Multiprocessing is
diff --git a/c/src/ada/rtems-object.adb b/c/src/ada/rtems-object.adb
index 8e9a16404b..2ff2fc5142 100644
--- a/c/src/ada/rtems-object.adb
+++ b/c/src/ada/rtems-object.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 Interfaces.C.Strings; use Interfaces.C.Strings;
diff --git a/c/src/ada/rtems-object.ads b/c/src/ada/rtems-object.ads
index 8160f2b29f..be9bedc7cf 100644
--- a/c/src/ada/rtems-object.ads
+++ b/c/src/ada/rtems-object.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Object is
diff --git a/c/src/ada/rtems-partition.adb b/c/src/ada/rtems-partition.adb
index bcbfc7ae3c..deb9c40aeb 100644
--- a/c/src/ada/rtems-partition.adb
+++ b/c/src/ada/rtems-partition.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Partition is
diff --git a/c/src/ada/rtems-partition.ads b/c/src/ada/rtems-partition.ads
index 0d6723ea89..8361c0cc73 100644
--- a/c/src/ada/rtems-partition.ads
+++ b/c/src/ada/rtems-partition.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Partition is
diff --git a/c/src/ada/rtems-port.adb b/c/src/ada/rtems-port.adb
index cd36b91be8..1ceb246d7c 100644
--- a/c/src/ada/rtems-port.adb
+++ b/c/src/ada/rtems-port.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Port is
diff --git a/c/src/ada/rtems-port.ads b/c/src/ada/rtems-port.ads
index f6b8fa692a..d8257763fb 100644
--- a/c/src/ada/rtems-port.ads
+++ b/c/src/ada/rtems-port.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Port is
diff --git a/c/src/ada/rtems-rate_monotonic.adb b/c/src/ada/rtems-rate_monotonic.adb
index 46c4b43007..b752ea588c 100644
--- a/c/src/ada/rtems-rate_monotonic.adb
+++ b/c/src/ada/rtems-rate_monotonic.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Rate_Monotonic is
diff --git a/c/src/ada/rtems-rate_monotonic.ads b/c/src/ada/rtems-rate_monotonic.ads
index a7825003f1..55e57a72dc 100644
--- a/c/src/ada/rtems-rate_monotonic.ads
+++ b/c/src/ada/rtems-rate_monotonic.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Rate_Monotonic is
diff --git a/c/src/ada/rtems-region.adb b/c/src/ada/rtems-region.adb
index 55b017d378..12d13cee2c 100644
--- a/c/src/ada/rtems-region.adb
+++ b/c/src/ada/rtems-region.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Region is
diff --git a/c/src/ada/rtems-region.ads b/c/src/ada/rtems-region.ads
index f442c926fe..28a9e576c1 100644
--- a/c/src/ada/rtems-region.ads
+++ b/c/src/ada/rtems-region.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Region is
diff --git a/c/src/ada/rtems-semaphore.adb b/c/src/ada/rtems-semaphore.adb
index 6383a15eee..487b1aca6a 100644
--- a/c/src/ada/rtems-semaphore.adb
+++ b/c/src/ada/rtems-semaphore.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Semaphore is
diff --git a/c/src/ada/rtems-semaphore.ads b/c/src/ada/rtems-semaphore.ads
index de32895cca..bd8b1c739e 100644
--- a/c/src/ada/rtems-semaphore.ads
+++ b/c/src/ada/rtems-semaphore.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS.Tasks;
diff --git a/c/src/ada/rtems-signal.adb b/c/src/ada/rtems-signal.adb
index abd0bc2039..0cdaf9f99e 100644
--- a/c/src/ada/rtems-signal.adb
+++ b/c/src/ada/rtems-signal.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Signal is
diff --git a/c/src/ada/rtems-signal.ads b/c/src/ada/rtems-signal.ads
index ce866d1cc8..a3d7e4e878 100644
--- a/c/src/ada/rtems-signal.ads
+++ b/c/src/ada/rtems-signal.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Signal is
diff --git a/c/src/ada/rtems-stack_checker.ads b/c/src/ada/rtems-stack_checker.ads
index f5b595424e..57844f60c9 100644
--- a/c/src/ada/rtems-stack_checker.ads
+++ b/c/src/ada/rtems-stack_checker.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;
diff --git a/c/src/ada/rtems-tasks.adb b/c/src/ada/rtems-tasks.adb
index 9c85920d16..7a0df16e61 100644
--- a/c/src/ada/rtems-tasks.adb
+++ b/c/src/ada/rtems-tasks.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Tasks is
diff --git a/c/src/ada/rtems-tasks.ads b/c/src/ada/rtems-tasks.ads
index 46ada12313..539f730247 100644
--- a/c/src/ada/rtems-tasks.ads
+++ b/c/src/ada/rtems-tasks.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package RTEMS.Tasks is
diff --git a/c/src/ada/rtems-timer.adb b/c/src/ada/rtems-timer.adb
index 2f5492ef88..daff85ff70 100644
--- a/c/src/ada/rtems-timer.adb
+++ b/c/src/ada/rtems-timer.adb
@@ -17,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
package body RTEMS.Timer is
diff --git a/c/src/ada/rtems-timer.ads b/c/src/ada/rtems-timer.ads
index a0cc6dff52..702a4d7f6b 100644
--- a/c/src/ada/rtems-timer.ads
+++ b/c/src/ada/rtems-timer.ads
@@ -18,8 +18,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with RTEMS.Tasks;
diff --git a/c/src/ada/rtems.adb b/c/src/ada/rtems.adb
index 1a2f520799..4d18473aad 100644
--- a/c/src/ada/rtems.adb
+++ b/c/src/ada/rtems.adb
@@ -1,4 +1,3 @@
-
-- RTEMS / Body
--
-- DESCRIPTION:
@@ -17,8 +16,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with Ada;
with Ada.Unchecked_Conversion;
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index bb6dcd1fe5..e18e02229d 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -1,4 +1,3 @@
-
-- RTEMS / Specification
--
-- DESCRIPTION:
@@ -18,8 +17,6 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- $Id$
---
with System;
with System.Storage_Elements; use System.Storage_Elements;