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 --- c/src/lib/libbsp/arm/lpc176x/adc/adc.c | 2 +- c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c | 2 +- c/src/lib/libbsp/arm/lpc176x/can/can.c | 2 +- c/src/lib/libbsp/arm/lpc176x/console/console-config.c | 2 +- c/src/lib/libbsp/arm/lpc176x/gpio/gpio.c | 2 +- c/src/lib/libbsp/arm/lpc176x/include/adc-defs.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/adc.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/bsp.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/can-defs.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/can.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/common-types.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/dma.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/gpio.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/io-defs.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/io.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/irq.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/lpc176x.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/pwmout.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/system-clocks.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/timer-defs.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/timer.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.h | 2 +- c/src/lib/libbsp/arm/lpc176x/include/watchdog.h | 2 +- c/src/lib/libbsp/arm/lpc176x/irq/irq.c | 2 +- c/src/lib/libbsp/arm/lpc176x/misc/bspidle.c | 2 +- c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.c | 2 +- c/src/lib/libbsp/arm/lpc176x/misc/dma.c | 2 +- c/src/lib/libbsp/arm/lpc176x/misc/io.c | 2 +- c/src/lib/libbsp/arm/lpc176x/misc/restart.c | 2 +- c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.c | 2 +- c/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.c | 2 +- c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.c | 2 +- c/src/lib/libbsp/arm/lpc176x/startup/bspreset.c | 2 +- c/src/lib/libbsp/arm/lpc176x/startup/bspstart.c | 2 +- c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.c | 2 +- c/src/lib/libbsp/arm/lpc176x/timer/timer.c | 2 +- c/src/lib/libbsp/arm/lpc176x/watchdog/watchdog.c | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) (limited to 'c/src/lib/libbsp/arm/lpc176x') diff --git a/c/src/lib/libbsp/arm/lpc176x/adc/adc.c b/c/src/lib/libbsp/arm/lpc176x/adc/adc.c index 7cf003a869..13ea7f7604 100755 --- a/c/src/lib/libbsp/arm/lpc176x/adc/adc.c +++ b/c/src/lib/libbsp/arm/lpc176x/adc/adc.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. */ #include #include diff --git a/c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c b/c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c index 2aa4910751..359d89086d 100644 --- a/c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c +++ b/c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.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/lpc176x/can/can.c b/c/src/lib/libbsp/arm/lpc176x/can/can.c index 8bb20f4ca8..781300c23d 100755 --- a/c/src/lib/libbsp/arm/lpc176x/can/can.c +++ b/c/src/lib/libbsp/arm/lpc176x/can/can.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. */ #include diff --git a/c/src/lib/libbsp/arm/lpc176x/console/console-config.c b/c/src/lib/libbsp/arm/lpc176x/console/console-config.c index 6e1ebc29ab..a4fe30fa35 100644 --- a/c/src/lib/libbsp/arm/lpc176x/console/console-config.c +++ b/c/src/lib/libbsp/arm/lpc176x/console/console-config.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/gpio/gpio.c b/c/src/lib/libbsp/arm/lpc176x/gpio/gpio.c index 2fe69d4ea8..e77e07b663 100644 --- a/c/src/lib/libbsp/arm/lpc176x/gpio/gpio.c +++ b/c/src/lib/libbsp/arm/lpc176x/gpio/gpio.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/lpc176x/include/adc-defs.h b/c/src/lib/libbsp/arm/lpc176x/include/adc-defs.h index 04e6a29af9..3daca807b7 100755 --- a/c/src/lib/libbsp/arm/lpc176x/include/adc-defs.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/adc-defs.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. */ #ifndef LPC176X_ADC_DEFS_H #define LPC176X_ADC_DEFS_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/adc.h b/c/src/lib/libbsp/arm/lpc176x/include/adc.h index b8eef42a7f..34df8b7efd 100755 --- a/c/src/lib/libbsp/arm/lpc176x/include/adc.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/adc.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. */ #ifndef LPC176X_ADC_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/bsp.h b/c/src/lib/libbsp/arm/lpc176x/include/bsp.h index 89c5c40045..6fb7c7cc57 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/bsp.h +++ b/c/src/lib/libbsp/arm/lpc176x/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 LIBBSP_ARM_LPC176X_BSP_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/can-defs.h b/c/src/lib/libbsp/arm/lpc176x/include/can-defs.h index aee980af32..4db229eb1c 100755 --- a/c/src/lib/libbsp/arm/lpc176x/include/can-defs.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/can-defs.h @@ -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. */ #ifndef LPC176X_TIMER_DEFS_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/can.h b/c/src/lib/libbsp/arm/lpc176x/include/can.h index de3fa55c3d..c323608da2 100755 --- a/c/src/lib/libbsp/arm/lpc176x/include/can.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/can.h @@ -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. */ #ifndef LPC176X_CAN_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/common-types.h b/c/src/lib/libbsp/arm/lpc176x/include/common-types.h index ad6b4ed23c..943ff288a9 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/common-types.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/common-types.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 LIBBSP_ARM_LPC176X_COMMON_TYPES_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/dma.h b/c/src/lib/libbsp/arm/lpc176x/include/dma.h index c7c84d1004..65edfc4e30 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/dma.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/dma.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 LIBBSP_ARM_LPC176X_DMA_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.h b/c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.h index b185ae2257..c6ed499d35 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.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 LIBBSP_ARM_LPC176X_GPIO_DEFS_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/gpio.h b/c/src/lib/libbsp/arm/lpc176x/include/gpio.h index af5f9ec09c..35f34beb47 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/gpio.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/gpio.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 LIBBSP_ARM_LPC176X_GPIO_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/io-defs.h b/c/src/lib/libbsp/arm/lpc176x/include/io-defs.h index fd8fcf6378..f9cf3dbbbd 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/io-defs.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/io-defs.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 LIBBSP_ARM_LPC176X_IO_DEFS_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/io.h b/c/src/lib/libbsp/arm/lpc176x/include/io.h index 9538372716..4a8510479c 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/io.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/io.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 LIBBSP_ARM_LPC176X_IO_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/irq.h b/c/src/lib/libbsp/arm/lpc176x/include/irq.h index 99032d0a55..719608c8f7 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/irq.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/irq.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 LIBBSP_ARM_LPC176X_IRQ_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.h b/c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.h index 22b5747134..c72575f719 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.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 LIBBSP_ARM_LPC176X_LPC_CLOCK_CONFIG_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/lpc176x.h b/c/src/lib/libbsp/arm/lpc176x/include/lpc176x.h index 99395b8e2b..f10991f346 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/lpc176x.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/lpc176x.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 LIBBSP_ARM_LPC176X_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h b/c/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h index 95343347e9..3556bc5fbf 100755 --- a/c/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h @@ -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 DIP5 9U diff --git a/c/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.h b/c/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.h index 414e8b72bb..f55b154a05 100755 --- a/c/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.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. */ #ifndef LPC176X_PWMOUT_DEFS_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/pwmout.h b/c/src/lib/libbsp/arm/lpc176x/include/pwmout.h index 4c187009c2..1427fc5f3e 100755 --- a/c/src/lib/libbsp/arm/lpc176x/include/pwmout.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/pwmout.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. */ #ifndef LPC176X_PWMOUT_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/system-clocks.h b/c/src/lib/libbsp/arm/lpc176x/include/system-clocks.h index 0180141f99..26087ff3e9 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/system-clocks.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/system-clocks.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 LIBBSP_ARM_LPC176X_SYSTEM_CLOCKS_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/timer-defs.h b/c/src/lib/libbsp/arm/lpc176x/include/timer-defs.h index f984248e02..3827aa9279 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/timer-defs.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/timer-defs.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 LIBBSP_ARM_LPC176X_TIMER_DEFS_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/timer.h b/c/src/lib/libbsp/arm/lpc176x/include/timer.h index 944d3cd7dd..6805b55f0e 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/timer.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/timer.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 LIBBSP_ARM_LPC176X_TIMER_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.h b/c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.h index f91360b3a9..44ea80527e 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.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 LIBBSP_ARM_LPC176X_WATCHDOG_DEFS_H diff --git a/c/src/lib/libbsp/arm/lpc176x/include/watchdog.h b/c/src/lib/libbsp/arm/lpc176x/include/watchdog.h index 241180e429..8b5f033605 100644 --- a/c/src/lib/libbsp/arm/lpc176x/include/watchdog.h +++ b/c/src/lib/libbsp/arm/lpc176x/include/watchdog.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 LIBBSP_ARM_LPC176X_WATCHDOG_H diff --git a/c/src/lib/libbsp/arm/lpc176x/irq/irq.c b/c/src/lib/libbsp/arm/lpc176x/irq/irq.c index 3d386fde0f..2fdc0d51e2 100644 --- a/c/src/lib/libbsp/arm/lpc176x/irq/irq.c +++ b/c/src/lib/libbsp/arm/lpc176x/irq/irq.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/misc/bspidle.c b/c/src/lib/libbsp/arm/lpc176x/misc/bspidle.c index 58ff318108..24bb1db887 100644 --- a/c/src/lib/libbsp/arm/lpc176x/misc/bspidle.c +++ b/c/src/lib/libbsp/arm/lpc176x/misc/bspidle.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.c b/c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.c index aadfc452b1..0e0b37dbd3 100644 --- a/c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.c +++ b/c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.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/lpc176x/misc/dma.c b/c/src/lib/libbsp/arm/lpc176x/misc/dma.c index 97b32c940c..10c7701484 100644 --- a/c/src/lib/libbsp/arm/lpc176x/misc/dma.c +++ b/c/src/lib/libbsp/arm/lpc176x/misc/dma.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/misc/io.c b/c/src/lib/libbsp/arm/lpc176x/misc/io.c index 7acab0a60e..c25fe94c0b 100644 --- a/c/src/lib/libbsp/arm/lpc176x/misc/io.c +++ b/c/src/lib/libbsp/arm/lpc176x/misc/io.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/lpc176x/misc/restart.c b/c/src/lib/libbsp/arm/lpc176x/misc/restart.c index dc6af7a031..d3851ddaa6 100644 --- a/c/src/lib/libbsp/arm/lpc176x/misc/restart.c +++ b/c/src/lib/libbsp/arm/lpc176x/misc/restart.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.c b/c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.c index 6b6ef9e769..dd1a0308c6 100644 --- a/c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.c +++ b/c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.c b/c/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.c index a3683869a5..9cdda22add 100755 --- a/c/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.c +++ b/c/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.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. */ #include diff --git a/c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.c b/c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.c index 4abdd1dd35..22c76387ea 100644 --- a/c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.c +++ b/c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.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/lpc176x/startup/bspreset.c b/c/src/lib/libbsp/arm/lpc176x/startup/bspreset.c index 69f556a7ae..09e4d64800 100644 --- a/c/src/lib/libbsp/arm/lpc176x/startup/bspreset.c +++ b/c/src/lib/libbsp/arm/lpc176x/startup/bspreset.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/startup/bspstart.c b/c/src/lib/libbsp/arm/lpc176x/startup/bspstart.c index 5d70eafea7..1aa8e0ffe9 100644 --- a/c/src/lib/libbsp/arm/lpc176x/startup/bspstart.c +++ b/c/src/lib/libbsp/arm/lpc176x/startup/bspstart.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.c b/c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.c index 476a89cf78..a60c5bdf89 100644 --- a/c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.c +++ b/c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.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 diff --git a/c/src/lib/libbsp/arm/lpc176x/timer/timer.c b/c/src/lib/libbsp/arm/lpc176x/timer/timer.c index 8fafc0b179..36c720b4fb 100644 --- a/c/src/lib/libbsp/arm/lpc176x/timer/timer.c +++ b/c/src/lib/libbsp/arm/lpc176x/timer/timer.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/lpc176x/watchdog/watchdog.c b/c/src/lib/libbsp/arm/lpc176x/watchdog/watchdog.c index 0cb486baf3..bae9b4e1b1 100644 --- a/c/src/lib/libbsp/arm/lpc176x/watchdog/watchdog.c +++ b/c/src/lib/libbsp/arm/lpc176x/watchdog/watchdog.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 -- cgit v1.2.3