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/headers/address.h | 2 +- c/src/exec/score/headers/apiext.h | 2 +- c/src/exec/score/headers/bitfield.h | 2 +- c/src/exec/score/headers/chain.h | 2 +- c/src/exec/score/headers/context.h | 2 +- c/src/exec/score/headers/copyrt.h | 4 ++-- c/src/exec/score/headers/coremsg.h | 2 +- c/src/exec/score/headers/coremutex.h | 2 +- c/src/exec/score/headers/coresem.h | 2 +- c/src/exec/score/headers/debug.h | 2 +- c/src/exec/score/headers/heap.h | 2 +- c/src/exec/score/headers/interr.h | 2 +- c/src/exec/score/headers/isr.h | 2 +- c/src/exec/score/headers/mpci.h | 2 +- c/src/exec/score/headers/mppkt.h | 2 +- c/src/exec/score/headers/object.h | 2 +- c/src/exec/score/headers/objectmp.h | 2 +- c/src/exec/score/headers/priority.h | 2 +- c/src/exec/score/headers/stack.h | 2 +- c/src/exec/score/headers/states.h | 2 +- c/src/exec/score/headers/sysstate.h | 2 +- c/src/exec/score/headers/system.h | 2 +- c/src/exec/score/headers/thread.h | 2 +- c/src/exec/score/headers/threadmp.h | 2 +- c/src/exec/score/headers/threadq.h | 2 +- c/src/exec/score/headers/tod.h | 2 +- c/src/exec/score/headers/tqdata.h | 2 +- c/src/exec/score/headers/userext.h | 2 +- c/src/exec/score/headers/watchdog.h | 2 +- c/src/exec/score/headers/wkspace.h | 2 +- 30 files changed, 31 insertions(+), 31 deletions(-) (limited to 'c/src/exec/score/headers') diff --git a/c/src/exec/score/headers/address.h b/c/src/exec/score/headers/address.h index d0200892f8..e64cd54931 100644 --- a/c/src/exec/score/headers/address.h +++ b/c/src/exec/score/headers/address.h @@ -3,7 +3,7 @@ * This include file contains the information required to manipulate * physical addresses. * - * 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/headers/apiext.h b/c/src/exec/score/headers/apiext.h index 22ca2f18f7..804b2dea4c 100644 --- a/c/src/exec/score/headers/apiext.h +++ b/c/src/exec/score/headers/apiext.h @@ -2,7 +2,7 @@ * * XXX * - * 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/headers/bitfield.h b/c/src/exec/score/headers/bitfield.h index 8fd2c2062b..bbced47652 100644 --- a/c/src/exec/score/headers/bitfield.h +++ b/c/src/exec/score/headers/bitfield.h @@ -2,7 +2,7 @@ * * This include file contains all bit field manipulation routines. * - * 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/headers/chain.h b/c/src/exec/score/headers/chain.h index c902af856e..910f5e4414 100644 --- a/c/src/exec/score/headers/chain.h +++ b/c/src/exec/score/headers/chain.h @@ -3,7 +3,7 @@ * This include file contains all the constants and structures associated * with the Doubly Linked Chain 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/headers/context.h b/c/src/exec/score/headers/context.h index 9394f94242..5a22fd4b6d 100644 --- a/c/src/exec/score/headers/context.h +++ b/c/src/exec/score/headers/context.h @@ -2,7 +2,7 @@ * * This include file contains all information about a context. * - * 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/headers/copyrt.h b/c/src/exec/score/headers/copyrt.h index a4c3c400eb..3a9a5a5c60 100644 --- a/c/src/exec/score/headers/copyrt.h +++ b/c/src/exec/score/headers/copyrt.h @@ -3,7 +3,7 @@ * This include file contains the copyright notice for RTEMS * which is included in every binary copy of the executive. * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * @@ -24,7 +24,7 @@ extern "C" { #ifdef SCORE_INIT const char _Copyright_Notice[] = -"COPYRIGHT (c) 1989-1997.\n\ +"COPYRIGHT (c) 1989-1998.\n\ On-Line Applications Research Corporation (OAR).\n\ Copyright assigned to U.S. Government, 1994.\n"; diff --git a/c/src/exec/score/headers/coremsg.h b/c/src/exec/score/headers/coremsg.h index 1cae884d2d..03277e12b7 100644 --- a/c/src/exec/score/headers/coremsg.h +++ b/c/src/exec/score/headers/coremsg.h @@ -3,7 +3,7 @@ * This include file contains all the constants and structures associated * with the Message queue 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/headers/coremutex.h b/c/src/exec/score/headers/coremutex.h index 6484b42079..7145e4f19f 100644 --- a/c/src/exec/score/headers/coremutex.h +++ b/c/src/exec/score/headers/coremutex.h @@ -5,7 +5,7 @@ * Dijkstra binary semaphore used to provide synchronization and mutual * exclusion capabilities. * - * 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/headers/coresem.h b/c/src/exec/score/headers/coresem.h index 1ff04e4793..2ef1371e8d 100644 --- a/c/src/exec/score/headers/coresem.h +++ b/c/src/exec/score/headers/coresem.h @@ -5,7 +5,7 @@ * standard Dijkstra binary semaphore used to provide synchronization * and mutual exclusion capabilities. * - * 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/headers/debug.h b/c/src/exec/score/headers/debug.h index 4796460836..5c83e67d05 100644 --- a/c/src/exec/score/headers/debug.h +++ b/c/src/exec/score/headers/debug.h @@ -5,7 +5,7 @@ * Manager since it is externally accessible. * * - * 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/headers/heap.h b/c/src/exec/score/headers/heap.h index 68e151ccac..eaee7cde3f 100644 --- a/c/src/exec/score/headers/heap.h +++ b/c/src/exec/score/headers/heap.h @@ -8,7 +8,7 @@ * and unallocated blocks is contained in the heap space. A heap header * contains control information for the heap. * - * 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/headers/interr.h b/c/src/exec/score/headers/interr.h index 4b601ca9e9..e999ceff7a 100644 --- a/c/src/exec/score/headers/interr.h +++ b/c/src/exec/score/headers/interr.h @@ -4,7 +4,7 @@ * to the Internal Error 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/headers/isr.h b/c/src/exec/score/headers/isr.h index ceb69fc2bb..8016e2116b 100644 --- a/c/src/exec/score/headers/isr.h +++ b/c/src/exec/score/headers/isr.h @@ -5,7 +5,7 @@ * supports interrupt critical sections, vectoring of user interrupt * handlers, nesting of interrupts, and manipulating interrupt levels. * - * 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/headers/mpci.h b/c/src/exec/score/headers/mpci.h index 70072fe612..4475021eca 100644 --- a/c/src/exec/score/headers/mpci.h +++ b/c/src/exec/score/headers/mpci.h @@ -3,7 +3,7 @@ * This include file contains all the constants and structures associated * with the MPCI layer. It provides mechanisms to utilize packets. * - * 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/headers/mppkt.h b/c/src/exec/score/headers/mppkt.h index 9a8e46a705..1838d92336 100644 --- a/c/src/exec/score/headers/mppkt.h +++ b/c/src/exec/score/headers/mppkt.h @@ -7,7 +7,7 @@ * nodes in an MP system. * * - * 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/headers/object.h b/c/src/exec/score/headers/object.h index 1cf73fdeb8..0198731b96 100644 --- a/c/src/exec/score/headers/object.h +++ b/c/src/exec/score/headers/object.h @@ -5,7 +5,7 @@ * can be used to initialize and manipulate all objects which have * ids. * - * 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/headers/objectmp.h b/c/src/exec/score/headers/objectmp.h index 68b8eb9e16..e307ca4264 100644 --- a/c/src/exec/score/headers/objectmp.h +++ b/c/src/exec/score/headers/objectmp.h @@ -3,7 +3,7 @@ * This include file contains all the constants and structures associated * with the manipulation of Global 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/exec/score/headers/priority.h b/c/src/exec/score/headers/priority.h index 43f810efcf..7241888242 100644 --- a/c/src/exec/score/headers/priority.h +++ b/c/src/exec/score/headers/priority.h @@ -4,7 +4,7 @@ * This Handler provides mechanisms which can be used to * initialize and manipulate thread priorities. * - * 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/headers/stack.h b/c/src/exec/score/headers/stack.h index 010c64619b..1fc4a13966 100644 --- a/c/src/exec/score/headers/stack.h +++ b/c/src/exec/score/headers/stack.h @@ -4,7 +4,7 @@ * Stack Handler. This Handler provides mechanisms which can be used to * initialize and utilize stacks. * - * 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/headers/states.h b/c/src/exec/score/headers/states.h index b72ca33966..a0d7ed8ab8 100644 --- a/c/src/exec/score/headers/states.h +++ b/c/src/exec/score/headers/states.h @@ -2,7 +2,7 @@ * * This include file contains thread execution 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/headers/sysstate.h b/c/src/exec/score/headers/sysstate.h index 3f915f8fff..8451894e97 100644 --- a/c/src/exec/score/headers/sysstate.h +++ b/c/src/exec/score/headers/sysstate.h @@ -2,7 +2,7 @@ * * This include file contains information 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/headers/system.h b/c/src/exec/score/headers/system.h index e9026341cd..5e1cc80ed5 100644 --- a/c/src/exec/score/headers/system.h +++ b/c/src/exec/score/headers/system.h @@ -4,7 +4,7 @@ * function in the executive. This must be the first include file * included in all internal RTEMS files. * - * 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/headers/thread.h b/c/src/exec/score/headers/thread.h index 11d8368075..0108536cd5 100644 --- a/c/src/exec/score/headers/thread.h +++ b/c/src/exec/score/headers/thread.h @@ -3,7 +3,7 @@ * This include file contains all constants and structures associated * with the thread control block. * - * 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/headers/threadmp.h b/c/src/exec/score/headers/threadmp.h index cf0bf36d29..497bdc8c5b 100644 --- a/c/src/exec/score/headers/threadmp.h +++ b/c/src/exec/score/headers/threadmp.h @@ -3,7 +3,7 @@ * This include file contains the specification for all routines * and data specific to the multiprocessing portion of the 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/headers/threadq.h b/c/src/exec/score/headers/threadq.h index c0842162c3..d3a0f58ad1 100644 --- a/c/src/exec/score/headers/threadq.h +++ b/c/src/exec/score/headers/threadq.h @@ -3,7 +3,7 @@ * This include file contains all the constants and structures associated * with the manipulation of 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/headers/tod.h b/c/src/exec/score/headers/tod.h index e0ed1e51ca..b87486bda1 100644 --- a/c/src/exec/score/headers/tod.h +++ b/c/src/exec/score/headers/tod.h @@ -3,7 +3,7 @@ * This include file contains all the constants and structures associated * with 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/headers/tqdata.h b/c/src/exec/score/headers/tqdata.h index 408a4c5b2e..6136d35412 100644 --- a/c/src/exec/score/headers/tqdata.h +++ b/c/src/exec/score/headers/tqdata.h @@ -3,7 +3,7 @@ * This include file contains all the constants and structures * needed to declare a thread queue. * - * 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/headers/userext.h b/c/src/exec/score/headers/userext.h index 6a048b847e..b97923d88b 100644 --- a/c/src/exec/score/headers/userext.h +++ b/c/src/exec/score/headers/userext.h @@ -4,7 +4,7 @@ * Handler provides mechanisms which can be used to initialize and manipulate * all user extensions. * - * 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/headers/watchdog.h b/c/src/exec/score/headers/watchdog.h index e048521054..ceb09793f6 100644 --- a/c/src/exec/score/headers/watchdog.h +++ b/c/src/exec/score/headers/watchdog.h @@ -4,7 +4,7 @@ * with watchdog timers. This Handler provides mechanisms which can be * used to initialize and manipulate watchdog timers. * - * 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/headers/wkspace.h b/c/src/exec/score/headers/wkspace.h index 8ec693db2b..3b4b84f95f 100644 --- a/c/src/exec/score/headers/wkspace.h +++ b/c/src/exec/score/headers/wkspace.h @@ -4,7 +4,7 @@ * RAM Workspace. This Handler provides mechanisms which can be used to * define, initialize and manipulate the 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