summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/samples/hello/config.h2
-rw-r--r--c/src/ada-tests/samples/hello/hello.adb2
-rw-r--r--c/src/ada-tests/samples/hello/sptest.adb2
-rw-r--r--c/src/ada-tests/samples/hello/sptest.ads2
4 files changed, 4 insertions, 4 deletions
diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h
index a0a32003d2..f4febdf491 100644
--- a/c/src/ada-tests/samples/hello/config.h
+++ b/c/src/ada-tests/samples/hello/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/samples/hello/hello.adb b/c/src/ada-tests/samples/hello/hello.adb
index 3bd3593168..f7748f3607 100644
--- a/c/src/ada-tests/samples/hello/hello.adb
+++ b/c/src/ada-tests/samples/hello/hello.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/samples/hello/sptest.adb b/c/src/ada-tests/samples/hello/sptest.adb
index 47b13ed599..8c29155eba 100644
--- a/c/src/ada-tests/samples/hello/sptest.adb
+++ b/c/src/ada-tests/samples/hello/sptest.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 TEXT_IO;
diff --git a/c/src/ada-tests/samples/hello/sptest.ads b/c/src/ada-tests/samples/hello/sptest.ads
index a3716d37e5..62993b0220 100644
--- a/c/src/ada-tests/samples/hello/sptest.ads
+++ b/c/src/ada-tests/samples/hello/sptest.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;