summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
parentfstests/fsrename: Fix stack corruption (diff)
downloadrtems-c49985691f1cd3769ef4bfaa503f3c6eb7e4385a.tar.bz2
Change all references of rtems.com to rtems.org.
Diffstat (limited to '')
-rw-r--r--tools/cpu/generic/size_rtems.in2
-rw-r--r--tools/cpu/nios2/bridges.c2
-rw-r--r--tools/cpu/nios2/bridges.h2
-rw-r--r--tools/cpu/nios2/clocks.c2
-rw-r--r--tools/cpu/nios2/clocks.h2
-rw-r--r--tools/cpu/nios2/devices.c2
-rw-r--r--tools/cpu/nios2/devices.h2
-rw-r--r--tools/cpu/nios2/linkcmds.c2
-rw-r--r--tools/cpu/nios2/linkcmds.h2
-rw-r--r--tools/cpu/nios2/memory.c2
-rw-r--r--tools/cpu/nios2/memory.h2
-rw-r--r--tools/cpu/nios2/nios2gen.c4
-rw-r--r--tools/cpu/nios2/output.c2
-rw-r--r--tools/cpu/nios2/output.h2
-rw-r--r--tools/cpu/nios2/ptf.c2
-rw-r--r--tools/cpu/nios2/ptf.h2
16 files changed, 17 insertions, 17 deletions
diff --git a/tools/cpu/generic/size_rtems.in b/tools/cpu/generic/size_rtems.in
index ebe70967d9..d4cea35827 100644
--- a/tools/cpu/generic/size_rtems.in
+++ b/tools/cpu/generic/size_rtems.in
@@ -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.
target=@target@
program_prefix=@program_prefix@
diff --git a/tools/cpu/nios2/bridges.c b/tools/cpu/nios2/bridges.c
index 3f85bd1e89..feb90f9971 100644
--- a/tools/cpu/nios2/bridges.c
+++ b/tools/cpu/nios2/bridges.c
@@ -3,7 +3,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/tools/cpu/nios2/bridges.h b/tools/cpu/nios2/bridges.h
index a2a77e217d..7c2b85141b 100644
--- a/tools/cpu/nios2/bridges.h
+++ b/tools/cpu/nios2/bridges.h
@@ -3,7 +3,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 __NIOS2GEN_BRIDGES_H
diff --git a/tools/cpu/nios2/clocks.c b/tools/cpu/nios2/clocks.c
index 91aa7a978a..cb2befa04c 100644
--- a/tools/cpu/nios2/clocks.c
+++ b/tools/cpu/nios2/clocks.c
@@ -3,7 +3,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 "ptf.h"
diff --git a/tools/cpu/nios2/clocks.h b/tools/cpu/nios2/clocks.h
index 655af2f036..9129c79a28 100644
--- a/tools/cpu/nios2/clocks.h
+++ b/tools/cpu/nios2/clocks.h
@@ -3,7 +3,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 __NIOS2GEN_CLOCKS_H
diff --git a/tools/cpu/nios2/devices.c b/tools/cpu/nios2/devices.c
index a7965b3d27..7894294ebf 100644
--- a/tools/cpu/nios2/devices.c
+++ b/tools/cpu/nios2/devices.c
@@ -3,7 +3,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 <stdio.h>
diff --git a/tools/cpu/nios2/devices.h b/tools/cpu/nios2/devices.h
index 9355b253ad..f0e8208eb0 100644
--- a/tools/cpu/nios2/devices.h
+++ b/tools/cpu/nios2/devices.h
@@ -3,7 +3,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 __NIOS2GEN_DEVICES_H
diff --git a/tools/cpu/nios2/linkcmds.c b/tools/cpu/nios2/linkcmds.c
index 1bd14efe28..8ed0ddbff7 100644
--- a/tools/cpu/nios2/linkcmds.c
+++ b/tools/cpu/nios2/linkcmds.c
@@ -3,7 +3,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 <stdio.h>
diff --git a/tools/cpu/nios2/linkcmds.h b/tools/cpu/nios2/linkcmds.h
index 808e882069..9d34124ce3 100644
--- a/tools/cpu/nios2/linkcmds.h
+++ b/tools/cpu/nios2/linkcmds.h
@@ -3,7 +3,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 __LINKCMDS_H
diff --git a/tools/cpu/nios2/memory.c b/tools/cpu/nios2/memory.c
index 4032599ee3..cd88b8b7cf 100644
--- a/tools/cpu/nios2/memory.c
+++ b/tools/cpu/nios2/memory.c
@@ -3,7 +3,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 <stdio.h>
diff --git a/tools/cpu/nios2/memory.h b/tools/cpu/nios2/memory.h
index f1b1ce81b6..43c20787c8 100644
--- a/tools/cpu/nios2/memory.h
+++ b/tools/cpu/nios2/memory.h
@@ -3,7 +3,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 __MEMORY_H
diff --git a/tools/cpu/nios2/nios2gen.c b/tools/cpu/nios2/nios2gen.c
index 7a54f5421f..6ad5360d97 100644
--- a/tools/cpu/nios2/nios2gen.c
+++ b/tools/cpu/nios2/nios2gen.c
@@ -3,7 +3,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 <stdio.h>
@@ -79,7 +79,7 @@ fprintf(f,
"\n"
" The license and distribution terms for this file may be\n"
" found in the file LICENSE in this distribution or at\n"
- " http://www.rtems.com/license/LICENSE.\n"
+ " http://www.rtems.org/license/LICENSE.\n"
, VERSION
);
}
diff --git a/tools/cpu/nios2/output.c b/tools/cpu/nios2/output.c
index ca5e9dde56..088ebe807c 100644
--- a/tools/cpu/nios2/output.c
+++ b/tools/cpu/nios2/output.c
@@ -3,7 +3,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 <stdio.h>
diff --git a/tools/cpu/nios2/output.h b/tools/cpu/nios2/output.h
index bcc7987d12..80a9bb0c28 100644
--- a/tools/cpu/nios2/output.h
+++ b/tools/cpu/nios2/output.h
@@ -3,7 +3,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 __OUTPUT_H
diff --git a/tools/cpu/nios2/ptf.c b/tools/cpu/nios2/ptf.c
index cf8ff3e57d..882a119dc3 100644
--- a/tools/cpu/nios2/ptf.c
+++ b/tools/cpu/nios2/ptf.c
@@ -3,7 +3,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 <stdio.h>
diff --git a/tools/cpu/nios2/ptf.h b/tools/cpu/nios2/ptf.h
index 9589b658ad..b1c181b593 100644
--- a/tools/cpu/nios2/ptf.h
+++ b/tools/cpu/nios2/ptf.h
@@ -3,7 +3,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.
*/
#if !defined(__PTF_H)