summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/src')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/src/memcpy.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/src/ppc-exc-handler-table.c2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/src/tictac.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S b/c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S
index 97c4a342a3..b3549c6358 100644
--- a/c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S
+++ b/c/src/lib/libbsp/powerpc/shared/src/bsp-start-zero.S
@@ -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 <rtems/asm.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/src/memcpy.c b/c/src/lib/libbsp/powerpc/shared/src/memcpy.c
index 9df0ffecea..6265f64d03 100644
--- a/c/src/lib/libbsp/powerpc/shared/src/memcpy.c
+++ b/c/src/lib/libbsp/powerpc/shared/src/memcpy.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 <bspopts.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/src/ppc-exc-handler-table.c b/c/src/lib/libbsp/powerpc/shared/src/ppc-exc-handler-table.c
index c57f094178..e9f42bfe2c 100644
--- a/c/src/lib/libbsp/powerpc/shared/src/ppc-exc-handler-table.c
+++ b/c/src/lib/libbsp/powerpc/shared/src/ppc-exc-handler-table.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/vectors.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/src/tictac.c b/c/src/lib/libbsp/powerpc/shared/src/tictac.c
index e44c40f99f..e6d0e779c2 100644
--- a/c/src/lib/libbsp/powerpc/shared/src/tictac.c
+++ b/c/src/lib/libbsp/powerpc/shared/src/tictac.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 <stdint.h>