summaryrefslogtreecommitdiffstats
path: root/c/src/tests/support
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/tests/support
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/tests/support')
-rw-r--r--c/src/tests/support/include/tmacros.h3
-rw-r--r--c/src/tests/support/stubdr/close.c3
-rw-r--r--c/src/tests/support/stubdr/cntrl.c3
-rw-r--r--c/src/tests/support/stubdr/init.c3
-rw-r--r--c/src/tests/support/stubdr/open.c3
-rw-r--r--c/src/tests/support/stubdr/read.c3
-rw-r--r--c/src/tests/support/stubdr/stubdrv.h3
-rw-r--r--c/src/tests/support/stubdr/write.c3
8 files changed, 8 insertions, 16 deletions
diff --git a/c/src/tests/support/include/tmacros.h b/c/src/tests/support/include/tmacros.h
index 5588131e45..0f161b5236 100644
--- a/c/src/tests/support/include/tmacros.h
+++ b/c/src/tests/support/include/tmacros.h
@@ -3,9 +3,8 @@
* This include file contains macros which are useful in the RTEMS
* test suites.
*
- * 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/tests/support/stubdr/close.c b/c/src/tests/support/stubdr/close.c
index 4397877894..2dcb12970c 100644
--- a/c/src/tests/support/stubdr/close.c
+++ b/c/src/tests/support/stubdr/close.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_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/tests/support/stubdr/cntrl.c b/c/src/tests/support/stubdr/cntrl.c
index f3ecb378da..4d75b617a2 100644
--- a/c/src/tests/support/stubdr/cntrl.c
+++ b/c/src/tests/support/stubdr/cntrl.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_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/tests/support/stubdr/init.c b/c/src/tests/support/stubdr/init.c
index bcda7f77cf..b00a1d6701 100644
--- a/c/src/tests/support/stubdr/init.c
+++ b/c/src/tests/support/stubdr/init.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_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/tests/support/stubdr/open.c b/c/src/tests/support/stubdr/open.c
index acc88d5bfd..d7da70a070 100644
--- a/c/src/tests/support/stubdr/open.c
+++ b/c/src/tests/support/stubdr/open.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_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/tests/support/stubdr/read.c b/c/src/tests/support/stubdr/read.c
index b02ffc2e22..f8be255e97 100644
--- a/c/src/tests/support/stubdr/read.c
+++ b/c/src/tests/support/stubdr/read.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_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/tests/support/stubdr/stubdrv.h b/c/src/tests/support/stubdr/stubdrv.h
index c4544b6fc3..08f3e7822a 100644
--- a/c/src/tests/support/stubdr/stubdrv.h
+++ b/c/src/tests/support/stubdr/stubdrv.h
@@ -2,9 +2,8 @@
*
* This file describes the Stub Driver for all boards.
*
- * 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/tests/support/stubdr/write.c b/c/src/tests/support/stubdr/write.c
index fc7bca43c7..c82d419f58 100644
--- a/c/src/tests/support/stubdr/write.c
+++ b/c/src/tests/support/stubdr/write.c
@@ -10,9 +10,8 @@
* Output parameters:
* rval - STUB_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