summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-12 21:05:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-12 21:05:26 +0000
commit2b4c86efbf737942dea4eadef98b8ec54788852f (patch)
tree3d3c2aa7e1ade469fc2e48a719b585081751914c /c/src/lib/libbsp/sh
parent2001-10-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2b4c86efbf737942dea4eadef98b8ec54788852f.tar.bz2
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, start/start.S, start/start.ram, start/start.rom, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
Diffstat (limited to 'c/src/lib/libbsp/sh')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/ChangeLog6
-rw-r--r--c/src/lib/libbsp/sh/gensh2/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/start/start.S1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/start/start.ram1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/start/start.rom1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/bspclean.c1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/linkcmds1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom1
10 files changed, 6 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/ChangeLog b/c/src/lib/libbsp/sh/gensh2/ChangeLog
index 2f01d95c91..56f55683c9 100644
--- a/c/src/lib/libbsp/sh/gensh2/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh2/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-12 Joel Sherrill <joel@OARcorp.com>
+
+ * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
+ startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
+ startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
diff --git a/c/src/lib/libbsp/sh/gensh2/include/bsp.h b/c/src/lib/libbsp/sh/gensh2/include/bsp.h
index a18197a40f..74ddb699d4 100644
--- a/c/src/lib/libbsp/sh/gensh2/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh2/include/bsp.h
@@ -14,7 +14,6 @@
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.S b/c/src/lib/libbsp/sh/gensh2/start/start.S
index 835bdd516f..8b0fe90851 100644
--- a/c/src/lib/libbsp/sh/gensh2/start/start.S
+++ b/c/src/lib/libbsp/sh/gensh2/start/start.S
@@ -22,7 +22,6 @@
*
* COPYRIGHT (c) 1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.ram b/c/src/lib/libbsp/sh/gensh2/start/start.ram
index 1bbcc9daf2..439800c061 100644
--- a/c/src/lib/libbsp/sh/gensh2/start/start.ram
+++ b/c/src/lib/libbsp/sh/gensh2/start/start.ram
@@ -11,7 +11,6 @@
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.rom b/c/src/lib/libbsp/sh/gensh2/start/start.rom
index 9deeb53fed..32b43423a2 100644
--- a/c/src/lib/libbsp/sh/gensh2/start/start.rom
+++ b/c/src/lib/libbsp/sh/gensh2/start/start.rom
@@ -11,7 +11,6 @@
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/bspclean.c b/c/src/lib/libbsp/sh/gensh2/startup/bspclean.c
index fed966fdb4..3e2542aadd 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/bspclean.c
+++ b/c/src/lib/libbsp/sh/gensh2/startup/bspclean.c
@@ -23,7 +23,6 @@
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/bspstart.c b/c/src/lib/libbsp/sh/gensh2/startup/bspstart.c
index b11a9f9cf4..00dc113125 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/bspstart.c
+++ b/c/src/lib/libbsp/sh/gensh2/startup/bspstart.c
@@ -16,7 +16,6 @@
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
index 65e432c922..0e2402f0e3 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
+++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
@@ -20,7 +20,6 @@
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram
index 71258d7fe8..aa487f865c 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram
+++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.ram
@@ -20,7 +20,6 @@
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom
index 54d28e5552..5990e7bd53 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom
+++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds.rom
@@ -20,7 +20,6 @@
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at