summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc176x
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-20 14:09:26 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-20 15:42:34 +0100
commitd4edbdbcbf39780499075c212463986dc8822f59 (patch)
tree41bded51ffe9a155f5a7de1476c7a1d24916ab34 /c/src/lib/libbsp/arm/lpc176x
parentscore: Delete unused _Timestamp_(To|From)_ticks() (diff)
downloadrtems-d4edbdbcbf39780499075c212463986dc8822f59.tar.bz2
Replace www.rtems.com with www.rtems.org
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc176x')
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/adc/adc.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/can/can.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/console/console-config.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/gpio/gpio.c2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/include/adc-defs.h2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/include/adc.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/bsp.h2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/include/can-defs.h2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/include/can.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/common-types.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/dma.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/gpio.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/io-defs.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/io.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/irq.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/lpc176x.h2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.h2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/include/pwmout.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/system-clocks.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/timer-defs.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/timer.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/include/watchdog.h2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/misc/bspidle.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/misc/dma.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/misc/io.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/misc/restart.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.c2
-rwxr-xr-xc/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/watchdog/watchdog.c2
41 files changed, 41 insertions, 41 deletions
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 <rtems/status-checks.h>
#include <bsp/adc.h>
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 <rtems.h>
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 <rtems/status-checks.h>
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 <libchip/ns16550.h>
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 <assert.h>
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 <rtems/score/armv4.h>
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 <bsp.h>
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 <bsp/lpc176x.h>
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 <rtems/endian.h>
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 <rtems/status-checks.h>
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 <rtems.h>
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 <bsp.h>
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 <rtems/status-checks.h>
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 <libchip/rtc.h>
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 <rtems.h>
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 <bsp.h>
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 <bsp.h>
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 <stdio.h>
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 <assert.h>