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. --- c/src/lib/libbsp/sh/gensh1/include/bsp.h | 2 +- c/src/lib/libbsp/sh/gensh1/include/coverhd.h | 2 +- c/src/lib/libbsp/sh/gensh1/start/start.S | 2 +- c/src/lib/libbsp/sh/gensh1/startup/linkcmds | 2 +- c/src/lib/libbsp/sh/gensh2/console/config.c | 2 +- c/src/lib/libbsp/sh/gensh2/include/bsp.h | 2 +- c/src/lib/libbsp/sh/gensh2/include/coverhd.h | 2 +- c/src/lib/libbsp/sh/gensh2/start/start.S | 2 +- c/src/lib/libbsp/sh/gensh2/start/start.ram | 2 +- c/src/lib/libbsp/sh/gensh2/start/start.rom | 2 +- c/src/lib/libbsp/sh/gensh2/startup/hw_init.c | 2 +- c/src/lib/libbsp/sh/gensh2/startup/linkcmds | 2 +- c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram | 2 +- c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom | 2 +- c/src/lib/libbsp/sh/gensh4/console/console.c | 2 +- c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c | 2 +- c/src/lib/libbsp/sh/gensh4/include/bsp.h | 2 +- c/src/lib/libbsp/sh/gensh4/include/sdram.h | 2 +- c/src/lib/libbsp/sh/gensh4/include/tm27.h | 2 +- c/src/lib/libbsp/sh/gensh4/start/start.S | 2 +- c/src/lib/libbsp/sh/gensh4/startup/linkcmds | 2 +- c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom | 2 +- c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram | 2 +- c/src/lib/libbsp/sh/shared/bsphwinit.c | 2 +- c/src/lib/libbsp/sh/shared/console.c | 2 +- c/src/lib/libbsp/sh/shared/setvec.c | 2 +- c/src/lib/libbsp/sh/shared/startup/bspstart.c | 2 +- c/src/lib/libbsp/sh/shsim/include/bsp.h | 2 +- c/src/lib/libbsp/sh/shsim/start/start.S | 2 +- c/src/lib/libbsp/sh/shsim/trap34/console-io.c | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) (limited to 'c/src/lib/libbsp/sh') diff --git a/c/src/lib/libbsp/sh/gensh1/include/bsp.h b/c/src/lib/libbsp/sh/gensh1/include/bsp.h index f186e09da4..17b1fc0677 100644 --- a/c/src/lib/libbsp/sh/gensh1/include/bsp.h +++ b/c/src/lib/libbsp/sh/gensh1/include/bsp.h @@ -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. */ #ifndef _BSP_H diff --git a/c/src/lib/libbsp/sh/gensh1/include/coverhd.h b/c/src/lib/libbsp/sh/gensh1/include/coverhd.h index c876b73286..9bad9bf01a 100644 --- a/c/src/lib/libbsp/sh/gensh1/include/coverhd.h +++ b/c/src/lib/libbsp/sh/gensh1/include/coverhd.h @@ -40,7 +40,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 __COVERHD_h diff --git a/c/src/lib/libbsp/sh/gensh1/start/start.S b/c/src/lib/libbsp/sh/gensh1/start/start.S index f5a52a19af..66b1c4e091 100644 --- a/c/src/lib/libbsp/sh/gensh1/start/start.S +++ b/c/src/lib/libbsp/sh/gensh1/start/start.S @@ -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. */ #include diff --git a/c/src/lib/libbsp/sh/gensh1/startup/linkcmds b/c/src/lib/libbsp/sh/gensh1/startup/linkcmds index 6a447a4cc7..d0a837ed7a 100644 --- a/c/src/lib/libbsp/sh/gensh1/startup/linkcmds +++ b/c/src/lib/libbsp/sh/gensh1/startup/linkcmds @@ -23,7 +23,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. */ OUTPUT_ARCH(sh) diff --git a/c/src/lib/libbsp/sh/gensh2/console/config.c b/c/src/lib/libbsp/sh/gensh2/console/config.c index e9288d7fd1..6d2c7dea2d 100644 --- a/c/src/lib/libbsp/sh/gensh2/console/config.c +++ b/c/src/lib/libbsp/sh/gensh2/console/config.c @@ -9,7 +9,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/c/src/lib/libbsp/sh/gensh2/include/bsp.h b/c/src/lib/libbsp/sh/gensh2/include/bsp.h index 5e253fec95..9f78eee8f9 100644 --- a/c/src/lib/libbsp/sh/gensh2/include/bsp.h +++ b/c/src/lib/libbsp/sh/gensh2/include/bsp.h @@ -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. * * Minor adaptations for sh2 by: * John M. Mills (jmills@tga.com) diff --git a/c/src/lib/libbsp/sh/gensh2/include/coverhd.h b/c/src/lib/libbsp/sh/gensh2/include/coverhd.h index 42d3d1e62d..d6eec4fe6d 100644 --- a/c/src/lib/libbsp/sh/gensh2/include/coverhd.h +++ b/c/src/lib/libbsp/sh/gensh2/include/coverhd.h @@ -36,7 +36,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 file may be copied and distributed in accordance * the above-referenced license. It is provided for critique and diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.S b/c/src/lib/libbsp/sh/gensh2/start/start.S index c00206f13d..cba17af740 100644 --- a/c/src/lib/libbsp/sh/gensh2/start/start.S +++ b/c/src/lib/libbsp/sh/gensh2/start/start.S @@ -25,7 +25,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/c/src/lib/libbsp/sh/gensh2/start/start.ram b/c/src/lib/libbsp/sh/gensh2/start/start.ram index 13c50df5a3..04e68238a6 100644 --- a/c/src/lib/libbsp/sh/gensh2/start/start.ram +++ b/c/src/lib/libbsp/sh/gensh2/start/start.ram @@ -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. * * Modified to reflect Hitachi EDK SH7045F: * John M. Mills (jmills@tga.com) diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.rom b/c/src/lib/libbsp/sh/gensh2/start/start.rom index 0880e5f1f7..87fadd50f3 100644 --- a/c/src/lib/libbsp/sh/gensh2/start/start.rom +++ b/c/src/lib/libbsp/sh/gensh2/start/start.rom @@ -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. */ #include "asm.h" diff --git a/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c b/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c index 8cf9725b3b..983a7f8021 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c +++ b/c/src/lib/libbsp/sh/gensh2/startup/hw_init.c @@ -20,7 +20,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. * * Adapted from Hitachi EVB7045F tutorial files by: * John M. Mills (jmills@tga.com) diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds index 7c090bb7ef..3f7b8bb1cc 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds +++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds @@ -23,7 +23,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. * * Modified to reflect SH7045F processor and EVB: * John M. Mills (jmills@tga.com) diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram index 48c5f4fa46..2260b835b5 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram +++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram @@ -23,7 +23,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. * * Modified to reflect SH7045F processor and EVB: * John M. Mills (jmills@tga.com) diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom index 930fa6d13d..a0f98019f9 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom +++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom @@ -23,7 +23,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. * * Modified to reflect SH7045F processor and EVB: * John M. Mills (jmills@tga.com) diff --git a/c/src/lib/libbsp/sh/gensh4/console/console.c b/c/src/lib/libbsp/sh/gensh4/console/console.c index 700568932b..de4ee6c6c0 100644 --- a/c/src/lib/libbsp/sh/gensh4/console/console.c +++ b/c/src/lib/libbsp/sh/gensh4/console/console.c @@ -9,7 +9,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/c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c b/c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c index f0007ee9a5..20e3cdeb31 100644 --- a/c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c +++ b/c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c @@ -7,7 +7,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 "rtems/score/sh7750_regs.h" diff --git a/c/src/lib/libbsp/sh/gensh4/include/bsp.h b/c/src/lib/libbsp/sh/gensh4/include/bsp.h index 01d4f32bfd..061885be8e 100644 --- a/c/src/lib/libbsp/sh/gensh4/include/bsp.h +++ b/c/src/lib/libbsp/sh/gensh4/include/bsp.h @@ -21,7 +21,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. * * Minor adaptations for sh2 by: * John M. Mills (jmills@tga.com) diff --git a/c/src/lib/libbsp/sh/gensh4/include/sdram.h b/c/src/lib/libbsp/sh/gensh4/include/sdram.h index c9d15772c8..52acaa61db 100644 --- a/c/src/lib/libbsp/sh/gensh4/include/sdram.h +++ b/c/src/lib/libbsp/sh/gensh4/include/sdram.h @@ -7,7 +7,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 __SDRAM_H__ diff --git a/c/src/lib/libbsp/sh/gensh4/include/tm27.h b/c/src/lib/libbsp/sh/gensh4/include/tm27.h index 5ad719ddde..c26ec49272 100644 --- a/c/src/lib/libbsp/sh/gensh4/include/tm27.h +++ b/c/src/lib/libbsp/sh/gensh4/include/tm27.h @@ -7,7 +7,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 _RTEMS_TMTEST27 diff --git a/c/src/lib/libbsp/sh/gensh4/start/start.S b/c/src/lib/libbsp/sh/gensh4/start/start.S index ceea1b09fa..7dce1a7d16 100644 --- a/c/src/lib/libbsp/sh/gensh4/start/start.S +++ b/c/src/lib/libbsp/sh/gensh4/start/start.S @@ -31,7 +31,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/c/src/lib/libbsp/sh/gensh4/startup/linkcmds b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds index e38cb63593..23e62b9e4e 100644 --- a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds +++ b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds @@ -11,7 +11,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/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom index 89325c04da..ab156f0164 100644 --- a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom +++ b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom @@ -11,7 +11,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/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram index 0ce6effae6..1cdc32bd81 100644 --- a/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram +++ b/c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram @@ -11,7 +11,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/c/src/lib/libbsp/sh/shared/bsphwinit.c b/c/src/lib/libbsp/sh/shared/bsphwinit.c index d8d95050c0..9211d9b064 100644 --- a/c/src/lib/libbsp/sh/shared/bsphwinit.c +++ b/c/src/lib/libbsp/sh/shared/bsphwinit.c @@ -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. */ void bsp_hw_init( void ) diff --git a/c/src/lib/libbsp/sh/shared/console.c b/c/src/lib/libbsp/sh/shared/console.c index 21abd01634..8217e26f3a 100644 --- a/c/src/lib/libbsp/sh/shared/console.c +++ b/c/src/lib/libbsp/sh/shared/console.c @@ -23,7 +23,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/c/src/lib/libbsp/sh/shared/setvec.c b/c/src/lib/libbsp/sh/shared/setvec.c index 5916ed2754..c3f4071aea 100644 --- a/c/src/lib/libbsp/sh/shared/setvec.c +++ b/c/src/lib/libbsp/sh/shared/setvec.c @@ -31,7 +31,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/c/src/lib/libbsp/sh/shared/startup/bspstart.c b/c/src/lib/libbsp/sh/shared/startup/bspstart.c index c43c9cb5fd..72cd8903ec 100644 --- a/c/src/lib/libbsp/sh/shared/startup/bspstart.c +++ b/c/src/lib/libbsp/sh/shared/startup/bspstart.c @@ -16,7 +16,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/c/src/lib/libbsp/sh/shsim/include/bsp.h b/c/src/lib/libbsp/sh/shsim/include/bsp.h index 56d4c295f5..a6994701ee 100644 --- a/c/src/lib/libbsp/sh/shsim/include/bsp.h +++ b/c/src/lib/libbsp/sh/shsim/include/bsp.h @@ -16,7 +16,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 _BSP_H diff --git a/c/src/lib/libbsp/sh/shsim/start/start.S b/c/src/lib/libbsp/sh/shsim/start/start.S index 52c9e07bfb..567af1f37e 100644 --- a/c/src/lib/libbsp/sh/shsim/start/start.S +++ b/c/src/lib/libbsp/sh/shsim/start/start.S @@ -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. */ #include diff --git a/c/src/lib/libbsp/sh/shsim/trap34/console-io.c b/c/src/lib/libbsp/sh/shsim/trap34/console-io.c index a383ac8587..b327192d5d 100644 --- a/c/src/lib/libbsp/sh/shsim/trap34/console-io.c +++ b/c/src/lib/libbsp/sh/shsim/trap34/console-io.c @@ -9,7 +9,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 -- cgit v1.2.3