summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 11:21:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 11:21:43 +0000
commit8093e05e69273cf38f34c6e8fa528d7c21fa7427 (patch)
tree1decfe7f1f3eca4fc65e32e9a45e3a66047f9c3b /c
parent2007-03-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8093e05e69273cf38f34c6e8fa528d7c21fa7427.tar.bz2
2007-03-12 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, startup/exception.S: 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/mips/hurricane/ChangeLog6
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/exception.S2
3 files changed, 8 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/mips/hurricane/ChangeLog b/c/src/lib/libbsp/mips/hurricane/ChangeLog
index d86c960adf..532144a2e9 100644
--- a/c/src/lib/libbsp/mips/hurricane/ChangeLog
+++ b/c/src/lib/libbsp/mips/hurricane/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-12 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/ckinit.c, startup/exception.S: 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/mips/hurricane/clock/ckinit.c b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
index 4a906756b6..55fbeaa615 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
+++ b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
@@ -25,7 +25,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/mips/hurricane/startup/exception.S b/c/src/lib/libbsp/mips/hurricane/startup/exception.S
index 793ad77772..2a3f4b187e 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/exception.S
+++ b/c/src/lib/libbsp/mips/hurricane/startup/exception.S
@@ -28,7 +28,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$
*/