From c09e83657f79b4044e52fed89a88743396ec9451 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 18:51:52 +0000 Subject: 2003-09-04 Joel Sherrill * console/console.c, console/consolereserveresources.c, include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for license changed. --- c/src/lib/libbsp/m68k/gen68360/ChangeLog | 6 ++++++ c/src/lib/libbsp/m68k/gen68360/console/console.c | 2 +- c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c | 2 +- c/src/lib/libbsp/m68k/gen68360/include/bsp.h | 2 +- c/src/lib/libbsp/m68k/gen68360/start/start.S | 2 +- c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c | 2 +- c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c | 2 +- c/src/lib/libbsp/m68k/gen68360/timer/timer.c | 2 +- 8 files changed, 13 insertions(+), 7 deletions(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/m68k/gen68360/ChangeLog b/c/src/lib/libbsp/m68k/gen68360/ChangeLog index 2985b3218c..8756eeacb9 100644 --- a/c/src/lib/libbsp/m68k/gen68360/ChangeLog +++ b/c/src/lib/libbsp/m68k/gen68360/ChangeLog @@ -1,3 +1,9 @@ +2003-09-04 Joel Sherrill + + * console/console.c, console/consolereserveresources.c, include/bsp.h, + start/start.S, startup/bspclean.c, startup/bspstart.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/gen68360/console/console.c b/c/src/lib/libbsp/m68k/gen68360/console/console.c index f4703086d2..47c1ec7c94 100644 --- a/c/src/lib/libbsp/m68k/gen68360/console/console.c +++ b/c/src/lib/libbsp/m68k/gen68360/console/console.c @@ -19,7 +19,7 @@ * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c b/c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c index 37ef74bc27..cd2c645d6f 100644 --- a/c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c +++ b/c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h index 8cbfc2b638..8186f332a9 100644 --- a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h +++ b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h @@ -20,7 +20,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. */ #ifndef __GEN68360_BSP_h diff --git a/c/src/lib/libbsp/m68k/gen68360/start/start.S b/c/src/lib/libbsp/m68k/gen68360/start/start.S index 50522e35e3..234be075e5 100644 --- a/c/src/lib/libbsp/m68k/gen68360/start/start.S +++ b/c/src/lib/libbsp/m68k/gen68360/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 `gen68302' board support package, and covered by the * original distribution terms. diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c b/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c index c939f3e978..b65531c942 100644 --- a/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c +++ b/c/src/lib/libbsp/m68k/gen68360/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/gen68360/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c index c3c447ea0b..c89ca9b259 100644 --- a/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/gen68360/timer/timer.c b/c/src/lib/libbsp/m68k/gen68360/timer/timer.c index fcbf8804c7..a62fe15a21 100644 --- a/c/src/lib/libbsp/m68k/gen68360/timer/timer.c +++ b/c/src/lib/libbsp/m68k/gen68360/timer/timer.c @@ -31,7 +31,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