From b931932246d4fa02e959add8db53662477c302f6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 18:51:51 +0000 Subject: 2003-09-04 Joel Sherrill * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c, console/m340uart.c, include/bsp.h, include/m340timer.h, include/m340uart.h, start/start.S, start/startfor340only.S, startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c, timer/timer.c: URL for license changed. --- c/src/lib/libbsp/m68k/gen68340/ChangeLog | 8 ++++++++ c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c | 2 +- c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S | 2 +- c/src/lib/libbsp/m68k/gen68340/console/console.c | 2 +- c/src/lib/libbsp/m68k/gen68340/console/m340uart.c | 2 +- c/src/lib/libbsp/m68k/gen68340/include/bsp.h | 2 +- c/src/lib/libbsp/m68k/gen68340/include/m340timer.h | 2 +- c/src/lib/libbsp/m68k/gen68340/include/m340uart.h | 2 +- c/src/lib/libbsp/m68k/gen68340/start/start.S | 2 +- c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S | 2 +- c/src/lib/libbsp/m68k/gen68340/startup/bspclean.c | 2 +- c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c | 2 +- c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c | 2 +- c/src/lib/libbsp/m68k/gen68340/timer/timer.c | 2 +- 14 files changed, 21 insertions(+), 13 deletions(-) (limited to 'c/src/lib/libbsp/m68k/gen68340') diff --git a/c/src/lib/libbsp/m68k/gen68340/ChangeLog b/c/src/lib/libbsp/m68k/gen68340/ChangeLog index 38401fbde8..956f114fa5 100644 --- a/c/src/lib/libbsp/m68k/gen68340/ChangeLog +++ b/c/src/lib/libbsp/m68k/gen68340/ChangeLog @@ -1,3 +1,11 @@ +2003-09-04 Joel Sherrill + + * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c, + console/m340uart.c, include/bsp.h, include/m340timer.h, + include/m340uart.h, start/start.S, start/startfor340only.S, + startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c, + timer/timer.c: URL for license changed. + 2003-08-18 Ralf Corsepius * Makefile.am: Reflect having moved aclocal/. diff --git a/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c index b4373d48b7..2d2a591878 100644 --- a/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c +++ b/c/src/lib/libbsp/m68k/gen68340/clock/ckinit.c @@ -25,7 +25,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. */ #include /* for atexit() */ diff --git a/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S b/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S index 5d10b923aa..d1d2ec04f9 100644 --- a/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S +++ b/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S @@ -10,7 +10,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68340/console/console.c b/c/src/lib/libbsp/m68k/gen68340/console/console.c index be5d2d5e47..6035fcb8a5 100644 --- a/c/src/lib/libbsp/m68k/gen68340/console/console.c +++ b/c/src/lib/libbsp/m68k/gen68340/console/console.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c b/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c index 8442f991f7..adea61b58a 100644 --- a/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c +++ b/c/src/lib/libbsp/m68k/gen68340/console/m340uart.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68340/include/bsp.h b/c/src/lib/libbsp/m68k/gen68340/include/bsp.h index 5568bcd2e9..93e1490dcc 100644 --- a/c/src/lib/libbsp/m68k/gen68340/include/bsp.h +++ b/c/src/lib/libbsp/m68k/gen68340/include/bsp.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. */ #ifndef __GEN68340_BSP_h diff --git a/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h b/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h index 71a93d95d6..948bc36b6b 100644 --- a/c/src/lib/libbsp/m68k/gen68340/include/m340timer.h +++ b/c/src/lib/libbsp/m68k/gen68340/include/m340timer.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h b/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h index 47d9ca5022..765323c720 100644 --- a/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h +++ b/c/src/lib/libbsp/m68k/gen68340/include/m340uart.h @@ -18,7 +18,7 @@ * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68340/start/start.S b/c/src/lib/libbsp/m68k/gen68340/start/start.S index 471cf7ab68..b0e1b1ee7e 100644 --- a/c/src/lib/libbsp/m68k/gen68340/start/start.S +++ b/c/src/lib/libbsp/m68k/gen68340/start/start.S @@ -9,7 +9,7 @@ * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * Based on the `gen68360' board support package, and covered by the * original distribution terms. diff --git a/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S b/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S index 5c9572b0fd..4ddb616b4b 100644 --- a/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S +++ b/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S @@ -9,7 +9,7 @@ * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * Based on the `gen68360' board support package, and covered by the * original distribution terms. diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/bspclean.c b/c/src/lib/libbsp/m68k/gen68340/startup/bspclean.c index c939f3e978..b65531c942 100644 --- a/c/src/lib/libbsp/m68k/gen68340/startup/bspclean.c +++ b/c/src/lib/libbsp/m68k/gen68340/startup/bspclean.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c index a0ea3be38e..fea0633091 100644 --- a/c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/gen68340/startup/bspstart.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c b/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c index eec2581cfc..f461b40c48 100644 --- a/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c +++ b/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68340/timer/timer.c b/c/src/lib/libbsp/m68k/gen68340/timer/timer.c index 57c6ef2251..b4298e150d 100644 --- a/c/src/lib/libbsp/m68k/gen68340/timer/timer.c +++ b/c/src/lib/libbsp/m68k/gen68340/timer/timer.c @@ -33,7 +33,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. */ #include -- cgit v1.2.3