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/arm/raspberrypi/clock/clockdrv.c | 2 +- c/src/lib/libbsp/arm/raspberrypi/console/console-config.c | 2 +- c/src/lib/libbsp/arm/raspberrypi/console/usart.c | 2 +- c/src/lib/libbsp/arm/raspberrypi/include/bsp.h | 2 +- c/src/lib/libbsp/arm/raspberrypi/include/irq.h | 2 +- c/src/lib/libbsp/arm/raspberrypi/include/mmu.h | 2 +- c/src/lib/libbsp/arm/raspberrypi/include/raspberrypi.h | 2 +- c/src/lib/libbsp/arm/raspberrypi/include/usart.h | 2 +- c/src/lib/libbsp/arm/raspberrypi/irq/irq.c | 2 +- c/src/lib/libbsp/arm/raspberrypi/misc/timer.c | 2 +- c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c | 2 +- c/src/lib/libbsp/arm/raspberrypi/startup/bspstart.c | 2 +- c/src/lib/libbsp/arm/raspberrypi/startup/bspstarthooks.c | 2 +- c/src/lib/libbsp/arm/raspberrypi/startup/mm_config_table.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'c/src/lib/libbsp/arm/raspberrypi') diff --git a/c/src/lib/libbsp/arm/raspberrypi/clock/clockdrv.c b/c/src/lib/libbsp/arm/raspberrypi/clock/clockdrv.c index 7d93ba702e..533873cf19 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/clock/clockdrv.c +++ b/c/src/lib/libbsp/arm/raspberrypi/clock/clockdrv.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 * */ diff --git a/c/src/lib/libbsp/arm/raspberrypi/console/console-config.c b/c/src/lib/libbsp/arm/raspberrypi/console/console-config.c index 4af0bfc1d7..b948b77b5b 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/console/console-config.c +++ b/c/src/lib/libbsp/arm/raspberrypi/console/console-config.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 * */ diff --git a/c/src/lib/libbsp/arm/raspberrypi/console/usart.c b/c/src/lib/libbsp/arm/raspberrypi/console/usart.c index 8c2bba494e..638b857fb8 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/console/usart.c +++ b/c/src/lib/libbsp/arm/raspberrypi/console/usart.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 * */ diff --git a/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h b/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h index 8836264de9..5c507aeef3 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h +++ b/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h @@ -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 * */ diff --git a/c/src/lib/libbsp/arm/raspberrypi/include/irq.h b/c/src/lib/libbsp/arm/raspberrypi/include/irq.h index 32b74b26ec..8436c2dfc6 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/include/irq.h +++ b/c/src/lib/libbsp/arm/raspberrypi/include/irq.h @@ -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 * */ diff --git a/c/src/lib/libbsp/arm/raspberrypi/include/mmu.h b/c/src/lib/libbsp/arm/raspberrypi/include/mmu.h index 755ae25f99..45ecc5a2a4 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/include/mmu.h +++ b/c/src/lib/libbsp/arm/raspberrypi/include/mmu.h @@ -19,7 +19,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/arm/raspberrypi/include/raspberrypi.h b/c/src/lib/libbsp/arm/raspberrypi/include/raspberrypi.h index f806a53f07..4cc7eec81a 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/include/raspberrypi.h +++ b/c/src/lib/libbsp/arm/raspberrypi/include/raspberrypi.h @@ -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 * */ diff --git a/c/src/lib/libbsp/arm/raspberrypi/include/usart.h b/c/src/lib/libbsp/arm/raspberrypi/include/usart.h index 502320c77a..491392b1f7 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/include/usart.h +++ b/c/src/lib/libbsp/arm/raspberrypi/include/usart.h @@ -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 */ #ifndef LIBBSP_ARM_RASPBERRYPI_USART_H diff --git a/c/src/lib/libbsp/arm/raspberrypi/irq/irq.c b/c/src/lib/libbsp/arm/raspberrypi/irq/irq.c index 2770d8dbdf..4132ef9693 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/irq/irq.c +++ b/c/src/lib/libbsp/arm/raspberrypi/irq/irq.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/arm/raspberrypi/misc/timer.c b/c/src/lib/libbsp/arm/raspberrypi/misc/timer.c index a26be2f7a7..7e83e4096d 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/misc/timer.c +++ b/c/src/lib/libbsp/arm/raspberrypi/misc/timer.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 * */ diff --git a/c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c b/c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c index 6fad17f68d..4b3c732c45 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c +++ b/c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c @@ -19,7 +19,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/arm/raspberrypi/startup/bspstart.c b/c/src/lib/libbsp/arm/raspberrypi/startup/bspstart.c index 8d6c9d3dbf..c5786bfa4a 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/startup/bspstart.c +++ b/c/src/lib/libbsp/arm/raspberrypi/startup/bspstart.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 */ #include diff --git a/c/src/lib/libbsp/arm/raspberrypi/startup/bspstarthooks.c b/c/src/lib/libbsp/arm/raspberrypi/startup/bspstarthooks.c index 2501f33abc..047c8ad138 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/startup/bspstarthooks.c +++ b/c/src/lib/libbsp/arm/raspberrypi/startup/bspstarthooks.c @@ -19,7 +19,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/arm/raspberrypi/startup/mm_config_table.c b/c/src/lib/libbsp/arm/raspberrypi/startup/mm_config_table.c index 6b3ea6735c..824bfec7c7 100644 --- a/c/src/lib/libbsp/arm/raspberrypi/startup/mm_config_table.c +++ b/c/src/lib/libbsp/arm/raspberrypi/startup/mm_config_table.c @@ -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. */ #include -- cgit v1.2.3