summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:51:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:51:23 +0000
commitaf2abc9e0be9bf2552163f89813ba1d7f837b387 (patch)
treed6dfe8ae0ef44729701edceed0a960fe07ceef67 /c/src/lib/libbsp/i386
parent2003-09-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-af2abc9e0be9bf2552163f89813ba1d7f837b387.tar.bz2
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c, console/outch.c, ide/ide.c, include/bsp.h, include/crt.h, ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c, startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license changed.
Diffstat (limited to 'c/src/lib/libbsp/i386')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog8
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/rtc.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/console.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/inch.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/outch.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/ide/ide.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/crt.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start.S2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/exit.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/ldsegs.S2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timerisr.S2
17 files changed, 24 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index c142c64e3e..e4d889b769 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,11 @@
+2003-09-04 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
+ console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
+ ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
+ startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
+ URL for license changed.
+
2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 461/bsps
diff --git a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
index 09563c7785..cba18a77f6 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
@@ -24,7 +24,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/pc386/clock/rtc.c b/c/src/lib/libbsp/i386/pc386/clock/rtc.c
index b42a30b654..fbeac20a33 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/rtc.c
+++ b/c/src/lib/libbsp/i386/pc386/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/pc386/console/console.c b/c/src/lib/libbsp/i386/pc386/console/console.c
index c24742f3b8..f8a5b8b5f9 100644
--- a/c/src/lib/libbsp/i386/pc386/console/console.c
+++ b/c/src/lib/libbsp/i386/pc386/console/console.c
@@ -24,7 +24,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/pc386/console/inch.c b/c/src/lib/libbsp/i386/pc386/console/inch.c
index cd43b6c607..5945da9a3b 100644
--- a/c/src/lib/libbsp/i386/pc386/console/inch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/inch.c
@@ -23,7 +23,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/pc386/console/outch.c b/c/src/lib/libbsp/i386/pc386/console/outch.c
index bdb44a1d8d..6c28feddd1 100644
--- a/c/src/lib/libbsp/i386/pc386/console/outch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/outch.c
@@ -8,7 +8,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/pc386/ide/ide.c b/c/src/lib/libbsp/i386/pc386/ide/ide.c
index 0dd13feec3..f58eb81fce 100644
--- a/c/src/lib/libbsp/i386/pc386/ide/ide.c
+++ b/c/src/lib/libbsp/i386/pc386/ide/ide.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. |
| |
+-----------------------------------------------------------------+
| date history ID |
diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h
index e8a1d94a39..0ae6c3b5e4 100644
--- a/c/src/lib/libbsp/i386/pc386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h
@@ -32,7 +32,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/pc386/include/crt.h b/c/src/lib/libbsp/i386/pc386/include/crt.h
index b0cf87fc06..526fcbe62a 100644
--- a/c/src/lib/libbsp/i386/pc386/include/crt.h
+++ b/c/src/lib/libbsp/i386/pc386/include/crt.h
@@ -8,7 +8,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/pc386/ne2000/ne2000.c b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
index 528a454071..aa4be1542a 100644
--- a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
+++ b/c/src/lib/libbsp/i386/pc386/ne2000/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/pc386/start/start.S b/c/src/lib/libbsp/i386/pc386/start/start.S
index 09aa589807..35369571bf 100644
--- a/c/src/lib/libbsp/i386/pc386/start/start.S
+++ b/c/src/lib/libbsp/i386/pc386/start/start.S
@@ -29,7 +29,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/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
index e4f051dc07..50d70e9295 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
@@ -24,7 +24,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/pc386/startup/exit.c b/c/src/lib/libbsp/i386/pc386/startup/exit.c
index e5a6298075..d87a0c84a7 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/exit.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/exit.c
@@ -24,7 +24,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/pc386/startup/ldsegs.S b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
index 81857df07a..e346d0975e 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
+++ b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
@@ -29,7 +29,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/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
index 9d4550ed77..9362563338 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
@@ -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/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c
index 8d5a36055e..0e0f1d9003 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c
@@ -32,7 +32,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/pc386/timer/timerisr.S b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
index 8b0da7eb9f..8db1d122e5 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
+++ b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
@@ -24,7 +24,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$