summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/macros/rtems/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/rtems/macros/rtems/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/rtems/macros/rtems/rtems')
-rw-r--r--cpukit/rtems/macros/rtems/rtems/asr.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/attr.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/dpmem.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/event.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/eventset.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/message.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/modes.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/options.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/part.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/ratemon.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/region.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/sem.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/status.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/support.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/tasks.inl3
-rw-r--r--cpukit/rtems/macros/rtems/rtems/timer.inl3
16 files changed, 16 insertions, 32 deletions
diff --git a/cpukit/rtems/macros/rtems/rtems/asr.inl b/cpukit/rtems/macros/rtems/rtems/asr.inl
index d3ed229ca9..f2943078da 100644
--- a/cpukit/rtems/macros/rtems/rtems/asr.inl
+++ b/cpukit/rtems/macros/rtems/rtems/asr.inl
@@ -3,9 +3,8 @@
* This include file contains the implemenation of all routines
* associated with the asynchronous signal handler which are inlined.
*
- * 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/rtems/macros/rtems/rtems/attr.inl b/cpukit/rtems/macros/rtems/rtems/attr.inl
index 2d8303db11..035a6b8bc5 100644
--- a/cpukit/rtems/macros/rtems/rtems/attr.inl
+++ b/cpukit/rtems/macros/rtems/rtems/attr.inl
@@ -3,9 +3,8 @@
* This include file contains all of the inlined routines associated
* with attributes.
*
- * 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/rtems/macros/rtems/rtems/dpmem.inl b/cpukit/rtems/macros/rtems/rtems/dpmem.inl
index 171f15d8e9..590bb0f71a 100644
--- a/cpukit/rtems/macros/rtems/rtems/dpmem.inl
+++ b/cpukit/rtems/macros/rtems/rtems/dpmem.inl
@@ -3,9 +3,8 @@
* This include file contains the inline routine used in conjunction
* with the Dual Ported Memory Manager
*
- * 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/rtems/macros/rtems/rtems/event.inl b/cpukit/rtems/macros/rtems/rtems/event.inl
index e0d18e7817..5ca092bee0 100644
--- a/cpukit/rtems/macros/rtems/rtems/event.inl
+++ b/cpukit/rtems/macros/rtems/rtems/event.inl
@@ -3,9 +3,8 @@
* This include file contains the implementation of macros for
* the Event Manager.
*
- * 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/rtems/macros/rtems/rtems/eventset.inl b/cpukit/rtems/macros/rtems/rtems/eventset.inl
index 3eeb2bea63..364887bd44 100644
--- a/cpukit/rtems/macros/rtems/rtems/eventset.inl
+++ b/cpukit/rtems/macros/rtems/rtems/eventset.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of inlined
* routines in the event set object.
*
- * 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/rtems/macros/rtems/rtems/message.inl b/cpukit/rtems/macros/rtems/rtems/message.inl
index 537701d41b..ff087b96b9 100644
--- a/cpukit/rtems/macros/rtems/rtems/message.inl
+++ b/cpukit/rtems/macros/rtems/rtems/message.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of all
* inlined routines in the Message Manager.
*
- * 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/rtems/macros/rtems/rtems/modes.inl b/cpukit/rtems/macros/rtems/rtems/modes.inl
index e84bf25b32..6e0920838a 100644
--- a/cpukit/rtems/macros/rtems/rtems/modes.inl
+++ b/cpukit/rtems/macros/rtems/rtems/modes.inl
@@ -3,9 +3,8 @@
* This include file contains the macro implementation of the
* inlined routines in the Mode 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/rtems/macros/rtems/rtems/options.inl b/cpukit/rtems/macros/rtems/rtems/options.inl
index 78068ab17c..b0d816ed6d 100644
--- a/cpukit/rtems/macros/rtems/rtems/options.inl
+++ b/cpukit/rtems/macros/rtems/rtems/options.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Options 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/rtems/macros/rtems/rtems/part.inl b/cpukit/rtems/macros/rtems/rtems/part.inl
index 027a7427e5..050b350b05 100644
--- a/cpukit/rtems/macros/rtems/rtems/part.inl
+++ b/cpukit/rtems/macros/rtems/rtems/part.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined routines
* in the Partition Manager.
*
- * 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/rtems/macros/rtems/rtems/ratemon.inl b/cpukit/rtems/macros/rtems/rtems/ratemon.inl
index 8a550d91e0..c177b6a862 100644
--- a/cpukit/rtems/macros/rtems/rtems/ratemon.inl
+++ b/cpukit/rtems/macros/rtems/rtems/ratemon.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines in the Rate Monotonic Manager.
*
- * 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/rtems/macros/rtems/rtems/region.inl b/cpukit/rtems/macros/rtems/rtems/region.inl
index 8c36bdeb34..2576a08bec 100644
--- a/cpukit/rtems/macros/rtems/rtems/region.inl
+++ b/cpukit/rtems/macros/rtems/rtems/region.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Region Manager.
*
- * 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/rtems/macros/rtems/rtems/sem.inl b/cpukit/rtems/macros/rtems/rtems/sem.inl
index 132422a30b..31009ddb68 100644
--- a/cpukit/rtems/macros/rtems/rtems/sem.inl
+++ b/cpukit/rtems/macros/rtems/rtems/sem.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined
* routines from the Semaphore Manager.
*
- * 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/rtems/macros/rtems/rtems/status.inl b/cpukit/rtems/macros/rtems/rtems/status.inl
index 6db9086df0..6559d04bb3 100644
--- a/cpukit/rtems/macros/rtems/rtems/status.inl
+++ b/cpukit/rtems/macros/rtems/rtems/status.inl
@@ -3,9 +3,8 @@
* This include file contains the implementations of the inlined
* routines for the status 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/rtems/macros/rtems/rtems/support.inl b/cpukit/rtems/macros/rtems/rtems/support.inl
index fc84a2e7ee..b62b545a8d 100644
--- a/cpukit/rtems/macros/rtems/rtems/support.inl
+++ b/cpukit/rtems/macros/rtems/rtems/support.inl
@@ -3,9 +3,8 @@
* This include file contains the macros implementation of all
* of the inlined routines specific to the RTEMS API.
*
- * 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/rtems/macros/rtems/rtems/tasks.inl b/cpukit/rtems/macros/rtems/rtems/tasks.inl
index a60d80d60c..a30247b12a 100644
--- a/cpukit/rtems/macros/rtems/rtems/tasks.inl
+++ b/cpukit/rtems/macros/rtems/rtems/tasks.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of all inlined
* routines in the with RTEMS Tasks Manager.
*
- * 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/rtems/macros/rtems/rtems/timer.inl b/cpukit/rtems/macros/rtems/rtems/timer.inl
index 5dc329a203..36b0fdfe85 100644
--- a/cpukit/rtems/macros/rtems/rtems/timer.inl
+++ b/cpukit/rtems/macros/rtems/rtems/timer.inl
@@ -3,9 +3,8 @@
* This file contains the macro implementation of the inlined routines
* from the Timer Manager.
*
- * 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