summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-17 17:51:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-17 17:51:34 +0000
commit08311cc3a95a4b8abf98477c46d7a9f18d360bdb (patch)
treef884ce7e11ee6c956521f7825659f4f1cc0ce974 /cpukit/score/include/rtems
parentRemoved as part of patch rtems-rc-19991105-1.diff.gz from Ralf Corsepius (diff)
downloadrtems-08311cc3a95a4b8abf98477c46d7a9f18d360bdb.tar.bz2
Updated copyright notice.
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/debug.h3
-rw-r--r--cpukit/score/include/rtems/score/address.h3
-rw-r--r--cpukit/score/include/rtems/score/apiext.h3
-rw-r--r--cpukit/score/include/rtems/score/bitfield.h3
-rw-r--r--cpukit/score/include/rtems/score/chain.h3
-rw-r--r--cpukit/score/include/rtems/score/context.h3
-rw-r--r--cpukit/score/include/rtems/score/copyrt.h8
-rw-r--r--cpukit/score/include/rtems/score/coremsg.h3
-rw-r--r--cpukit/score/include/rtems/score/coremutex.h3
-rw-r--r--cpukit/score/include/rtems/score/coresem.h3
-rw-r--r--cpukit/score/include/rtems/score/heap.h3
-rw-r--r--cpukit/score/include/rtems/score/interr.h3
-rw-r--r--cpukit/score/include/rtems/score/isr.h3
-rw-r--r--cpukit/score/include/rtems/score/mpci.h3
-rw-r--r--cpukit/score/include/rtems/score/mppkt.h3
-rw-r--r--cpukit/score/include/rtems/score/object.h3
-rw-r--r--cpukit/score/include/rtems/score/objectmp.h3
-rw-r--r--cpukit/score/include/rtems/score/priority.h3
-rw-r--r--cpukit/score/include/rtems/score/stack.h3
-rw-r--r--cpukit/score/include/rtems/score/states.h3
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h3
-rw-r--r--cpukit/score/include/rtems/score/thread.h3
-rw-r--r--cpukit/score/include/rtems/score/threadmp.h3
-rw-r--r--cpukit/score/include/rtems/score/threadq.h3
-rw-r--r--cpukit/score/include/rtems/score/tod.h3
-rw-r--r--cpukit/score/include/rtems/score/tqdata.h3
-rw-r--r--cpukit/score/include/rtems/score/userext.h3
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h3
-rw-r--r--cpukit/score/include/rtems/score/wkspace.h3
-rw-r--r--cpukit/score/include/rtems/system.h3
30 files changed, 32 insertions, 63 deletions
diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index 5c83e67d05..1b142be59f 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -5,9 +5,8 @@
* Manager since it is externally accessible.
*
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/address.h b/cpukit/score/include/rtems/score/address.h
index e64cd54931..edb04729dc 100644
--- a/cpukit/score/include/rtems/score/address.h
+++ b/cpukit/score/include/rtems/score/address.h
@@ -3,9 +3,8 @@
* This include file contains the information required to manipulate
* physical addresses.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/apiext.h b/cpukit/score/include/rtems/score/apiext.h
index 4ca6570cee..1622f504da 100644
--- a/cpukit/score/include/rtems/score/apiext.h
+++ b/cpukit/score/include/rtems/score/apiext.h
@@ -2,9 +2,8 @@
*
* This is the API Extensions Handler.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/bitfield.h b/cpukit/score/include/rtems/score/bitfield.h
index bbced47652..05c0daeb5b 100644
--- a/cpukit/score/include/rtems/score/bitfield.h
+++ b/cpukit/score/include/rtems/score/bitfield.h
@@ -2,9 +2,8 @@
*
* This include file contains all bit field manipulation routines.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/chain.h b/cpukit/score/include/rtems/score/chain.h
index 910f5e4414..469979c68e 100644
--- a/cpukit/score/include/rtems/score/chain.h
+++ b/cpukit/score/include/rtems/score/chain.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Doubly Linked Chain Handler.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/context.h b/cpukit/score/include/rtems/score/context.h
index 5a22fd4b6d..acfaeccef7 100644
--- a/cpukit/score/include/rtems/score/context.h
+++ b/cpukit/score/include/rtems/score/context.h
@@ -2,9 +2,8 @@
*
* This include file contains all information about a context.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/copyrt.h b/cpukit/score/include/rtems/score/copyrt.h
index 3a9a5a5c60..d7e1c3c474 100644
--- a/cpukit/score/include/rtems/score/copyrt.h
+++ b/cpukit/score/include/rtems/score/copyrt.h
@@ -3,9 +3,8 @@
* This include file contains the copyright notice for RTEMS
* which is included in every binary copy of the executive.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -24,9 +23,8 @@ extern "C" {
#ifdef SCORE_INIT
const char _Copyright_Notice[] =
-"COPYRIGHT (c) 1989-1998.\n\
-On-Line Applications Research Corporation (OAR).\n\
-Copyright assigned to U.S. Government, 1994.\n";
+"COPYRIGHT (c) 1989-1999.\n\
+On-Line Applications Research Corporation (OAR).\n";
#else
diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/score/include/rtems/score/coremsg.h
index 9e94828468..71f36d525e 100644
--- a/cpukit/score/include/rtems/score/coremsg.h
+++ b/cpukit/score/include/rtems/score/coremsg.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Message queue Handler.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h
index 7145e4f19f..73f92c76e0 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/score/include/rtems/score/coremutex.h
@@ -5,9 +5,8 @@
* Dijkstra binary semaphore used to provide synchronization and mutual
* exclusion capabilities.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h
index 1384ca361d..324fdcf1aa 100644
--- a/cpukit/score/include/rtems/score/coresem.h
+++ b/cpukit/score/include/rtems/score/coresem.h
@@ -5,9 +5,8 @@
* standard Dijkstra binary semaphore used to provide synchronization
* and mutual exclusion capabilities.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index eaee7cde3f..1a502f7999 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -8,9 +8,8 @@
* and unallocated blocks is contained in the heap space. A heap header
* contains control information for the heap.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index f3fba47f66..b2e92906fe 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -4,9 +4,8 @@
* to the Internal Error Handler.
*
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 617c7989ef..2cba4394d4 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -5,9 +5,8 @@
* supports interrupt critical sections, vectoring of user interrupt
* handlers, nesting of interrupts, and manipulating interrupt levels.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h
index 4475021eca..0ca7f15c02 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/score/include/rtems/score/mpci.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the MPCI layer. It provides mechanisms to utilize packets.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/mppkt.h b/cpukit/score/include/rtems/score/mppkt.h
index 1838d92336..58d4785a3b 100644
--- a/cpukit/score/include/rtems/score/mppkt.h
+++ b/cpukit/score/include/rtems/score/mppkt.h
@@ -7,9 +7,8 @@
* nodes in an MP system.
*
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 9f4a6a929d..811e33a17e 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -5,9 +5,8 @@
* can be used to initialize and manipulate all objects which have
* ids.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/objectmp.h b/cpukit/score/include/rtems/score/objectmp.h
index e307ca4264..de227a128b 100644
--- a/cpukit/score/include/rtems/score/objectmp.h
+++ b/cpukit/score/include/rtems/score/objectmp.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the manipulation of Global RTEMS Objects.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/priority.h b/cpukit/score/include/rtems/score/priority.h
index 7241888242..216673bac2 100644
--- a/cpukit/score/include/rtems/score/priority.h
+++ b/cpukit/score/include/rtems/score/priority.h
@@ -4,9 +4,8 @@
* This Handler provides mechanisms which can be used to
* initialize and manipulate thread priorities.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/stack.h b/cpukit/score/include/rtems/score/stack.h
index 1fc4a13966..d9997bb389 100644
--- a/cpukit/score/include/rtems/score/stack.h
+++ b/cpukit/score/include/rtems/score/stack.h
@@ -4,9 +4,8 @@
* Stack Handler. This Handler provides mechanisms which can be used to
* initialize and utilize stacks.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/states.h b/cpukit/score/include/rtems/score/states.h
index a0d7ed8ab8..b12571824f 100644
--- a/cpukit/score/include/rtems/score/states.h
+++ b/cpukit/score/include/rtems/score/states.h
@@ -2,9 +2,8 @@
*
* This include file contains thread execution state information.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index 8451894e97..526494b79b 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -2,9 +2,8 @@
*
* This include file contains information regarding the system state.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 59c61f7365..0e2802bbac 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -3,9 +3,8 @@
* This include file contains all constants and structures associated
* with the thread control block.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/threadmp.h b/cpukit/score/include/rtems/score/threadmp.h
index 497bdc8c5b..62a379d723 100644
--- a/cpukit/score/include/rtems/score/threadmp.h
+++ b/cpukit/score/include/rtems/score/threadmp.h
@@ -3,9 +3,8 @@
* This include file contains the specification for all routines
* and data specific to the multiprocessing portion of the thread package.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/threadq.h b/cpukit/score/include/rtems/score/threadq.h
index d3a0f58ad1..1ef6c009cb 100644
--- a/cpukit/score/include/rtems/score/threadq.h
+++ b/cpukit/score/include/rtems/score/threadq.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the manipulation of objects.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index b87486bda1..c745fdb1f6 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures associated
* with the Time of Day Handler.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h
index 6136d35412..98b9e4d9d2 100644
--- a/cpukit/score/include/rtems/score/tqdata.h
+++ b/cpukit/score/include/rtems/score/tqdata.h
@@ -3,9 +3,8 @@
* This include file contains all the constants and structures
* needed to declare a thread queue.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/userext.h b/cpukit/score/include/rtems/score/userext.h
index 29b0e9564e..4c2972030e 100644
--- a/cpukit/score/include/rtems/score/userext.h
+++ b/cpukit/score/include/rtems/score/userext.h
@@ -4,9 +4,8 @@
* Handler provides mechanisms which can be used to initialize and manipulate
* all user extensions.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index ceb09793f6..ad25d62126 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -4,9 +4,8 @@
* with watchdog timers. This Handler provides mechanisms which can be
* used to initialize and manipulate watchdog timers.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/score/wkspace.h b/cpukit/score/include/rtems/score/wkspace.h
index 3b4b84f95f..77d7142204 100644
--- a/cpukit/score/include/rtems/score/wkspace.h
+++ b/cpukit/score/include/rtems/score/wkspace.h
@@ -4,9 +4,8 @@
* RAM Workspace. This Handler provides mechanisms which can be used to
* define, initialize and manipulate the workspace.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 423952aa56..6db19e8c62 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -4,9 +4,8 @@
* function in the executive. This must be the first include file
* included in all internal RTEMS files.
*
- * COPYRIGHT (c) 1989-1998.
+ * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at