summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/tmtests/tm07
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/tmtests/tm07/config.h2
-rw-r--r--c/src/ada-tests/tmtests/tm07/tm07.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm07/tmtest.adb2
-rw-r--r--c/src/ada-tests/tmtests/tm07/tmtest.ads2
4 files changed, 4 insertions, 4 deletions
diff --git a/c/src/ada-tests/tmtests/tm07/config.h b/c/src/ada-tests/tmtests/tm07/config.h
index 40f7019c11..2c15f3d80d 100644
--- a/c/src/ada-tests/tmtests/tm07/config.h
+++ b/c/src/ada-tests/tmtests/tm07/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/tm07/tm07.adb b/c/src/ada-tests/tmtests/tm07/tm07.adb
index 5d658ffd2f..342406b38f 100644
--- a/c/src/ada-tests/tmtests/tm07/tm07.adb
+++ b/c/src/ada-tests/tmtests/tm07/tm07.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/tm07/tmtest.adb b/c/src/ada-tests/tmtests/tm07/tmtest.adb
index 985e705baa..c3a2c62b96 100644
--- a/c/src/ada-tests/tmtests/tm07/tmtest.adb
+++ b/c/src/ada-tests/tmtests/tm07/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/tm07/tmtest.ads b/c/src/ada-tests/tmtests/tm07/tmtest.ads
index 3b88ef8211..3abc539505 100644
--- a/c/src/ada-tests/tmtests/tm07/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm07/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;