summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp01
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-03-21 08:10:47 +1100
committerChris Johns <chrisj@rtems.org>2014-03-21 08:10:47 +1100
commitc49985691f1cd3769ef4bfaa503f3c6eb7e4385a (patch)
tree9bea93007f11db1bcc1c9d90ef42bc19a0cf9d49 /c/src/ada-tests/mptests/mp01
parentfstests/fsrename: Fix stack corruption (diff)
downloadrtems-c49985691f1cd3769ef4bfaa503f3c6eb7e4385a.tar.bz2
Change all references of rtems.com to rtems.org.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/mptests/mp01/config_base.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/mp01.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/mptest.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/mptest.ads2
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb2
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/config.h2
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb2
8 files changed, 8 insertions, 8 deletions
diff --git a/c/src/ada-tests/mptests/mp01/config_base.h b/c/src/ada-tests/mptests/mp01/config_base.h
index 24ab34720d..2f9df40e53 100644
--- a/c/src/ada-tests/mptests/mp01/config_base.h
+++ b/c/src/ada-tests/mptests/mp01/config_base.h
@@ -8,7 +8,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/mptests/mp01/mp01.adb b/c/src/ada-tests/mptests/mp01/mp01.adb
index 401399112a..6e89f9306d 100644
--- a/c/src/ada-tests/mptests/mp01/mp01.adb
+++ b/c/src/ada-tests/mptests/mp01/mp01.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/mptests/mp01/mptest.adb b/c/src/ada-tests/mptests/mp01/mptest.adb
index c6427b8aa3..779d1242d2 100644
--- a/c/src/ada-tests/mptests/mp01/mptest.adb
+++ b/c/src/ada-tests/mptests/mp01/mptest.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/mptests/mp01/mptest.ads b/c/src/ada-tests/mptests/mp01/mptest.ads
index 5e9dfff320..81f004a8e3 100644
--- a/c/src/ada-tests/mptests/mp01/mptest.ads
+++ b/c/src/ada-tests/mptests/mp01/mptest.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/mptests/mp01/node1/config.h b/c/src/ada-tests/mptests/mp01/node1/config.h
index d4c0a2d148..36c9d133e8 100644
--- a/c/src/ada-tests/mptests/mp01/node1/config.h
+++ b/c/src/ada-tests/mptests/mp01/node1/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/mptests/mp01/node1/mp01_node1.adb b/c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb
index f409769f73..c1f54ccd32 100644
--- a/c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb
+++ b/c/src/ada-tests/mptests/mp01/node1/mp01_node1.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 RTEMS;
diff --git a/c/src/ada-tests/mptests/mp01/node2/config.h b/c/src/ada-tests/mptests/mp01/node2/config.h
index dc240c91ea..47edf66149 100644
--- a/c/src/ada-tests/mptests/mp01/node2/config.h
+++ b/c/src/ada-tests/mptests/mp01/node2/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/mptests/mp01/node2/mp01_node2.adb b/c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb
index 3e17d234f1..380df6c5fd 100644
--- a/c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb
+++ b/c/src/ada-tests/mptests/mp01/node2/mp01_node2.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 RTEMS;