summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/8xx_immap.h2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/tqm.h2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.h2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/start/start.S2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.c2
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/mmutlbtab.c4
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c4
18 files changed, 21 insertions, 21 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c b/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
index 8e871c22db..c3154fd967 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
@@ -6,7 +6,7 @@
*
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
+ * http://www.rtems.org/license/LICENSE.
*
* Modified to support the MPC750.
* Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c b/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
index b28987899e..44018a4514 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
@@ -15,7 +15,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 console driver |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/8xx_immap.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/8xx_immap.h
index de4be69690..c1c414e25f 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/8xx_immap.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/8xx_immap.h
@@ -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 definitions to interact with TQC's |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
index 23062739c9..d7297a1b4b 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
@@ -15,7 +15,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 console driver |
@@ -32,7 +32,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.
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h
index 234f99b6a4..9bd1c357c8 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/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.
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/irq.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/irq.h
index 645535700b..d9e679f901 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/irq.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/irq.h
@@ -15,7 +15,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 console driver |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/tqm.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/tqm.h
index bb0daf5396..11f6001304 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/tqm.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/tqm.h
@@ -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 definitions to interact with TQC's |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c b/c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c
index b3f7160b50..18615c04c3 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/irq/irq.c
@@ -15,7 +15,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 console driver |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c b/c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c
index 20b490ffda..f066a0e74b 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c
@@ -15,7 +15,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 console driver |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c b/c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c
index 3db350c43a..5909b022ea 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c
@@ -15,7 +15,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 console driver |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c b/c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c
index 4c5d2ffe86..b1fce1f542 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.c
@@ -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 contains the MPC8xx SPI driver |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.h b/c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.h
index 7d4f63a296..e2af971c8d 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/spi/spi.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 contains the MPC8xx SPI driver declarations |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/start/start.S b/c/src/lib/libbsp/powerpc/tqm8xx/start/start.S
index 6a9cf3edbb..84754b69d9 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/start/start.S
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/start/start.S
@@ -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 contains the startup assembly code |
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c
index d9521896f5..93d3539bb5 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.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.rtems.com/license/LICENSE.
+ * http://www.rtems.org/license/LICENSE.
*/
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
index af014c6d24..3951b31f0a 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
@@ -16,7 +16,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 <stdlib.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.c
index acdc629f7a..5d34e07cfb 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/cpuinit.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.rtems.com/license/LICENSE.
+ * http://www.rtems.org/license/LICENSE.
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/mmutlbtab.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/mmutlbtab.c
index dcfc0c3495..8b1ad90036 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/mmutlbtab.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/mmutlbtab.c
@@ -15,7 +15,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 console driver |
@@ -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>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c b/c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c
index 6b3a7cf1c0..10d8568881 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/timer/timer.c
@@ -15,7 +15,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 console driver |
@@ -43,7 +43,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 <rtems.h>