From 08311cc3a95a4b8abf98477c46d7a9f18d360bdb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Nov 1999 17:51:34 +0000 Subject: Updated copyright notice. --- cpukit/posix/include/rtems/posix/cond.h | 3 +-- cpukit/posix/include/rtems/posix/condmp.h | 3 +-- cpukit/posix/include/rtems/posix/config.h | 3 +-- cpukit/posix/include/rtems/posix/intr.h | 3 +-- cpukit/posix/include/rtems/posix/key.h | 3 +-- cpukit/posix/include/rtems/posix/mqueue.h | 3 +-- cpukit/posix/include/rtems/posix/mqueuemp.h | 3 +-- cpukit/posix/include/rtems/posix/mutex.h | 3 +-- cpukit/posix/include/rtems/posix/mutexmp.h | 3 +-- cpukit/posix/include/rtems/posix/posixapi.h | 3 +-- cpukit/posix/include/rtems/posix/pthread.h | 3 +-- cpukit/posix/include/rtems/posix/pthreadmp.h | 3 +-- cpukit/posix/include/rtems/posix/semaphore.h | 3 +-- cpukit/posix/include/rtems/posix/semaphoremp.h | 3 +-- cpukit/posix/inline/rtems/posix/cond.inl | 3 +-- cpukit/posix/inline/rtems/posix/intr.inl | 3 +-- cpukit/posix/inline/rtems/posix/key.inl | 3 +-- cpukit/posix/inline/rtems/posix/mqueue.inl | 3 +-- cpukit/posix/inline/rtems/posix/mutex.inl | 3 +-- cpukit/posix/inline/rtems/posix/pthread.inl | 3 +-- cpukit/posix/inline/rtems/posix/semaphore.inl | 3 +-- cpukit/posix/src/alarm.c | 3 +-- cpukit/posix/src/kill.c | 3 +-- cpukit/posix/src/killinfo.c | 3 +-- cpukit/posix/src/pause.c | 3 +-- cpukit/posix/src/pthreadattrdestroy.c | 3 +-- cpukit/posix/src/pthreadattrgetdetachstate.c | 3 +-- cpukit/posix/src/pthreadattrgetinheritsched.c | 3 +-- cpukit/posix/src/pthreadattrgetschedparam.c | 3 +-- cpukit/posix/src/pthreadattrgetschedpolicy.c | 3 +-- cpukit/posix/src/pthreadattrgetscope.c | 3 +-- cpukit/posix/src/pthreadattrgetstackaddr.c | 3 +-- cpukit/posix/src/pthreadattrgetstacksize.c | 3 +-- cpukit/posix/src/pthreadattrinit.c | 3 +-- cpukit/posix/src/pthreadattrsetdetachstate.c | 3 +-- cpukit/posix/src/pthreadattrsetinheritsched.c | 3 +-- cpukit/posix/src/pthreadattrsetschedparam.c | 3 +-- cpukit/posix/src/pthreadattrsetschedpolicy.c | 3 +-- cpukit/posix/src/pthreadattrsetscope.c | 3 +-- cpukit/posix/src/pthreadattrsetstackaddr.c | 3 +-- cpukit/posix/src/pthreadattrsetstacksize.c | 3 +-- cpukit/posix/src/pthreadcreate.c | 3 +-- cpukit/posix/src/pthreaddetach.c | 3 +-- cpukit/posix/src/pthreadequal.c | 3 +-- cpukit/posix/src/pthreadexit.c | 3 +-- cpukit/posix/src/pthreadgetcpuclockid.c | 3 +-- cpukit/posix/src/pthreadgetcputime.c | 3 +-- cpukit/posix/src/pthreadgetschedparam.c | 3 +-- cpukit/posix/src/pthreadjoin.c | 3 +-- cpukit/posix/src/pthreadkill.c | 3 +-- cpukit/posix/src/pthreadonce.c | 3 +-- cpukit/posix/src/pthreadself.c | 3 +-- cpukit/posix/src/pthreadsetcputime.c | 3 +-- cpukit/posix/src/pthreadsetschedparam.c | 3 +-- cpukit/posix/src/pthreadsigmask.c | 3 +-- cpukit/posix/src/sigaction.c | 3 +-- cpukit/posix/src/sigaddset.c | 3 +-- cpukit/posix/src/sigdelset.c | 3 +-- cpukit/posix/src/sigemptyset.c | 3 +-- cpukit/posix/src/sigfillset.c | 3 +-- cpukit/posix/src/sigismember.c | 3 +-- cpukit/posix/src/signal_2.c | 3 +-- cpukit/posix/src/sigpending.c | 3 +-- cpukit/posix/src/sigprocmask.c | 3 +-- cpukit/posix/src/sigqueue.c | 3 +-- cpukit/posix/src/sigsuspend.c | 3 +-- cpukit/posix/src/sigtimedwait.c | 3 +-- cpukit/posix/src/sigwait.c | 3 +-- cpukit/posix/src/sigwaitinfo.c | 3 +-- 69 files changed, 69 insertions(+), 138 deletions(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/include/rtems/posix/cond.h b/cpukit/posix/include/rtems/posix/cond.h index ba6063f207..c0c5395fd6 100644 --- a/cpukit/posix/include/rtems/posix/cond.h +++ b/cpukit/posix/include/rtems/posix/cond.h @@ -3,9 +3,8 @@ * This include file contains all the private support information for * POSIX condition variables. * - * 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/posix/include/rtems/posix/condmp.h b/cpukit/posix/include/rtems/posix/condmp.h index de9c5ce0d4..dfd10e57a3 100644 --- a/cpukit/posix/include/rtems/posix/condmp.h +++ b/cpukit/posix/include/rtems/posix/condmp.h @@ -3,9 +3,8 @@ * This include file contains all the constants and structures associated * with the Multiprocessing Support in the POSIX Condition Variable 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/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h index 732d1bc685..6725d12e09 100644 --- a/cpukit/posix/include/rtems/posix/config.h +++ b/cpukit/posix/include/rtems/posix/config.h @@ -3,9 +3,8 @@ * This include file contains the table of user defined configuration * parameters specific for the POSIX 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/posix/include/rtems/posix/intr.h b/cpukit/posix/include/rtems/posix/intr.h index 539c66f058..0dcadd6722 100644 --- a/cpukit/posix/include/rtems/posix/intr.h +++ b/cpukit/posix/include/rtems/posix/intr.h @@ -3,9 +3,8 @@ * This include file contains all the private support information for * POSIX Interrupt 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/posix/include/rtems/posix/key.h b/cpukit/posix/include/rtems/posix/key.h index 22bfafd594..ddebf6f0ee 100644 --- a/cpukit/posix/include/rtems/posix/key.h +++ b/cpukit/posix/include/rtems/posix/key.h @@ -3,9 +3,8 @@ * This include file contains all the private support information for * POSIX key. * - * 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/posix/include/rtems/posix/mqueue.h b/cpukit/posix/include/rtems/posix/mqueue.h index a53ef52c4f..121654f4b4 100644 --- a/cpukit/posix/include/rtems/posix/mqueue.h +++ b/cpukit/posix/include/rtems/posix/mqueue.h @@ -3,9 +3,8 @@ * This include file contains all the private support information for * POSIX Message Queues. * - * 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/posix/include/rtems/posix/mqueuemp.h b/cpukit/posix/include/rtems/posix/mqueuemp.h index 27742014ab..19fb58ea29 100644 --- a/cpukit/posix/include/rtems/posix/mqueuemp.h +++ b/cpukit/posix/include/rtems/posix/mqueuemp.h @@ -3,9 +3,8 @@ * This include file contains all the constants and structures associated * with the Multiprocessing Support in the POSIX Message Queue 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/posix/include/rtems/posix/mutex.h b/cpukit/posix/include/rtems/posix/mutex.h index 4f242db1bc..e8338c893f 100644 --- a/cpukit/posix/include/rtems/posix/mutex.h +++ b/cpukit/posix/include/rtems/posix/mutex.h @@ -3,9 +3,8 @@ * This include file contains all the private support information for * POSIX mutex's. * - * 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/posix/include/rtems/posix/mutexmp.h b/cpukit/posix/include/rtems/posix/mutexmp.h index 71f60677eb..e6ab54f14b 100644 --- a/cpukit/posix/include/rtems/posix/mutexmp.h +++ b/cpukit/posix/include/rtems/posix/mutexmp.h @@ -3,9 +3,8 @@ * This include file contains all the constants and structures associated * with the Multiprocessing Support in the POSIX Mutex 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/posix/include/rtems/posix/posixapi.h b/cpukit/posix/include/rtems/posix/posixapi.h index f7c52985c3..13c416ef90 100644 --- a/cpukit/posix/include/rtems/posix/posixapi.h +++ b/cpukit/posix/include/rtems/posix/posixapi.h @@ -3,9 +3,8 @@ * * NOTE: * - * 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/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h index 17402b8acd..10a1b051e1 100644 --- a/cpukit/posix/include/rtems/posix/pthread.h +++ b/cpukit/posix/include/rtems/posix/pthread.h @@ -3,9 +3,8 @@ * This include file contains all the private support information for * POSIX threads. * - * 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/posix/include/rtems/posix/pthreadmp.h b/cpukit/posix/include/rtems/posix/pthreadmp.h index af5997ead7..4bd6cc41e8 100644 --- a/cpukit/posix/include/rtems/posix/pthreadmp.h +++ b/cpukit/posix/include/rtems/posix/pthreadmp.h @@ -3,9 +3,8 @@ * This include file contains all the constants and structures associated * with the Multiprocessing Support in the POSIX Threads 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/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h index 8df9e4e258..95a4f9c15a 100644 --- a/cpukit/posix/include/rtems/posix/semaphore.h +++ b/cpukit/posix/include/rtems/posix/semaphore.h @@ -3,9 +3,8 @@ * This include file contains all the private support information for * POSIX Semaphores. * - * 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/posix/include/rtems/posix/semaphoremp.h b/cpukit/posix/include/rtems/posix/semaphoremp.h index 14af483f98..f776e5a4a3 100644 --- a/cpukit/posix/include/rtems/posix/semaphoremp.h +++ b/cpukit/posix/include/rtems/posix/semaphoremp.h @@ -3,9 +3,8 @@ * This include file contains all the constants and structures associated * with the Multiprocessing Support in the POSIX 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/posix/inline/rtems/posix/cond.inl b/cpukit/posix/inline/rtems/posix/cond.inl index 3a6741b1b8..d718ef514f 100644 --- a/cpukit/posix/inline/rtems/posix/cond.inl +++ b/cpukit/posix/inline/rtems/posix/cond.inl @@ -3,9 +3,8 @@ * This include file contains the static inline implementation of the private * inlined routines for POSIX condition variables. * - * 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/posix/inline/rtems/posix/intr.inl b/cpukit/posix/inline/rtems/posix/intr.inl index d084a1d12a..2539719b8c 100644 --- a/cpukit/posix/inline/rtems/posix/intr.inl +++ b/cpukit/posix/inline/rtems/posix/intr.inl @@ -3,9 +3,8 @@ * This include file contains the static inline implementation of the private * inlined routines for POSIX Interrupt 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/posix/inline/rtems/posix/key.inl b/cpukit/posix/inline/rtems/posix/key.inl index fa4d31b11f..73855ad601 100644 --- a/cpukit/posix/inline/rtems/posix/key.inl +++ b/cpukit/posix/inline/rtems/posix/key.inl @@ -3,9 +3,8 @@ * This include file contains the static inline implementation of the private * inlined routines for POSIX key's. * - * 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/posix/inline/rtems/posix/mqueue.inl b/cpukit/posix/inline/rtems/posix/mqueue.inl index 51326fba7b..97b09d5c27 100644 --- a/cpukit/posix/inline/rtems/posix/mqueue.inl +++ b/cpukit/posix/inline/rtems/posix/mqueue.inl @@ -3,9 +3,8 @@ * This include file contains the static inline implementation of the private * inlined routines for POSIX Message 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/posix/inline/rtems/posix/mutex.inl b/cpukit/posix/inline/rtems/posix/mutex.inl index 5c1f3b7b73..47ff46d507 100644 --- a/cpukit/posix/inline/rtems/posix/mutex.inl +++ b/cpukit/posix/inline/rtems/posix/mutex.inl @@ -3,9 +3,8 @@ * This include file contains the static inline implementation of the private * inlined routines for POSIX mutex's. * - * 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/posix/inline/rtems/posix/pthread.inl b/cpukit/posix/inline/rtems/posix/pthread.inl index 51f7287384..9fc32ddff8 100644 --- a/cpukit/posix/inline/rtems/posix/pthread.inl +++ b/cpukit/posix/inline/rtems/posix/pthread.inl @@ -3,9 +3,8 @@ * This include file contains the static inline implementation of the private * inlined routines for POSIX threads. * - * 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/posix/inline/rtems/posix/semaphore.inl b/cpukit/posix/inline/rtems/posix/semaphore.inl index 8f2189d82a..57badad5a9 100644 --- a/cpukit/posix/inline/rtems/posix/semaphore.inl +++ b/cpukit/posix/inline/rtems/posix/semaphore.inl @@ -3,9 +3,8 @@ * This include file contains the static inline implementation of the private * inlined routines for POSIX Semaphores. * - * 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/posix/src/alarm.c b/cpukit/posix/src/alarm.c index a17fd04f4e..bef81d6695 100644 --- a/cpukit/posix/src/alarm.c +++ b/cpukit/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/cpukit/posix/src/kill.c b/cpukit/posix/src/kill.c index 97cd17164d..63dff6bb7d 100644 --- a/cpukit/posix/src/kill.c +++ b/cpukit/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/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c index ab462b7a1b..57f40e94bf 100644 --- a/cpukit/posix/src/killinfo.c +++ b/cpukit/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/cpukit/posix/src/pause.c b/cpukit/posix/src/pause.c index a39011bef8..628908b44d 100644 --- a/cpukit/posix/src/pause.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrdestroy.c b/cpukit/posix/src/pthreadattrdestroy.c index c518236ad3..be30152520 100644 --- a/cpukit/posix/src/pthreadattrdestroy.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrgetdetachstate.c b/cpukit/posix/src/pthreadattrgetdetachstate.c index eefcfba362..244e902144 100644 --- a/cpukit/posix/src/pthreadattrgetdetachstate.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrgetinheritsched.c b/cpukit/posix/src/pthreadattrgetinheritsched.c index 7cdd8b4d53..6b68093be2 100644 --- a/cpukit/posix/src/pthreadattrgetinheritsched.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrgetschedparam.c b/cpukit/posix/src/pthreadattrgetschedparam.c index d139a76f0c..91da6b3c80 100644 --- a/cpukit/posix/src/pthreadattrgetschedparam.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrgetschedpolicy.c b/cpukit/posix/src/pthreadattrgetschedpolicy.c index 0c22244b70..2fd6df4851 100644 --- a/cpukit/posix/src/pthreadattrgetschedpolicy.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrgetscope.c b/cpukit/posix/src/pthreadattrgetscope.c index 2c31fef2fb..9bf459fdf5 100644 --- a/cpukit/posix/src/pthreadattrgetscope.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrgetstackaddr.c b/cpukit/posix/src/pthreadattrgetstackaddr.c index 18e662fb1e..07642796c0 100644 --- a/cpukit/posix/src/pthreadattrgetstackaddr.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrgetstacksize.c b/cpukit/posix/src/pthreadattrgetstacksize.c index 589e87ed3c..d160fe51b1 100644 --- a/cpukit/posix/src/pthreadattrgetstacksize.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrinit.c b/cpukit/posix/src/pthreadattrinit.c index 7a9db5e042..a70bd97eaf 100644 --- a/cpukit/posix/src/pthreadattrinit.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrsetdetachstate.c b/cpukit/posix/src/pthreadattrsetdetachstate.c index f0af517ae6..74482d2507 100644 --- a/cpukit/posix/src/pthreadattrsetdetachstate.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrsetinheritsched.c b/cpukit/posix/src/pthreadattrsetinheritsched.c index fb6148ee24..a44f887cde 100644 --- a/cpukit/posix/src/pthreadattrsetinheritsched.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrsetschedparam.c b/cpukit/posix/src/pthreadattrsetschedparam.c index 7fbb45a057..3c9a3c0644 100644 --- a/cpukit/posix/src/pthreadattrsetschedparam.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrsetschedpolicy.c b/cpukit/posix/src/pthreadattrsetschedpolicy.c index 0a60709139..e13ef77263 100644 --- a/cpukit/posix/src/pthreadattrsetschedpolicy.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrsetscope.c b/cpukit/posix/src/pthreadattrsetscope.c index 205de52565..0adc6181f7 100644 --- a/cpukit/posix/src/pthreadattrsetscope.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrsetstackaddr.c b/cpukit/posix/src/pthreadattrsetstackaddr.c index 15547d4e27..d8cf5fd807 100644 --- a/cpukit/posix/src/pthreadattrsetstackaddr.c +++ b/cpukit/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/cpukit/posix/src/pthreadattrsetstacksize.c b/cpukit/posix/src/pthreadattrsetstacksize.c index ccaf03fd47..19696fd664 100644 --- a/cpukit/posix/src/pthreadattrsetstacksize.c +++ b/cpukit/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/cpukit/posix/src/pthreadcreate.c b/cpukit/posix/src/pthreadcreate.c index acbcbfc6cc..b4e4788f2e 100644 --- a/cpukit/posix/src/pthreadcreate.c +++ b/cpukit/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/cpukit/posix/src/pthreaddetach.c b/cpukit/posix/src/pthreaddetach.c index 6beb88ef23..aa3e2054d5 100644 --- a/cpukit/posix/src/pthreaddetach.c +++ b/cpukit/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/cpukit/posix/src/pthreadequal.c b/cpukit/posix/src/pthreadequal.c index 3ea32bfd1e..60bd0ba2ad 100644 --- a/cpukit/posix/src/pthreadequal.c +++ b/cpukit/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/cpukit/posix/src/pthreadexit.c b/cpukit/posix/src/pthreadexit.c index 085db519a7..a4a2281e16 100644 --- a/cpukit/posix/src/pthreadexit.c +++ b/cpukit/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/cpukit/posix/src/pthreadgetcpuclockid.c b/cpukit/posix/src/pthreadgetcpuclockid.c index 05cf938559..f7d9553522 100644 --- a/cpukit/posix/src/pthreadgetcpuclockid.c +++ b/cpukit/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/cpukit/posix/src/pthreadgetcputime.c b/cpukit/posix/src/pthreadgetcputime.c index 00abac790e..2dc56a2526 100644 --- a/cpukit/posix/src/pthreadgetcputime.c +++ b/cpukit/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/cpukit/posix/src/pthreadgetschedparam.c b/cpukit/posix/src/pthreadgetschedparam.c index 7287d09a36..258734bc5d 100644 --- a/cpukit/posix/src/pthreadgetschedparam.c +++ b/cpukit/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/cpukit/posix/src/pthreadjoin.c b/cpukit/posix/src/pthreadjoin.c index 004e591eb5..491e2406e6 100644 --- a/cpukit/posix/src/pthreadjoin.c +++ b/cpukit/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/cpukit/posix/src/pthreadkill.c b/cpukit/posix/src/pthreadkill.c index 85fe4a35bb..6ddd1d6138 100644 --- a/cpukit/posix/src/pthreadkill.c +++ b/cpukit/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/cpukit/posix/src/pthreadonce.c b/cpukit/posix/src/pthreadonce.c index 886b6ea866..49b3f31bc4 100644 --- a/cpukit/posix/src/pthreadonce.c +++ b/cpukit/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/cpukit/posix/src/pthreadself.c b/cpukit/posix/src/pthreadself.c index 986dd39175..838a7d3b8c 100644 --- a/cpukit/posix/src/pthreadself.c +++ b/cpukit/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/cpukit/posix/src/pthreadsetcputime.c b/cpukit/posix/src/pthreadsetcputime.c index 3482a2593e..866a324f0e 100644 --- a/cpukit/posix/src/pthreadsetcputime.c +++ b/cpukit/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/cpukit/posix/src/pthreadsetschedparam.c b/cpukit/posix/src/pthreadsetschedparam.c index 97bc4351b7..62ec3d888d 100644 --- a/cpukit/posix/src/pthreadsetschedparam.c +++ b/cpukit/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/cpukit/posix/src/pthreadsigmask.c b/cpukit/posix/src/pthreadsigmask.c index 1efede39c4..7511de17f8 100644 --- a/cpukit/posix/src/pthreadsigmask.c +++ b/cpukit/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/cpukit/posix/src/sigaction.c b/cpukit/posix/src/sigaction.c index 26abb4ff86..11bbc358de 100644 --- a/cpukit/posix/src/sigaction.c +++ b/cpukit/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/cpukit/posix/src/sigaddset.c b/cpukit/posix/src/sigaddset.c index 7e8058781f..202116a1d1 100644 --- a/cpukit/posix/src/sigaddset.c +++ b/cpukit/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/cpukit/posix/src/sigdelset.c b/cpukit/posix/src/sigdelset.c index c16449c287..ac5e1adfa6 100644 --- a/cpukit/posix/src/sigdelset.c +++ b/cpukit/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/cpukit/posix/src/sigemptyset.c b/cpukit/posix/src/sigemptyset.c index 653a840d91..d771f3ede2 100644 --- a/cpukit/posix/src/sigemptyset.c +++ b/cpukit/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/cpukit/posix/src/sigfillset.c b/cpukit/posix/src/sigfillset.c index 9ccef1a201..b3a0447602 100644 --- a/cpukit/posix/src/sigfillset.c +++ b/cpukit/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/cpukit/posix/src/sigismember.c b/cpukit/posix/src/sigismember.c index f98730a0d5..df617ad0bc 100644 --- a/cpukit/posix/src/sigismember.c +++ b/cpukit/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/cpukit/posix/src/signal_2.c b/cpukit/posix/src/signal_2.c index d3931ef362..2134339e76 100644 --- a/cpukit/posix/src/signal_2.c +++ b/cpukit/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/cpukit/posix/src/sigpending.c b/cpukit/posix/src/sigpending.c index 49b34c9c46..2699645150 100644 --- a/cpukit/posix/src/sigpending.c +++ b/cpukit/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/cpukit/posix/src/sigprocmask.c b/cpukit/posix/src/sigprocmask.c index dcbbcfca4f..530975c6b6 100644 --- a/cpukit/posix/src/sigprocmask.c +++ b/cpukit/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/cpukit/posix/src/sigqueue.c b/cpukit/posix/src/sigqueue.c index e90cf8789f..7e901565e0 100644 --- a/cpukit/posix/src/sigqueue.c +++ b/cpukit/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/cpukit/posix/src/sigsuspend.c b/cpukit/posix/src/sigsuspend.c index beed3af5db..898f1d0ced 100644 --- a/cpukit/posix/src/sigsuspend.c +++ b/cpukit/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/cpukit/posix/src/sigtimedwait.c b/cpukit/posix/src/sigtimedwait.c index 87bb0ff372..2134d8a82a 100644 --- a/cpukit/posix/src/sigtimedwait.c +++ b/cpukit/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/cpukit/posix/src/sigwait.c b/cpukit/posix/src/sigwait.c index d0f026fb40..8270fb90ed 100644 --- a/cpukit/posix/src/sigwait.c +++ b/cpukit/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/cpukit/posix/src/sigwaitinfo.c b/cpukit/posix/src/sigwaitinfo.c index ba9cd45c87..b91952ee9b 100644 --- a/cpukit/posix/src/sigwaitinfo.c +++ b/cpukit/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 -- cgit v1.2.3