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/exec/score/inline/address.inl | 2 +- c/src/exec/score/inline/chain.inl | 2 +- c/src/exec/score/inline/coremsg.inl | 2 +- c/src/exec/score/inline/coremutex.inl | 2 +- c/src/exec/score/inline/coresem.inl | 2 +- c/src/exec/score/inline/heap.inl | 2 +- c/src/exec/score/inline/isr.inl | 2 +- c/src/exec/score/inline/mppkt.inl | 2 +- c/src/exec/score/inline/object.inl | 2 +- c/src/exec/score/inline/objectmp.inl | 2 +- c/src/exec/score/inline/priority.inl | 2 +- c/src/exec/score/inline/rtems/score/address.inl | 2 +- c/src/exec/score/inline/rtems/score/chain.inl | 2 +- c/src/exec/score/inline/rtems/score/coremsg.inl | 2 +- c/src/exec/score/inline/rtems/score/coremutex.inl | 2 +- c/src/exec/score/inline/rtems/score/coresem.inl | 2 +- c/src/exec/score/inline/rtems/score/heap.inl | 2 +- c/src/exec/score/inline/rtems/score/isr.inl | 2 +- c/src/exec/score/inline/rtems/score/mppkt.inl | 2 +- c/src/exec/score/inline/rtems/score/object.inl | 2 +- c/src/exec/score/inline/rtems/score/objectmp.inl | 2 +- c/src/exec/score/inline/rtems/score/priority.inl | 2 +- c/src/exec/score/inline/rtems/score/stack.inl | 2 +- c/src/exec/score/inline/rtems/score/states.inl | 2 +- c/src/exec/score/inline/rtems/score/sysstate.inl | 2 +- c/src/exec/score/inline/rtems/score/thread.inl | 2 +- c/src/exec/score/inline/rtems/score/threadmp.inl | 2 +- c/src/exec/score/inline/rtems/score/tod.inl | 2 +- c/src/exec/score/inline/rtems/score/tqdata.inl | 2 +- c/src/exec/score/inline/rtems/score/userext.inl | 2 +- c/src/exec/score/inline/rtems/score/watchdog.inl | 2 +- c/src/exec/score/inline/rtems/score/wkspace.inl | 2 +- c/src/exec/score/inline/stack.inl | 2 +- c/src/exec/score/inline/states.inl | 2 +- c/src/exec/score/inline/sysstate.inl | 2 +- c/src/exec/score/inline/thread.inl | 2 +- c/src/exec/score/inline/threadmp.inl | 2 +- c/src/exec/score/inline/tod.inl | 2 +- c/src/exec/score/inline/tqdata.inl | 2 +- c/src/exec/score/inline/userext.inl | 2 +- c/src/exec/score/inline/watchdog.inl | 2 +- c/src/exec/score/inline/wkspace.inl | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) (limited to 'c/src/exec/score/inline') diff --git a/c/src/exec/score/inline/address.inl b/c/src/exec/score/inline/address.inl index b0379f007c..2e3049d08e 100644 --- a/c/src/exec/score/inline/address.inl +++ b/c/src/exec/score/inline/address.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of the routines * about addresses which are inlined. * - * 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/exec/score/inline/chain.inl b/c/src/exec/score/inline/chain.inl index 06a12c291b..4bd80116ae 100644 --- a/c/src/exec/score/inline/chain.inl +++ b/c/src/exec/score/inline/chain.inl @@ -7,7 +7,7 @@ * to complex. No other Chain Handler routine is referenced * unless it has already been defined. * - * 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/exec/score/inline/coremsg.inl b/c/src/exec/score/inline/coremsg.inl index f8e6e57d74..a43b0e7b06 100644 --- a/c/src/exec/score/inline/coremsg.inl +++ b/c/src/exec/score/inline/coremsg.inl @@ -3,7 +3,7 @@ * This include file contains the static inline implementation of all * inlined routines in the Core Message Handler. * - * 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/exec/score/inline/coremutex.inl b/c/src/exec/score/inline/coremutex.inl index 214bf2b46d..457f7c7d7d 100644 --- a/c/src/exec/score/inline/coremutex.inl +++ b/c/src/exec/score/inline/coremutex.inl @@ -3,7 +3,7 @@ * This include file contains all of the inlined routines associated * with the CORE mutexes. * - * 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/exec/score/inline/coresem.inl b/c/src/exec/score/inline/coresem.inl index 274b3d8054..7ef8c93990 100644 --- a/c/src/exec/score/inline/coresem.inl +++ b/c/src/exec/score/inline/coresem.inl @@ -3,7 +3,7 @@ * This include file contains all of the inlined routines associated * with the CORE semaphore. * - * 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/exec/score/inline/heap.inl b/c/src/exec/score/inline/heap.inl index db89dbc3f7..cc61723982 100644 --- a/c/src/exec/score/inline/heap.inl +++ b/c/src/exec/score/inline/heap.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of the inlined * routines from the heap handler. * - * 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/exec/score/inline/isr.inl b/c/src/exec/score/inline/isr.inl index ec71017de8..6bd6e09d16 100644 --- a/c/src/exec/score/inline/isr.inl +++ b/c/src/exec/score/inline/isr.inl @@ -3,7 +3,7 @@ * This include file contains the static implementation of all * inlined routines in the Interrupt Handler. * - * 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/exec/score/inline/mppkt.inl b/c/src/exec/score/inline/mppkt.inl index f412a70d5c..4be286b294 100644 --- a/c/src/exec/score/inline/mppkt.inl +++ b/c/src/exec/score/inline/mppkt.inl @@ -3,7 +3,7 @@ * This package is the implementation of the Packet Handler * routines which are inlined. * - * 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/exec/score/inline/object.inl b/c/src/exec/score/inline/object.inl index 3b4cf757b4..101779ea80 100644 --- a/c/src/exec/score/inline/object.inl +++ b/c/src/exec/score/inline/object.inl @@ -3,7 +3,7 @@ * This include file contains the static inline implementation of all * of the inlined routines in the Object Handler. * - * 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/exec/score/inline/objectmp.inl b/c/src/exec/score/inline/objectmp.inl index dbd41e8529..f8fc62e129 100644 --- a/c/src/exec/score/inline/objectmp.inl +++ b/c/src/exec/score/inline/objectmp.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of all inlined routines * which deal with global 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/exec/score/inline/priority.inl b/c/src/exec/score/inline/priority.inl index 1bff46824f..b19d157976 100644 --- a/c/src/exec/score/inline/priority.inl +++ b/c/src/exec/score/inline/priority.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of all inlined * routines in the Priority Handler. * - * 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/exec/score/inline/rtems/score/address.inl b/c/src/exec/score/inline/rtems/score/address.inl index b0379f007c..2e3049d08e 100644 --- a/c/src/exec/score/inline/rtems/score/address.inl +++ b/c/src/exec/score/inline/rtems/score/address.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of the routines * about addresses which are inlined. * - * 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/exec/score/inline/rtems/score/chain.inl b/c/src/exec/score/inline/rtems/score/chain.inl index 06a12c291b..4bd80116ae 100644 --- a/c/src/exec/score/inline/rtems/score/chain.inl +++ b/c/src/exec/score/inline/rtems/score/chain.inl @@ -7,7 +7,7 @@ * to complex. No other Chain Handler routine is referenced * unless it has already been defined. * - * 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/exec/score/inline/rtems/score/coremsg.inl b/c/src/exec/score/inline/rtems/score/coremsg.inl index f8e6e57d74..a43b0e7b06 100644 --- a/c/src/exec/score/inline/rtems/score/coremsg.inl +++ b/c/src/exec/score/inline/rtems/score/coremsg.inl @@ -3,7 +3,7 @@ * This include file contains the static inline implementation of all * inlined routines in the Core Message Handler. * - * 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/exec/score/inline/rtems/score/coremutex.inl b/c/src/exec/score/inline/rtems/score/coremutex.inl index 214bf2b46d..457f7c7d7d 100644 --- a/c/src/exec/score/inline/rtems/score/coremutex.inl +++ b/c/src/exec/score/inline/rtems/score/coremutex.inl @@ -3,7 +3,7 @@ * This include file contains all of the inlined routines associated * with the CORE mutexes. * - * 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/exec/score/inline/rtems/score/coresem.inl b/c/src/exec/score/inline/rtems/score/coresem.inl index 274b3d8054..7ef8c93990 100644 --- a/c/src/exec/score/inline/rtems/score/coresem.inl +++ b/c/src/exec/score/inline/rtems/score/coresem.inl @@ -3,7 +3,7 @@ * This include file contains all of the inlined routines associated * with the CORE semaphore. * - * 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/exec/score/inline/rtems/score/heap.inl b/c/src/exec/score/inline/rtems/score/heap.inl index db89dbc3f7..cc61723982 100644 --- a/c/src/exec/score/inline/rtems/score/heap.inl +++ b/c/src/exec/score/inline/rtems/score/heap.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of the inlined * routines from the heap handler. * - * 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/exec/score/inline/rtems/score/isr.inl b/c/src/exec/score/inline/rtems/score/isr.inl index ec71017de8..6bd6e09d16 100644 --- a/c/src/exec/score/inline/rtems/score/isr.inl +++ b/c/src/exec/score/inline/rtems/score/isr.inl @@ -3,7 +3,7 @@ * This include file contains the static implementation of all * inlined routines in the Interrupt Handler. * - * 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/exec/score/inline/rtems/score/mppkt.inl b/c/src/exec/score/inline/rtems/score/mppkt.inl index f412a70d5c..4be286b294 100644 --- a/c/src/exec/score/inline/rtems/score/mppkt.inl +++ b/c/src/exec/score/inline/rtems/score/mppkt.inl @@ -3,7 +3,7 @@ * This package is the implementation of the Packet Handler * routines which are inlined. * - * 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/exec/score/inline/rtems/score/object.inl b/c/src/exec/score/inline/rtems/score/object.inl index 3b4cf757b4..101779ea80 100644 --- a/c/src/exec/score/inline/rtems/score/object.inl +++ b/c/src/exec/score/inline/rtems/score/object.inl @@ -3,7 +3,7 @@ * This include file contains the static inline implementation of all * of the inlined routines in the Object Handler. * - * 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/exec/score/inline/rtems/score/objectmp.inl b/c/src/exec/score/inline/rtems/score/objectmp.inl index dbd41e8529..f8fc62e129 100644 --- a/c/src/exec/score/inline/rtems/score/objectmp.inl +++ b/c/src/exec/score/inline/rtems/score/objectmp.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of all inlined routines * which deal with global 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/exec/score/inline/rtems/score/priority.inl b/c/src/exec/score/inline/rtems/score/priority.inl index 1bff46824f..b19d157976 100644 --- a/c/src/exec/score/inline/rtems/score/priority.inl +++ b/c/src/exec/score/inline/rtems/score/priority.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of all inlined * routines in the Priority Handler. * - * 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/exec/score/inline/rtems/score/stack.inl b/c/src/exec/score/inline/rtems/score/stack.inl index 2da4bf3d4a..eedd2f5ba2 100644 --- a/c/src/exec/score/inline/rtems/score/stack.inl +++ b/c/src/exec/score/inline/rtems/score/stack.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of the inlined * routines from the Stack Handler. * - * 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/exec/score/inline/rtems/score/states.inl b/c/src/exec/score/inline/rtems/score/states.inl index c9eea8e33f..1e67b14144 100644 --- a/c/src/exec/score/inline/rtems/score/states.inl +++ b/c/src/exec/score/inline/rtems/score/states.inl @@ -3,7 +3,7 @@ * This file contains the macro implementation of the inlined * routines associated with thread state information. * - * 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/exec/score/inline/rtems/score/sysstate.inl b/c/src/exec/score/inline/rtems/score/sysstate.inl index 50dc002191..dea36d2806 100644 --- a/c/src/exec/score/inline/rtems/score/sysstate.inl +++ b/c/src/exec/score/inline/rtems/score/sysstate.inl @@ -3,7 +3,7 @@ * This file contains the inline implementation of routines regarding the * system state. * - * 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/exec/score/inline/rtems/score/thread.inl b/c/src/exec/score/inline/rtems/score/thread.inl index f8d562f339..eef4532c07 100644 --- a/c/src/exec/score/inline/rtems/score/thread.inl +++ b/c/src/exec/score/inline/rtems/score/thread.inl @@ -3,7 +3,7 @@ * This file contains the macro implementation of the inlined * routines from the Thread handler. * - * 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/exec/score/inline/rtems/score/threadmp.inl b/c/src/exec/score/inline/rtems/score/threadmp.inl index e6b2e098d2..7a0391ff73 100644 --- a/c/src/exec/score/inline/rtems/score/threadmp.inl +++ b/c/src/exec/score/inline/rtems/score/threadmp.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of all inlined routines * for the multiprocessing part of thread package. * - * 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/exec/score/inline/rtems/score/tod.inl b/c/src/exec/score/inline/rtems/score/tod.inl index 14038b6b6b..326d662e64 100644 --- a/c/src/exec/score/inline/rtems/score/tod.inl +++ b/c/src/exec/score/inline/rtems/score/tod.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of the inlined routines * from the Time of Day Handler. * - * 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/exec/score/inline/rtems/score/tqdata.inl b/c/src/exec/score/inline/rtems/score/tqdata.inl index 00d25953f3..d589933cf8 100644 --- a/c/src/exec/score/inline/rtems/score/tqdata.inl +++ b/c/src/exec/score/inline/rtems/score/tqdata.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of the inlined * routines needed to support the Thread Queue Data. * - * 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/exec/score/inline/rtems/score/userext.inl b/c/src/exec/score/inline/rtems/score/userext.inl index b09226dda8..3ddb8459b8 100644 --- a/c/src/exec/score/inline/rtems/score/userext.inl +++ b/c/src/exec/score/inline/rtems/score/userext.inl @@ -3,7 +3,7 @@ * This file contains the macro implementation of the inlined routines * from the User Extension Handler * - * 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/exec/score/inline/rtems/score/watchdog.inl b/c/src/exec/score/inline/rtems/score/watchdog.inl index 38f6c756cf..9662a9abc6 100644 --- a/c/src/exec/score/inline/rtems/score/watchdog.inl +++ b/c/src/exec/score/inline/rtems/score/watchdog.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of all inlined * routines in the Watchdog Handler. * - * 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/exec/score/inline/rtems/score/wkspace.inl b/c/src/exec/score/inline/rtems/score/wkspace.inl index 0440f6c5cd..f92bde0f41 100644 --- a/c/src/exec/score/inline/rtems/score/wkspace.inl +++ b/c/src/exec/score/inline/rtems/score/wkspace.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of the routines which contains * information related to the RAM Workspace. * - * 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/exec/score/inline/stack.inl b/c/src/exec/score/inline/stack.inl index 2da4bf3d4a..eedd2f5ba2 100644 --- a/c/src/exec/score/inline/stack.inl +++ b/c/src/exec/score/inline/stack.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of the inlined * routines from the Stack Handler. * - * 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/exec/score/inline/states.inl b/c/src/exec/score/inline/states.inl index c9eea8e33f..1e67b14144 100644 --- a/c/src/exec/score/inline/states.inl +++ b/c/src/exec/score/inline/states.inl @@ -3,7 +3,7 @@ * This file contains the macro implementation of the inlined * routines associated with thread state information. * - * 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/exec/score/inline/sysstate.inl b/c/src/exec/score/inline/sysstate.inl index 50dc002191..dea36d2806 100644 --- a/c/src/exec/score/inline/sysstate.inl +++ b/c/src/exec/score/inline/sysstate.inl @@ -3,7 +3,7 @@ * This file contains the inline implementation of routines regarding the * system state. * - * 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/exec/score/inline/thread.inl b/c/src/exec/score/inline/thread.inl index f8d562f339..eef4532c07 100644 --- a/c/src/exec/score/inline/thread.inl +++ b/c/src/exec/score/inline/thread.inl @@ -3,7 +3,7 @@ * This file contains the macro implementation of the inlined * routines from the Thread handler. * - * 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/exec/score/inline/threadmp.inl b/c/src/exec/score/inline/threadmp.inl index e6b2e098d2..7a0391ff73 100644 --- a/c/src/exec/score/inline/threadmp.inl +++ b/c/src/exec/score/inline/threadmp.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of all inlined routines * for the multiprocessing part of thread package. * - * 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/exec/score/inline/tod.inl b/c/src/exec/score/inline/tod.inl index 14038b6b6b..326d662e64 100644 --- a/c/src/exec/score/inline/tod.inl +++ b/c/src/exec/score/inline/tod.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of the inlined routines * from the Time of Day Handler. * - * 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/exec/score/inline/tqdata.inl b/c/src/exec/score/inline/tqdata.inl index 00d25953f3..d589933cf8 100644 --- a/c/src/exec/score/inline/tqdata.inl +++ b/c/src/exec/score/inline/tqdata.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of the inlined * routines needed to support the Thread Queue Data. * - * 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/exec/score/inline/userext.inl b/c/src/exec/score/inline/userext.inl index b09226dda8..3ddb8459b8 100644 --- a/c/src/exec/score/inline/userext.inl +++ b/c/src/exec/score/inline/userext.inl @@ -3,7 +3,7 @@ * This file contains the macro implementation of the inlined routines * from the User Extension Handler * - * 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/exec/score/inline/watchdog.inl b/c/src/exec/score/inline/watchdog.inl index 38f6c756cf..9662a9abc6 100644 --- a/c/src/exec/score/inline/watchdog.inl +++ b/c/src/exec/score/inline/watchdog.inl @@ -3,7 +3,7 @@ * This file contains the static inline implementation of all inlined * routines in the Watchdog Handler. * - * 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/exec/score/inline/wkspace.inl b/c/src/exec/score/inline/wkspace.inl index 0440f6c5cd..f92bde0f41 100644 --- a/c/src/exec/score/inline/wkspace.inl +++ b/c/src/exec/score/inline/wkspace.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of the routines which contains * information related to the RAM Workspace. * - * 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