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 +-- 14 files changed, 14 insertions(+), 28 deletions(-) (limited to 'cpukit/posix/include') 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 -- cgit v1.2.3