From d4edbdbcbf39780499075c212463986dc8822f59 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Mar 2015 14:09:26 +0100 Subject: Replace www.rtems.com with www.rtems.org --- cpukit/libdl/dlfcn-shell.c | 2 +- cpukit/libdl/dlfcn-shell.h | 2 +- cpukit/libdl/dlfcn.c | 2 +- cpukit/libdl/rap-shell.c | 2 +- cpukit/libdl/rap-shell.h | 2 +- cpukit/libdl/rap.c | 2 +- cpukit/libdl/rap.h | 2 +- cpukit/libdl/rtl-chain-iterator.c | 2 +- cpukit/libdl/rtl-chain-iterator.h | 2 +- cpukit/libdl/rtl-debugger.c | 2 +- cpukit/libdl/rtl-elf.c | 2 +- cpukit/libdl/rtl-elf.h | 2 +- cpukit/libdl/rtl-error.c | 2 +- cpukit/libdl/rtl-error.h | 2 +- cpukit/libdl/rtl-find-file.c | 2 +- cpukit/libdl/rtl-find-file.h | 2 +- cpukit/libdl/rtl-fwd.h | 2 +- cpukit/libdl/rtl-indirect-ptr.h | 2 +- cpukit/libdl/rtl-obj-cache.c | 2 +- cpukit/libdl/rtl-obj-cache.h | 2 +- cpukit/libdl/rtl-obj-comp.c | 2 +- cpukit/libdl/rtl-obj-comp.h | 2 +- cpukit/libdl/rtl-obj-fwd.h | 2 +- cpukit/libdl/rtl-obj.c | 2 +- cpukit/libdl/rtl-obj.h | 2 +- cpukit/libdl/rtl-rap.c | 2 +- cpukit/libdl/rtl-rap.h | 2 +- cpukit/libdl/rtl-shell.c | 2 +- cpukit/libdl/rtl-shell.h | 2 +- cpukit/libdl/rtl-sym.c | 2 +- cpukit/libdl/rtl-sym.h | 2 +- cpukit/libdl/rtl-trace.c | 2 +- cpukit/libdl/rtl-trace.h | 2 +- cpukit/libdl/rtl-unresolved.c | 2 +- cpukit/libdl/rtl-unresolved.h | 2 +- cpukit/libdl/rtl.c | 2 +- cpukit/libdl/rtl.h | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) (limited to 'cpukit/libdl') diff --git a/cpukit/libdl/dlfcn-shell.c b/cpukit/libdl/dlfcn-shell.c index 5655ab1455..3746711ef1 100644 --- a/cpukit/libdl/dlfcn-shell.c +++ b/cpukit/libdl/dlfcn-shell.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. */ /** * @file diff --git a/cpukit/libdl/dlfcn-shell.h b/cpukit/libdl/dlfcn-shell.h index 0406b6c784..9383577d25 100644 --- a/cpukit/libdl/dlfcn-shell.h +++ b/cpukit/libdl/dlfcn-shell.h @@ -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. */ #if !defined(_DLFCN_SHELL_H_) diff --git a/cpukit/libdl/dlfcn.c b/cpukit/libdl/dlfcn.c index 278127417c..19feaafd26 100644 --- a/cpukit/libdl/dlfcn.c +++ b/cpukit/libdl/dlfcn.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. */ /** * @file diff --git a/cpukit/libdl/rap-shell.c b/cpukit/libdl/rap-shell.c index 664f3a3055..dc1182c826 100644 --- a/cpukit/libdl/rap-shell.c +++ b/cpukit/libdl/rap-shell.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. */ /** * @file diff --git a/cpukit/libdl/rap-shell.h b/cpukit/libdl/rap-shell.h index c32529d6da..c2d9112c0f 100644 --- a/cpukit/libdl/rap-shell.h +++ b/cpukit/libdl/rap-shell.h @@ -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. */ #if !defined(_RAP_SHELL_H_) diff --git a/cpukit/libdl/rap.c b/cpukit/libdl/rap.c index 8dec41e416..4e07c5472e 100644 --- a/cpukit/libdl/rap.c +++ b/cpukit/libdl/rap.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. */ /** * @file diff --git a/cpukit/libdl/rap.h b/cpukit/libdl/rap.h index e53699f93f..0b86553e2b 100644 --- a/cpukit/libdl/rap.h +++ b/cpukit/libdl/rap.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-chain-iterator.c b/cpukit/libdl/rtl-chain-iterator.c index 39184ee513..fb10443c9f 100644 --- a/cpukit/libdl/rtl-chain-iterator.c +++ b/cpukit/libdl/rtl-chain-iterator.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. */ /** * @file diff --git a/cpukit/libdl/rtl-chain-iterator.h b/cpukit/libdl/rtl-chain-iterator.h index b3781e07e9..5811715da0 100644 --- a/cpukit/libdl/rtl-chain-iterator.h +++ b/cpukit/libdl/rtl-chain-iterator.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-debugger.c b/cpukit/libdl/rtl-debugger.c index 2eff2bd055..63add5956e 100644 --- a/cpukit/libdl/rtl-debugger.c +++ b/cpukit/libdl/rtl-debugger.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. */ /** * @file diff --git a/cpukit/libdl/rtl-elf.c b/cpukit/libdl/rtl-elf.c index 35201d5ded..0eee5400c1 100644 --- a/cpukit/libdl/rtl-elf.c +++ b/cpukit/libdl/rtl-elf.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. */ /** * @file diff --git a/cpukit/libdl/rtl-elf.h b/cpukit/libdl/rtl-elf.h index 115c05aef9..7f6ea300a3 100644 --- a/cpukit/libdl/rtl-elf.h +++ b/cpukit/libdl/rtl-elf.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-error.c b/cpukit/libdl/rtl-error.c index bc2e3e425c..3251fa5392 100644 --- a/cpukit/libdl/rtl-error.c +++ b/cpukit/libdl/rtl-error.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. */ /** * @file diff --git a/cpukit/libdl/rtl-error.h b/cpukit/libdl/rtl-error.h index a17db59adb..0badf51e21 100644 --- a/cpukit/libdl/rtl-error.h +++ b/cpukit/libdl/rtl-error.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-find-file.c b/cpukit/libdl/rtl-find-file.c index 589be40a10..83ee647f11 100644 --- a/cpukit/libdl/rtl-find-file.c +++ b/cpukit/libdl/rtl-find-file.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. */ /** * @file diff --git a/cpukit/libdl/rtl-find-file.h b/cpukit/libdl/rtl-find-file.h index fc8a9dcf8f..86cd8fe313 100644 --- a/cpukit/libdl/rtl-find-file.h +++ b/cpukit/libdl/rtl-find-file.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-fwd.h b/cpukit/libdl/rtl-fwd.h index 115ba8c3bc..4641ad5d5e 100644 --- a/cpukit/libdl/rtl-fwd.h +++ b/cpukit/libdl/rtl-fwd.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-indirect-ptr.h b/cpukit/libdl/rtl-indirect-ptr.h index 5a5b43b9c0..81503a3b45 100644 --- a/cpukit/libdl/rtl-indirect-ptr.h +++ b/cpukit/libdl/rtl-indirect-ptr.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-obj-cache.c b/cpukit/libdl/rtl-obj-cache.c index 23d7d07c43..9221765142 100644 --- a/cpukit/libdl/rtl-obj-cache.c +++ b/cpukit/libdl/rtl-obj-cache.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. */ /** * @file diff --git a/cpukit/libdl/rtl-obj-cache.h b/cpukit/libdl/rtl-obj-cache.h index 8abb7f3187..8eacdd316b 100644 --- a/cpukit/libdl/rtl-obj-cache.h +++ b/cpukit/libdl/rtl-obj-cache.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-obj-comp.c b/cpukit/libdl/rtl-obj-comp.c index e36276c58f..70f14d3518 100644 --- a/cpukit/libdl/rtl-obj-comp.c +++ b/cpukit/libdl/rtl-obj-comp.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. */ /** * @file diff --git a/cpukit/libdl/rtl-obj-comp.h b/cpukit/libdl/rtl-obj-comp.h index df7a4299f7..34bfa6ffa1 100644 --- a/cpukit/libdl/rtl-obj-comp.h +++ b/cpukit/libdl/rtl-obj-comp.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-obj-fwd.h b/cpukit/libdl/rtl-obj-fwd.h index c4186d9a08..2c53244316 100644 --- a/cpukit/libdl/rtl-obj-fwd.h +++ b/cpukit/libdl/rtl-obj-fwd.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-obj.c b/cpukit/libdl/rtl-obj.c index d4ee63c035..5c89990466 100644 --- a/cpukit/libdl/rtl-obj.c +++ b/cpukit/libdl/rtl-obj.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. */ /** * @file diff --git a/cpukit/libdl/rtl-obj.h b/cpukit/libdl/rtl-obj.h index 96c76808ab..1202fd5643 100644 --- a/cpukit/libdl/rtl-obj.h +++ b/cpukit/libdl/rtl-obj.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-rap.c b/cpukit/libdl/rtl-rap.c index ad05b245eb..439eb20c79 100644 --- a/cpukit/libdl/rtl-rap.c +++ b/cpukit/libdl/rtl-rap.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. */ /** * @file diff --git a/cpukit/libdl/rtl-rap.h b/cpukit/libdl/rtl-rap.h index 54c1268696..f828b1fbdc 100644 --- a/cpukit/libdl/rtl-rap.h +++ b/cpukit/libdl/rtl-rap.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-shell.c b/cpukit/libdl/rtl-shell.c index 0e33e849ef..57aef6d439 100644 --- a/cpukit/libdl/rtl-shell.c +++ b/cpukit/libdl/rtl-shell.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. */ /** * @file diff --git a/cpukit/libdl/rtl-shell.h b/cpukit/libdl/rtl-shell.h index ac9bb25c03..9df5ee203f 100644 --- a/cpukit/libdl/rtl-shell.h +++ b/cpukit/libdl/rtl-shell.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-sym.c b/cpukit/libdl/rtl-sym.c index ebd68412c0..1436cc0784 100644 --- a/cpukit/libdl/rtl-sym.c +++ b/cpukit/libdl/rtl-sym.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. */ /** * @file diff --git a/cpukit/libdl/rtl-sym.h b/cpukit/libdl/rtl-sym.h index 9bd40ec241..fe00da89d7 100644 --- a/cpukit/libdl/rtl-sym.h +++ b/cpukit/libdl/rtl-sym.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-trace.c b/cpukit/libdl/rtl-trace.c index d577f9975e..fee8de161d 100644 --- a/cpukit/libdl/rtl-trace.c +++ b/cpukit/libdl/rtl-trace.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. */ /** * @file diff --git a/cpukit/libdl/rtl-trace.h b/cpukit/libdl/rtl-trace.h index 141b3769a5..6c060a1519 100644 --- a/cpukit/libdl/rtl-trace.h +++ b/cpukit/libdl/rtl-trace.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl-unresolved.c b/cpukit/libdl/rtl-unresolved.c index 0dbde0a48a..4deb1a3a4c 100644 --- a/cpukit/libdl/rtl-unresolved.c +++ b/cpukit/libdl/rtl-unresolved.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. */ /** * @file diff --git a/cpukit/libdl/rtl-unresolved.h b/cpukit/libdl/rtl-unresolved.h index 5cc51620df..bd4ce2a215 100644 --- a/cpukit/libdl/rtl-unresolved.h +++ b/cpukit/libdl/rtl-unresolved.h @@ -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. */ /** * @file diff --git a/cpukit/libdl/rtl.c b/cpukit/libdl/rtl.c index c55cd94084..abfcf25f1c 100644 --- a/cpukit/libdl/rtl.c +++ b/cpukit/libdl/rtl.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. */ /** * @file diff --git a/cpukit/libdl/rtl.h b/cpukit/libdl/rtl.h index 15d84c1b27..234fc32428 100644 --- a/cpukit/libdl/rtl.h +++ b/cpukit/libdl/rtl.h @@ -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. */ /** -- cgit v1.2.3