summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/vegaplus
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:51:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:51:09 +0000
commitbaf6c815af24752972e15d10cc8d6bbdc3ad9a29 (patch)
tree9e3a55a3b82926ac371502162c56a2f5001ff9ae /c/src/lib/libbsp/arm/vegaplus
parent2003-09-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-baf6c815af24752972e15d10cc8d6bbdc3ad9a29.tar.bz2
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, include/registers.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S, startup/bspstart.c, startup/exit.c: URL for license changed.
Diffstat (limited to 'c/src/lib/libbsp/arm/vegaplus')
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/ChangeLog6
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/include/registers.h2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_asm.S2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_init.c2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/start/start.S2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/startup/exit.c2
10 files changed, 15 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/arm/vegaplus/ChangeLog b/c/src/lib/libbsp/arm/vegaplus/ChangeLog
index 9d1c7ae44b..3226880ab1 100644
--- a/c/src/lib/libbsp/arm/vegaplus/ChangeLog
+++ b/c/src/lib/libbsp/arm/vegaplus/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-04 Joel Sherrill <joel@OARcorp.com>
+
+ * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
+ irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
+ startup/bspstart.c, startup/exit.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/arm/vegaplus/include/bsp.h b/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
index 1fe1ecc277..061ef089cd 100644
--- a/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
+++ b/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
@@ -9,7 +9,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$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/arm/vegaplus/include/registers.h b/c/src/lib/libbsp/arm/vegaplus/include/registers.h
index 27051cb383..2c11582194 100644
--- a/c/src/lib/libbsp/arm/vegaplus/include/registers.h
+++ b/c/src/lib/libbsp/arm/vegaplus/include/registers.h
@@ -6,7 +6,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.
*
*/
diff --git a/c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_asm.S b/c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_asm.S
index 764cee3311..7d31234c53 100644
--- a/c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_asm.S
+++ b/c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_asm.S
@@ -8,7 +8,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.
*
*/
diff --git a/c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_init.c b/c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_init.c
index 08da02f9f5..4a220e1462 100644
--- a/c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_init.c
+++ b/c/src/lib/libbsp/arm/vegaplus/irq/bsp_irq_init.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/arm/vegaplus/irq/irq.c b/c/src/lib/libbsp/arm/vegaplus/irq/irq.c
index f6efc284ed..453ccf3d95 100644
--- a/c/src/lib/libbsp/arm/vegaplus/irq/irq.c
+++ b/c/src/lib/libbsp/arm/vegaplus/irq/irq.c
@@ -7,7 +7,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$
*/
diff --git a/c/src/lib/libbsp/arm/vegaplus/irq/irq.h b/c/src/lib/libbsp/arm/vegaplus/irq/irq.h
index 730f45cd71..116f528640 100644
--- a/c/src/lib/libbsp/arm/vegaplus/irq/irq.h
+++ b/c/src/lib/libbsp/arm/vegaplus/irq/irq.h
@@ -8,7 +8,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.
*
*/
diff --git a/c/src/lib/libbsp/arm/vegaplus/start/start.S b/c/src/lib/libbsp/arm/vegaplus/start/start.S
index a2969019c7..b47f960693 100644
--- a/c/src/lib/libbsp/arm/vegaplus/start/start.S
+++ b/c/src/lib/libbsp/arm/vegaplus/start/start.S
@@ -6,7 +6,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.
*
*/
diff --git a/c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c b/c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c
index 639afe0084..de9260cfc8 100644
--- a/c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c
@@ -9,7 +9,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.
|
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/arm/vegaplus/startup/exit.c b/c/src/lib/libbsp/arm/vegaplus/startup/exit.c
index 558099f16a..19f2cf2957 100644
--- a/c/src/lib/libbsp/arm/vegaplus/startup/exit.c
+++ b/c/src/lib/libbsp/arm/vegaplus/startup/exit.c
@@ -9,7 +9,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.
|
+--------------------------------------------------------------------------*/