From 60b791ada1b6fe870f7b1e76a5a80ad17c86a2e8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Feb 1998 23:46:28 +0000 Subject: updated copyright to 1998 --- c/src/tests/samples/README | 2 +- c/src/tests/samples/base_mp/apptask.c | 2 +- c/src/tests/samples/base_mp/init.c | 2 +- c/src/tests/samples/base_mp/node1/base_mp.doc | 2 +- c/src/tests/samples/base_mp/node2/base_mp.doc | 2 +- c/src/tests/samples/base_mp/system.h | 2 +- c/src/tests/samples/base_sp/apptask.c | 2 +- c/src/tests/samples/base_sp/base_sp.doc | 2 +- c/src/tests/samples/base_sp/init.c | 2 +- c/src/tests/samples/base_sp/system.h | 2 +- c/src/tests/samples/cdtest/init.c | 2 +- c/src/tests/samples/cdtest/system.h | 2 +- c/src/tests/samples/hello/hello.doc | 2 +- c/src/tests/samples/hello/init.c | 2 +- c/src/tests/samples/hello/system.h | 2 +- c/src/tests/samples/paranoia/init.c | 2 +- c/src/tests/samples/paranoia/paranoia.doc | 2 +- c/src/tests/samples/paranoia/system.h | 2 +- c/src/tests/samples/ticker/init.c | 2 +- c/src/tests/samples/ticker/system.h | 2 +- c/src/tests/samples/ticker/tasks.c | 2 +- c/src/tests/samples/ticker/ticker.doc | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'c/src/tests/samples') diff --git a/c/src/tests/samples/README b/c/src/tests/samples/README index e832b4f80a..bc618c5cfd 100644 --- a/c/src/tests/samples/README +++ b/c/src/tests/samples/README @@ -1,5 +1,5 @@ # -# COPYRIGHT (c) 1989-1997. +# COPYRIGHT (c) 1989-1998. # On-Line Applications Research Corporation (OAR). # Copyright assigned to U.S. Government, 1994. # diff --git a/c/src/tests/samples/base_mp/apptask.c b/c/src/tests/samples/base_mp/apptask.c index 3eb04536cd..c4ffaa1625 100644 --- a/c/src/tests/samples/base_mp/apptask.c +++ b/c/src/tests/samples/base_mp/apptask.c @@ -9,7 +9,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/base_mp/init.c b/c/src/tests/samples/base_mp/init.c index 69894c56a0..58f66e76e5 100644 --- a/c/src/tests/samples/base_mp/init.c +++ b/c/src/tests/samples/base_mp/init.c @@ -10,7 +10,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/base_mp/node1/base_mp.doc b/c/src/tests/samples/base_mp/node1/base_mp.doc index 0978f6619c..496f3569e5 100644 --- a/c/src/tests/samples/base_mp/node1/base_mp.doc +++ b/c/src/tests/samples/base_mp/node1/base_mp.doc @@ -1,7 +1,7 @@ # # $Id$ # -# COPYRIGHT (c) 1989-1997. +# COPYRIGHT (c) 1989-1998. # On-Line Applications Research Corporation (OAR). # Copyright assigned to U.S. Government, 1994. # diff --git a/c/src/tests/samples/base_mp/node2/base_mp.doc b/c/src/tests/samples/base_mp/node2/base_mp.doc index 0978f6619c..496f3569e5 100644 --- a/c/src/tests/samples/base_mp/node2/base_mp.doc +++ b/c/src/tests/samples/base_mp/node2/base_mp.doc @@ -1,7 +1,7 @@ # # $Id$ # -# COPYRIGHT (c) 1989-1997. +# COPYRIGHT (c) 1989-1998. # On-Line Applications Research Corporation (OAR). # Copyright assigned to U.S. Government, 1994. # diff --git a/c/src/tests/samples/base_mp/system.h b/c/src/tests/samples/base_mp/system.h index 9754299b97..27088d078c 100644 --- a/c/src/tests/samples/base_mp/system.h +++ b/c/src/tests/samples/base_mp/system.h @@ -3,7 +3,7 @@ * This include file contains information that is included in every * function in the test set. * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/base_sp/apptask.c b/c/src/tests/samples/base_sp/apptask.c index c27b809ca1..2a3196a37f 100644 --- a/c/src/tests/samples/base_sp/apptask.c +++ b/c/src/tests/samples/base_sp/apptask.c @@ -8,7 +8,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/base_sp/base_sp.doc b/c/src/tests/samples/base_sp/base_sp.doc index 0978f6619c..496f3569e5 100644 --- a/c/src/tests/samples/base_sp/base_sp.doc +++ b/c/src/tests/samples/base_sp/base_sp.doc @@ -1,7 +1,7 @@ # # $Id$ # -# COPYRIGHT (c) 1989-1997. +# COPYRIGHT (c) 1989-1998. # On-Line Applications Research Corporation (OAR). # Copyright assigned to U.S. Government, 1994. # diff --git a/c/src/tests/samples/base_sp/init.c b/c/src/tests/samples/base_sp/init.c index 44fcccbf36..c3f1aabefc 100644 --- a/c/src/tests/samples/base_sp/init.c +++ b/c/src/tests/samples/base_sp/init.c @@ -10,7 +10,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/base_sp/system.h b/c/src/tests/samples/base_sp/system.h index d523b4360b..b0c56044ae 100644 --- a/c/src/tests/samples/base_sp/system.h +++ b/c/src/tests/samples/base_sp/system.h @@ -3,7 +3,7 @@ * This include file contains information that is included in every * function in the test set. * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/cdtest/init.c b/c/src/tests/samples/cdtest/init.c index 94f4c1130f..4d408147cc 100644 --- a/c/src/tests/samples/cdtest/init.c +++ b/c/src/tests/samples/cdtest/init.c @@ -10,7 +10,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/cdtest/system.h b/c/src/tests/samples/cdtest/system.h index 2aa8015e6d..975be98a2f 100644 --- a/c/src/tests/samples/cdtest/system.h +++ b/c/src/tests/samples/cdtest/system.h @@ -3,7 +3,7 @@ * This include file contains information that is included in every * function in the test set. * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/hello/hello.doc b/c/src/tests/samples/hello/hello.doc index 0978f6619c..496f3569e5 100644 --- a/c/src/tests/samples/hello/hello.doc +++ b/c/src/tests/samples/hello/hello.doc @@ -1,7 +1,7 @@ # # $Id$ # -# COPYRIGHT (c) 1989-1997. +# COPYRIGHT (c) 1989-1998. # On-Line Applications Research Corporation (OAR). # Copyright assigned to U.S. Government, 1994. # diff --git a/c/src/tests/samples/hello/init.c b/c/src/tests/samples/hello/init.c index c417eb01a6..3931c1a2bf 100644 --- a/c/src/tests/samples/hello/init.c +++ b/c/src/tests/samples/hello/init.c @@ -10,7 +10,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/hello/system.h b/c/src/tests/samples/hello/system.h index 4b922fd9f4..94a854da15 100644 --- a/c/src/tests/samples/hello/system.h +++ b/c/src/tests/samples/hello/system.h @@ -3,7 +3,7 @@ * This include file contains information that is included in every * function in the test set. * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/paranoia/init.c b/c/src/tests/samples/paranoia/init.c index 9203c12719..c562e9c44a 100644 --- a/c/src/tests/samples/paranoia/init.c +++ b/c/src/tests/samples/paranoia/init.c @@ -10,7 +10,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/paranoia/paranoia.doc b/c/src/tests/samples/paranoia/paranoia.doc index 0978f6619c..496f3569e5 100644 --- a/c/src/tests/samples/paranoia/paranoia.doc +++ b/c/src/tests/samples/paranoia/paranoia.doc @@ -1,7 +1,7 @@ # # $Id$ # -# COPYRIGHT (c) 1989-1997. +# COPYRIGHT (c) 1989-1998. # On-Line Applications Research Corporation (OAR). # Copyright assigned to U.S. Government, 1994. # diff --git a/c/src/tests/samples/paranoia/system.h b/c/src/tests/samples/paranoia/system.h index 0fd7a26818..7d0df7bb53 100644 --- a/c/src/tests/samples/paranoia/system.h +++ b/c/src/tests/samples/paranoia/system.h @@ -3,7 +3,7 @@ * This include file contains information that is included in every * function in the test set. * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/ticker/init.c b/c/src/tests/samples/ticker/init.c index 5788c9f8fd..47e086ff66 100644 --- a/c/src/tests/samples/ticker/init.c +++ b/c/src/tests/samples/ticker/init.c @@ -10,7 +10,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/ticker/system.h b/c/src/tests/samples/ticker/system.h index 6e152b672b..99943044c1 100644 --- a/c/src/tests/samples/ticker/system.h +++ b/c/src/tests/samples/ticker/system.h @@ -3,7 +3,7 @@ * This include file contains information that is included in every * function in the test set. * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/ticker/tasks.c b/c/src/tests/samples/ticker/tasks.c index 6cddcb0dea..f5f9ea28ff 100644 --- a/c/src/tests/samples/ticker/tasks.c +++ b/c/src/tests/samples/ticker/tasks.c @@ -7,7 +7,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/samples/ticker/ticker.doc b/c/src/tests/samples/ticker/ticker.doc index 0978f6619c..496f3569e5 100644 --- a/c/src/tests/samples/ticker/ticker.doc +++ b/c/src/tests/samples/ticker/ticker.doc @@ -1,7 +1,7 @@ # # $Id$ # -# COPYRIGHT (c) 1989-1997. +# COPYRIGHT (c) 1989-1998. # On-Line Applications Research Corporation (OAR). # Copyright assigned to U.S. Government, 1994. # -- cgit v1.2.3