From 6ff7e2c677fcf2868acb283b8171cf08b0fc4ae5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 18:51:20 +0000 Subject: 2003-09-04 Joel Sherrill * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S, startup/bspstart.c, startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.S: URL for license changed. --- c/src/lib/libbsp/i386/i386ex/ChangeLog | 7 +++++++ c/src/lib/libbsp/i386/i386ex/clock/ckinit.c | 2 +- c/src/lib/libbsp/i386/i386ex/console/console.c | 2 +- c/src/lib/libbsp/i386/i386ex/include/bsp.h | 2 +- c/src/lib/libbsp/i386/i386ex/include/coverhd.h | 2 +- c/src/lib/libbsp/i386/i386ex/start/80386ex.h | 2 +- c/src/lib/libbsp/i386/i386ex/start/80386ex.inc | 2 +- c/src/lib/libbsp/i386/i386ex/start/macros.inc | 2 +- c/src/lib/libbsp/i386/i386ex/start/start.S | 2 +- c/src/lib/libbsp/i386/i386ex/startup/bspstart.c | 2 +- c/src/lib/libbsp/i386/i386ex/startup/linkcmds | 2 +- c/src/lib/libbsp/i386/i386ex/startup/setvec.c | 2 +- c/src/lib/libbsp/i386/i386ex/timer/timer.c | 2 +- c/src/lib/libbsp/i386/i386ex/timer/timerisr.S | 2 +- 14 files changed, 20 insertions(+), 13 deletions(-) (limited to 'c/src/lib/libbsp/i386') diff --git a/c/src/lib/libbsp/i386/i386ex/ChangeLog b/c/src/lib/libbsp/i386/i386ex/ChangeLog index 13f0209611..b1f2b9eda6 100644 --- a/c/src/lib/libbsp/i386/i386ex/ChangeLog +++ b/c/src/lib/libbsp/i386/i386ex/ChangeLog @@ -1,3 +1,10 @@ +2003-09-04 Joel Sherrill + + * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, + start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S, + startup/bspstart.c, startup/linkcmds, startup/setvec.c, + timer/timer.c, timer/timerisr.S: URL for license changed. + 2003-08-18 Ralf Corsepius * Makefile.am: Reflect having moved aclocal/. diff --git a/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c b/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c index 478634451c..db3e3a8b59 100644 --- a/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c +++ b/c/src/lib/libbsp/i386/i386ex/clock/ckinit.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/i386/i386ex/console/console.c b/c/src/lib/libbsp/i386/i386ex/console/console.c index 6524cca196..651735cefa 100644 --- a/c/src/lib/libbsp/i386/i386ex/console/console.c +++ b/c/src/lib/libbsp/i386/i386ex/console/console.c @@ -26,7 +26,7 @@ | * | * The license and distribution terms for this file may be | * found in 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/i386/i386ex/include/bsp.h b/c/src/lib/libbsp/i386/i386ex/include/bsp.h index 7b27510127..457ac39080 100644 --- a/c/src/lib/libbsp/i386/i386ex/include/bsp.h +++ b/c/src/lib/libbsp/i386/i386ex/include/bsp.h @@ -6,7 +6,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/i386/i386ex/include/coverhd.h b/c/src/lib/libbsp/i386/i386ex/include/coverhd.h index 450201bb4e..f26bf40423 100644 --- a/c/src/lib/libbsp/i386/i386ex/include/coverhd.h +++ b/c/src/lib/libbsp/i386/i386ex/include/coverhd.h @@ -8,7 +8,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/i386/i386ex/start/80386ex.h b/c/src/lib/libbsp/i386/i386ex/start/80386ex.h index 24e4b9a8ee..8c2c5caeff 100644 --- a/c/src/lib/libbsp/i386/i386ex/start/80386ex.h +++ b/c/src/lib/libbsp/i386/i386ex/start/80386ex.h @@ -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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/i386/i386ex/start/80386ex.inc b/c/src/lib/libbsp/i386/i386ex/start/80386ex.inc index 798dda4215..bec46baddf 100644 --- a/c/src/lib/libbsp/i386/i386ex/start/80386ex.inc +++ b/c/src/lib/libbsp/i386/i386ex/start/80386ex.inc @@ -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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/i386/i386ex/start/macros.inc b/c/src/lib/libbsp/i386/i386ex/start/macros.inc index 53016ad62a..22b9572f55 100644 --- a/c/src/lib/libbsp/i386/i386ex/start/macros.inc +++ b/c/src/lib/libbsp/i386/i386ex/start/macros.inc @@ -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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/i386/i386ex/start/start.S b/c/src/lib/libbsp/i386/i386ex/start/start.S index c3a8564c9c..92d3f52895 100644 --- a/c/src/lib/libbsp/i386/i386ex/start/start.S +++ b/c/src/lib/libbsp/i386/i386ex/start/start.S @@ -24,7 +24,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/i386/i386ex/startup/bspstart.c b/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c index b7353161ad..63bc1aba3f 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/i386ex/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. * * Ported to the i386ex and submitted by: * diff --git a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds index 1e7c2a2b7b..b6c337c4e8 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds +++ b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds @@ -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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ * diff --git a/c/src/lib/libbsp/i386/i386ex/startup/setvec.c b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c index c4b0d71659..d7b05e411a 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/setvec.c +++ b/c/src/lib/libbsp/i386/i386ex/startup/setvec.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/i386/i386ex/timer/timer.c b/c/src/lib/libbsp/i386/i386ex/timer/timer.c index 8f3cb19ab3..1640c49770 100644 --- a/c/src/lib/libbsp/i386/i386ex/timer/timer.c +++ b/c/src/lib/libbsp/i386/i386ex/timer/timer.c @@ -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/i386/i386ex/timer/timerisr.S b/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S index 26b693c63b..aaa06132a1 100644 --- a/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S +++ b/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S @@ -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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ -- cgit v1.2.3