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. --- tools/cpu/generic/size_rtems.in | 2 +- tools/cpu/nios2/bridges.c | 2 +- tools/cpu/nios2/bridges.h | 2 +- tools/cpu/nios2/clocks.c | 2 +- tools/cpu/nios2/clocks.h | 2 +- tools/cpu/nios2/devices.c | 2 +- tools/cpu/nios2/devices.h | 2 +- tools/cpu/nios2/linkcmds.c | 2 +- tools/cpu/nios2/linkcmds.h | 2 +- tools/cpu/nios2/memory.c | 2 +- tools/cpu/nios2/memory.h | 2 +- tools/cpu/nios2/nios2gen.c | 4 ++-- tools/cpu/nios2/output.c | 2 +- tools/cpu/nios2/output.h | 2 +- tools/cpu/nios2/ptf.c | 2 +- tools/cpu/nios2/ptf.h | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) (limited to 'tools/cpu') diff --git a/tools/cpu/generic/size_rtems.in b/tools/cpu/generic/size_rtems.in index ebe70967d9..d4cea35827 100644 --- a/tools/cpu/generic/size_rtems.in +++ b/tools/cpu/generic/size_rtems.in @@ -17,7 +17,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. target=@target@ program_prefix=@program_prefix@ diff --git a/tools/cpu/nios2/bridges.c b/tools/cpu/nios2/bridges.c index 3f85bd1e89..feb90f9971 100644 --- a/tools/cpu/nios2/bridges.c +++ b/tools/cpu/nios2/bridges.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. */ /********************************************************/ diff --git a/tools/cpu/nios2/bridges.h b/tools/cpu/nios2/bridges.h index a2a77e217d..7c2b85141b 100644 --- a/tools/cpu/nios2/bridges.h +++ b/tools/cpu/nios2/bridges.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. */ #ifndef __NIOS2GEN_BRIDGES_H diff --git a/tools/cpu/nios2/clocks.c b/tools/cpu/nios2/clocks.c index 91aa7a978a..cb2befa04c 100644 --- a/tools/cpu/nios2/clocks.c +++ b/tools/cpu/nios2/clocks.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. */ #include "ptf.h" diff --git a/tools/cpu/nios2/clocks.h b/tools/cpu/nios2/clocks.h index 655af2f036..9129c79a28 100644 --- a/tools/cpu/nios2/clocks.h +++ b/tools/cpu/nios2/clocks.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. */ #ifndef __NIOS2GEN_CLOCKS_H diff --git a/tools/cpu/nios2/devices.c b/tools/cpu/nios2/devices.c index a7965b3d27..7894294ebf 100644 --- a/tools/cpu/nios2/devices.c +++ b/tools/cpu/nios2/devices.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. */ #include diff --git a/tools/cpu/nios2/devices.h b/tools/cpu/nios2/devices.h index 9355b253ad..f0e8208eb0 100644 --- a/tools/cpu/nios2/devices.h +++ b/tools/cpu/nios2/devices.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. */ #ifndef __NIOS2GEN_DEVICES_H diff --git a/tools/cpu/nios2/linkcmds.c b/tools/cpu/nios2/linkcmds.c index 1bd14efe28..8ed0ddbff7 100644 --- a/tools/cpu/nios2/linkcmds.c +++ b/tools/cpu/nios2/linkcmds.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. */ #include diff --git a/tools/cpu/nios2/linkcmds.h b/tools/cpu/nios2/linkcmds.h index 808e882069..9d34124ce3 100644 --- a/tools/cpu/nios2/linkcmds.h +++ b/tools/cpu/nios2/linkcmds.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. */ #ifndef __LINKCMDS_H diff --git a/tools/cpu/nios2/memory.c b/tools/cpu/nios2/memory.c index 4032599ee3..cd88b8b7cf 100644 --- a/tools/cpu/nios2/memory.c +++ b/tools/cpu/nios2/memory.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. */ #include diff --git a/tools/cpu/nios2/memory.h b/tools/cpu/nios2/memory.h index f1b1ce81b6..43c20787c8 100644 --- a/tools/cpu/nios2/memory.h +++ b/tools/cpu/nios2/memory.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. */ #ifndef __MEMORY_H diff --git a/tools/cpu/nios2/nios2gen.c b/tools/cpu/nios2/nios2gen.c index 7a54f5421f..6ad5360d97 100644 --- a/tools/cpu/nios2/nios2gen.c +++ b/tools/cpu/nios2/nios2gen.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. */ #include @@ -79,7 +79,7 @@ fprintf(f, "\n" " The license and distribution terms for this file may be\n" " found in the file LICENSE in this distribution or at\n" - " http://www.rtems.com/license/LICENSE.\n" + " http://www.rtems.org/license/LICENSE.\n" , VERSION ); } diff --git a/tools/cpu/nios2/output.c b/tools/cpu/nios2/output.c index ca5e9dde56..088ebe807c 100644 --- a/tools/cpu/nios2/output.c +++ b/tools/cpu/nios2/output.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. */ #include diff --git a/tools/cpu/nios2/output.h b/tools/cpu/nios2/output.h index bcc7987d12..80a9bb0c28 100644 --- a/tools/cpu/nios2/output.h +++ b/tools/cpu/nios2/output.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. */ #ifndef __OUTPUT_H diff --git a/tools/cpu/nios2/ptf.c b/tools/cpu/nios2/ptf.c index cf8ff3e57d..882a119dc3 100644 --- a/tools/cpu/nios2/ptf.c +++ b/tools/cpu/nios2/ptf.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. */ #include diff --git a/tools/cpu/nios2/ptf.h b/tools/cpu/nios2/ptf.h index 9589b658ad..b1c181b593 100644 --- a/tools/cpu/nios2/ptf.h +++ b/tools/cpu/nios2/ptf.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(__PTF_H) -- cgit v1.2.3