summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:51:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:51:56 +0000
commitacaae90c67cd5aee5ea37af511c7abc0ee7ce37b (patch)
tree234a0cc6eaf8f7a85f0be0e459e4bb991e4d943d /c/src/lib/libbsp/m68k
parent2003-09-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-acaae90c67cd5aee5ea37af511c7abc0ee7ce37b.tar.bz2
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h, include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h, nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/gdbinit, startup/init5206e.c, startup/linkcmds, startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest: URL for license changed.
Diffstat (limited to 'c/src/lib/libbsp/m68k')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog9
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/README2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/start/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest2
21 files changed, 29 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog b/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog
index ac9b7a5a8e..231cdbdb16 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog
@@ -1,3 +1,12 @@
+2003-09-04 Joel Sherrill <joel@OARcorp.com>
+
+ * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
+ include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
+ nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
+ startup/gdbinit, startup/init5206e.c, startup/linkcmds,
+ startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
+ URL for license changed.
+
2003-08-20 Joel Sherrill <joel@OARcorp.com>
* console/console.c, start/start.S, startup/bspclean.c,
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/README b/c/src/lib/libbsp/m68k/mcf5206elite/README
index 8279c927ab..063bc2f191 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/README
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/README
@@ -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/mcf5206elite/console/console.c b/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
index 9638399f92..94072fae92 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/console/console.c
@@ -10,7 +10,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/mcf5206elite/i2c/i2c.c b/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c
index 0dc2b673f6..35307735c7 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.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/mcf5206elite/i2c/i2cdrv.c b/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c
index 64a4dc0c25..b1e049f3c5 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2cdrv.c
@@ -10,7 +10,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/mcf5206elite/include/bsp.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h
index f7491374fd..4bb72553ae 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.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/m68k/mcf5206elite/include/ds1307.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.h
index beab22c6b8..b360b7d43c 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/ds1307.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/m68k/mcf5206elite/include/i2c.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.h
index 0c21342f51..a20ac6d943 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/i2c.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/mcf5206elite/include/i2cdrv.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.h
index 9d8013b404..12ce30a0cd 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/i2cdrv.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/mcf5206elite/include/nvram.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h
index e68cfa414d..c5c593223c 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/nvram.h
@@ -10,7 +10,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/mcf5206elite/nvram/nvram.c b/c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.c
index f25052545d..ce31c1109c 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/nvram/nvram.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/mcf5206elite/start/start.S b/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
index 11dfa0a89a..4e38317803 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
@@ -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.
*
* $Id$
*/
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/startup/bspclean.c b/c/src/lib/libbsp/m68k/mcf5206elite/startup/bspclean.c
index b54b0d50b8..23e2c26c25 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/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/mcf5206elite/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf5206elite/startup/bspstart.c
index 068a1a106d..1452741089 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/bspstart.c
@@ -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.
*
* $Id$
*/
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit b/c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit
index 63f21d2381..2d6b141de8 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit
@@ -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/m68k/mcf5206elite/startup/init5206e.c b/c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c
index 556998b42d..969bd85422 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/init5206e.c
@@ -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/m68k/mcf5206elite/startup/linkcmds b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
index 0b4684dde5..df1368bf78 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
@@ -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/m68k/mcf5206elite/startup/linkcmds.flash b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash
index cce12a9999..91b5857794 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds.flash
@@ -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/m68k/mcf5206elite/tod/ds1307.c b/c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c
index 8018936210..d22df56388 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/tod/ds1307.c
@@ -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/m68k/mcf5206elite/tod/todcfg.c b/c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c
index ec063877f0..117f95488f 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/tod/todcfg.c
@@ -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/m68k/mcf5206elite/tools/runtest b/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest
index b41dc4c610..7e024acd53 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest
@@ -17,7 +17,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$
#