[PATCH] Replace www.rtems.com with www.rtems.org

Gedare Bloom gedare at gwu.edu
Fri Mar 20 13:14:42 UTC 2015


Push it. It touches a lot of files but pretty self-contained in each,
shouldn't cause conflicts.

On Fri, Mar 20, 2015 at 9:09 AM, Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
> ---
>  c/src/lib/libbsp/arm/beagle/clock.c                            | 2 +-
>  c/src/lib/libbsp/arm/beagle/console/console-config.c           | 2 +-
>  c/src/lib/libbsp/arm/beagle/include/bsp.h                      | 2 +-
>  c/src/lib/libbsp/arm/beagle/include/i2c.h                      | 2 +-
>  c/src/lib/libbsp/arm/beagle/irq.c                              | 2 +-
>  c/src/lib/libbsp/arm/beagle/misc/i2c.c                         | 2 +-
>  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 +-
>  c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_adc.h         | 2 +-
>  c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_exti.h        | 2 +-
>  c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_flash.h       | 2 +-
>  c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_otgfs.h       | 2 +-
>  c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_pwr.h         | 2 +-
>  c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_syscfg.h      | 2 +-
>  c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_tim.h         | 2 +-
>  c/src/lib/libcpu/arm/shared/include/am335x.h                   | 2 +-
>  c/src/lib/libcpu/arm/shared/include/omap3.h                    | 2 +-
>  cpukit/libdl/dlfcn-shell.c                                     | 2 +-
>  cpukit/libdl/dlfcn-shell.h                                     | 2 +-
>  cpukit/libdl/dlfcn.c                                           | 2 +-
>  cpukit/libdl/rap-shell.c                                       | 2 +-
>  cpukit/libdl/rap-shell.h                                       | 2 +-
>  cpukit/libdl/rap.c                                             | 2 +-
>  cpukit/libdl/rap.h                                             | 2 +-
>  cpukit/libdl/rtl-chain-iterator.c                              | 2 +-
>  cpukit/libdl/rtl-chain-iterator.h                              | 2 +-
>  cpukit/libdl/rtl-debugger.c                                    | 2 +-
>  cpukit/libdl/rtl-elf.c                                         | 2 +-
>  cpukit/libdl/rtl-elf.h                                         | 2 +-
>  cpukit/libdl/rtl-error.c                                       | 2 +-
>  cpukit/libdl/rtl-error.h                                       | 2 +-
>  cpukit/libdl/rtl-find-file.c                                   | 2 +-
>  cpukit/libdl/rtl-find-file.h                                   | 2 +-
>  cpukit/libdl/rtl-fwd.h                                         | 2 +-
>  cpukit/libdl/rtl-indirect-ptr.h                                | 2 +-
>  cpukit/libdl/rtl-obj-cache.c                                   | 2 +-
>  cpukit/libdl/rtl-obj-cache.h                                   | 2 +-
>  cpukit/libdl/rtl-obj-comp.c                                    | 2 +-
>  cpukit/libdl/rtl-obj-comp.h                                    | 2 +-
>  cpukit/libdl/rtl-obj-fwd.h                                     | 2 +-
>  cpukit/libdl/rtl-obj.c                                         | 2 +-
>  cpukit/libdl/rtl-obj.h                                         | 2 +-
>  cpukit/libdl/rtl-rap.c                                         | 2 +-
>  cpukit/libdl/rtl-rap.h                                         | 2 +-
>  cpukit/libdl/rtl-shell.c                                       | 2 +-
>  cpukit/libdl/rtl-shell.h                                       | 2 +-
>  cpukit/libdl/rtl-sym.c                                         | 2 +-
>  cpukit/libdl/rtl-sym.h                                         | 2 +-
>  cpukit/libdl/rtl-trace.c                                       | 2 +-
>  cpukit/libdl/rtl-trace.h                                       | 2 +-
>  cpukit/libdl/rtl-unresolved.c                                  | 2 +-
>  cpukit/libdl/rtl-unresolved.h                                  | 2 +-
>  cpukit/libdl/rtl.c                                             | 2 +-
>  cpukit/libdl/rtl.h                                             | 2 +-
>  cpukit/libmisc/shell/main_md5.c                                | 2 +-
>  cpukit/score/cpu/or1k/cpu.c                                    | 2 +-
>  cpukit/score/cpu/or1k/rtems/score/cpu.h                        | 2 +-
>  testsuites/psxtests/psxclock01/init.c                          | 2 +-
>  testsuites/sptests/spclock_err01/delay.c                       | 2 +-
>  testsuites/sptests/spclock_err01/init.c                        | 2 +-
>  testsuites/sptests/spclock_err01/system.h                      | 2 +-
>  testsuites/sptests/spevent_err03/init.c                        | 2 +-
>  testsuites/sptests/spevent_err03/system.h                      | 2 +-
>  testsuites/sptests/spintr_err01/init.c                         | 2 +-
>  testsuites/sptests/spintr_err01/isr.c                          | 2 +-
>  testsuites/sptests/spintr_err01/system.h                       | 2 +-
>  testsuites/sptests/spintrcritical23/init.c                     | 2 +-
>  testsuites/sptests/spmsgq_err01/init.c                         | 2 +-
>  testsuites/sptests/spmsgq_err01/system.h                       | 2 +-
>  testsuites/sptests/spmsgq_err02/init.c                         | 2 +-
>  testsuites/sptests/spmsgq_err02/system.h                       | 2 +-
>  testsuites/sptests/spmsgq_err02/task3.c                        | 2 +-
>  testsuites/sptests/spport_err01/init.c                         | 2 +-
>  testsuites/sptests/spport_err01/system.h                       | 2 +-
>  testsuites/sptests/spratemon_err01/init.c                      | 2 +-
>  testsuites/sptests/spratemon_err01/screen10.c                  | 2 +-
>  testsuites/sptests/spratemon_err01/system.h                    | 2 +-
>  testsuites/sptests/spratemon_err01/task4.c                     | 2 +-
>  testsuites/sptests/spsem_err01/init.c                          | 2 +-
>  testsuites/sptests/spsem_err01/system.h                        | 2 +-
>  testsuites/sptests/spsem_err02/init.c                          | 2 +-
>  testsuites/sptests/spsem_err02/system.h                        | 2 +-
>  testsuites/sptests/spsem_err02/task2.c                         | 2 +-
>  testsuites/sptests/spsignal_err01/init.c                       | 2 +-
>  testsuites/sptests/spsignal_err01/isr.c                        | 2 +-
>  testsuites/sptests/spsignal_err01/system.h                     | 2 +-
>  testsuites/sptests/sptask_err01/init.c                         | 2 +-
>  testsuites/sptests/sptask_err01/system.h                       | 2 +-
>  testsuites/sptests/sptask_err01/task2.c                        | 2 +-
>  testsuites/sptests/sptask_err02/init.c                         | 2 +-
>  testsuites/sptests/sptask_err02/system.h                       | 2 +-
>  testsuites/sptests/sptask_err03/init.c                         | 2 +-
>  testsuites/sptests/sptask_err03/system.h                       | 2 +-
>  testsuites/sptests/sptask_err04/init.c                         | 2 +-
>  testsuites/sptests/sptask_err04/system.h                       | 2 +-
>  134 files changed, 134 insertions(+), 134 deletions(-)
>
> diff --git a/c/src/lib/libbsp/arm/beagle/clock.c b/c/src/lib/libbsp/arm/beagle/clock.c
> index 7e32c78..66aba1b 100644
> --- a/c/src/lib/libbsp/arm/beagle/clock.c
> +++ b/c/src/lib/libbsp/arm/beagle/clock.c
> @@ -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.
>   */
>
>  #include <rtems.h>
> diff --git a/c/src/lib/libbsp/arm/beagle/console/console-config.c b/c/src/lib/libbsp/arm/beagle/console/console-config.c
> index 63c7ba7..8b3b49f 100644
> --- a/c/src/lib/libbsp/arm/beagle/console/console-config.c
> +++ b/c/src/lib/libbsp/arm/beagle/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.
>   *
>   * Modified by Ben Gras <beng at shrike-systems.com> to make
>   * interrupt-driven uart i/o work for beagleboards; beaglebone support added.
> diff --git a/c/src/lib/libbsp/arm/beagle/include/bsp.h b/c/src/lib/libbsp/arm/beagle/include/bsp.h
> index 0e7a5ff..e43d27a 100644
> --- a/c/src/lib/libbsp/arm/beagle/include/bsp.h
> +++ b/c/src/lib/libbsp/arm/beagle/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.
>   *
>   * Modified by Ben Gras <beng at shrike-systems.com> to add lots
>   * of beagleboard/beaglebone definitions, delete lpc32xx specific
> diff --git a/c/src/lib/libbsp/arm/beagle/include/i2c.h b/c/src/lib/libbsp/arm/beagle/include/i2c.h
> index dbd066a..e7d1716 100644
> --- a/c/src/lib/libbsp/arm/beagle/include/i2c.h
> +++ b/c/src/lib/libbsp/arm/beagle/include/i2c.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_BEAGLE_I2C_H
> diff --git a/c/src/lib/libbsp/arm/beagle/irq.c b/c/src/lib/libbsp/arm/beagle/irq.c
> index 81a511a..c6485cd 100644
> --- a/c/src/lib/libbsp/arm/beagle/irq.c
> +++ b/c/src/lib/libbsp/arm/beagle/irq.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 <bsp.h>
> diff --git a/c/src/lib/libbsp/arm/beagle/misc/i2c.c b/c/src/lib/libbsp/arm/beagle/misc/i2c.c
> index ad23f3a..f659635 100644
> --- a/c/src/lib/libbsp/arm/beagle/misc/i2c.c
> +++ b/c/src/lib/libbsp/arm/beagle/misc/i2c.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/adc/adc.c b/c/src/lib/libbsp/arm/lpc176x/adc/adc.c
> index 7cf003a..13ea7f7 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 2aa4910..359d890 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 8bb20f4..781300c 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 6e1ebc2..a4fe30f 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 2fe69d4..e77e07b 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 04e6a29..3daca80 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 b8eef42..34df8b7 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 89c5c40..6fb7c7c 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 aee980a..4db229e 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 de3fa55..c323608 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 ad6b4ed..943ff28 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 c7c84d1..65edfc4 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 b185ae2..c6ed499 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 af5f9ec..35f34be 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 fd8fcf6..f9cf3db 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 9538372..4a85104 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 99032d0..719608c 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 22b5747..c72575f 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 99395b8..f10991f 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 9534334..3556bc5 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 414e8b7..f55b154 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 4c18700..1427fc5 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 0180141..26087ff 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 f984248..3827aa9 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 944d3cd..6805b55 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 f91360b..44ea805 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 241180e..8b5f033 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 3d386fd..2fdc0d5 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 58ff318..24bb1db 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 aadfc45..0e0b37d 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 97b32c9..10c7701 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 7acab0a..c25fe94 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 dc6af7a..d3851dd 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 6b6ef9e..dd1a030 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 a368386..9cdda22 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 4abdd1d..22c7638 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 69f556a..09e4d64 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 5d70eaf..1aa8e0f 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 476a89c..a60c5bd 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 8fafc0b..36c720b 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 0cb486b..bae9b4e 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>
> diff --git a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_adc.h b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_adc.h
> index 8180152..b9c1f9d 100644
> --- a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_adc.h
> +++ b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_adc.h
> @@ -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.
>   */
>
>  #ifndef LIBBSP_ARM_STM32F4_STM32F4XXXX_ADC_H
> diff --git a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_exti.h b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_exti.h
> index feff2c6..df44ad5 100644
> --- a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_exti.h
> +++ b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_exti.h
> @@ -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.
>   */
>
>  #ifndef LIBBSP_ARM_STM32F4_STM32F4XXXX_EXTI_H
> diff --git a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_flash.h b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_flash.h
> index 13f9045..f81b19c 100755
> --- a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_flash.h
> +++ b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_flash.h
> @@ -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.
>   */
>
>  #ifndef LIBBSP_ARM_STM32F4_STM32F4XXXX_FLASH_H
> diff --git a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_otgfs.h b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_otgfs.h
> index 49beadc..cc2eb90 100755
> --- a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_otgfs.h
> +++ b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_otgfs.h
> @@ -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.
>   */
>
>  #ifndef LIBBSP_ARM_STM32F4_STM32F4XXXX_OTGFS_H
> diff --git a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_pwr.h b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_pwr.h
> index 48ed66d..85af107 100755
> --- a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_pwr.h
> +++ b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_pwr.h
> @@ -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.
>   */
>
>  #ifndef LIBBSP_ARM_STM32F4_STM32F4XXXX_PWR_H
> diff --git a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_syscfg.h b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_syscfg.h
> index f7e81db..5249363 100755
> --- a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_syscfg.h
> +++ b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_syscfg.h
> @@ -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.
>   */
>
>  #ifndef LIBBSP_ARM_STM32F4_STM32F4XXXX_SYSCFG_H
> diff --git a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_tim.h b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_tim.h
> index c7317eb..4503894 100755
> --- a/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_tim.h
> +++ b/c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_tim.h
> @@ -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.
>   */
>
>  #ifndef LIBBSP_ARM_STM32F4_STM32F4XXXX_TIM_H
> diff --git a/c/src/lib/libcpu/arm/shared/include/am335x.h b/c/src/lib/libcpu/arm/shared/include/am335x.h
> index 265cc36..1f638bd 100644
> --- a/c/src/lib/libcpu/arm/shared/include/am335x.h
> +++ b/c/src/lib/libcpu/arm/shared/include/am335x.h
> @@ -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.
>   *
>   * Modified by Ben Gras <beng at shrike-systems.com> to add lots
>   * of beagleboard/beaglebone definitions, delete lpc32xx specific
> diff --git a/c/src/lib/libcpu/arm/shared/include/omap3.h b/c/src/lib/libcpu/arm/shared/include/omap3.h
> index 2c044a1..1316f6d 100644
> --- a/c/src/lib/libcpu/arm/shared/include/omap3.h
> +++ b/c/src/lib/libcpu/arm/shared/include/omap3.h
> @@ -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.
>   *
>   * Modified by Ben Gras <beng at shrike-systems.com> to add lots
>   * of beagleboard/beaglebone definitions, delete lpc32xx specific
> diff --git a/cpukit/libdl/dlfcn-shell.c b/cpukit/libdl/dlfcn-shell.c
> index 5655ab1..3746711 100644
> --- a/cpukit/libdl/dlfcn-shell.c
> +++ b/cpukit/libdl/dlfcn-shell.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/dlfcn-shell.h b/cpukit/libdl/dlfcn-shell.h
> index 0406b6c..9383577 100644
> --- a/cpukit/libdl/dlfcn-shell.h
> +++ b/cpukit/libdl/dlfcn-shell.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(_DLFCN_SHELL_H_)
> diff --git a/cpukit/libdl/dlfcn.c b/cpukit/libdl/dlfcn.c
> index 2781274..19feaaf 100644
> --- a/cpukit/libdl/dlfcn.c
> +++ b/cpukit/libdl/dlfcn.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rap-shell.c b/cpukit/libdl/rap-shell.c
> index 664f3a3..dc1182c 100644
> --- a/cpukit/libdl/rap-shell.c
> +++ b/cpukit/libdl/rap-shell.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rap-shell.h b/cpukit/libdl/rap-shell.h
> index c32529d..c2d9112 100644
> --- a/cpukit/libdl/rap-shell.h
> +++ b/cpukit/libdl/rap-shell.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(_RAP_SHELL_H_)
> diff --git a/cpukit/libdl/rap.c b/cpukit/libdl/rap.c
> index 8dec41e..4e07c54 100644
> --- a/cpukit/libdl/rap.c
> +++ b/cpukit/libdl/rap.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rap.h b/cpukit/libdl/rap.h
> index e53699f..0b86553 100644
> --- a/cpukit/libdl/rap.h
> +++ b/cpukit/libdl/rap.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-chain-iterator.c b/cpukit/libdl/rtl-chain-iterator.c
> index 39184ee..fb10443 100644
> --- a/cpukit/libdl/rtl-chain-iterator.c
> +++ b/cpukit/libdl/rtl-chain-iterator.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-chain-iterator.h b/cpukit/libdl/rtl-chain-iterator.h
> index b3781e0..5811715 100644
> --- a/cpukit/libdl/rtl-chain-iterator.h
> +++ b/cpukit/libdl/rtl-chain-iterator.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-debugger.c b/cpukit/libdl/rtl-debugger.c
> index 2eff2bd..63add59 100644
> --- a/cpukit/libdl/rtl-debugger.c
> +++ b/cpukit/libdl/rtl-debugger.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-elf.c b/cpukit/libdl/rtl-elf.c
> index 35201d5..0eee540 100644
> --- a/cpukit/libdl/rtl-elf.c
> +++ b/cpukit/libdl/rtl-elf.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-elf.h b/cpukit/libdl/rtl-elf.h
> index 115c05a..7f6ea30 100644
> --- a/cpukit/libdl/rtl-elf.h
> +++ b/cpukit/libdl/rtl-elf.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-error.c b/cpukit/libdl/rtl-error.c
> index bc2e3e4..3251fa5 100644
> --- a/cpukit/libdl/rtl-error.c
> +++ b/cpukit/libdl/rtl-error.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-error.h b/cpukit/libdl/rtl-error.h
> index a17db59..0badf51 100644
> --- a/cpukit/libdl/rtl-error.h
> +++ b/cpukit/libdl/rtl-error.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-find-file.c b/cpukit/libdl/rtl-find-file.c
> index 589be40..83ee647 100644
> --- a/cpukit/libdl/rtl-find-file.c
> +++ b/cpukit/libdl/rtl-find-file.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-find-file.h b/cpukit/libdl/rtl-find-file.h
> index fc8a9dc..86cd8fe 100644
> --- a/cpukit/libdl/rtl-find-file.h
> +++ b/cpukit/libdl/rtl-find-file.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-fwd.h b/cpukit/libdl/rtl-fwd.h
> index 115ba8c..4641ad5 100644
> --- a/cpukit/libdl/rtl-fwd.h
> +++ b/cpukit/libdl/rtl-fwd.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-indirect-ptr.h b/cpukit/libdl/rtl-indirect-ptr.h
> index 5a5b43b..81503a3 100644
> --- a/cpukit/libdl/rtl-indirect-ptr.h
> +++ b/cpukit/libdl/rtl-indirect-ptr.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-obj-cache.c b/cpukit/libdl/rtl-obj-cache.c
> index 23d7d07..9221765 100644
> --- a/cpukit/libdl/rtl-obj-cache.c
> +++ b/cpukit/libdl/rtl-obj-cache.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-obj-cache.h b/cpukit/libdl/rtl-obj-cache.h
> index 8abb7f3..8eacdd3 100644
> --- a/cpukit/libdl/rtl-obj-cache.h
> +++ b/cpukit/libdl/rtl-obj-cache.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-obj-comp.c b/cpukit/libdl/rtl-obj-comp.c
> index e36276c..70f14d3 100644
> --- a/cpukit/libdl/rtl-obj-comp.c
> +++ b/cpukit/libdl/rtl-obj-comp.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-obj-comp.h b/cpukit/libdl/rtl-obj-comp.h
> index df7a429..34bfa6f 100644
> --- a/cpukit/libdl/rtl-obj-comp.h
> +++ b/cpukit/libdl/rtl-obj-comp.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-obj-fwd.h b/cpukit/libdl/rtl-obj-fwd.h
> index c4186d9..2c53244 100644
> --- a/cpukit/libdl/rtl-obj-fwd.h
> +++ b/cpukit/libdl/rtl-obj-fwd.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-obj.c b/cpukit/libdl/rtl-obj.c
> index d4ee63c..5c89990 100644
> --- a/cpukit/libdl/rtl-obj.c
> +++ b/cpukit/libdl/rtl-obj.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-obj.h b/cpukit/libdl/rtl-obj.h
> index 96c7680..1202fd5 100644
> --- a/cpukit/libdl/rtl-obj.h
> +++ b/cpukit/libdl/rtl-obj.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-rap.c b/cpukit/libdl/rtl-rap.c
> index ad05b24..439eb20 100644
> --- a/cpukit/libdl/rtl-rap.c
> +++ b/cpukit/libdl/rtl-rap.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-rap.h b/cpukit/libdl/rtl-rap.h
> index 54c1268..f828b1f 100644
> --- a/cpukit/libdl/rtl-rap.h
> +++ b/cpukit/libdl/rtl-rap.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-shell.c b/cpukit/libdl/rtl-shell.c
> index 0e33e84..57aef6d 100644
> --- a/cpukit/libdl/rtl-shell.c
> +++ b/cpukit/libdl/rtl-shell.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-shell.h b/cpukit/libdl/rtl-shell.h
> index ac9bb25..9df5ee2 100644
> --- a/cpukit/libdl/rtl-shell.h
> +++ b/cpukit/libdl/rtl-shell.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-sym.c b/cpukit/libdl/rtl-sym.c
> index ebd6841..1436cc0 100644
> --- a/cpukit/libdl/rtl-sym.c
> +++ b/cpukit/libdl/rtl-sym.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-sym.h b/cpukit/libdl/rtl-sym.h
> index 9bd40ec..fe00da8 100644
> --- a/cpukit/libdl/rtl-sym.h
> +++ b/cpukit/libdl/rtl-sym.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-trace.c b/cpukit/libdl/rtl-trace.c
> index d577f99..fee8de1 100644
> --- a/cpukit/libdl/rtl-trace.c
> +++ b/cpukit/libdl/rtl-trace.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-trace.h b/cpukit/libdl/rtl-trace.h
> index 141b376..6c060a1 100644
> --- a/cpukit/libdl/rtl-trace.h
> +++ b/cpukit/libdl/rtl-trace.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-unresolved.c b/cpukit/libdl/rtl-unresolved.c
> index 0dbde0a..4deb1a3 100644
> --- a/cpukit/libdl/rtl-unresolved.c
> +++ b/cpukit/libdl/rtl-unresolved.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl-unresolved.h b/cpukit/libdl/rtl-unresolved.h
> index 5cc5162..bd4ce2a 100644
> --- a/cpukit/libdl/rtl-unresolved.h
> +++ b/cpukit/libdl/rtl-unresolved.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl.c b/cpukit/libdl/rtl.c
> index c55cd94..abfcf25 100644
> --- a/cpukit/libdl/rtl.c
> +++ b/cpukit/libdl/rtl.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.
>   */
>  /**
>   * @file
> diff --git a/cpukit/libdl/rtl.h b/cpukit/libdl/rtl.h
> index 15d84c1..234fc32 100644
> --- a/cpukit/libdl/rtl.h
> +++ b/cpukit/libdl/rtl.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.
>   */
>
>  /**
> diff --git a/cpukit/libmisc/shell/main_md5.c b/cpukit/libmisc/shell/main_md5.c
> index b0d1833..ab1b11e 100644
> --- a/cpukit/libmisc/shell/main_md5.c
> +++ b/cpukit/libmisc/shell/main_md5.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/cpukit/score/cpu/or1k/cpu.c b/cpukit/score/cpu/or1k/cpu.c
> index cd89f55..3cf6f6b 100644
> --- a/cpukit/score/cpu/or1k/cpu.c
> +++ b/cpukit/score/cpu/or1k/cpu.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.
>   *
>   */
>
> diff --git a/cpukit/score/cpu/or1k/rtems/score/cpu.h b/cpukit/score/cpu/or1k/rtems/score/cpu.h
> index 39e4c20..45aeb08 100644
> --- a/cpukit/score/cpu/or1k/rtems/score/cpu.h
> +++ b/cpukit/score/cpu/or1k/rtems/score/cpu.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.
>   *
>   *  This file adapted from no_cpu example of the RTEMS distribution.
>   *  The body has been modified for the Opencores OR1k implementation by
> diff --git a/testsuites/psxtests/psxclock01/init.c b/testsuites/psxtests/psxclock01/init.c
> index bb39faa..6be85d2 100644
> --- a/testsuites/psxtests/psxclock01/init.c
> +++ b/testsuites/psxtests/psxclock01/init.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 <tmacros.h>
> diff --git a/testsuites/sptests/spclock_err01/delay.c b/testsuites/sptests/spclock_err01/delay.c
> index 2469941..cdd54c8 100644
> --- a/testsuites/sptests/spclock_err01/delay.c
> +++ b/testsuites/sptests/spclock_err01/delay.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spclock_err01/init.c b/testsuites/sptests/spclock_err01/init.c
> index 78f57b5..ab5c00a 100644
> --- a/testsuites/sptests/spclock_err01/init.c
> +++ b/testsuites/sptests/spclock_err01/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spclock_err01/system.h b/testsuites/sptests/spclock_err01/system.h
> index d844d6e..a1f3e95 100644
> --- a/testsuites/sptests/spclock_err01/system.h
> +++ b/testsuites/sptests/spclock_err01/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spevent_err03/init.c b/testsuites/sptests/spevent_err03/init.c
> index e870882..b13960e 100644
> --- a/testsuites/sptests/spevent_err03/init.c
> +++ b/testsuites/sptests/spevent_err03/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spevent_err03/system.h b/testsuites/sptests/spevent_err03/system.h
> index 9cb2b39..de3626b 100644
> --- a/testsuites/sptests/spevent_err03/system.h
> +++ b/testsuites/sptests/spevent_err03/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spintr_err01/init.c b/testsuites/sptests/spintr_err01/init.c
> index 490a0e6..9bc39bf 100644
> --- a/testsuites/sptests/spintr_err01/init.c
> +++ b/testsuites/sptests/spintr_err01/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spintr_err01/isr.c b/testsuites/sptests/spintr_err01/isr.c
> index 31c7ab4..1144760 100644
> --- a/testsuites/sptests/spintr_err01/isr.c
> +++ b/testsuites/sptests/spintr_err01/isr.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spintr_err01/system.h b/testsuites/sptests/spintr_err01/system.h
> index bf91c8f..b915dce 100644
> --- a/testsuites/sptests/spintr_err01/system.h
> +++ b/testsuites/sptests/spintr_err01/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spintrcritical23/init.c b/testsuites/sptests/spintrcritical23/init.c
> index aca1285..ac9f1a1 100644
> --- a/testsuites/sptests/spintrcritical23/init.c
> +++ b/testsuites/sptests/spintrcritical23/init.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spmsgq_err01/init.c b/testsuites/sptests/spmsgq_err01/init.c
> index 7b21005..2453772 100644
> --- a/testsuites/sptests/spmsgq_err01/init.c
> +++ b/testsuites/sptests/spmsgq_err01/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spmsgq_err01/system.h b/testsuites/sptests/spmsgq_err01/system.h
> index 76426b2..f1f9f3b 100644
> --- a/testsuites/sptests/spmsgq_err01/system.h
> +++ b/testsuites/sptests/spmsgq_err01/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spmsgq_err02/init.c b/testsuites/sptests/spmsgq_err02/init.c
> index 0838a99..2ed5057 100644
> --- a/testsuites/sptests/spmsgq_err02/init.c
> +++ b/testsuites/sptests/spmsgq_err02/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spmsgq_err02/system.h b/testsuites/sptests/spmsgq_err02/system.h
> index 08523da..572ff14 100644
> --- a/testsuites/sptests/spmsgq_err02/system.h
> +++ b/testsuites/sptests/spmsgq_err02/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spmsgq_err02/task3.c b/testsuites/sptests/spmsgq_err02/task3.c
> index 1298b09..96e16ab 100644
> --- a/testsuites/sptests/spmsgq_err02/task3.c
> +++ b/testsuites/sptests/spmsgq_err02/task3.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spport_err01/init.c b/testsuites/sptests/spport_err01/init.c
> index 78a5bde..20e6673 100644
> --- a/testsuites/sptests/spport_err01/init.c
> +++ b/testsuites/sptests/spport_err01/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spport_err01/system.h b/testsuites/sptests/spport_err01/system.h
> index 76426b2..f1f9f3b 100644
> --- a/testsuites/sptests/spport_err01/system.h
> +++ b/testsuites/sptests/spport_err01/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spratemon_err01/init.c b/testsuites/sptests/spratemon_err01/init.c
> index 2243da5..ccc2361 100644
> --- a/testsuites/sptests/spratemon_err01/init.c
> +++ b/testsuites/sptests/spratemon_err01/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spratemon_err01/screen10.c b/testsuites/sptests/spratemon_err01/screen10.c
> index d1c1850..e7a883a 100644
> --- a/testsuites/sptests/spratemon_err01/screen10.c
> +++ b/testsuites/sptests/spratemon_err01/screen10.c
> @@ -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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spratemon_err01/system.h b/testsuites/sptests/spratemon_err01/system.h
> index 52bb580..a7eb2eb 100644
> --- a/testsuites/sptests/spratemon_err01/system.h
> +++ b/testsuites/sptests/spratemon_err01/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spratemon_err01/task4.c b/testsuites/sptests/spratemon_err01/task4.c
> index 73a52ea..4e8df72 100644
> --- a/testsuites/sptests/spratemon_err01/task4.c
> +++ b/testsuites/sptests/spratemon_err01/task4.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spsem_err01/init.c b/testsuites/sptests/spsem_err01/init.c
> index 6d2d8c0..897581a 100644
> --- a/testsuites/sptests/spsem_err01/init.c
> +++ b/testsuites/sptests/spsem_err01/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spsem_err01/system.h b/testsuites/sptests/spsem_err01/system.h
> index 4287821..567427c 100644
> --- a/testsuites/sptests/spsem_err01/system.h
> +++ b/testsuites/sptests/spsem_err01/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spsem_err02/init.c b/testsuites/sptests/spsem_err02/init.c
> index bd76a72..4c0acb9 100644
> --- a/testsuites/sptests/spsem_err02/init.c
> +++ b/testsuites/sptests/spsem_err02/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spsem_err02/system.h b/testsuites/sptests/spsem_err02/system.h
> index 4b24c70..7a48a48 100644
> --- a/testsuites/sptests/spsem_err02/system.h
> +++ b/testsuites/sptests/spsem_err02/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/spsem_err02/task2.c b/testsuites/sptests/spsem_err02/task2.c
> index e415acf..0a3255f 100644
> --- a/testsuites/sptests/spsem_err02/task2.c
> +++ b/testsuites/sptests/spsem_err02/task2.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spsignal_err01/init.c b/testsuites/sptests/spsignal_err01/init.c
> index 23b771b..6f8cd3e 100644
> --- a/testsuites/sptests/spsignal_err01/init.c
> +++ b/testsuites/sptests/spsignal_err01/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spsignal_err01/isr.c b/testsuites/sptests/spsignal_err01/isr.c
> index 31c7ab4..1144760 100644
> --- a/testsuites/sptests/spsignal_err01/isr.c
> +++ b/testsuites/sptests/spsignal_err01/isr.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/spsignal_err01/system.h b/testsuites/sptests/spsignal_err01/system.h
> index bf91c8f..b915dce 100644
> --- a/testsuites/sptests/spsignal_err01/system.h
> +++ b/testsuites/sptests/spsignal_err01/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/sptask_err01/init.c b/testsuites/sptests/sptask_err01/init.c
> index 7289331..b57e751 100644
> --- a/testsuites/sptests/sptask_err01/init.c
> +++ b/testsuites/sptests/sptask_err01/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/sptask_err01/system.h b/testsuites/sptests/sptask_err01/system.h
> index daaaf4c..e7965dd 100644
> --- a/testsuites/sptests/sptask_err01/system.h
> +++ b/testsuites/sptests/sptask_err01/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/sptask_err01/task2.c b/testsuites/sptests/sptask_err01/task2.c
> index c187fa7..d5c8724 100644
> --- a/testsuites/sptests/sptask_err01/task2.c
> +++ b/testsuites/sptests/sptask_err01/task2.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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/sptask_err02/init.c b/testsuites/sptests/sptask_err02/init.c
> index 8eaf464..dfdaf39 100644
> --- a/testsuites/sptests/sptask_err02/init.c
> +++ b/testsuites/sptests/sptask_err02/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/sptask_err02/system.h b/testsuites/sptests/sptask_err02/system.h
> index c72eea9..61209da 100644
> --- a/testsuites/sptests/sptask_err02/system.h
> +++ b/testsuites/sptests/sptask_err02/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/sptask_err03/init.c b/testsuites/sptests/sptask_err03/init.c
> index 9d0ec29..d28a601 100644
> --- a/testsuites/sptests/sptask_err03/init.c
> +++ b/testsuites/sptests/sptask_err03/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/sptask_err03/system.h b/testsuites/sptests/sptask_err03/system.h
> index 4c7e51a..1e41c6a 100644
> --- a/testsuites/sptests/sptask_err03/system.h
> +++ b/testsuites/sptests/sptask_err03/system.h
> @@ -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 <tmacros.h>
> diff --git a/testsuites/sptests/sptask_err04/init.c b/testsuites/sptests/sptask_err04/init.c
> index cedeac3..b38b54b 100644
> --- a/testsuites/sptests/sptask_err04/init.c
> +++ b/testsuites/sptests/sptask_err04/init.c
> @@ -4,7 +4,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.
>   */
>
>  #ifdef HAVE_CONFIG_H
> diff --git a/testsuites/sptests/sptask_err04/system.h b/testsuites/sptests/sptask_err04/system.h
> index 8fd4a14..a5cd32a 100644
> --- a/testsuites/sptests/sptask_err04/system.h
> +++ b/testsuites/sptests/sptask_err04/system.h
> @@ -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 <tmacros.h>
> --
> 1.8.4.5
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel



More information about the devel mailing list