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. --- c/src/lib/libbsp/shmdr/addlq.c | 3 +-- c/src/lib/libbsp/shmdr/cnvpkt.c | 3 +-- c/src/lib/libbsp/shmdr/dump.c | 3 +-- c/src/lib/libbsp/shmdr/fatal.c | 3 +-- c/src/lib/libbsp/shmdr/getlq.c | 3 +-- c/src/lib/libbsp/shmdr/getpkt.c | 3 +-- c/src/lib/libbsp/shmdr/init.c | 3 +-- c/src/lib/libbsp/shmdr/initlq.c | 3 +-- c/src/lib/libbsp/shmdr/intr.c | 3 +-- c/src/lib/libbsp/shmdr/mpci.h | 3 +-- c/src/lib/libbsp/shmdr/mpisr.c | 3 +-- c/src/lib/libbsp/shmdr/poll.c | 3 +-- c/src/lib/libbsp/shmdr/receive.c | 3 +-- c/src/lib/libbsp/shmdr/retpkt.c | 3 +-- c/src/lib/libbsp/shmdr/send.c | 3 +-- c/src/lib/libbsp/shmdr/setckvec.c | 3 +-- c/src/lib/libbsp/shmdr/shm.h | 3 +-- c/src/lib/libbsp/shmdr/shm_driver.h | 3 +-- 18 files changed, 18 insertions(+), 36 deletions(-) (limited to 'c/src/lib/libbsp/shmdr') diff --git a/c/src/lib/libbsp/shmdr/addlq.c b/c/src/lib/libbsp/shmdr/addlq.c index 2eace43e4d..7434baa688 100644 --- a/c/src/lib/libbsp/shmdr/addlq.c +++ b/c/src/lib/libbsp/shmdr/addlq.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/lib/libbsp/shmdr/cnvpkt.c b/c/src/lib/libbsp/shmdr/cnvpkt.c index 4a9a4006db..66dc92a172 100644 --- a/c/src/lib/libbsp/shmdr/cnvpkt.c +++ b/c/src/lib/libbsp/shmdr/cnvpkt.c @@ -13,9 +13,8 @@ * NOTE: Message buffers are not manipulated. * Endian conversion is currently the only conversion. * - * 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/lib/libbsp/shmdr/dump.c b/c/src/lib/libbsp/shmdr/dump.c index 6cd4e2129f..7b6850083f 100644 --- a/c/src/lib/libbsp/shmdr/dump.c +++ b/c/src/lib/libbsp/shmdr/dump.c @@ -6,9 +6,8 @@ * * Output parameters: NONE * - * 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/lib/libbsp/shmdr/fatal.c b/c/src/lib/libbsp/shmdr/fatal.c index b0558c92f0..6a085ea934 100644 --- a/c/src/lib/libbsp/shmdr/fatal.c +++ b/c/src/lib/libbsp/shmdr/fatal.c @@ -7,9 +7,8 @@ * * Output parameters: NEVER RETURNS * - * 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/lib/libbsp/shmdr/getlq.c b/c/src/lib/libbsp/shmdr/getlq.c index 7b525b2d92..9ec31c9605 100644 --- a/c/src/lib/libbsp/shmdr/getlq.c +++ b/c/src/lib/libbsp/shmdr/getlq.c @@ -10,9 +10,8 @@ * returns - pointer to an envelope control block * - NULL if no envelopes on specified 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/c/src/lib/libbsp/shmdr/getpkt.c b/c/src/lib/libbsp/shmdr/getpkt.c index 03971ea022..149bbe75e5 100644 --- a/c/src/lib/libbsp/shmdr/getpkt.c +++ b/c/src/lib/libbsp/shmdr/getpkt.c @@ -9,9 +9,8 @@ * Output parameters: * *(cpb->get_packet) - address of allocated packet * - * 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/lib/libbsp/shmdr/init.c b/c/src/lib/libbsp/shmdr/init.c index 4e1df20be0..71350fa3d2 100644 --- a/c/src/lib/libbsp/shmdr/init.c +++ b/c/src/lib/libbsp/shmdr/init.c @@ -7,9 +7,8 @@ * * Output parameters: NONE * - * 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/lib/libbsp/shmdr/initlq.c b/c/src/lib/libbsp/shmdr/initlq.c index f876d4b43d..e93ce6dd3f 100644 --- a/c/src/lib/libbsp/shmdr/initlq.c +++ b/c/src/lib/libbsp/shmdr/initlq.c @@ -9,9 +9,8 @@ * * Output parameters: NONE * - * 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/lib/libbsp/shmdr/intr.c b/c/src/lib/libbsp/shmdr/intr.c index 1483cd3afe..3b730459a8 100644 --- a/c/src/lib/libbsp/shmdr/intr.c +++ b/c/src/lib/libbsp/shmdr/intr.c @@ -12,9 +12,8 @@ * * Output parameters: NONE * - * 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/lib/libbsp/shmdr/mpci.h b/c/src/lib/libbsp/shmdr/mpci.h index 5e08cc4ec4..3afb4034b7 100644 --- a/c/src/lib/libbsp/shmdr/mpci.h +++ b/c/src/lib/libbsp/shmdr/mpci.h @@ -4,9 +4,8 @@ * have an application use the Shared Memory Driver as its * sole mechanism for MPCI. * - * 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/lib/libbsp/shmdr/mpisr.c b/c/src/lib/libbsp/shmdr/mpisr.c index 573a4ebd21..da07e0279f 100644 --- a/c/src/lib/libbsp/shmdr/mpisr.c +++ b/c/src/lib/libbsp/shmdr/mpisr.c @@ -1,8 +1,7 @@ /* _Shm_isr() * - * 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/lib/libbsp/shmdr/poll.c b/c/src/lib/libbsp/shmdr/poll.c index 22dc116435..ec428bb74c 100644 --- a/c/src/lib/libbsp/shmdr/poll.c +++ b/c/src/lib/libbsp/shmdr/poll.c @@ -8,9 +8,8 @@ * * Output parameters: NONE * - * 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/lib/libbsp/shmdr/receive.c b/c/src/lib/libbsp/shmdr/receive.c index 98fd23b29d..5b8cd2e9e8 100644 --- a/c/src/lib/libbsp/shmdr/receive.c +++ b/c/src/lib/libbsp/shmdr/receive.c @@ -11,9 +11,8 @@ * *(rpb->packet) - pointer to packet * NULL if no packet currently available * - * 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/lib/libbsp/shmdr/retpkt.c b/c/src/lib/libbsp/shmdr/retpkt.c index d14b6e26e1..027a9a7659 100644 --- a/c/src/lib/libbsp/shmdr/retpkt.c +++ b/c/src/lib/libbsp/shmdr/retpkt.c @@ -9,9 +9,8 @@ * * Output parameters: NONE * - * 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/lib/libbsp/shmdr/send.c b/c/src/lib/libbsp/shmdr/send.c index f26445cb42..4ffdd5d905 100644 --- a/c/src/lib/libbsp/shmdr/send.c +++ b/c/src/lib/libbsp/shmdr/send.c @@ -11,9 +11,8 @@ * * Output parameters: NONE * - * 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/lib/libbsp/shmdr/setckvec.c b/c/src/lib/libbsp/shmdr/setckvec.c index 1e56e5737b..770b695903 100644 --- a/c/src/lib/libbsp/shmdr/setckvec.c +++ b/c/src/lib/libbsp/shmdr/setckvec.c @@ -7,9 +7,8 @@ * * OUTPUT PARAMETERS: NONE * - * 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/lib/libbsp/shmdr/shm.h b/c/src/lib/libbsp/shmdr/shm.h index 8875525983..2f212fd759 100644 --- a/c/src/lib/libbsp/shmdr/shm.h +++ b/c/src/lib/libbsp/shmdr/shm.h @@ -6,9 +6,8 @@ * * Processor board dependencies are in other files. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/shmdr/shm_driver.h b/c/src/lib/libbsp/shmdr/shm_driver.h index 8875525983..2f212fd759 100644 --- a/c/src/lib/libbsp/shmdr/shm_driver.h +++ b/c/src/lib/libbsp/shmdr/shm_driver.h @@ -6,9 +6,8 @@ * * Processor board dependencies are in other files. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at -- cgit v1.2.3