summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src')
-rw-r--r--c/src/exec/posix/src/alarm.c3
-rw-r--r--c/src/exec/posix/src/kill.c3
-rw-r--r--c/src/exec/posix/src/killinfo.c3
-rw-r--r--c/src/exec/posix/src/pause.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrdestroy.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetdetachstate.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetinheritsched.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetschedparam.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetschedpolicy.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetscope.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetstackaddr.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrgetstacksize.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrinit.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetdetachstate.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetinheritsched.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetschedparam.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetschedpolicy.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetscope.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetstackaddr.c3
-rw-r--r--c/src/exec/posix/src/pthreadattrsetstacksize.c3
-rw-r--r--c/src/exec/posix/src/pthreadcreate.c3
-rw-r--r--c/src/exec/posix/src/pthreaddetach.c3
-rw-r--r--c/src/exec/posix/src/pthreadequal.c3
-rw-r--r--c/src/exec/posix/src/pthreadexit.c3
-rw-r--r--c/src/exec/posix/src/pthreadgetcpuclockid.c3
-rw-r--r--c/src/exec/posix/src/pthreadgetcputime.c3
-rw-r--r--c/src/exec/posix/src/pthreadgetschedparam.c3
-rw-r--r--c/src/exec/posix/src/pthreadjoin.c3
-rw-r--r--c/src/exec/posix/src/pthreadkill.c3
-rw-r--r--c/src/exec/posix/src/pthreadonce.c3
-rw-r--r--c/src/exec/posix/src/pthreadself.c3
-rw-r--r--c/src/exec/posix/src/pthreadsetcputime.c3
-rw-r--r--c/src/exec/posix/src/pthreadsetschedparam.c3
-rw-r--r--c/src/exec/posix/src/pthreadsigmask.c3
-rw-r--r--c/src/exec/posix/src/sigaction.c3
-rw-r--r--c/src/exec/posix/src/sigaddset.c3
-rw-r--r--c/src/exec/posix/src/sigdelset.c3
-rw-r--r--c/src/exec/posix/src/sigemptyset.c3
-rw-r--r--c/src/exec/posix/src/sigfillset.c3
-rw-r--r--c/src/exec/posix/src/sigismember.c3
-rw-r--r--c/src/exec/posix/src/signal_2.c3
-rw-r--r--c/src/exec/posix/src/sigpending.c3
-rw-r--r--c/src/exec/posix/src/sigprocmask.c3
-rw-r--r--c/src/exec/posix/src/sigqueue.c3
-rw-r--r--c/src/exec/posix/src/sigsuspend.c3
-rw-r--r--c/src/exec/posix/src/sigtimedwait.c3
-rw-r--r--c/src/exec/posix/src/sigwait.c3
-rw-r--r--c/src/exec/posix/src/sigwaitinfo.c3
48 files changed, 48 insertions, 96 deletions
diff --git a/c/src/exec/posix/src/alarm.c b/c/src/exec/posix/src/alarm.c
index a17fd04f4e..bef81d6695 100644
--- a/c/src/exec/posix/src/alarm.c
+++ b/c/src/exec/posix/src/alarm.c
@@ -1,9 +1,8 @@
/*
* 3.4.1 Schedule Alarm, P1003.1b-1993, p. 79
*
- * 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/c/src/exec/posix/src/kill.c b/c/src/exec/posix/src/kill.c
index 97cd17164d..63dff6bb7d 100644
--- a/c/src/exec/posix/src/kill.c
+++ b/c/src/exec/posix/src/kill.c
@@ -1,9 +1,8 @@
/*
* 3.3.2 Send a Signal to a Process, P1003.1b-1993, p. 68
*
- * 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/c/src/exec/posix/src/killinfo.c b/c/src/exec/posix/src/killinfo.c
index ab462b7a1b..57f40e94bf 100644
--- a/c/src/exec/posix/src/killinfo.c
+++ b/c/src/exec/posix/src/killinfo.c
@@ -1,9 +1,8 @@
/*
* kill() support routine
*
- * 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/c/src/exec/posix/src/pause.c b/c/src/exec/posix/src/pause.c
index a39011bef8..628908b44d 100644
--- a/c/src/exec/posix/src/pause.c
+++ b/c/src/exec/posix/src/pause.c
@@ -1,9 +1,8 @@
/*
* 3.4.2 Suspend Process Execution, P1003.1b-1993, p. 81
*
- * 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/c/src/exec/posix/src/pthreadattrdestroy.c b/c/src/exec/posix/src/pthreadattrdestroy.c
index c518236ad3..be30152520 100644
--- a/c/src/exec/posix/src/pthreadattrdestroy.c
+++ b/c/src/exec/posix/src/pthreadattrdestroy.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/c/src/exec/posix/src/pthreadattrgetdetachstate.c b/c/src/exec/posix/src/pthreadattrgetdetachstate.c
index eefcfba362..244e902144 100644
--- a/c/src/exec/posix/src/pthreadattrgetdetachstate.c
+++ b/c/src/exec/posix/src/pthreadattrgetdetachstate.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/c/src/exec/posix/src/pthreadattrgetinheritsched.c b/c/src/exec/posix/src/pthreadattrgetinheritsched.c
index 7cdd8b4d53..6b68093be2 100644
--- a/c/src/exec/posix/src/pthreadattrgetinheritsched.c
+++ b/c/src/exec/posix/src/pthreadattrgetinheritsched.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/c/src/exec/posix/src/pthreadattrgetschedparam.c b/c/src/exec/posix/src/pthreadattrgetschedparam.c
index d139a76f0c..91da6b3c80 100644
--- a/c/src/exec/posix/src/pthreadattrgetschedparam.c
+++ b/c/src/exec/posix/src/pthreadattrgetschedparam.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/c/src/exec/posix/src/pthreadattrgetschedpolicy.c b/c/src/exec/posix/src/pthreadattrgetschedpolicy.c
index 0c22244b70..2fd6df4851 100644
--- a/c/src/exec/posix/src/pthreadattrgetschedpolicy.c
+++ b/c/src/exec/posix/src/pthreadattrgetschedpolicy.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Parameters, P1003.1c/Draft 10, p. 120
*
- * 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/c/src/exec/posix/src/pthreadattrgetscope.c b/c/src/exec/posix/src/pthreadattrgetscope.c
index 2c31fef2fb..9bf459fdf5 100644
--- a/c/src/exec/posix/src/pthreadattrgetscope.c
+++ b/c/src/exec/posix/src/pthreadattrgetscope.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/c/src/exec/posix/src/pthreadattrgetstackaddr.c b/c/src/exec/posix/src/pthreadattrgetstackaddr.c
index 18e662fb1e..07642796c0 100644
--- a/c/src/exec/posix/src/pthreadattrgetstackaddr.c
+++ b/c/src/exec/posix/src/pthreadattrgetstackaddr.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/c/src/exec/posix/src/pthreadattrgetstacksize.c b/c/src/exec/posix/src/pthreadattrgetstacksize.c
index 589e87ed3c..d160fe51b1 100644
--- a/c/src/exec/posix/src/pthreadattrgetstacksize.c
+++ b/c/src/exec/posix/src/pthreadattrgetstacksize.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/c/src/exec/posix/src/pthreadattrinit.c b/c/src/exec/posix/src/pthreadattrinit.c
index 7a9db5e042..a70bd97eaf 100644
--- a/c/src/exec/posix/src/pthreadattrinit.c
+++ b/c/src/exec/posix/src/pthreadattrinit.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/c/src/exec/posix/src/pthreadattrsetdetachstate.c b/c/src/exec/posix/src/pthreadattrsetdetachstate.c
index f0af517ae6..74482d2507 100644
--- a/c/src/exec/posix/src/pthreadattrsetdetachstate.c
+++ b/c/src/exec/posix/src/pthreadattrsetdetachstate.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/c/src/exec/posix/src/pthreadattrsetinheritsched.c b/c/src/exec/posix/src/pthreadattrsetinheritsched.c
index fb6148ee24..a44f887cde 100644
--- a/c/src/exec/posix/src/pthreadattrsetinheritsched.c
+++ b/c/src/exec/posix/src/pthreadattrsetinheritsched.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/c/src/exec/posix/src/pthreadattrsetschedparam.c b/c/src/exec/posix/src/pthreadattrsetschedparam.c
index 7fbb45a057..3c9a3c0644 100644
--- a/c/src/exec/posix/src/pthreadattrsetschedparam.c
+++ b/c/src/exec/posix/src/pthreadattrsetschedparam.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Parameters, P1003.1c/Draft 10, p. 120
*
- * 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/c/src/exec/posix/src/pthreadattrsetschedpolicy.c b/c/src/exec/posix/src/pthreadattrsetschedpolicy.c
index 0a60709139..e13ef77263 100644
--- a/c/src/exec/posix/src/pthreadattrsetschedpolicy.c
+++ b/c/src/exec/posix/src/pthreadattrsetschedpolicy.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/c/src/exec/posix/src/pthreadattrsetscope.c b/c/src/exec/posix/src/pthreadattrsetscope.c
index 205de52565..0adc6181f7 100644
--- a/c/src/exec/posix/src/pthreadattrsetscope.c
+++ b/c/src/exec/posix/src/pthreadattrsetscope.c
@@ -1,9 +1,8 @@
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
- * 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/c/src/exec/posix/src/pthreadattrsetstackaddr.c b/c/src/exec/posix/src/pthreadattrsetstackaddr.c
index 15547d4e27..d8cf5fd807 100644
--- a/c/src/exec/posix/src/pthreadattrsetstackaddr.c
+++ b/c/src/exec/posix/src/pthreadattrsetstackaddr.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/c/src/exec/posix/src/pthreadattrsetstacksize.c b/c/src/exec/posix/src/pthreadattrsetstacksize.c
index ccaf03fd47..19696fd664 100644
--- a/c/src/exec/posix/src/pthreadattrsetstacksize.c
+++ b/c/src/exec/posix/src/pthreadattrsetstacksize.c
@@ -1,9 +1,8 @@
/*
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140
*
- * 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/c/src/exec/posix/src/pthreadcreate.c b/c/src/exec/posix/src/pthreadcreate.c
index acbcbfc6cc..b4e4788f2e 100644
--- a/c/src/exec/posix/src/pthreadcreate.c
+++ b/c/src/exec/posix/src/pthreadcreate.c
@@ -1,9 +1,8 @@
/*
* 16.1.2 Thread Creation, P1003.1c/Draft 10, p. 144
*
- * 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/c/src/exec/posix/src/pthreaddetach.c b/c/src/exec/posix/src/pthreaddetach.c
index 6beb88ef23..aa3e2054d5 100644
--- a/c/src/exec/posix/src/pthreaddetach.c
+++ b/c/src/exec/posix/src/pthreaddetach.c
@@ -1,9 +1,8 @@
/*
* 16.1.4 Detaching a Thread, P1003.1c/Draft 10, p. 149
*
- * 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/c/src/exec/posix/src/pthreadequal.c b/c/src/exec/posix/src/pthreadequal.c
index 3ea32bfd1e..60bd0ba2ad 100644
--- a/c/src/exec/posix/src/pthreadequal.c
+++ b/c/src/exec/posix/src/pthreadequal.c
@@ -3,9 +3,8 @@
*
* NOTE: POSIX does not define the behavior when either thread id is invalid.
*
- * 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/c/src/exec/posix/src/pthreadexit.c b/c/src/exec/posix/src/pthreadexit.c
index 085db519a7..a4a2281e16 100644
--- a/c/src/exec/posix/src/pthreadexit.c
+++ b/c/src/exec/posix/src/pthreadexit.c
@@ -3,9 +3,8 @@
*
* NOTE: Key destructors are executed in the POSIX api delete extension.
*
- * 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/c/src/exec/posix/src/pthreadgetcpuclockid.c b/c/src/exec/posix/src/pthreadgetcpuclockid.c
index 05cf938559..f7d9553522 100644
--- a/c/src/exec/posix/src/pthreadgetcpuclockid.c
+++ b/c/src/exec/posix/src/pthreadgetcpuclockid.c
@@ -1,9 +1,8 @@
/*
* 20.1.6 Accessing a Thread CPU-time Clock, P1003.4b/Draft 8, p. 58
*
- * 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/c/src/exec/posix/src/pthreadgetcputime.c b/c/src/exec/posix/src/pthreadgetcputime.c
index 00abac790e..2dc56a2526 100644
--- a/c/src/exec/posix/src/pthreadgetcputime.c
+++ b/c/src/exec/posix/src/pthreadgetcputime.c
@@ -1,9 +1,8 @@
/*
* 20.1.7 CPU-time Clock Thread Creation Attribute, P1003.4b/Draft 8, p. 59
*
- * 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/c/src/exec/posix/src/pthreadgetschedparam.c b/c/src/exec/posix/src/pthreadgetschedparam.c
index 7287d09a36..258734bc5d 100644
--- a/c/src/exec/posix/src/pthreadgetschedparam.c
+++ b/c/src/exec/posix/src/pthreadgetschedparam.c
@@ -2,9 +2,8 @@
* 13.5.2 Dynamic Thread Scheduling Parameters Access,
* P1003.1c/Draft 10, p. 124
*
- * 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/c/src/exec/posix/src/pthreadjoin.c b/c/src/exec/posix/src/pthreadjoin.c
index 004e591eb5..491e2406e6 100644
--- a/c/src/exec/posix/src/pthreadjoin.c
+++ b/c/src/exec/posix/src/pthreadjoin.c
@@ -1,9 +1,8 @@
/*
* 16.1.3 Wait for Thread Termination, P1003.1c/Draft 10, p. 147
*
- * 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/c/src/exec/posix/src/pthreadkill.c b/c/src/exec/posix/src/pthreadkill.c
index 85fe4a35bb..6ddd1d6138 100644
--- a/c/src/exec/posix/src/pthreadkill.c
+++ b/c/src/exec/posix/src/pthreadkill.c
@@ -1,9 +1,8 @@
/*
* 3.3.10 Send a Signal to a Thread, P1003.1c/D10, p. 43
*
- * 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/c/src/exec/posix/src/pthreadonce.c b/c/src/exec/posix/src/pthreadonce.c
index 886b6ea866..49b3f31bc4 100644
--- a/c/src/exec/posix/src/pthreadonce.c
+++ b/c/src/exec/posix/src/pthreadonce.c
@@ -1,9 +1,8 @@
/*
* 16.1.8 Dynamic Package Initialization, P1003.1c/Draft 10, p. 154
*
- * 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/c/src/exec/posix/src/pthreadself.c b/c/src/exec/posix/src/pthreadself.c
index 986dd39175..838a7d3b8c 100644
--- a/c/src/exec/posix/src/pthreadself.c
+++ b/c/src/exec/posix/src/pthreadself.c
@@ -1,9 +1,8 @@
/*
* 16.1.6 Get Calling Thread's ID, p1003.1c/Draft 10, p. 152
*
- * 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/c/src/exec/posix/src/pthreadsetcputime.c b/c/src/exec/posix/src/pthreadsetcputime.c
index 3482a2593e..866a324f0e 100644
--- a/c/src/exec/posix/src/pthreadsetcputime.c
+++ b/c/src/exec/posix/src/pthreadsetcputime.c
@@ -1,9 +1,8 @@
/*
* 20.1.7 CPU-time Clock Thread Creation Attribute, P1003.4b/Draft 8, p. 59
*
- * 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/c/src/exec/posix/src/pthreadsetschedparam.c b/c/src/exec/posix/src/pthreadsetschedparam.c
index 97bc4351b7..62ec3d888d 100644
--- a/c/src/exec/posix/src/pthreadsetschedparam.c
+++ b/c/src/exec/posix/src/pthreadsetschedparam.c
@@ -2,9 +2,8 @@
* 13.5.2 Dynamic Thread Scheduling Parameters Access,
* P1003.1c/Draft 10, p. 124
*
- * 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/c/src/exec/posix/src/pthreadsigmask.c b/c/src/exec/posix/src/pthreadsigmask.c
index 1efede39c4..7511de17f8 100644
--- a/c/src/exec/posix/src/pthreadsigmask.c
+++ b/c/src/exec/posix/src/pthreadsigmask.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 37 adds pthread_sigmask().
*
- * 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/c/src/exec/posix/src/sigaction.c b/c/src/exec/posix/src/sigaction.c
index 26abb4ff86..11bbc358de 100644
--- a/c/src/exec/posix/src/sigaction.c
+++ b/c/src/exec/posix/src/sigaction.c
@@ -1,9 +1,8 @@
/*
* 3.3.4 Examine and Change Signal Action, P1003.1b-1993, p. 70
*
- * 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/c/src/exec/posix/src/sigaddset.c b/c/src/exec/posix/src/sigaddset.c
index 7e8058781f..202116a1d1 100644
--- a/c/src/exec/posix/src/sigaddset.c
+++ b/c/src/exec/posix/src/sigaddset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/c/src/exec/posix/src/sigdelset.c b/c/src/exec/posix/src/sigdelset.c
index c16449c287..ac5e1adfa6 100644
--- a/c/src/exec/posix/src/sigdelset.c
+++ b/c/src/exec/posix/src/sigdelset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/c/src/exec/posix/src/sigemptyset.c b/c/src/exec/posix/src/sigemptyset.c
index 653a840d91..d771f3ede2 100644
--- a/c/src/exec/posix/src/sigemptyset.c
+++ b/c/src/exec/posix/src/sigemptyset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/c/src/exec/posix/src/sigfillset.c b/c/src/exec/posix/src/sigfillset.c
index 9ccef1a201..b3a0447602 100644
--- a/c/src/exec/posix/src/sigfillset.c
+++ b/c/src/exec/posix/src/sigfillset.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/c/src/exec/posix/src/sigismember.c b/c/src/exec/posix/src/sigismember.c
index f98730a0d5..df617ad0bc 100644
--- a/c/src/exec/posix/src/sigismember.c
+++ b/c/src/exec/posix/src/sigismember.c
@@ -1,9 +1,8 @@
/*
* 3.3.3 Manipulate Signal Sets, P1003.1b-1993, p. 69
*
- * 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/c/src/exec/posix/src/signal_2.c b/c/src/exec/posix/src/signal_2.c
index d3931ef362..2134339e76 100644
--- a/c/src/exec/posix/src/signal_2.c
+++ b/c/src/exec/posix/src/signal_2.c
@@ -1,9 +1,8 @@
/*
* signal(2) - Install signal 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/c/src/exec/posix/src/sigpending.c b/c/src/exec/posix/src/sigpending.c
index 49b34c9c46..2699645150 100644
--- a/c/src/exec/posix/src/sigpending.c
+++ b/c/src/exec/posix/src/sigpending.c
@@ -1,9 +1,8 @@
/*
* 3.3.6 Examine Pending Signals, P1003.1b-1993, p. 75
*
- * 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/c/src/exec/posix/src/sigprocmask.c b/c/src/exec/posix/src/sigprocmask.c
index dcbbcfca4f..530975c6b6 100644
--- a/c/src/exec/posix/src/sigprocmask.c
+++ b/c/src/exec/posix/src/sigprocmask.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 37 adds pthread_sigmask().
*
- * 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/c/src/exec/posix/src/sigqueue.c b/c/src/exec/posix/src/sigqueue.c
index e90cf8789f..7e901565e0 100644
--- a/c/src/exec/posix/src/sigqueue.c
+++ b/c/src/exec/posix/src/sigqueue.c
@@ -1,9 +1,8 @@
/*
* 3.3.9 Queue a Signal to a Process, P1003.1b-1993, p. 78
*
- * 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/c/src/exec/posix/src/sigsuspend.c b/c/src/exec/posix/src/sigsuspend.c
index beed3af5db..898f1d0ced 100644
--- a/c/src/exec/posix/src/sigsuspend.c
+++ b/c/src/exec/posix/src/sigsuspend.c
@@ -1,9 +1,8 @@
/*
* 3.3.7 Wait for a Signal, P1003.1b-1993, p. 75
*
- * 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/c/src/exec/posix/src/sigtimedwait.c b/c/src/exec/posix/src/sigtimedwait.c
index 87bb0ff372..2134d8a82a 100644
--- a/c/src/exec/posix/src/sigtimedwait.c
+++ b/c/src/exec/posix/src/sigtimedwait.c
@@ -1,9 +1,8 @@
/*
* 3.3.8 Synchronously Accept a Signal, P1003.1b-1993, p. 76
*
- * 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/c/src/exec/posix/src/sigwait.c b/c/src/exec/posix/src/sigwait.c
index d0f026fb40..8270fb90ed 100644
--- a/c/src/exec/posix/src/sigwait.c
+++ b/c/src/exec/posix/src/sigwait.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 39 adds sigwait().
*
- * 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/c/src/exec/posix/src/sigwaitinfo.c b/c/src/exec/posix/src/sigwaitinfo.c
index ba9cd45c87..b91952ee9b 100644
--- a/c/src/exec/posix/src/sigwaitinfo.c
+++ b/c/src/exec/posix/src/sigwaitinfo.c
@@ -3,9 +3,8 @@
*
* NOTE: P1003.1c/D10, p. 39 adds sigwait().
*
- * 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