summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/support
diff options
context:
space:
mode:
Diffstat (limited to '')
-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/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
14 files changed, 14 insertions, 14 deletions
diff --git a/c/src/ada-tests/support/address_io.adb b/c/src/ada-tests/support/address_io.adb
index 2cb07506ac..f549f57ffe 100644
--- a/c/src/ada-tests/support/address_io.adb
+++ b/c/src/ada-tests/support/address_io.adb
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with System.Storage_Elements;
diff --git a/c/src/ada-tests/support/address_io.ads b/c/src/ada-tests/support/address_io.ads
index d298f0258a..8a4fce98d3 100644
--- a/c/src/ada-tests/support/address_io.ads
+++ b/c/src/ada-tests/support/address_io.ads
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with System;
diff --git a/c/src/ada-tests/support/float_io.ads b/c/src/ada-tests/support/float_io.ads
index b7734df5e9..5e1a90bf92 100644
--- a/c/src/ada-tests/support/float_io.ads
+++ b/c/src/ada-tests/support/float_io.ads
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with Text_IO;
diff --git a/c/src/ada-tests/support/fp.inc b/c/src/ada-tests/support/fp.inc
index a22b872ee7..eb6f5528a9 100644
--- a/c/src/ada-tests/support/fp.inc
+++ b/c/src/ada-tests/support/fp.inc
@@ -17,7 +17,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
-- private definitions for macro use
diff --git a/c/src/ada-tests/support/integer.inc b/c/src/ada-tests/support/integer.inc
index ef42c3671d..c47f68efd4 100644
--- a/c/src/ada-tests/support/integer.inc
+++ b/c/src/ada-tests/support/integer.inc
@@ -11,7 +11,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
-- 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 44ea45abf0..5f94e0505a 100644
--- a/c/src/ada-tests/support/rtems_calling_overhead.ads
+++ b/c/src/ada-tests/support/rtems_calling_overhead.ads
@@ -17,7 +17,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with RTEMS;
diff --git a/c/src/ada-tests/support/status_io.ads b/c/src/ada-tests/support/status_io.ads
index 41bfce3970..301e7a2ba1 100644
--- a/c/src/ada-tests/support/status_io.ads
+++ b/c/src/ada-tests/support/status_io.ads
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with RTEMS;
diff --git a/c/src/ada-tests/support/test_support.adb b/c/src/ada-tests/support/test_support.adb
index 3f5bdfe60f..bc636cee11 100644
--- a/c/src/ada-tests/support/test_support.adb
+++ b/c/src/ada-tests/support/test_support.adb
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with Interfaces; use Interfaces;
diff --git a/c/src/ada-tests/support/test_support.ads b/c/src/ada-tests/support/test_support.ads
index 0113da9cad..e41bf834ed 100644
--- a/c/src/ada-tests/support/test_support.ads
+++ b/c/src/ada-tests/support/test_support.ads
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
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 a7806e0a7d..aab0c75dfe 100644
--- a/c/src/ada-tests/support/time_test_support.adb
+++ b/c/src/ada-tests/support/time_test_support.adb
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with INTERFACES; use INTERFACES;
diff --git a/c/src/ada-tests/support/time_test_support.ads b/c/src/ada-tests/support/time_test_support.ads
index 58e425b7a4..aeed677ba2 100644
--- a/c/src/ada-tests/support/time_test_support.ads
+++ b/c/src/ada-tests/support/time_test_support.ads
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with RTEMS;
diff --git a/c/src/ada-tests/support/timer_driver.adb b/c/src/ada-tests/support/timer_driver.adb
index ce3570e103..389499ccc8 100644
--- a/c/src/ada-tests/support/timer_driver.adb
+++ b/c/src/ada-tests/support/timer_driver.adb
@@ -14,7 +14,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with Interfaces;
diff --git a/c/src/ada-tests/support/timer_driver.ads b/c/src/ada-tests/support/timer_driver.ads
index 18e41cae81..00642dfe90 100644
--- a/c/src/ada-tests/support/timer_driver.ads
+++ b/c/src/ada-tests/support/timer_driver.ads
@@ -14,7 +14,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with RTEMS;
diff --git a/c/src/ada-tests/support/unsigned32_io.ads b/c/src/ada-tests/support/unsigned32_io.ads
index 79fb07c1b2..4d1a7e6e87 100644
--- a/c/src/ada-tests/support/unsigned32_io.ads
+++ b/c/src/ada-tests/support/unsigned32_io.ads
@@ -15,7 +15,7 @@
--
-- The license and distribution terms for this file may in
-- the file LICENSE in this distribution or at
--- http://www.rtems.com/license/LICENSE.
+-- http://www.rtems.org/license/LICENSE.
--
with RTEMS;