summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or32
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:52:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:52:18 +0000
commitdcf0c5b858d7e40ca2b5621a62b35db256d0c6c7 (patch)
tree38e294e76a701f6d574670fe046eaf09dea8c038 /c/src/lib/libbsp/or32
parent2003-09-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-dcf0c5b858d7e40ca2b5621a62b35db256d0c6c7.tar.bz2
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* clock/clockdrv.c, console/console.c, console/console.h, include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c: URL for license changed.
Diffstat (limited to 'c/src/lib/libbsp/or32')
-rw-r--r--c/src/lib/libbsp/or32/orp/ChangeLog7
-rw-r--r--c/src/lib/libbsp/or32/orp/clock/clockdrv.c2
-rw-r--r--c/src/lib/libbsp/or32/orp/console/console.c2
-rw-r--r--c/src/lib/libbsp/or32/orp/console/console.h2
-rw-r--r--c/src/lib/libbsp/or32/orp/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/or32/orp/start/start.S2
-rw-r--r--c/src/lib/libbsp/or32/orp/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/or32/orp/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/or32/orp/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/or32/orp/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/or32/orp/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/or32/orp/timer/timerisr.c2
12 files changed, 18 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/or32/orp/ChangeLog b/c/src/lib/libbsp/or32/orp/ChangeLog
index 1ed77618e4..7a27c4b7f9 100644
--- a/c/src/lib/libbsp/or32/orp/ChangeLog
+++ b/c/src/lib/libbsp/or32/orp/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-04 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/clockdrv.c, console/console.c, console/console.h,
+ include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c,
+ startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.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/or32/orp/clock/clockdrv.c b/c/src/lib/libbsp/or32/orp/clock/clockdrv.c
index 60aa481e1a..f9642211c9 100644
--- a/c/src/lib/libbsp/or32/orp/clock/clockdrv.c
+++ b/c/src/lib/libbsp/or32/orp/clock/clockdrv.c
@@ -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/or32/orp/console/console.c b/c/src/lib/libbsp/or32/orp/console/console.c
index a5081c1b50..d347c049c3 100644
--- a/c/src/lib/libbsp/or32/orp/console/console.c
+++ b/c/src/lib/libbsp/or32/orp/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.
*
* This file adapted from no_bsp board library of the RTEMS distribution.
* The body has been modified for the Bender Or1k implementation by
diff --git a/c/src/lib/libbsp/or32/orp/console/console.h b/c/src/lib/libbsp/or32/orp/console/console.h
index 91ebfa2d69..6225298cf4 100644
--- a/c/src/lib/libbsp/or32/orp/console/console.h
+++ b/c/src/lib/libbsp/or32/orp/console/console.h
@@ -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.
*/
#ifndef _CONSOLE_H
diff --git a/c/src/lib/libbsp/or32/orp/include/bsp.h b/c/src/lib/libbsp/or32/orp/include/bsp.h
index 2766d75d3c..8f27ff387e 100644
--- a/c/src/lib/libbsp/or32/orp/include/bsp.h
+++ b/c/src/lib/libbsp/or32/orp/include/bsp.h
@@ -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/or32/orp/start/start.S b/c/src/lib/libbsp/or32/orp/start/start.S
index 41ed3d4283..c237872d3c 100644
--- a/c/src/lib/libbsp/or32/orp/start/start.S
+++ b/c/src/lib/libbsp/or32/orp/start/start.S
@@ -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.
*/
#include "asm.h"
diff --git a/c/src/lib/libbsp/or32/orp/startup/bspclean.c b/c/src/lib/libbsp/or32/orp/startup/bspclean.c
index edb1b09a0a..5a6bbb6744 100644
--- a/c/src/lib/libbsp/or32/orp/startup/bspclean.c
+++ b/c/src/lib/libbsp/or32/orp/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/or32/orp/startup/bspstart.c b/c/src/lib/libbsp/or32/orp/startup/bspstart.c
index 9aaf31725c..cc55ea86c1 100644
--- a/c/src/lib/libbsp/or32/orp/startup/bspstart.c
+++ b/c/src/lib/libbsp/or32/orp/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.
*
* This file adapted from no_bsp board library of the RTEMS distribution.
* The body has been modified for the Bender Or1k implementation by
diff --git a/c/src/lib/libbsp/or32/orp/startup/linkcmds b/c/src/lib/libbsp/or32/orp/startup/linkcmds
index dbba64f701..7c73a1dc9d 100644
--- a/c/src/lib/libbsp/or32/orp/startup/linkcmds
+++ b/c/src/lib/libbsp/or32/orp/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/or32/orp/startup/setvec.c b/c/src/lib/libbsp/or32/orp/startup/setvec.c
index e12049be19..f7d886d0b3 100644
--- a/c/src/lib/libbsp/or32/orp/startup/setvec.c
+++ b/c/src/lib/libbsp/or32/orp/startup/setvec.c
@@ -17,7 +17,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/or32/orp/timer/timer.c b/c/src/lib/libbsp/or32/orp/timer/timer.c
index 436e44a918..4ab13f4db8 100644
--- a/c/src/lib/libbsp/or32/orp/timer/timer.c
+++ b/c/src/lib/libbsp/or32/orp/timer/timer.c
@@ -13,7 +13,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/or32/orp/timer/timerisr.c b/c/src/lib/libbsp/or32/orp/timer/timerisr.c
index f492761a05..2e1e4fdb05 100644
--- a/c/src/lib/libbsp/or32/orp/timer/timerisr.c
+++ b/c/src/lib/libbsp/or32/orp/timer/timerisr.c
@@ -18,7 +18,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$
*/