From c49985691f1cd3769ef4bfaa503f3c6eb7e4385a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 21 Mar 2014 08:10:47 +1100 Subject: Change all references of rtems.com to rtems.org. --- testsuites/samples/README | 2 +- testsuites/samples/base_mp/apptask.c | 2 +- testsuites/samples/base_mp/init.c | 2 +- testsuites/samples/base_mp/node1/base_mp-node1.doc | 2 +- testsuites/samples/base_mp/node2/base_mp-node2.doc | 2 +- testsuites/samples/base_mp/system.h | 2 +- testsuites/samples/base_sp/apptask.c | 2 +- testsuites/samples/base_sp/base_sp.doc | 2 +- testsuites/samples/base_sp/init.c | 2 +- testsuites/samples/base_sp/system.h | 2 +- testsuites/samples/capture/capture.doc | 2 +- testsuites/samples/capture/init.c | 2 +- testsuites/samples/capture/system.h | 2 +- testsuites/samples/capture/test1.c | 2 +- testsuites/samples/cdtest/init.c | 2 +- testsuites/samples/cdtest/main.cc | 2 +- testsuites/samples/cdtest/system.h | 2 +- testsuites/samples/fileio/fileio.doc | 2 +- testsuites/samples/fileio/init.c | 2 +- testsuites/samples/fileio/system.h | 2 +- testsuites/samples/hello/hello.doc | 2 +- testsuites/samples/hello/init.c | 2 +- testsuites/samples/iostream/init.cc | 2 +- testsuites/samples/iostream/iostream.doc | 2 +- testsuites/samples/iostream/system.h | 2 +- testsuites/samples/loopback/init.c | 2 +- testsuites/samples/minimum/init.c | 2 +- testsuites/samples/minimum/minimum.doc | 2 +- testsuites/samples/nsecs/empty.c | 2 +- testsuites/samples/nsecs/init.c | 2 +- testsuites/samples/nsecs/nsecs.doc | 2 +- testsuites/samples/paranoia/init.c | 2 +- testsuites/samples/paranoia/paranoia.doc | 2 +- testsuites/samples/paranoia/system.h | 2 +- testsuites/samples/pppd/init.c | 2 +- testsuites/samples/ticker/init.c | 2 +- testsuites/samples/ticker/system.h | 2 +- testsuites/samples/ticker/tasks.c | 2 +- testsuites/samples/ticker/ticker.doc | 2 +- testsuites/samples/unlimited/init.c | 2 +- testsuites/samples/unlimited/system.h | 2 +- testsuites/samples/unlimited/test1.c | 2 +- testsuites/samples/unlimited/test2.c | 2 +- testsuites/samples/unlimited/test3.c | 2 +- testsuites/samples/unlimited/unlimited.doc | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/README b/testsuites/samples/README index df40b58aeb..023adba8e2 100644 --- a/testsuites/samples/README +++ b/testsuites/samples/README @@ -4,7 +4,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. This directory contains the RTEMS Sample Application Suite. The tests in this directory perform two functions: diff --git a/testsuites/samples/base_mp/apptask.c b/testsuites/samples/base_mp/apptask.c index 4af904886d..1414549087 100644 --- a/testsuites/samples/base_mp/apptask.c +++ b/testsuites/samples/base_mp/apptask.c @@ -14,7 +14,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/base_mp/init.c b/testsuites/samples/base_mp/init.c index e7780acb9f..06d0b08d42 100644 --- a/testsuites/samples/base_mp/init.c +++ b/testsuites/samples/base_mp/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/base_mp/node1/base_mp-node1.doc b/testsuites/samples/base_mp/node1/base_mp-node1.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/base_mp/node1/base_mp-node1.doc +++ b/testsuites/samples/base_mp/node1/base_mp-node1.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/base_mp/node2/base_mp-node2.doc b/testsuites/samples/base_mp/node2/base_mp-node2.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/base_mp/node2/base_mp-node2.doc +++ b/testsuites/samples/base_mp/node2/base_mp-node2.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/base_mp/system.h b/testsuites/samples/base_mp/system.h index 45d8b7fba8..359e5284c4 100644 --- a/testsuites/samples/base_mp/system.h +++ b/testsuites/samples/base_mp/system.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. */ #include diff --git a/testsuites/samples/base_sp/apptask.c b/testsuites/samples/base_sp/apptask.c index a7780d056b..c39d64fb79 100644 --- a/testsuites/samples/base_sp/apptask.c +++ b/testsuites/samples/base_sp/apptask.c @@ -13,7 +13,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/base_sp/base_sp.doc b/testsuites/samples/base_sp/base_sp.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/base_sp/base_sp.doc +++ b/testsuites/samples/base_sp/base_sp.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/base_sp/init.c b/testsuites/samples/base_sp/init.c index 5dcbf6d8f5..b1cb4d90a6 100644 --- a/testsuites/samples/base_sp/init.c +++ b/testsuites/samples/base_sp/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h index 837b52d03d..6e80fbbce3 100644 --- a/testsuites/samples/base_sp/system.h +++ b/testsuites/samples/base_sp/system.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. */ #include diff --git a/testsuites/samples/capture/capture.doc b/testsuites/samples/capture/capture.doc index e39e219260..bb8f4f321b 100644 --- a/testsuites/samples/capture/capture.doc +++ b/testsuites/samples/capture/capture.doc @@ -3,7 +3,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. # Capture Engine Tutorial diff --git a/testsuites/samples/capture/init.c b/testsuites/samples/capture/init.c index 40562f4d40..956cc1ab34 100644 --- a/testsuites/samples/capture/init.c +++ b/testsuites/samples/capture/init.c @@ -4,7 +4,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. */ #define CONFIGURE_INIT diff --git a/testsuites/samples/capture/system.h b/testsuites/samples/capture/system.h index 224800abce..533b0028e0 100644 --- a/testsuites/samples/capture/system.h +++ b/testsuites/samples/capture/system.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. */ #include diff --git a/testsuites/samples/capture/test1.c b/testsuites/samples/capture/test1.c index 59da894fc6..7bc0ab76c4 100644 --- a/testsuites/samples/capture/test1.c +++ b/testsuites/samples/capture/test1.c @@ -12,7 +12,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/cdtest/init.c b/testsuites/samples/cdtest/init.c index 280de0cfbc..1cf2b20f77 100644 --- a/testsuites/samples/cdtest/init.c +++ b/testsuites/samples/cdtest/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/cdtest/main.cc b/testsuites/samples/cdtest/main.cc index 23a98fc26f..4274f65721 100644 --- a/testsuites/samples/cdtest/main.cc +++ b/testsuites/samples/cdtest/main.cc @@ -14,7 +14,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. * * * by Rosimildo da Silva: diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h index 90789fc1ed..1c89666dad 100644 --- a/testsuites/samples/cdtest/system.h +++ b/testsuites/samples/cdtest/system.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. */ #include diff --git a/testsuites/samples/fileio/fileio.doc b/testsuites/samples/fileio/fileio.doc index 4bce0f016f..0a436014f6 100644 --- a/testsuites/samples/fileio/fileio.doc +++ b/testsuites/samples/fileio/fileio.doc @@ -6,7 +6,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. # This sample implements some basic tests for the file systems diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c index 2a0f9db1c3..2b60922b1c 100644 --- a/testsuites/samples/fileio/init.c +++ b/testsuites/samples/fileio/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h index 654f7275c2..eaf40e0c8b 100644 --- a/testsuites/samples/fileio/system.h +++ b/testsuites/samples/fileio/system.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. */ #include diff --git a/testsuites/samples/hello/hello.doc b/testsuites/samples/hello/hello.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/hello/hello.doc +++ b/testsuites/samples/hello/hello.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 3949c8db06..d8fe4507a7 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/iostream/init.cc b/testsuites/samples/iostream/init.cc index 770d26f0c3..5133a8ddc1 100644 --- a/testsuites/samples/iostream/init.cc +++ b/testsuites/samples/iostream/init.cc @@ -15,7 +15,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. */ #define CONFIGURE_INIT diff --git a/testsuites/samples/iostream/iostream.doc b/testsuites/samples/iostream/iostream.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/iostream/iostream.doc +++ b/testsuites/samples/iostream/iostream.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h index ebe538029e..7256f8fce7 100644 --- a/testsuites/samples/iostream/system.h +++ b/testsuites/samples/iostream/system.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. */ #include diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c index c01d13859b..aed42e6e5e 100644 --- a/testsuites/samples/loopback/init.c +++ b/testsuites/samples/loopback/init.c @@ -1,7 +1,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c index 43cb467c8e..09aecbeabc 100644 --- a/testsuites/samples/minimum/init.c +++ b/testsuites/samples/minimum/init.c @@ -10,7 +10,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/minimum/minimum.doc b/testsuites/samples/minimum/minimum.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/minimum/minimum.doc +++ b/testsuites/samples/minimum/minimum.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/nsecs/empty.c b/testsuites/samples/nsecs/empty.c index 150e012871..e426455bca 100644 --- a/testsuites/samples/nsecs/empty.c +++ b/testsuites/samples/nsecs/empty.c @@ -3,7 +3,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/nsecs/init.c b/testsuites/samples/nsecs/init.c index e9fff63f26..ba739ebce1 100644 --- a/testsuites/samples/nsecs/init.c +++ b/testsuites/samples/nsecs/init.c @@ -10,7 +10,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/nsecs/nsecs.doc b/testsuites/samples/nsecs/nsecs.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/nsecs/nsecs.doc +++ b/testsuites/samples/nsecs/nsecs.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/paranoia/init.c b/testsuites/samples/paranoia/init.c index 9a2f65e15e..576f5182be 100644 --- a/testsuites/samples/paranoia/init.c +++ b/testsuites/samples/paranoia/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/paranoia/paranoia.doc b/testsuites/samples/paranoia/paranoia.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/paranoia/paranoia.doc +++ b/testsuites/samples/paranoia/paranoia.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h index aaadb3556d..f6fce5655b 100644 --- a/testsuites/samples/paranoia/system.h +++ b/testsuites/samples/paranoia/system.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. */ #include diff --git a/testsuites/samples/pppd/init.c b/testsuites/samples/pppd/init.c index 44b27607c6..f2f17f036f 100644 --- a/testsuites/samples/pppd/init.c +++ b/testsuites/samples/pppd/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/ticker/init.c b/testsuites/samples/ticker/init.c index 3df984c80c..3f3cbd8359 100644 --- a/testsuites/samples/ticker/init.c +++ b/testsuites/samples/ticker/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h index 98add53e8d..d4a54e082b 100644 --- a/testsuites/samples/ticker/system.h +++ b/testsuites/samples/ticker/system.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. */ #include diff --git a/testsuites/samples/ticker/tasks.c b/testsuites/samples/ticker/tasks.c index 146a80b1a2..12e806884d 100644 --- a/testsuites/samples/ticker/tasks.c +++ b/testsuites/samples/ticker/tasks.c @@ -12,7 +12,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/ticker/ticker.doc b/testsuites/samples/ticker/ticker.doc index a2dcbde8b6..981286480f 100644 --- a/testsuites/samples/ticker/ticker.doc +++ b/testsuites/samples/ticker/ticker.doc @@ -3,7 +3,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. # diff --git a/testsuites/samples/unlimited/init.c b/testsuites/samples/unlimited/init.c index 3b79af2afe..06e0c3ac8c 100644 --- a/testsuites/samples/unlimited/init.c +++ b/testsuites/samples/unlimited/init.c @@ -4,7 +4,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h index 1e2277b2cf..911aa692fc 100644 --- a/testsuites/samples/unlimited/system.h +++ b/testsuites/samples/unlimited/system.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. */ #include diff --git a/testsuites/samples/unlimited/test1.c b/testsuites/samples/unlimited/test1.c index 8eafec19b5..9d90af02ba 100644 --- a/testsuites/samples/unlimited/test1.c +++ b/testsuites/samples/unlimited/test1.c @@ -12,7 +12,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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/unlimited/test2.c b/testsuites/samples/unlimited/test2.c index bd56f03680..911451f071 100644 --- a/testsuites/samples/unlimited/test2.c +++ b/testsuites/samples/unlimited/test2.c @@ -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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/unlimited/test3.c b/testsuites/samples/unlimited/test3.c index 778f581a0e..247d175515 100644 --- a/testsuites/samples/unlimited/test3.c +++ b/testsuites/samples/unlimited/test3.c @@ -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. */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/samples/unlimited/unlimited.doc b/testsuites/samples/unlimited/unlimited.doc index 9eb9377f73..efab1de603 100644 --- a/testsuites/samples/unlimited/unlimited.doc +++ b/testsuites/samples/unlimited/unlimited.doc @@ -3,7 +3,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. # This file describes the directives and concepts tested by this test set. -- cgit v1.2.3