summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/virtex4
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-03-21 08:10:47 +1100
committerChris Johns <chrisj@rtems.org>2014-03-21 08:10:47 +1100
commitc49985691f1cd3769ef4bfaa503f3c6eb7e4385a (patch)
tree9bea93007f11db1bcc1c9d90ef42bc19a0cf9d49 /c/src/lib/libbsp/powerpc/virtex4
parentfstests/fsrename: Fix stack corruption (diff)
downloadrtems-c49985691f1cd3769ef4bfaa503f3c6eb7e4385a.tar.bz2
Change all references of rtems.com to rtems.org.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/virtex4')
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/include/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/startup/bspclean.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
index 7078ba8313..fda60fd487 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
@@ -34,7 +34,7 @@
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
+ * http://www.rtems.org/license/LICENSE.
*
*/
diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
index 7b0cf42f57..ce5a92c120 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
@@ -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.rtems.com/license/LICENSE.
+ * http://www.rtems.org/license/LICENSE.
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/irq.h b/c/src/lib/libbsp/powerpc/virtex4/include/irq.h
index d5c2c5cd5c..45ef69adbf 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/include/irq.h
+++ b/c/src/lib/libbsp/powerpc/virtex4/include/irq.h
@@ -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.rtems.com/license/LICENSE. |
+| http://www.rtems.org/license/LICENSE. |
| |
+-----------------------------------------------------------------+
| this file declares constants of the interrupt controller |
diff --git a/c/src/lib/libbsp/powerpc/virtex4/irq/irq_init.c b/c/src/lib/libbsp/powerpc/virtex4/irq/irq_init.c
index ce20ba9692..97f8c5879f 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/virtex4/irq/irq_init.c
@@ -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.rtems.com/license/LICENSE. |
+| http://www.rtems.org/license/LICENSE. |
| |
+-----------------------------------------------------------------+
| this file contains the irq controller handler |
diff --git a/c/src/lib/libbsp/powerpc/virtex4/startup/bspclean.c b/c/src/lib/libbsp/powerpc/virtex4/startup/bspclean.c
index 5c7fe3d624..5486c6676d 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/virtex4/startup/bspclean.c
@@ -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.rtems.com/license/LICENSE.
+ * http://www.rtems.org/license/LICENSE.
*/
#include <bsp.h>