summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 11:21:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 11:21:23 +0000
commit0332481c116f9bba471bc40d230552d3dae86c84 (patch)
tree9868e5f742cdc156fdcc9e0b6d3cb87c740ea1dd /c
parent2007-03-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0332481c116f9bba471bc40d230552d3dae86c84.tar.bz2
2007-03-12 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c, vectors/vectors.h, vectors/vectors_init.c: 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/powerpc/gen5200/ChangeLog9
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/clock/clock.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c2
14 files changed, 22 insertions, 13 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
index 8dc63129d8..deed6430d3 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-12 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
+ irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
+ nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
+ vectors/vectors.h, vectors/vectors_init.c: 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/powerpc/gen5200/clock/clock.c b/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
index 6712e446ac..a02d76cfa3 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
@@ -74,7 +74,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. */
/* */
/* Modifications for PPC405GP by Dennis Ehlin */
/*---------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/console/console.c b/c/src/lib/libbsp/powerpc/gen5200/console/console.c
index 25560b0c1a..a2f66267c2 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/console/console.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/console/console.c
@@ -71,7 +71,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. */
/* */
/*---------------------------------------------------------------------*/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c b/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c
index 19238119ad..c96903d5e5 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c
@@ -51,7 +51,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. */
/* */
/*---------------------------------------------------------------------*/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
index b34cdc4797..26f201286c 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
@@ -49,7 +49,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/powerpc/gen5200/irq/irq.h b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
index 0b076ff05c..eb80c99b8a 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
@@ -60,7 +60,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/powerpc/gen5200/irq/irq_asm.S b/c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S
index 0a401b9c97..61b032fdf3 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S
@@ -46,7 +46,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. */
/* */
/* Modified to support the MCP750. */
/* Modifications Copyright (C) 1999 Eric Valette.valette@crf.canon.fr*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c b/c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c
index a5cba43285..4c4ad1f6fa 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c
@@ -45,7 +45,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/powerpc/gen5200/nvram/nvram.c b/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c
index 637736efc3..24b74ecf4c 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c
@@ -53,7 +53,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. */
/* */
/*---------------------------------------------------------------------*/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h b/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h
index f8049a4864..a3b07d58b4 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h
@@ -53,7 +53,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. */
/* */
/*---------------------------------------------------------------------*/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
index 3b659f5849..17a28c3d6b 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
@@ -72,7 +72,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. */
/* */
/* Modifications for PPC405GP by Dennis Ehlin */
/*---------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c b/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
index c04fc187ce..6a5fc554ca 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
@@ -70,7 +70,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/powerpc/gen5200/vectors/vectors.h b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.h
index 83da6fd0e7..857ea88cac 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.h
@@ -15,7 +15,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.
*
* vectors.h,v 1.2 2002/05/14 17:10:17 joel Exp
*/
diff --git a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c
index 181b15e0e7..3d409f1b9d 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c
@@ -47,7 +47,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. */
/* */
/*---------------------------------------------------------------------*/
/* */