From e61df106926cd0be2b9dcfa727ef6c3885928e46 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 18:51:28 +0000 Subject: 2003-09-04 Joel Sherrill * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h, include/coverhd.h, network/ne2000.c, 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, tools/debug_ada/init.c, tools/debug_c/init.c, tools/debug_c/serial_gdb.c, tools/debug_c/system.h, tools/network_ada/listener/init.c, tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for license changed. --- c/src/lib/libbsp/i386/ts_386ex/ChangeLog | 12 ++++++++++++ c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/console/console.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/include/bsp.h | 2 +- c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h | 2 +- c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/start/80386ex.h | 2 +- c/src/lib/libbsp/i386/ts_386ex/start/80386ex.inc | 2 +- c/src/lib/libbsp/i386/ts_386ex/start/macros.inc | 2 +- c/src/lib/libbsp/i386/ts_386ex/start/start.S | 2 +- c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/startup/linkcmds | 2 +- c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/timer/timer.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S | 2 +- c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h | 2 +- .../libbsp/i386/ts_386ex/tools/network_ada/listener/init.c | 2 +- .../libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c | 2 +- c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c | 2 +- 23 files changed, 34 insertions(+), 22 deletions(-) (limited to 'c/src/lib/libbsp/i386') diff --git a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog index 6651efbf4f..4ef4856cbe 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog +++ b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @@ -1,3 +1,15 @@ +2003-09-04 Joel Sherrill + + * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h, + include/coverhd.h, network/ne2000.c, 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, tools/debug_ada/init.c, + tools/debug_c/init.c, tools/debug_c/serial_gdb.c, + tools/debug_c/system.h, tools/network_ada/listener/init.c, + tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for + license changed. + 2003-08-18 Ralf Corsepius * Makefile.am: Reflect having moved aclocal/. diff --git a/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c b/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c index 146ff9f004..9b938ba1b3 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/clock/rtc.c b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c index b42a30b654..fbeac20a33 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c +++ b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c @@ -25,7 +25,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/ts_386ex/console/console.c b/c/src/lib/libbsp/i386/ts_386ex/console/console.c index 7031a81c59..6dedba06de 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/console/console.c +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/include/bsp.h b/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h index 78c2eecde0..0c21c4c145 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/include/coverhd.h b/c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h index 450201bb4e..f26bf40423 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/network/ne2000.c b/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c index e4757f8851..a6a51d900f 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c +++ b/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c @@ -4,7 +4,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/ts_386ex/start/80386ex.h b/c/src/lib/libbsp/i386/ts_386ex/start/80386ex.h index 24e4b9a8ee..8c2c5caeff 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/start/80386ex.h +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/start/80386ex.inc b/c/src/lib/libbsp/i386/ts_386ex/start/80386ex.inc index 798dda4215..bec46baddf 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/start/80386ex.inc +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/start/macros.inc b/c/src/lib/libbsp/i386/ts_386ex/start/macros.inc index b3814479a2..1e31820a4c 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/start/macros.inc +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/start/start.S b/c/src/lib/libbsp/i386/ts_386ex/start/start.S index 3f167fe9e3..7ad0a1e018 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/start/start.S +++ b/c/src/lib/libbsp/i386/ts_386ex/start/start.S @@ -23,7 +23,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/ts_386ex/startup/bspstart.c b/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c index c7c32963ca..7184ae267e 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/startup/linkcmds b/c/src/lib/libbsp/i386/ts_386ex/startup/linkcmds index c9ef4a5bd8..567999d237 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/startup/linkcmds +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/startup/setvec.c b/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c index c4b0d71659..d7b05e411a 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/timer/timer.c b/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c index 134fc4a7fc..1a3c083847 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c +++ b/c/src/lib/libbsp/i386/ts_386ex/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/ts_386ex/timer/timerisr.S b/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S index 4d857b80e4..c5ad0fb7f8 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S +++ b/c/src/lib/libbsp/i386/ts_386ex/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$ */ diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c index 423fbc21df..86e9f7b8b2 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c index e4cd80677f..7ad0c8f456 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c @@ -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/ts_386ex/tools/debug_c/serial_gdb.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c index f69e413bf8..0f5099a3e8 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h index 1ececa4f0d..f52335e0fb 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.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/ts_386ex/tools/network_ada/listener/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/init.c index 32aa40cf88..0be5d8ac81 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/init.c +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c index 528e39660f..3fc3f4ff12 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c index aec4d89462..b82ecf7868 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/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.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ -- cgit v1.2.3