summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-17 17:51:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-17 17:51:34 +0000
commit08311cc3a95a4b8abf98477c46d7a9f18d360bdb (patch)
treef884ce7e11ee6c956521f7825659f4f1cc0ce974 /c/src/lib/libcpu/sh
parentRemoved as part of patch rtems-rc-19991105-1.diff.gz from Ralf Corsepius (diff)
downloadrtems-08311cc3a95a4b8abf98477c46d7a9f18d360bdb.tar.bz2
Updated copyright notice.
Diffstat (limited to 'c/src/lib/libcpu/sh')
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/null.h3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/close.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/cntrl.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/init.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/open.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/read.c3
-rw-r--r--c/src/lib/libcpu/sh/sh7032/null/write.c3
7 files changed, 7 insertions, 14 deletions
diff --git a/c/src/lib/libcpu/sh/sh7032/include/null.h b/c/src/lib/libcpu/sh/sh7032/include/null.h
index 9ce4886c14..6c8e952d06 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/null.h
+++ b/c/src/lib/libcpu/sh/sh7032/include/null.h
@@ -4,9 +4,8 @@
*
* Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-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/libcpu/sh/sh7032/null/close.c b/c/src/lib/libcpu/sh/sh7032/null/close.c
index cb5ac8cd65..49ec126008 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/close.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/close.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-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/libcpu/sh/sh7032/null/cntrl.c b/c/src/lib/libcpu/sh/sh7032/null/cntrl.c
index cafc714279..308685523e 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/cntrl.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/cntrl.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-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/libcpu/sh/sh7032/null/init.c b/c/src/lib/libcpu/sh/sh7032/null/init.c
index dcc1800f6b..653430f31c 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/init.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/init.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-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/libcpu/sh/sh7032/null/open.c b/c/src/lib/libcpu/sh/sh7032/null/open.c
index 352f4b981e..43a9b22667 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/open.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/open.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-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/libcpu/sh/sh7032/null/read.c b/c/src/lib/libcpu/sh/sh7032/null/read.c
index 895ba0c7f4..4c463b4b49 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/read.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/read.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-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/libcpu/sh/sh7032/null/write.c b/c/src/lib/libcpu/sh/sh7032/null/write.c
index d9c4da434b..bdedb5d451 100644
--- a/c/src/lib/libcpu/sh/sh7032/null/write.c
+++ b/c/src/lib/libcpu/sh/sh7032/null/write.c
@@ -14,9 +14,8 @@
* Output parameters:
* rval - NULL_SUCCESSFUL
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-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