summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/stackchk
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/libtests/stackchk')
-rw-r--r--c/src/tests/libtests/stackchk/blow.c3
-rw-r--r--c/src/tests/libtests/stackchk/init.c3
-rw-r--r--c/src/tests/libtests/stackchk/system.h3
-rw-r--r--c/src/tests/libtests/stackchk/task1.c3
4 files changed, 4 insertions, 8 deletions
diff --git a/c/src/tests/libtests/stackchk/blow.c b/c/src/tests/libtests/stackchk/blow.c
index 0be35308c8..944cf9e73c 100644
--- a/c/src/tests/libtests/stackchk/blow.c
+++ b/c/src/tests/libtests/stackchk/blow.c
@@ -3,9 +3,8 @@
* This set of three tasks do some simple task switching for about
* 15 seconds and then call a routine to "blow the stack".
*
- * 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/libtests/stackchk/init.c b/c/src/tests/libtests/stackchk/init.c
index f4aab85d95..7a3a5e9422 100644
--- a/c/src/tests/libtests/stackchk/init.c
+++ b/c/src/tests/libtests/stackchk/init.c
@@ -11,9 +11,8 @@
*
* Output parameters: NONE
*
- * 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/libtests/stackchk/system.h b/c/src/tests/libtests/stackchk/system.h
index a656d24e26..4c43388163 100644
--- a/c/src/tests/libtests/stackchk/system.h
+++ b/c/src/tests/libtests/stackchk/system.h
@@ -3,9 +3,8 @@
* This include file contains information that is included in every
* function in the test set.
*
- * 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/libtests/stackchk/task1.c b/c/src/tests/libtests/stackchk/task1.c
index 14cc35ae35..7a95467485 100644
--- a/c/src/tests/libtests/stackchk/task1.c
+++ b/c/src/tests/libtests/stackchk/task1.c
@@ -3,9 +3,8 @@
* This set of three tasks do some simple task switching for about
* 15 seconds and then call a routine to "blow the stack".
*
- * 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