summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k')
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/ChangeLog8
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/include/16550.h2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/include/DP8570A.h2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/efi68k_wd.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/timer/timer.c2
13 files changed, 20 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/m68k/efi68k/ChangeLog b/c/src/lib/libbsp/m68k/efi68k/ChangeLog
index 31ee6b3b0d..018344828f 100644
--- a/c/src/lib/libbsp/m68k/efi68k/ChangeLog
+++ b/c/src/lib/libbsp/m68k/efi68k/ChangeLog
@@ -1,3 +1,11 @@
+2003-09-04 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/ckinit.c, console/console.c, include/16550.h,
+ include/DP8570A.h, include/bsp.h, spurious/spinit.c,
+ startup/bspclean.c, startup/bspstart.c, startup/efi68k_tcp.c,
+ startup/efi68k_wd.c, startup/setvec.c, timer/timer.c: URL for license
+ changed.
+
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.
diff --git a/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c b/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
index 28a4976376..61cc84e3ab 100644
--- a/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.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/efi68k/console/console.c b/c/src/lib/libbsp/m68k/efi68k/console/console.c
index 2b4523ce3d..f1d5df13e2 100644
--- a/c/src/lib/libbsp/m68k/efi68k/console/console.c
+++ b/c/src/lib/libbsp/m68k/efi68k/console/console.c
@@ -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/m68k/efi68k/include/16550.h b/c/src/lib/libbsp/m68k/efi68k/include/16550.h
index 5239ff11b4..aeceae205f 100644
--- a/c/src/lib/libbsp/m68k/efi68k/include/16550.h
+++ b/c/src/lib/libbsp/m68k/efi68k/include/16550.h
@@ -8,7 +8,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.
*
*------------------------------------------------------------------
*
diff --git a/c/src/lib/libbsp/m68k/efi68k/include/DP8570A.h b/c/src/lib/libbsp/m68k/efi68k/include/DP8570A.h
index 5cf9b47314..1e8c188a16 100644
--- a/c/src/lib/libbsp/m68k/efi68k/include/DP8570A.h
+++ b/c/src/lib/libbsp/m68k/efi68k/include/DP8570A.h
@@ -8,7 +8,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.
*
*------------------------------------------------------------------
*
diff --git a/c/src/lib/libbsp/m68k/efi68k/include/bsp.h b/c/src/lib/libbsp/m68k/efi68k/include/bsp.h
index fdf84aad25..b010c94ac3 100644
--- a/c/src/lib/libbsp/m68k/efi68k/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/efi68k/include/bsp.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/m68k/efi68k/spurious/spinit.c b/c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c
index d3d622d399..b8d965804e 100644
--- a/c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c
+++ b/c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c
@@ -11,7 +11,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/efi68k/startup/bspclean.c b/c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c
index c8d5656d3a..80caa3afe8 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/efi68k/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/efi68k/startup/bspstart.c b/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
index 8cd320cf83..74b787c693 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/efi68k/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/efi68k/startup/efi68k_tcp.c b/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c
index 5eeef21ac6..0f211e62eb 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c
+++ b/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c
@@ -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.
*
*------------------------------------------------------------------
*
diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_wd.c b/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_wd.c
index 2e94971199..0ba0ec1499 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_wd.c
+++ b/c/src/lib/libbsp/m68k/efi68k/startup/efi68k_wd.c
@@ -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.
*
*------------------------------------------------------------------
*
diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c b/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
index fc58de73de..e9c2c51b5d 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
+++ b/c/src/lib/libbsp/m68k/efi68k/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/m68k/efi68k/timer/timer.c b/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
index 47b4817da4..cbb57c0487 100644
--- a/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/efi68k/timer/timer.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$
*/