diff options
author | Chris Johns <chrisj@rtems.org> | 2014-03-21 08:10:47 +1100 |
---|---|---|
committer | Chris Johns <chrisj@rtems.org> | 2014-03-21 08:10:47 +1100 |
commit | c49985691f1cd3769ef4bfaa503f3c6eb7e4385a (patch) | |
tree | 9bea93007f11db1bcc1c9d90ef42bc19a0cf9d49 /c | |
parent | fstests/fsrename: Fix stack corruption (diff) | |
download | rtems-c49985691f1cd3769ef4bfaa503f3c6eb7e4385a.tar.bz2 |
Change all references of rtems.com to rtems.org.
Diffstat (limited to 'c')
1963 files changed, 1982 insertions, 1982 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; diff --git a/c/src/ada-tests/mptests/mp02/config_base.h b/c/src/ada-tests/mptests/mp02/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp02/config_base.h +++ b/c/src/ada-tests/mptests/mp02/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/mp02/mptest.adb b/c/src/ada-tests/mptests/mp02/mptest.adb index 525e97df7a..4bdd0cf587 100644 --- a/c/src/ada-tests/mptests/mp02/mptest.adb +++ b/c/src/ada-tests/mptests/mp02/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/mp02/mptest.ads b/c/src/ada-tests/mptests/mp02/mptest.ads index a55ac1b82b..14a3eb43bf 100644 --- a/c/src/ada-tests/mptests/mp02/mptest.ads +++ b/c/src/ada-tests/mptests/mp02/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/mp02/node1/config.h b/c/src/ada-tests/mptests/mp02/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp02/node1/config.h +++ b/c/src/ada-tests/mptests/mp02/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/mp02/node1/mp02_node1.adb b/c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb index 2ad018d1bb..739e56d26e 100644 --- a/c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb +++ b/c/src/ada-tests/mptests/mp02/node1/mp02_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/mp02/node2/config.h b/c/src/ada-tests/mptests/mp02/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp02/node2/config.h +++ b/c/src/ada-tests/mptests/mp02/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/mp02/node2/mp02_node2.adb b/c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb index 005cba7542..0e6b5fd698 100644 --- a/c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb +++ b/c/src/ada-tests/mptests/mp02/node2/mp02_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; diff --git a/c/src/ada-tests/mptests/mp03/config_base.h b/c/src/ada-tests/mptests/mp03/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp03/config_base.h +++ b/c/src/ada-tests/mptests/mp03/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/mp03/mptest.adb b/c/src/ada-tests/mptests/mp03/mptest.adb index cc3cd34eb5..170b62fd5d 100644 --- a/c/src/ada-tests/mptests/mp03/mptest.adb +++ b/c/src/ada-tests/mptests/mp03/mptest.adb @@ -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. -- with INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/mptests/mp03/mptest.ads b/c/src/ada-tests/mptests/mp03/mptest.ads index a93ab55672..6e7f59947e 100644 --- a/c/src/ada-tests/mptests/mp03/mptest.ads +++ b/c/src/ada-tests/mptests/mp03/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/mp03/node1/config.h b/c/src/ada-tests/mptests/mp03/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp03/node1/config.h +++ b/c/src/ada-tests/mptests/mp03/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/mp03/node1/mp03_node1.adb b/c/src/ada-tests/mptests/mp03/node1/mp03_node1.adb index bfc6287efe..80a67ffc94 100644 --- a/c/src/ada-tests/mptests/mp03/node1/mp03_node1.adb +++ b/c/src/ada-tests/mptests/mp03/node1/mp03_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/mp03/node2/config.h b/c/src/ada-tests/mptests/mp03/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp03/node2/config.h +++ b/c/src/ada-tests/mptests/mp03/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/mp03/node2/mp03_node2.adb b/c/src/ada-tests/mptests/mp03/node2/mp03_node2.adb index f1ce279d10..aec5b91edd 100644 --- a/c/src/ada-tests/mptests/mp03/node2/mp03_node2.adb +++ b/c/src/ada-tests/mptests/mp03/node2/mp03_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; diff --git a/c/src/ada-tests/mptests/mp04/config_base.h b/c/src/ada-tests/mptests/mp04/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp04/config_base.h +++ b/c/src/ada-tests/mptests/mp04/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/mp04/mptest.adb b/c/src/ada-tests/mptests/mp04/mptest.adb index c8b87f1cc0..a7a2bdd3ea 100644 --- a/c/src/ada-tests/mptests/mp04/mptest.adb +++ b/c/src/ada-tests/mptests/mp04/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/mp04/mptest.ads b/c/src/ada-tests/mptests/mp04/mptest.ads index 567fc35f1a..ddf2c82878 100644 --- a/c/src/ada-tests/mptests/mp04/mptest.ads +++ b/c/src/ada-tests/mptests/mp04/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/mp04/node1/config.h b/c/src/ada-tests/mptests/mp04/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp04/node1/config.h +++ b/c/src/ada-tests/mptests/mp04/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/mp04/node1/mp04_node1.adb b/c/src/ada-tests/mptests/mp04/node1/mp04_node1.adb index 762d9daffe..c88c019992 100644 --- a/c/src/ada-tests/mptests/mp04/node1/mp04_node1.adb +++ b/c/src/ada-tests/mptests/mp04/node1/mp04_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/mp04/node2/config.h b/c/src/ada-tests/mptests/mp04/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp04/node2/config.h +++ b/c/src/ada-tests/mptests/mp04/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/mp04/node2/mp04_node2.adb b/c/src/ada-tests/mptests/mp04/node2/mp04_node2.adb index d5560d5353..4cd9f0e3b3 100644 --- a/c/src/ada-tests/mptests/mp04/node2/mp04_node2.adb +++ b/c/src/ada-tests/mptests/mp04/node2/mp04_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; diff --git a/c/src/ada-tests/mptests/mp05/config_base.h b/c/src/ada-tests/mptests/mp05/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp05/config_base.h +++ b/c/src/ada-tests/mptests/mp05/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/mp05/mptest.adb b/c/src/ada-tests/mptests/mp05/mptest.adb index 090024c45b..a206b80b85 100644 --- a/c/src/ada-tests/mptests/mp05/mptest.adb +++ b/c/src/ada-tests/mptests/mp05/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/mp05/mptest.ads b/c/src/ada-tests/mptests/mp05/mptest.ads index a447d93278..13d5ced1d6 100644 --- a/c/src/ada-tests/mptests/mp05/mptest.ads +++ b/c/src/ada-tests/mptests/mp05/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/mp05/node1/config.h b/c/src/ada-tests/mptests/mp05/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp05/node1/config.h +++ b/c/src/ada-tests/mptests/mp05/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/mp05/node1/mp05_node1.adb b/c/src/ada-tests/mptests/mp05/node1/mp05_node1.adb index 952b901ca8..529406450b 100644 --- a/c/src/ada-tests/mptests/mp05/node1/mp05_node1.adb +++ b/c/src/ada-tests/mptests/mp05/node1/mp05_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/mp05/node2/config.h b/c/src/ada-tests/mptests/mp05/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp05/node2/config.h +++ b/c/src/ada-tests/mptests/mp05/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/mp05/node2/mp05_node2.adb b/c/src/ada-tests/mptests/mp05/node2/mp05_node2.adb index d1a21244ea..faa4aa2266 100644 --- a/c/src/ada-tests/mptests/mp05/node2/mp05_node2.adb +++ b/c/src/ada-tests/mptests/mp05/node2/mp05_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; diff --git a/c/src/ada-tests/mptests/mp06/config_base.h b/c/src/ada-tests/mptests/mp06/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp06/config_base.h +++ b/c/src/ada-tests/mptests/mp06/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/mp06/mptest.adb b/c/src/ada-tests/mptests/mp06/mptest.adb index e28f118334..d4522e653b 100644 --- a/c/src/ada-tests/mptests/mp06/mptest.adb +++ b/c/src/ada-tests/mptests/mp06/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/mp06/mptest.ads b/c/src/ada-tests/mptests/mp06/mptest.ads index 2b89d8852e..5c3668d3ac 100644 --- a/c/src/ada-tests/mptests/mp06/mptest.ads +++ b/c/src/ada-tests/mptests/mp06/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/mp06/node1/config.h b/c/src/ada-tests/mptests/mp06/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp06/node1/config.h +++ b/c/src/ada-tests/mptests/mp06/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/mp06/node1/mp06_node1.adb b/c/src/ada-tests/mptests/mp06/node1/mp06_node1.adb index d4d7571b6d..ebde32ca1c 100644 --- a/c/src/ada-tests/mptests/mp06/node1/mp06_node1.adb +++ b/c/src/ada-tests/mptests/mp06/node1/mp06_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/mp06/node2/config.h b/c/src/ada-tests/mptests/mp06/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp06/node2/config.h +++ b/c/src/ada-tests/mptests/mp06/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/mp06/node2/mp06_node2.adb b/c/src/ada-tests/mptests/mp06/node2/mp06_node2.adb index 4cc12047f4..3637d8827e 100644 --- a/c/src/ada-tests/mptests/mp06/node2/mp06_node2.adb +++ b/c/src/ada-tests/mptests/mp06/node2/mp06_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; diff --git a/c/src/ada-tests/mptests/mp07/config_base.h b/c/src/ada-tests/mptests/mp07/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp07/config_base.h +++ b/c/src/ada-tests/mptests/mp07/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/mp07/mptest.adb b/c/src/ada-tests/mptests/mp07/mptest.adb index 612fc2ec2c..20dbc9cd84 100644 --- a/c/src/ada-tests/mptests/mp07/mptest.adb +++ b/c/src/ada-tests/mptests/mp07/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/mp07/mptest.ads b/c/src/ada-tests/mptests/mp07/mptest.ads index 4680141b04..499628b5d0 100644 --- a/c/src/ada-tests/mptests/mp07/mptest.ads +++ b/c/src/ada-tests/mptests/mp07/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/mp07/node1/config.h b/c/src/ada-tests/mptests/mp07/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp07/node1/config.h +++ b/c/src/ada-tests/mptests/mp07/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/mp07/node1/mp07_node1.adb b/c/src/ada-tests/mptests/mp07/node1/mp07_node1.adb index 21e61ea331..a6d9ef4db0 100644 --- a/c/src/ada-tests/mptests/mp07/node1/mp07_node1.adb +++ b/c/src/ada-tests/mptests/mp07/node1/mp07_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/mp07/node2/config.h b/c/src/ada-tests/mptests/mp07/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp07/node2/config.h +++ b/c/src/ada-tests/mptests/mp07/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/mp07/node2/mp07_node2.adb b/c/src/ada-tests/mptests/mp07/node2/mp07_node2.adb index 0c9481731f..0e0db0bbdd 100644 --- a/c/src/ada-tests/mptests/mp07/node2/mp07_node2.adb +++ b/c/src/ada-tests/mptests/mp07/node2/mp07_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; diff --git a/c/src/ada-tests/mptests/mp08/config_base.h b/c/src/ada-tests/mptests/mp08/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp08/config_base.h +++ b/c/src/ada-tests/mptests/mp08/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/mp08/mptest.adb b/c/src/ada-tests/mptests/mp08/mptest.adb index 7b7b2c91b7..2910ec83e7 100644 --- a/c/src/ada-tests/mptests/mp08/mptest.adb +++ b/c/src/ada-tests/mptests/mp08/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/mp08/mptest.ads b/c/src/ada-tests/mptests/mp08/mptest.ads index 24ba23655a..07df76322e 100644 --- a/c/src/ada-tests/mptests/mp08/mptest.ads +++ b/c/src/ada-tests/mptests/mp08/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/mp08/node1/config.h b/c/src/ada-tests/mptests/mp08/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp08/node1/config.h +++ b/c/src/ada-tests/mptests/mp08/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/mp08/node1/mp08_node1.adb b/c/src/ada-tests/mptests/mp08/node1/mp08_node1.adb index 3b8c05b679..75a1a985be 100644 --- a/c/src/ada-tests/mptests/mp08/node1/mp08_node1.adb +++ b/c/src/ada-tests/mptests/mp08/node1/mp08_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/mp08/node2/config.h b/c/src/ada-tests/mptests/mp08/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp08/node2/config.h +++ b/c/src/ada-tests/mptests/mp08/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/mp08/node2/mp08_node2.adb b/c/src/ada-tests/mptests/mp08/node2/mp08_node2.adb index 5552cfd985..84dd6b5371 100644 --- a/c/src/ada-tests/mptests/mp08/node2/mp08_node2.adb +++ b/c/src/ada-tests/mptests/mp08/node2/mp08_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; diff --git a/c/src/ada-tests/mptests/mp09/config_base.h b/c/src/ada-tests/mptests/mp09/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp09/config_base.h +++ b/c/src/ada-tests/mptests/mp09/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/mp09/mptest.adb b/c/src/ada-tests/mptests/mp09/mptest.adb index 60ae00be37..f68268788d 100644 --- a/c/src/ada-tests/mptests/mp09/mptest.adb +++ b/c/src/ada-tests/mptests/mp09/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/mp09/mptest.ads b/c/src/ada-tests/mptests/mp09/mptest.ads index c32b7e602a..360aebb491 100644 --- a/c/src/ada-tests/mptests/mp09/mptest.ads +++ b/c/src/ada-tests/mptests/mp09/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/mp09/node1/config.h b/c/src/ada-tests/mptests/mp09/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp09/node1/config.h +++ b/c/src/ada-tests/mptests/mp09/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/mp09/node1/mp09_node1.adb b/c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb index e404f1d2bf..df2a6ab344 100644 --- a/c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb +++ b/c/src/ada-tests/mptests/mp09/node1/mp09_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/mp09/node2/config.h b/c/src/ada-tests/mptests/mp09/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp09/node2/config.h +++ b/c/src/ada-tests/mptests/mp09/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/mp09/node2/mp09_node2.adb b/c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb index ba0471380e..adedcd20c6 100644 --- a/c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb +++ b/c/src/ada-tests/mptests/mp09/node2/mp09_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; diff --git a/c/src/ada-tests/mptests/mp10/config_base.h b/c/src/ada-tests/mptests/mp10/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp10/config_base.h +++ b/c/src/ada-tests/mptests/mp10/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/mp10/mptest.adb b/c/src/ada-tests/mptests/mp10/mptest.adb index e525d123fb..d773976a3e 100644 --- a/c/src/ada-tests/mptests/mp10/mptest.adb +++ b/c/src/ada-tests/mptests/mp10/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/mp10/mptest.ads b/c/src/ada-tests/mptests/mp10/mptest.ads index 6752daa6e8..05764ebf0b 100644 --- a/c/src/ada-tests/mptests/mp10/mptest.ads +++ b/c/src/ada-tests/mptests/mp10/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/mp10/node1/config.h b/c/src/ada-tests/mptests/mp10/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp10/node1/config.h +++ b/c/src/ada-tests/mptests/mp10/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/mp10/node1/mp10_node1.adb b/c/src/ada-tests/mptests/mp10/node1/mp10_node1.adb index 8b3d7841e6..9174d74a7d 100644 --- a/c/src/ada-tests/mptests/mp10/node1/mp10_node1.adb +++ b/c/src/ada-tests/mptests/mp10/node1/mp10_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/mp10/node2/config.h b/c/src/ada-tests/mptests/mp10/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp10/node2/config.h +++ b/c/src/ada-tests/mptests/mp10/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/mp10/node2/mp10_node2.adb b/c/src/ada-tests/mptests/mp10/node2/mp10_node2.adb index de322685f7..ee7bb6bcc8 100644 --- a/c/src/ada-tests/mptests/mp10/node2/mp10_node2.adb +++ b/c/src/ada-tests/mptests/mp10/node2/mp10_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; diff --git a/c/src/ada-tests/mptests/mp11/config_base.h b/c/src/ada-tests/mptests/mp11/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp11/config_base.h +++ b/c/src/ada-tests/mptests/mp11/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/mp11/mptest.adb b/c/src/ada-tests/mptests/mp11/mptest.adb index 2c40bd823f..9ad9f52fca 100644 --- a/c/src/ada-tests/mptests/mp11/mptest.adb +++ b/c/src/ada-tests/mptests/mp11/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/mp11/mptest.ads b/c/src/ada-tests/mptests/mp11/mptest.ads index 31256dd918..2899df8e34 100644 --- a/c/src/ada-tests/mptests/mp11/mptest.ads +++ b/c/src/ada-tests/mptests/mp11/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/mp11/node1/config.h b/c/src/ada-tests/mptests/mp11/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp11/node1/config.h +++ b/c/src/ada-tests/mptests/mp11/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/mp11/node1/mp11_node1.adb b/c/src/ada-tests/mptests/mp11/node1/mp11_node1.adb index 6fd7c9a7e0..859cbc4ac8 100644 --- a/c/src/ada-tests/mptests/mp11/node1/mp11_node1.adb +++ b/c/src/ada-tests/mptests/mp11/node1/mp11_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/mp11/node2/config.h b/c/src/ada-tests/mptests/mp11/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp11/node2/config.h +++ b/c/src/ada-tests/mptests/mp11/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/mp11/node2/mp11_node2.adb b/c/src/ada-tests/mptests/mp11/node2/mp11_node2.adb index 41be762257..601b21574b 100644 --- a/c/src/ada-tests/mptests/mp11/node2/mp11_node2.adb +++ b/c/src/ada-tests/mptests/mp11/node2/mp11_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; diff --git a/c/src/ada-tests/mptests/mp12/config_base.h b/c/src/ada-tests/mptests/mp12/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp12/config_base.h +++ b/c/src/ada-tests/mptests/mp12/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/mp12/mptest.adb b/c/src/ada-tests/mptests/mp12/mptest.adb index 1ec1421805..74dd2e86bd 100644 --- a/c/src/ada-tests/mptests/mp12/mptest.adb +++ b/c/src/ada-tests/mptests/mp12/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/mp12/mptest.ads b/c/src/ada-tests/mptests/mp12/mptest.ads index 6f0e1b7607..dd33b558bb 100644 --- a/c/src/ada-tests/mptests/mp12/mptest.ads +++ b/c/src/ada-tests/mptests/mp12/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/mp12/node1/config.h b/c/src/ada-tests/mptests/mp12/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp12/node1/config.h +++ b/c/src/ada-tests/mptests/mp12/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/mp12/node1/mp12_node1.adb b/c/src/ada-tests/mptests/mp12/node1/mp12_node1.adb index 1e4e8565e2..04c049cb5d 100644 --- a/c/src/ada-tests/mptests/mp12/node1/mp12_node1.adb +++ b/c/src/ada-tests/mptests/mp12/node1/mp12_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/mp12/node2/config.h b/c/src/ada-tests/mptests/mp12/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp12/node2/config.h +++ b/c/src/ada-tests/mptests/mp12/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/mp12/node2/mp12_node2.adb b/c/src/ada-tests/mptests/mp12/node2/mp12_node2.adb index 2358a77005..0f046593d6 100644 --- a/c/src/ada-tests/mptests/mp12/node2/mp12_node2.adb +++ b/c/src/ada-tests/mptests/mp12/node2/mp12_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; diff --git a/c/src/ada-tests/mptests/mp13/config_base.h b/c/src/ada-tests/mptests/mp13/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp13/config_base.h +++ b/c/src/ada-tests/mptests/mp13/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/mp13/mptest.adb b/c/src/ada-tests/mptests/mp13/mptest.adb index 5c5868bf19..6dc79ab486 100644 --- a/c/src/ada-tests/mptests/mp13/mptest.adb +++ b/c/src/ada-tests/mptests/mp13/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/mp13/mptest.ads b/c/src/ada-tests/mptests/mp13/mptest.ads index 03a1ba0e82..8caa2347c9 100644 --- a/c/src/ada-tests/mptests/mp13/mptest.ads +++ b/c/src/ada-tests/mptests/mp13/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/mp13/node1/config.h b/c/src/ada-tests/mptests/mp13/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp13/node1/config.h +++ b/c/src/ada-tests/mptests/mp13/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/mp13/node1/mp13_node1.adb b/c/src/ada-tests/mptests/mp13/node1/mp13_node1.adb index 473c927b23..561bc67ba5 100644 --- a/c/src/ada-tests/mptests/mp13/node1/mp13_node1.adb +++ b/c/src/ada-tests/mptests/mp13/node1/mp13_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/mp13/node2/config.h b/c/src/ada-tests/mptests/mp13/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp13/node2/config.h +++ b/c/src/ada-tests/mptests/mp13/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/mp13/node2/mp13_node2.adb b/c/src/ada-tests/mptests/mp13/node2/mp13_node2.adb index 69b12be33d..e197f5aa12 100644 --- a/c/src/ada-tests/mptests/mp13/node2/mp13_node2.adb +++ b/c/src/ada-tests/mptests/mp13/node2/mp13_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; diff --git a/c/src/ada-tests/mptests/mp14/config_base.h b/c/src/ada-tests/mptests/mp14/config_base.h index 24ab34720d..2f9df40e53 100644 --- a/c/src/ada-tests/mptests/mp14/config_base.h +++ b/c/src/ada-tests/mptests/mp14/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/mp14/mptest.adb b/c/src/ada-tests/mptests/mp14/mptest.adb index b0563a8023..c795dc28bd 100644 --- a/c/src/ada-tests/mptests/mp14/mptest.adb +++ b/c/src/ada-tests/mptests/mp14/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/mp14/mptest.ads b/c/src/ada-tests/mptests/mp14/mptest.ads index 034586e233..1cf0b80942 100644 --- a/c/src/ada-tests/mptests/mp14/mptest.ads +++ b/c/src/ada-tests/mptests/mp14/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/mp14/node1/config.h b/c/src/ada-tests/mptests/mp14/node1/config.h index d4c0a2d148..36c9d133e8 100644 --- a/c/src/ada-tests/mptests/mp14/node1/config.h +++ b/c/src/ada-tests/mptests/mp14/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/mp14/node1/mp14_node1.adb b/c/src/ada-tests/mptests/mp14/node1/mp14_node1.adb index 057a6d318a..766fc5d816 100644 --- a/c/src/ada-tests/mptests/mp14/node1/mp14_node1.adb +++ b/c/src/ada-tests/mptests/mp14/node1/mp14_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/mp14/node2/config.h b/c/src/ada-tests/mptests/mp14/node2/config.h index dc240c91ea..47edf66149 100644 --- a/c/src/ada-tests/mptests/mp14/node2/config.h +++ b/c/src/ada-tests/mptests/mp14/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/mp14/node2/mp14_node2.adb b/c/src/ada-tests/mptests/mp14/node2/mp14_node2.adb index 4ecce47bc3..fb92b69554 100644 --- a/c/src/ada-tests/mptests/mp14/node2/mp14_node2.adb +++ b/c/src/ada-tests/mptests/mp14/node2/mp14_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; diff --git a/c/src/ada-tests/samples/base_mp/config.h b/c/src/ada-tests/samples/base_mp/config.h index 0bef9aa684..d5ae258199 100644 --- a/c/src/ada-tests/samples/base_mp/config.h +++ b/c/src/ada-tests/samples/base_mp/config.h @@ -8,7 +8,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. + * http://www.rtems.org/license/LICENSE. */ /* configuration information */ diff --git a/c/src/ada-tests/samples/base_mp/mptest.adb b/c/src/ada-tests/samples/base_mp/mptest.adb index f5c5a594eb..d4eef0a29f 100644 --- a/c/src/ada-tests/samples/base_mp/mptest.adb +++ b/c/src/ada-tests/samples/base_mp/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/samples/base_mp/mptest.ads b/c/src/ada-tests/samples/base_mp/mptest.ads index 70f45032e3..f246b4e0ed 100644 --- a/c/src/ada-tests/samples/base_mp/mptest.ads +++ b/c/src/ada-tests/samples/base_mp/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/samples/base_sp/base_sp.adb b/c/src/ada-tests/samples/base_sp/base_sp.adb index ae44a76a02..aaa1ab3bca 100644 --- a/c/src/ada-tests/samples/base_sp/base_sp.adb +++ b/c/src/ada-tests/samples/base_sp/base_sp.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/samples/base_sp/config.h b/c/src/ada-tests/samples/base_sp/config.h index 8c91c35c28..76699e4fc4 100644 --- a/c/src/ada-tests/samples/base_sp/config.h +++ b/c/src/ada-tests/samples/base_sp/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/base_sp/sptest.adb b/c/src/ada-tests/samples/base_sp/sptest.adb index 2b88a39c95..85a847f281 100644 --- a/c/src/ada-tests/samples/base_sp/sptest.adb +++ b/c/src/ada-tests/samples/base_sp/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 TEST_SUPPORT; diff --git a/c/src/ada-tests/samples/base_sp/sptest.ads b/c/src/ada-tests/samples/base_sp/sptest.ads index f81a17c53f..e35751cd32 100644 --- a/c/src/ada-tests/samples/base_sp/sptest.ads +++ b/c/src/ada-tests/samples/base_sp/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; 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; diff --git a/c/src/ada-tests/samples/nsecs/config.h b/c/src/ada-tests/samples/nsecs/config.h index e4ed7a221b..909750a51d 100644 --- a/c/src/ada-tests/samples/nsecs/config.h +++ b/c/src/ada-tests/samples/nsecs/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/nsecs/nsecs.adb b/c/src/ada-tests/samples/nsecs/nsecs.adb index 26648e330f..0a8f84a606 100644 --- a/c/src/ada-tests/samples/nsecs/nsecs.adb +++ b/c/src/ada-tests/samples/nsecs/nsecs.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/nsecs/sptest.adb b/c/src/ada-tests/samples/nsecs/sptest.adb index 883fb7260e..193fa09a45 100644 --- a/c/src/ada-tests/samples/nsecs/sptest.adb +++ b/c/src/ada-tests/samples/nsecs/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 Ada.Integer_Text_IO; diff --git a/c/src/ada-tests/samples/nsecs/sptest.ads b/c/src/ada-tests/samples/nsecs/sptest.ads index 803e840411..97fa00ac2c 100644 --- a/c/src/ada-tests/samples/nsecs/sptest.ads +++ b/c/src/ada-tests/samples/nsecs/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; diff --git a/c/src/ada-tests/samples/ticker/config.h b/c/src/ada-tests/samples/ticker/config.h index 0fcda1f80a..43d27fdefc 100644 --- a/c/src/ada-tests/samples/ticker/config.h +++ b/c/src/ada-tests/samples/ticker/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/ticker/sptest.adb b/c/src/ada-tests/samples/ticker/sptest.adb index a47ce3d4d0..cfc33c7b4c 100644 --- a/c/src/ada-tests/samples/ticker/sptest.adb +++ b/c/src/ada-tests/samples/ticker/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/samples/ticker/sptest.ads b/c/src/ada-tests/samples/ticker/sptest.ads index d48488c270..8753d3edad 100644 --- a/c/src/ada-tests/samples/ticker/sptest.ads +++ b/c/src/ada-tests/samples/ticker/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; diff --git a/c/src/ada-tests/samples/ticker/ticker.adb b/c/src/ada-tests/samples/ticker/ticker.adb index 2f29d17597..08a1fb9e31 100644 --- a/c/src/ada-tests/samples/ticker/ticker.adb +++ b/c/src/ada-tests/samples/ticker/ticker.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/sptests/sp01/config.h b/c/src/ada-tests/sptests/sp01/config.h index 0c66d014ca..f7858db811 100644 --- a/c/src/ada-tests/sptests/sp01/config.h +++ b/c/src/ada-tests/sptests/sp01/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/sptests/sp01/sp01.adb b/c/src/ada-tests/sptests/sp01/sp01.adb index 978b84a79d..656a6ff009 100644 --- a/c/src/ada-tests/sptests/sp01/sp01.adb +++ b/c/src/ada-tests/sptests/sp01/sp01.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/sptests/sp01/sptest.adb b/c/src/ada-tests/sptests/sp01/sptest.adb index 70ef44c8bb..53dc5dd771 100644 --- a/c/src/ada-tests/sptests/sp01/sptest.adb +++ b/c/src/ada-tests/sptests/sp01/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp01/sptest.ads b/c/src/ada-tests/sptests/sp01/sptest.ads index d48488c270..8753d3edad 100644 --- a/c/src/ada-tests/sptests/sp01/sptest.ads +++ b/c/src/ada-tests/sptests/sp01/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; diff --git a/c/src/ada-tests/sptests/sp02/config.h b/c/src/ada-tests/sptests/sp02/config.h index 0fcda1f80a..43d27fdefc 100644 --- a/c/src/ada-tests/sptests/sp02/config.h +++ b/c/src/ada-tests/sptests/sp02/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/sptests/sp02/sp02.adb b/c/src/ada-tests/sptests/sp02/sp02.adb index aae1a32edd..adbc97f66c 100644 --- a/c/src/ada-tests/sptests/sp02/sp02.adb +++ b/c/src/ada-tests/sptests/sp02/sp02.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/sptests/sp02/sptest.adb b/c/src/ada-tests/sptests/sp02/sptest.adb index 0c4a7ff172..45fb4ac5c2 100644 --- a/c/src/ada-tests/sptests/sp02/sptest.adb +++ b/c/src/ada-tests/sptests/sp02/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp02/sptest.ads b/c/src/ada-tests/sptests/sp02/sptest.ads index ed348d71d3..20122e3cbd 100644 --- a/c/src/ada-tests/sptests/sp02/sptest.ads +++ b/c/src/ada-tests/sptests/sp02/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; diff --git a/c/src/ada-tests/sptests/sp03/config.h b/c/src/ada-tests/sptests/sp03/config.h index f31e29b8f3..eb1076e417 100644 --- a/c/src/ada-tests/sptests/sp03/config.h +++ b/c/src/ada-tests/sptests/sp03/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/sptests/sp03/sp03.adb b/c/src/ada-tests/sptests/sp03/sp03.adb index befbbe806a..5f081d4879 100644 --- a/c/src/ada-tests/sptests/sp03/sp03.adb +++ b/c/src/ada-tests/sptests/sp03/sp03.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/sptests/sp03/sptest.adb b/c/src/ada-tests/sptests/sp03/sptest.adb index daa0e5b60b..f29168d10d 100644 --- a/c/src/ada-tests/sptests/sp03/sptest.adb +++ b/c/src/ada-tests/sptests/sp03/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp03/sptest.ads b/c/src/ada-tests/sptests/sp03/sptest.ads index e5afc04167..60a2531ba1 100644 --- a/c/src/ada-tests/sptests/sp03/sptest.ads +++ b/c/src/ada-tests/sptests/sp03/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; diff --git a/c/src/ada-tests/sptests/sp04/config.h b/c/src/ada-tests/sptests/sp04/config.h index 9e25e3075e..b8ae20e8ed 100644 --- a/c/src/ada-tests/sptests/sp04/config.h +++ b/c/src/ada-tests/sptests/sp04/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/sptests/sp04/sp04.adb b/c/src/ada-tests/sptests/sp04/sp04.adb index 0121dd460f..9d91593b36 100644 --- a/c/src/ada-tests/sptests/sp04/sp04.adb +++ b/c/src/ada-tests/sptests/sp04/sp04.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/sptests/sp04/sptest.adb b/c/src/ada-tests/sptests/sp04/sptest.adb index 0c90f5b56b..33fc680a41 100644 --- a/c/src/ada-tests/sptests/sp04/sptest.adb +++ b/c/src/ada-tests/sptests/sp04/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp04/sptest.ads b/c/src/ada-tests/sptests/sp04/sptest.ads index be10e20763..36f1202118 100644 --- a/c/src/ada-tests/sptests/sp04/sptest.ads +++ b/c/src/ada-tests/sptests/sp04/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; diff --git a/c/src/ada-tests/sptests/sp05/config.h b/c/src/ada-tests/sptests/sp05/config.h index 99a9e57ef8..2bf7d9ebb6 100644 --- a/c/src/ada-tests/sptests/sp05/config.h +++ b/c/src/ada-tests/sptests/sp05/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/sptests/sp05/sp05.adb b/c/src/ada-tests/sptests/sp05/sp05.adb index 035045e5e6..842657a699 100644 --- a/c/src/ada-tests/sptests/sp05/sp05.adb +++ b/c/src/ada-tests/sptests/sp05/sp05.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/sptests/sp05/sptest.adb b/c/src/ada-tests/sptests/sp05/sptest.adb index d116ae4472..1a9b974419 100644 --- a/c/src/ada-tests/sptests/sp05/sptest.adb +++ b/c/src/ada-tests/sptests/sp05/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp05/sptest.ads b/c/src/ada-tests/sptests/sp05/sptest.ads index 5e2333d9b4..9fe136ec8b 100644 --- a/c/src/ada-tests/sptests/sp05/sptest.ads +++ b/c/src/ada-tests/sptests/sp05/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; diff --git a/c/src/ada-tests/sptests/sp06/config.h b/c/src/ada-tests/sptests/sp06/config.h index 99a9e57ef8..2bf7d9ebb6 100644 --- a/c/src/ada-tests/sptests/sp06/config.h +++ b/c/src/ada-tests/sptests/sp06/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/sptests/sp06/sp06.adb b/c/src/ada-tests/sptests/sp06/sp06.adb index a43edf7d88..4caba9ae73 100644 --- a/c/src/ada-tests/sptests/sp06/sp06.adb +++ b/c/src/ada-tests/sptests/sp06/sp06.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/sptests/sp06/sptest.adb b/c/src/ada-tests/sptests/sp06/sptest.adb index 19307e4f4b..f19fd068ee 100644 --- a/c/src/ada-tests/sptests/sp06/sptest.adb +++ b/c/src/ada-tests/sptests/sp06/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp06/sptest.ads b/c/src/ada-tests/sptests/sp06/sptest.ads index 62fb896208..29fa897210 100644 --- a/c/src/ada-tests/sptests/sp06/sptest.ads +++ b/c/src/ada-tests/sptests/sp06/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; diff --git a/c/src/ada-tests/sptests/sp07/config.h b/c/src/ada-tests/sptests/sp07/config.h index 92bf0091de..7bef527da3 100644 --- a/c/src/ada-tests/sptests/sp07/config.h +++ b/c/src/ada-tests/sptests/sp07/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/sptests/sp07/sp07.adb b/c/src/ada-tests/sptests/sp07/sp07.adb index 934255830c..177de946b8 100644 --- a/c/src/ada-tests/sptests/sp07/sp07.adb +++ b/c/src/ada-tests/sptests/sp07/sp07.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/sptests/sp07/sptest.adb b/c/src/ada-tests/sptests/sp07/sptest.adb index 77540d4d89..300ad90d50 100644 --- a/c/src/ada-tests/sptests/sp07/sptest.adb +++ b/c/src/ada-tests/sptests/sp07/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp07/sptest.ads b/c/src/ada-tests/sptests/sp07/sptest.ads index 30ac41cf96..3984c64ee1 100644 --- a/c/src/ada-tests/sptests/sp07/sptest.ads +++ b/c/src/ada-tests/sptests/sp07/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; diff --git a/c/src/ada-tests/sptests/sp08/config.h b/c/src/ada-tests/sptests/sp08/config.h index 52dcbfe4e2..678bdc16aa 100644 --- a/c/src/ada-tests/sptests/sp08/config.h +++ b/c/src/ada-tests/sptests/sp08/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/sptests/sp08/sp08.adb b/c/src/ada-tests/sptests/sp08/sp08.adb index ca4bfba3e8..f881ad4e71 100644 --- a/c/src/ada-tests/sptests/sp08/sp08.adb +++ b/c/src/ada-tests/sptests/sp08/sp08.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/sptests/sp08/sptest.adb b/c/src/ada-tests/sptests/sp08/sptest.adb index 992961daa1..2bec479285 100644 --- a/c/src/ada-tests/sptests/sp08/sptest.adb +++ b/c/src/ada-tests/sptests/sp08/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp08/sptest.ads b/c/src/ada-tests/sptests/sp08/sptest.ads index fb46dbe918..09e9f8383f 100644 --- a/c/src/ada-tests/sptests/sp08/sptest.ads +++ b/c/src/ada-tests/sptests/sp08/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; diff --git a/c/src/ada-tests/sptests/sp09/config.h b/c/src/ada-tests/sptests/sp09/config.h index 18a51ad4de..288d72a975 100644 --- a/c/src/ada-tests/sptests/sp09/config.h +++ b/c/src/ada-tests/sptests/sp09/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/sptests/sp09/sp09.adb b/c/src/ada-tests/sptests/sp09/sp09.adb index b4b5a685fa..de3a8a91a0 100644 --- a/c/src/ada-tests/sptests/sp09/sp09.adb +++ b/c/src/ada-tests/sptests/sp09/sp09.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/sptests/sp09/sptest.adb b/c/src/ada-tests/sptests/sp09/sptest.adb index 2bb3322778..5b3de76fd8 100644 --- a/c/src/ada-tests/sptests/sp09/sptest.adb +++ b/c/src/ada-tests/sptests/sp09/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp09/sptest.ads b/c/src/ada-tests/sptests/sp09/sptest.ads index af0132ecd5..9fdad75c3a 100644 --- a/c/src/ada-tests/sptests/sp09/sptest.ads +++ b/c/src/ada-tests/sptests/sp09/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; diff --git a/c/src/ada-tests/sptests/sp11/config.h b/c/src/ada-tests/sptests/sp11/config.h index ddad065171..ba7dbe9d15 100644 --- a/c/src/ada-tests/sptests/sp11/config.h +++ b/c/src/ada-tests/sptests/sp11/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/sptests/sp11/sp11.adb b/c/src/ada-tests/sptests/sp11/sp11.adb index 89d8b6027a..b39fd4b2be 100644 --- a/c/src/ada-tests/sptests/sp11/sp11.adb +++ b/c/src/ada-tests/sptests/sp11/sp11.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/sptests/sp11/sptest.adb b/c/src/ada-tests/sptests/sp11/sptest.adb index d77aaae4ad..69746634f1 100644 --- a/c/src/ada-tests/sptests/sp11/sptest.adb +++ b/c/src/ada-tests/sptests/sp11/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp11/sptest.ads b/c/src/ada-tests/sptests/sp11/sptest.ads index e47b98177e..b7f03b8f4c 100644 --- a/c/src/ada-tests/sptests/sp11/sptest.ads +++ b/c/src/ada-tests/sptests/sp11/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; diff --git a/c/src/ada-tests/sptests/sp12/config.h b/c/src/ada-tests/sptests/sp12/config.h index 742d29fb57..fdaeb98e61 100644 --- a/c/src/ada-tests/sptests/sp12/config.h +++ b/c/src/ada-tests/sptests/sp12/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/sptests/sp12/sp12.adb b/c/src/ada-tests/sptests/sp12/sp12.adb index 0ca2b005bc..62a5761e51 100644 --- a/c/src/ada-tests/sptests/sp12/sp12.adb +++ b/c/src/ada-tests/sptests/sp12/sp12.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; use Interfaces; diff --git a/c/src/ada-tests/sptests/sp12/sptest.adb b/c/src/ada-tests/sptests/sp12/sptest.adb index c7ac827983..c1d9f627f8 100644 --- a/c/src/ada-tests/sptests/sp12/sptest.adb +++ b/c/src/ada-tests/sptests/sp12/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp12/sptest.ads b/c/src/ada-tests/sptests/sp12/sptest.ads index 4e54fcd192..663faa7686 100644 --- a/c/src/ada-tests/sptests/sp12/sptest.ads +++ b/c/src/ada-tests/sptests/sp12/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; diff --git a/c/src/ada-tests/sptests/sp13/config.h b/c/src/ada-tests/sptests/sp13/config.h index 9156a56b9e..93dd34bc35 100644 --- a/c/src/ada-tests/sptests/sp13/config.h +++ b/c/src/ada-tests/sptests/sp13/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/sptests/sp13/sp13.adb b/c/src/ada-tests/sptests/sp13/sp13.adb index 5505814459..503e8fb989 100644 --- a/c/src/ada-tests/sptests/sp13/sp13.adb +++ b/c/src/ada-tests/sptests/sp13/sp13.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/sptests/sp13/sptest.adb b/c/src/ada-tests/sptests/sp13/sptest.adb index 15b8e35220..7b61b9e7ba 100644 --- a/c/src/ada-tests/sptests/sp13/sptest.adb +++ b/c/src/ada-tests/sptests/sp13/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp13/sptest.ads b/c/src/ada-tests/sptests/sp13/sptest.ads index 2bb741bd39..9b92b3ba61 100644 --- a/c/src/ada-tests/sptests/sp13/sptest.ads +++ b/c/src/ada-tests/sptests/sp13/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; diff --git a/c/src/ada-tests/sptests/sp14/config.h b/c/src/ada-tests/sptests/sp14/config.h index 07e10b5056..fddc75cd78 100644 --- a/c/src/ada-tests/sptests/sp14/config.h +++ b/c/src/ada-tests/sptests/sp14/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/sptests/sp14/sp14.adb b/c/src/ada-tests/sptests/sp14/sp14.adb index 359772d1ee..2149694ecc 100644 --- a/c/src/ada-tests/sptests/sp14/sp14.adb +++ b/c/src/ada-tests/sptests/sp14/sp14.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/sptests/sp14/sptest.adb b/c/src/ada-tests/sptests/sp14/sptest.adb index cea308d497..3b74c9f256 100644 --- a/c/src/ada-tests/sptests/sp14/sptest.adb +++ b/c/src/ada-tests/sptests/sp14/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 ADDRESS_IO; diff --git a/c/src/ada-tests/sptests/sp14/sptest.ads b/c/src/ada-tests/sptests/sp14/sptest.ads index 2694d8577a..ecf6f93dff 100644 --- a/c/src/ada-tests/sptests/sp14/sptest.ads +++ b/c/src/ada-tests/sptests/sp14/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; diff --git a/c/src/ada-tests/sptests/sp15/config.h b/c/src/ada-tests/sptests/sp15/config.h index 33c175225a..47aacdae2b 100644 --- a/c/src/ada-tests/sptests/sp15/config.h +++ b/c/src/ada-tests/sptests/sp15/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/sptests/sp15/sp15.adb b/c/src/ada-tests/sptests/sp15/sp15.adb index dd17a45740..77e8f27144 100644 --- a/c/src/ada-tests/sptests/sp15/sp15.adb +++ b/c/src/ada-tests/sptests/sp15/sp15.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/sptests/sp15/sptest.adb b/c/src/ada-tests/sptests/sp15/sptest.adb index 485df1177d..39e887dd2f 100644 --- a/c/src/ada-tests/sptests/sp15/sptest.adb +++ b/c/src/ada-tests/sptests/sp15/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 TEST_SUPPORT; diff --git a/c/src/ada-tests/sptests/sp15/sptest.ads b/c/src/ada-tests/sptests/sp15/sptest.ads index 57704c96ca..5af0e61503 100644 --- a/c/src/ada-tests/sptests/sp15/sptest.ads +++ b/c/src/ada-tests/sptests/sp15/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; diff --git a/c/src/ada-tests/sptests/sp16/config.h b/c/src/ada-tests/sptests/sp16/config.h index 04b8af0faa..6055b61d4f 100644 --- a/c/src/ada-tests/sptests/sp16/config.h +++ b/c/src/ada-tests/sptests/sp16/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/sptests/sp16/sp16.adb b/c/src/ada-tests/sptests/sp16/sp16.adb index 78e28d9252..4280c67665 100644 --- a/c/src/ada-tests/sptests/sp16/sp16.adb +++ b/c/src/ada-tests/sptests/sp16/sp16.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/sptests/sp16/sptest.adb b/c/src/ada-tests/sptests/sp16/sptest.adb index a6efc22513..a62eedd104 100644 --- a/c/src/ada-tests/sptests/sp16/sptest.adb +++ b/c/src/ada-tests/sptests/sp16/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 INTERFACES; use INTERFACES; diff --git a/c/src/ada-tests/sptests/sp16/sptest.ads b/c/src/ada-tests/sptests/sp16/sptest.ads index a2ebd2505f..7f028a0274 100644 --- a/c/src/ada-tests/sptests/sp16/sptest.ads +++ b/c/src/ada-tests/sptests/sp16/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/LIC |