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 --- cpukit/score/macros/rtems/score/address.inl | 2 +- cpukit/score/macros/rtems/score/chain.inl | 2 +- cpukit/score/macros/rtems/score/coremsg.inl | 2 +- cpukit/score/macros/rtems/score/coremutex.inl | 2 +- cpukit/score/macros/rtems/score/coresem.inl | 2 +- cpukit/score/macros/rtems/score/heap.inl | 2 +- cpukit/score/macros/rtems/score/isr.inl | 2 +- cpukit/score/macros/rtems/score/mppkt.inl | 2 +- cpukit/score/macros/rtems/score/object.inl | 2 +- cpukit/score/macros/rtems/score/objectmp.inl | 2 +- cpukit/score/macros/rtems/score/priority.inl | 2 +- cpukit/score/macros/rtems/score/stack.inl | 2 +- cpukit/score/macros/rtems/score/states.inl | 2 +- cpukit/score/macros/rtems/score/sysstate.inl | 2 +- cpukit/score/macros/rtems/score/thread.inl | 2 +- cpukit/score/macros/rtems/score/threadmp.inl | 2 +- cpukit/score/macros/rtems/score/tod.inl | 2 +- cpukit/score/macros/rtems/score/tqdata.inl | 2 +- cpukit/score/macros/rtems/score/userext.inl | 2 +- cpukit/score/macros/rtems/score/watchdog.inl | 2 +- cpukit/score/macros/rtems/score/wkspace.inl | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'cpukit/score/macros/rtems/score') diff --git a/cpukit/score/macros/rtems/score/address.inl b/cpukit/score/macros/rtems/score/address.inl index 794f416397..712809a4e7 100644 --- a/cpukit/score/macros/rtems/score/address.inl +++ b/cpukit/score/macros/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/cpukit/score/macros/rtems/score/chain.inl b/cpukit/score/macros/rtems/score/chain.inl index 34d710fa65..85ede31c12 100644 --- a/cpukit/score/macros/rtems/score/chain.inl +++ b/cpukit/score/macros/rtems/score/chain.inl @@ -3,7 +3,7 @@ * This include file contains the bodies of the routines which are * associated with doubly linked chains and 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/cpukit/score/macros/rtems/score/coremsg.inl b/cpukit/score/macros/rtems/score/coremsg.inl index bddc5301be..9868c97074 100644 --- a/cpukit/score/macros/rtems/score/coremsg.inl +++ b/cpukit/score/macros/rtems/score/coremsg.inl @@ -3,7 +3,7 @@ * This include file contains the macro 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/cpukit/score/macros/rtems/score/coremutex.inl b/cpukit/score/macros/rtems/score/coremutex.inl index dfe45bcd25..19d535dc4e 100644 --- a/cpukit/score/macros/rtems/score/coremutex.inl +++ b/cpukit/score/macros/rtems/score/coremutex.inl @@ -3,7 +3,7 @@ * This include file contains all of the inlined routines associated * with 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/cpukit/score/macros/rtems/score/coresem.inl b/cpukit/score/macros/rtems/score/coresem.inl index ea37a1901a..fed9227c59 100644 --- a/cpukit/score/macros/rtems/score/coresem.inl +++ b/cpukit/score/macros/rtems/score/coresem.inl @@ -3,7 +3,7 @@ * This include file contains all of the inlined routines associated * with core semaphores. * - * COPYRIGHT (c) 1989-1997. + * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * Copyright assigned to U.S. Government, 1994. * diff --git a/cpukit/score/macros/rtems/score/heap.inl b/cpukit/score/macros/rtems/score/heap.inl index 39256e865a..d4bb8edb97 100644 --- a/cpukit/score/macros/rtems/score/heap.inl +++ b/cpukit/score/macros/rtems/score/heap.inl @@ -3,7 +3,7 @@ * This file contains the macro 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/cpukit/score/macros/rtems/score/isr.inl b/cpukit/score/macros/rtems/score/isr.inl index 4ed8feb572..b642c4fed2 100644 --- a/cpukit/score/macros/rtems/score/isr.inl +++ b/cpukit/score/macros/rtems/score/isr.inl @@ -3,7 +3,7 @@ * This include file contains the macro 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/cpukit/score/macros/rtems/score/mppkt.inl b/cpukit/score/macros/rtems/score/mppkt.inl index a2e52be523..b698602626 100644 --- a/cpukit/score/macros/rtems/score/mppkt.inl +++ b/cpukit/score/macros/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/cpukit/score/macros/rtems/score/object.inl b/cpukit/score/macros/rtems/score/object.inl index f686968ed9..2865b1e23b 100644 --- a/cpukit/score/macros/rtems/score/object.inl +++ b/cpukit/score/macros/rtems/score/object.inl @@ -3,7 +3,7 @@ * This include file contains the macro 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/cpukit/score/macros/rtems/score/objectmp.inl b/cpukit/score/macros/rtems/score/objectmp.inl index 7c518c414d..4593857fba 100644 --- a/cpukit/score/macros/rtems/score/objectmp.inl +++ b/cpukit/score/macros/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/cpukit/score/macros/rtems/score/priority.inl b/cpukit/score/macros/rtems/score/priority.inl index cfb1420fd1..c588289163 100644 --- a/cpukit/score/macros/rtems/score/priority.inl +++ b/cpukit/score/macros/rtems/score/priority.inl @@ -3,7 +3,7 @@ * This file contains the macro 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/cpukit/score/macros/rtems/score/stack.inl b/cpukit/score/macros/rtems/score/stack.inl index ff6f820a26..0e976eb0e0 100644 --- a/cpukit/score/macros/rtems/score/stack.inl +++ b/cpukit/score/macros/rtems/score/stack.inl @@ -3,7 +3,7 @@ * This file contains the macro 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/cpukit/score/macros/rtems/score/states.inl b/cpukit/score/macros/rtems/score/states.inl index 7d97aed99b..a100da077a 100644 --- a/cpukit/score/macros/rtems/score/states.inl +++ b/cpukit/score/macros/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/cpukit/score/macros/rtems/score/sysstate.inl b/cpukit/score/macros/rtems/score/sysstate.inl index 5b8a616474..44957f6faa 100644 --- a/cpukit/score/macros/rtems/score/sysstate.inl +++ b/cpukit/score/macros/rtems/score/sysstate.inl @@ -3,7 +3,7 @@ * This file contains the macro 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/cpukit/score/macros/rtems/score/thread.inl b/cpukit/score/macros/rtems/score/thread.inl index c520e613ad..96761143b8 100644 --- a/cpukit/score/macros/rtems/score/thread.inl +++ b/cpukit/score/macros/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/cpukit/score/macros/rtems/score/threadmp.inl b/cpukit/score/macros/rtems/score/threadmp.inl index ec76d2625d..c9cc91319f 100644 --- a/cpukit/score/macros/rtems/score/threadmp.inl +++ b/cpukit/score/macros/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/cpukit/score/macros/rtems/score/tod.inl b/cpukit/score/macros/rtems/score/tod.inl index ab2881b7dc..85603550ee 100644 --- a/cpukit/score/macros/rtems/score/tod.inl +++ b/cpukit/score/macros/rtems/score/tod.inl @@ -3,7 +3,7 @@ * This file contains the macro 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/cpukit/score/macros/rtems/score/tqdata.inl b/cpukit/score/macros/rtems/score/tqdata.inl index 72892b9c72..0749e612d6 100644 --- a/cpukit/score/macros/rtems/score/tqdata.inl +++ b/cpukit/score/macros/rtems/score/tqdata.inl @@ -3,7 +3,7 @@ * This file contains the macro 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/cpukit/score/macros/rtems/score/userext.inl b/cpukit/score/macros/rtems/score/userext.inl index ec5535ed4a..37b0bf8d2a 100644 --- a/cpukit/score/macros/rtems/score/userext.inl +++ b/cpukit/score/macros/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/cpukit/score/macros/rtems/score/watchdog.inl b/cpukit/score/macros/rtems/score/watchdog.inl index 0988109892..fecc20e4f1 100644 --- a/cpukit/score/macros/rtems/score/watchdog.inl +++ b/cpukit/score/macros/rtems/score/watchdog.inl @@ -3,7 +3,7 @@ * This file contains the macro 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/cpukit/score/macros/rtems/score/wkspace.inl b/cpukit/score/macros/rtems/score/wkspace.inl index afa36689c9..525756db6b 100644 --- a/cpukit/score/macros/rtems/score/wkspace.inl +++ b/cpukit/score/macros/rtems/score/wkspace.inl @@ -3,7 +3,7 @@ * This file contains the macro implementation of the inlined routines * from the RAM Workspace Handler. * - * 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