summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 11:22:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 11:22:08 +0000
commit89f6394a03413d5ff01e663fe1cb98010f0d6583 (patch)
tree41c6f5fcb4f0020f5e2adb4024ce853244d1c3c3 /c
parent2007-03-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-89f6394a03413d5ff01e663fe1cb98010f0d6583.tar.bz2
2007-03-12 Joel Sherrill <joel@OARcorp.com>
* include/coverhd.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/av5282/ChangeLog8
-rw-r--r--c/src/lib/libbsp/m68k/av5282/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/av5282/start/start.S3
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash2
-rw-r--r--c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/ChangeLog8
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/start/start.S3
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/bspclean.c3
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c3
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash2
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram2
16 files changed, 30 insertions, 22 deletions
diff --git a/c/src/lib/libbsp/m68k/av5282/ChangeLog b/c/src/lib/libbsp/m68k/av5282/ChangeLog
index 2371c5c3a8..f95e261ad8 100644
--- a/c/src/lib/libbsp/m68k/av5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/av5282/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-12 Joel Sherrill <joel@OARcorp.com>
+
+ * include/coverhd.h, start/start.S, startup/bspclean.c,
+ startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
+ startup/linkcmdsram: Correct license URL and/or fix mistake in
+ copyright notice. Both of these mistakes appear to be from code
+ submitted after these changes were made previously.
+
2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1227/bsps
diff --git a/c/src/lib/libbsp/m68k/av5282/include/coverhd.h b/c/src/lib/libbsp/m68k/av5282/include/coverhd.h
index f838c5895c..a0aaa20535 100644
--- a/c/src/lib/libbsp/m68k/av5282/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/av5282/include/coverhd.h
@@ -16,11 +16,10 @@
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* 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/av5282/start/start.S b/c/src/lib/libbsp/m68k/av5282/start/start.S
index d4f95bf376..77553b8172 100644
--- a/c/src/lib/libbsp/m68k/av5282/start/start.S
+++ b/c/src/lib/libbsp/m68k/av5282/start/start.S
@@ -8,12 +8,11 @@
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* 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/av5282/startup/bspclean.c b/c/src/lib/libbsp/m68k/av5282/startup/bspclean.c
index b3a8536f4f..7bddc13392 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/av5282/startup/bspclean.c
@@ -9,12 +9,11 @@
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* 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/av5282/startup/bspstart.c b/c/src/lib/libbsp/m68k/av5282/startup/bspstart.c
index 9e38e141cb..2c0204f288 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/av5282/startup/bspstart.c
@@ -12,12 +12,11 @@
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* 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/av5282/startup/linkcmds b/c/src/lib/libbsp/m68k/av5282/startup/linkcmds
index b24e466226..c175a5b8b0 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/av5282/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/m68k/av5282/startup/linkcmdsflash b/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash
index ce9b9c274e..d67adf489b 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash
+++ b/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsflash
@@ -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/av5282/startup/linkcmdsram b/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram
index ffcf6c0869..ca8fd18dd0 100644
--- a/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram
+++ b/c/src/lib/libbsp/m68k/av5282/startup/linkcmdsram
@@ -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/mcf5235/ChangeLog b/c/src/lib/libbsp/m68k/mcf5235/ChangeLog
index 20f77c86db..07c5566dfb 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mcf5235/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-12 Joel Sherrill <joel@OARcorp.com>
+
+ * include/coverhd.h, start/start.S, startup/bspclean.c,
+ startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
+ startup/linkcmdsram: Correct license URL and/or fix mistake in
+ copyright notice. Both of these mistakes appear to be from code
+ submitted after these changes were made previously.
+
2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1227/bsps
diff --git a/c/src/lib/libbsp/m68k/mcf5235/include/coverhd.h b/c/src/lib/libbsp/m68k/mcf5235/include/coverhd.h
index f838c5895c..a0aaa20535 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mcf5235/include/coverhd.h
@@ -16,11 +16,10 @@
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* 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/mcf5235/start/start.S b/c/src/lib/libbsp/m68k/mcf5235/start/start.S
index e72be12cbb..69fc8f4dbf 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/start/start.S
+++ b/c/src/lib/libbsp/m68k/mcf5235/start/start.S
@@ -8,12 +8,11 @@
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* 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/mcf5235/startup/bspclean.c b/c/src/lib/libbsp/m68k/mcf5235/startup/bspclean.c
index b3a8536f4f..7bddc13392 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/bspclean.c
@@ -9,12 +9,11 @@
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* 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/mcf5235/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
index 22cfb951bb..5ba2cd9923 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
@@ -12,12 +12,11 @@
*
* COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* 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/mcf5235/startup/linkcmds b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds
index ddb980112c..2af949f5a3 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mcf5235/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/m68k/mcf5235/startup/linkcmdsflash b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash
index b4d6dbf4c4..623613051e 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsflash
@@ -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/mcf5235/startup/linkcmdsram b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram
index ddb980112c..2af949f5a3 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/linkcmdsram
@@ -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$
*/