summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/tmtests/tm04
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/tmtests/tm04')
-rw-r--r--c/src/ada-tests/tmtests/tm04/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm04/tm04.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm04/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm04/tmtest.ads2
4 files changed, 4 insertions, 4 deletions
diff --git a/c/src/ada-tests/tmtests/tm04/config.h b/c/src/ada-tests/tmtests/tm04/config.h
index 79b30bc1cd..6a35a2e0d9 100644
--- a/c/src/ada-tests/tmtests/tm04/config.h
+++ b/c/src/ada-tests/tmtests/tm04/config.h
@@ -7,7 +7,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.
*/
diff --git a/c/src/ada-tests/tmtests/tm04/tm04.adb b/c/src/ada-tests/tmtests/tm04/tm04.adb
index f93052b9fa..28e75c7db5 100644
--- a/c/src/ada-tests/tmtests/tm04/tm04.adb
+++ b/c/src/ada-tests/tmtests/tm04/tm04.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 RTEMS;
diff --git a/c/src/ada-tests/tmtests/tm04/tmtest.adb b/c/src/ada-tests/tmtests/tm04/tmtest.adb
index 5c014f1f5d..7278bf2432 100644
--- a/c/src/ada-tests/tmtests/tm04/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm04/tmtest.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/tmtests/tm04/tmtest.ads b/c/src/ada-tests/tmtests/tm04/tmtest.ads
index ca554c0e8d..e1f303ee2f 100644
--- a/c/src/ada-tests/tmtests/tm04/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm04/tmtest.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 TIME_TEST_SUPPORT;