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/libtests/cpuuse/init.c | 2 +- c/src/tests/libtests/cpuuse/system.h | 2 +- c/src/tests/libtests/cpuuse/task1.c | 2 +- c/src/tests/libtests/cpuuse/task2.c | 2 +- c/src/tests/libtests/cpuuse/task3.c | 2 +- c/src/tests/libtests/cpuuse/tswitch.c | 2 +- c/src/tests/libtests/malloctest/init.c | 2 +- c/src/tests/libtests/malloctest/system.h | 2 +- c/src/tests/libtests/malloctest/task1.c | 2 +- c/src/tests/libtests/monitor/init.c | 2 +- c/src/tests/libtests/monitor/system.h | 2 +- c/src/tests/libtests/rtems++/Init.cc | 2 +- c/src/tests/libtests/rtems++/System.h | 2 +- c/src/tests/libtests/rtems++/Task1.cc | 2 +- c/src/tests/libtests/rtems++/Task2.cc | 2 +- c/src/tests/libtests/rtems++/Task3.cc | 2 +- c/src/tests/libtests/rtmonuse/getall.c | 2 +- c/src/tests/libtests/rtmonuse/init.c | 2 +- c/src/tests/libtests/rtmonuse/system.h | 2 +- c/src/tests/libtests/rtmonuse/task1.c | 2 +- c/src/tests/libtests/stackchk/blow.c | 2 +- c/src/tests/libtests/stackchk/init.c | 2 +- c/src/tests/libtests/stackchk/system.h | 2 +- c/src/tests/libtests/stackchk/task1.c | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) (limited to 'c/src/tests/libtests') diff --git a/c/src/tests/libtests/cpuuse/init.c b/c/src/tests/libtests/cpuuse/init.c index 04d905f89b..2f477bc0de 100644 --- a/c/src/tests/libtests/cpuuse/init.c +++ b/c/src/tests/libtests/cpuuse/init.c @@ -7,7 +7,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1997. 1997. + * COPYRIGHT (c) 1989-1998. 1997. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/libtests/cpuuse/system.h b/c/src/tests/libtests/cpuuse/system.h index 2ccc012c2b..479caf27fa 100644 --- a/c/src/tests/libtests/cpuuse/system.h +++ b/c/src/tests/libtests/cpuuse/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/libtests/cpuuse/task1.c b/c/src/tests/libtests/cpuuse/task1.c index 42af556515..53f0188ca0 100644 --- a/c/src/tests/libtests/cpuuse/task1.c +++ b/c/src/tests/libtests/cpuuse/task1.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/libtests/cpuuse/task2.c b/c/src/tests/libtests/cpuuse/task2.c index 2ce06709c5..ff22274284 100644 --- a/c/src/tests/libtests/cpuuse/task2.c +++ b/c/src/tests/libtests/cpuuse/task2.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/libtests/cpuuse/task3.c b/c/src/tests/libtests/cpuuse/task3.c index 0c253cabfa..a431a99f9d 100644 --- a/c/src/tests/libtests/cpuuse/task3.c +++ b/c/src/tests/libtests/cpuuse/task3.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/libtests/cpuuse/tswitch.c b/c/src/tests/libtests/cpuuse/tswitch.c index b279022747..9abd5f80cb 100644 --- a/c/src/tests/libtests/cpuuse/tswitch.c +++ b/c/src/tests/libtests/cpuuse/tswitch.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/libtests/malloctest/init.c b/c/src/tests/libtests/malloctest/init.c index 8b9555df51..643aa843b8 100644 --- a/c/src/tests/libtests/malloctest/init.c +++ b/c/src/tests/libtests/malloctest/init.c @@ -11,7 +11,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/libtests/malloctest/system.h b/c/src/tests/libtests/malloctest/system.h index 9853050bd0..e165893d5b 100644 --- a/c/src/tests/libtests/malloctest/system.h +++ b/c/src/tests/libtests/malloctest/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/libtests/malloctest/task1.c b/c/src/tests/libtests/malloctest/task1.c index fbc9829632..aa47bd404b 100644 --- a/c/src/tests/libtests/malloctest/task1.c +++ b/c/src/tests/libtests/malloctest/task1.c @@ -3,7 +3,7 @@ * 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-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/libtests/monitor/init.c b/c/src/tests/libtests/monitor/init.c index aad28ae151..0766c5f8cc 100644 --- a/c/src/tests/libtests/monitor/init.c +++ b/c/src/tests/libtests/monitor/init.c @@ -3,7 +3,7 @@ * task. The Monitor task can be used to obtain information about * a variety of RTEMS objects. * - * 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/libtests/monitor/system.h b/c/src/tests/libtests/monitor/system.h index 97f93cc76c..381f928805 100644 --- a/c/src/tests/libtests/monitor/system.h +++ b/c/src/tests/libtests/monitor/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/libtests/rtems++/Init.cc b/c/src/tests/libtests/rtems++/Init.cc index 04f74a2021..4474580bc3 100644 --- a/c/src/tests/libtests/rtems++/Init.cc +++ b/c/src/tests/libtests/rtems++/Init.cc @@ -11,7 +11,7 @@ * Objective Design Systems Ltd Pty (ODS) * All rights reserved (R) Objective Design Systems Ltd Pty * - * 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/libtests/rtems++/System.h b/c/src/tests/libtests/rtems++/System.h index 4ba340fcce..9dc16821ca 100644 --- a/c/src/tests/libtests/rtems++/System.h +++ b/c/src/tests/libtests/rtems++/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/libtests/rtems++/Task1.cc b/c/src/tests/libtests/rtems++/Task1.cc index dc1238b750..0d334ca977 100644 --- a/c/src/tests/libtests/rtems++/Task1.cc +++ b/c/src/tests/libtests/rtems++/Task1.cc @@ -12,7 +12,7 @@ * Objective Design Systems Ltd Pty (ODS) * All rights reserved (R) Objective Design Systems Ltd Pty * - * 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/libtests/rtems++/Task2.cc b/c/src/tests/libtests/rtems++/Task2.cc index b3e05cbdae..afddbca67d 100644 --- a/c/src/tests/libtests/rtems++/Task2.cc +++ b/c/src/tests/libtests/rtems++/Task2.cc @@ -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/libtests/rtems++/Task3.cc b/c/src/tests/libtests/rtems++/Task3.cc index 2396da3200..73ddb3b6b2 100644 --- a/c/src/tests/libtests/rtems++/Task3.cc +++ b/c/src/tests/libtests/rtems++/Task3.cc @@ -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/libtests/rtmonuse/getall.c b/c/src/tests/libtests/rtmonuse/getall.c index 6d67ce8808..85f6470d1c 100644 --- a/c/src/tests/libtests/rtmonuse/getall.c +++ b/c/src/tests/libtests/rtmonuse/getall.c @@ -6,7 +6,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/libtests/rtmonuse/init.c b/c/src/tests/libtests/rtmonuse/init.c index b4c0c6ad1e..c599df3c5a 100644 --- a/c/src/tests/libtests/rtmonuse/init.c +++ b/c/src/tests/libtests/rtmonuse/init.c @@ -11,7 +11,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/libtests/rtmonuse/system.h b/c/src/tests/libtests/rtmonuse/system.h index e545a5a180..80924212d1 100644 --- a/c/src/tests/libtests/rtmonuse/system.h +++ b/c/src/tests/libtests/rtmonuse/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/libtests/rtmonuse/task1.c b/c/src/tests/libtests/rtmonuse/task1.c index 16f5d7b02a..92b22178af 100644 --- a/c/src/tests/libtests/rtmonuse/task1.c +++ b/c/src/tests/libtests/rtmonuse/task1.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/libtests/stackchk/blow.c b/c/src/tests/libtests/stackchk/blow.c index c5f464de00..0be35308c8 100644 --- a/c/src/tests/libtests/stackchk/blow.c +++ b/c/src/tests/libtests/stackchk/blow.c @@ -3,7 +3,7 @@ * 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-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/c/src/tests/libtests/stackchk/init.c b/c/src/tests/libtests/stackchk/init.c index e05604147f..f4aab85d95 100644 --- a/c/src/tests/libtests/stackchk/init.c +++ b/c/src/tests/libtests/stackchk/init.c @@ -11,7 +11,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/libtests/stackchk/system.h b/c/src/tests/libtests/stackchk/system.h index 4ccc07c65c..d9dfdd0083 100644 --- a/c/src/tests/libtests/stackchk/system.h +++ b/c/src/tests/libtests/stackchk/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/libtests/stackchk/task1.c b/c/src/tests/libtests/stackchk/task1.c index c041183499..14cc35ae35 100644 --- a/c/src/tests/libtests/stackchk/task1.c +++ b/c/src/tests/libtests/stackchk/task1.c @@ -3,7 +3,7 @@ * 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-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * -- cgit v1.2.3