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/libchip/rtc/icm7170.c | 3 +-- c/src/libchip/rtc/icm7170.h | 3 +-- c/src/libchip/rtc/m48t08.c | 3 +-- c/src/libchip/rtc/m48t08.h | 3 +-- c/src/libchip/rtc/rtc.h | 3 +-- c/src/libchip/rtc/rtcprobe.c | 3 +-- c/src/libchip/serial/mc68681.c | 3 +-- c/src/libchip/serial/mc68681.h | 3 +-- c/src/libchip/serial/mc68681_p.h | 3 +-- c/src/libchip/serial/serial.h | 3 +-- c/src/libchip/shmdr/addlq.c | 3 +-- c/src/libchip/shmdr/cnvpkt.c | 3 +-- c/src/libchip/shmdr/dump.c | 3 +-- c/src/libchip/shmdr/fatal.c | 3 +-- c/src/libchip/shmdr/getlq.c | 3 +-- c/src/libchip/shmdr/getpkt.c | 3 +-- c/src/libchip/shmdr/init.c | 3 +-- c/src/libchip/shmdr/initlq.c | 3 +-- c/src/libchip/shmdr/intr.c | 3 +-- c/src/libchip/shmdr/mpci.h | 3 +-- c/src/libchip/shmdr/mpisr.c | 3 +-- c/src/libchip/shmdr/poll.c | 3 +-- c/src/libchip/shmdr/receive.c | 3 +-- c/src/libchip/shmdr/retpkt.c | 3 +-- c/src/libchip/shmdr/send.c | 3 +-- c/src/libchip/shmdr/setckvec.c | 3 +-- c/src/libchip/shmdr/shm_driver.h | 3 +-- 27 files changed, 27 insertions(+), 54 deletions(-) (limited to 'c/src/libchip') diff --git a/c/src/libchip/rtc/icm7170.c b/c/src/libchip/rtc/icm7170.c index f3cf513d2e..792bc042c8 100644 --- a/c/src/libchip/rtc/icm7170.c +++ b/c/src/libchip/rtc/icm7170.c @@ -13,9 +13,8 @@ * * This is less than the time span supported by RTEMS. * - * 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/libchip/rtc/icm7170.h b/c/src/libchip/rtc/icm7170.h index 5bf9fd065c..2aa6013451 100644 --- a/c/src/libchip/rtc/icm7170.h +++ b/c/src/libchip/rtc/icm7170.h @@ -3,9 +3,8 @@ * * + Harris Semiconduction ICM7170 * - * 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/libchip/rtc/m48t08.c b/c/src/libchip/rtc/m48t08.c index b3d0dcb0de..a24a32d73d 100644 --- a/c/src/libchip/rtc/m48t08.c +++ b/c/src/libchip/rtc/m48t08.c @@ -13,9 +13,8 @@ * * This is less than the time span supported by RTEMS. * - * 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/libchip/rtc/m48t08.h b/c/src/libchip/rtc/m48t08.h index 7d27215e1e..c4a61736b6 100644 --- a/c/src/libchip/rtc/m48t08.h +++ b/c/src/libchip/rtc/m48t08.h @@ -5,9 +5,8 @@ * + Mostek M48T18 * + Dallas Semiconductor DS1643 * - * 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/libchip/rtc/rtc.h b/c/src/libchip/rtc/rtc.h index 94b42e3f34..ffb0461c24 100644 --- a/c/src/libchip/rtc/rtc.h +++ b/c/src/libchip/rtc/rtc.h @@ -1,9 +1,8 @@ /* * This file contains the Real-Time Clock definitions. * - * 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/libchip/rtc/rtcprobe.c b/c/src/libchip/rtc/rtcprobe.c index 6aaad89486..75c89d9ae8 100644 --- a/c/src/libchip/rtc/rtcprobe.c +++ b/c/src/libchip/rtc/rtcprobe.c @@ -1,9 +1,8 @@ /* * This file contains the default Real-Time Clock probe 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/libchip/serial/mc68681.c b/c/src/libchip/serial/mc68681.c index a917f5aa46..7ca029b325 100644 --- a/c/src/libchip/serial/mc68681.c +++ b/c/src/libchip/serial/mc68681.c @@ -6,9 +6,8 @@ * * + Exar 88c681 and 68c681 * - * 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/libchip/serial/mc68681.h b/c/src/libchip/serial/mc68681.h index 57713e3eff..ccc3fda053 100644 --- a/c/src/libchip/serial/mc68681.h +++ b/c/src/libchip/serial/mc68681.h @@ -1,8 +1,7 @@ /* * - * 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/libchip/serial/mc68681_p.h b/c/src/libchip/serial/mc68681_p.h index 471b0ae42e..783482d33f 100644 --- a/c/src/libchip/serial/mc68681_p.h +++ b/c/src/libchip/serial/mc68681_p.h @@ -1,8 +1,7 @@ /* * - * 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/libchip/serial/serial.h b/c/src/libchip/serial/serial.h index aa0e7f58aa..e2f898e1bb 100644 --- a/c/src/libchip/serial/serial.h +++ b/c/src/libchip/serial/serial.h @@ -3,9 +3,8 @@ * * This driver uses the termios pseudo driver. * - * 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/libchip/shmdr/addlq.c b/c/src/libchip/shmdr/addlq.c index 2eace43e4d..7434baa688 100644 --- a/c/src/libchip/shmdr/addlq.c +++ b/c/src/libchip/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/libchip/shmdr/cnvpkt.c b/c/src/libchip/shmdr/cnvpkt.c index 4a9a4006db..66dc92a172 100644 --- a/c/src/libchip/shmdr/cnvpkt.c +++ b/c/src/libchip/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/libchip/shmdr/dump.c b/c/src/libchip/shmdr/dump.c index 6cd4e2129f..7b6850083f 100644 --- a/c/src/libchip/shmdr/dump.c +++ b/c/src/libchip/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/libchip/shmdr/fatal.c b/c/src/libchip/shmdr/fatal.c index b0558c92f0..6a085ea934 100644 --- a/c/src/libchip/shmdr/fatal.c +++ b/c/src/libchip/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/libchip/shmdr/getlq.c b/c/src/libchip/shmdr/getlq.c index 7b525b2d92..9ec31c9605 100644 --- a/c/src/libchip/shmdr/getlq.c +++ b/c/src/libchip/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/libchip/shmdr/getpkt.c b/c/src/libchip/shmdr/getpkt.c index 03971ea022..149bbe75e5 100644 --- a/c/src/libchip/shmdr/getpkt.c +++ b/c/src/libchip/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/libchip/shmdr/init.c b/c/src/libchip/shmdr/init.c index 4e1df20be0..71350fa3d2 100644 --- a/c/src/libchip/shmdr/init.c +++ b/c/src/libchip/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/libchip/shmdr/initlq.c b/c/src/libchip/shmdr/initlq.c index f876d4b43d..e93ce6dd3f 100644 --- a/c/src/libchip/shmdr/initlq.c +++ b/c/src/libchip/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/libchip/shmdr/intr.c b/c/src/libchip/shmdr/intr.c index 1483cd3afe..3b730459a8 100644 --- a/c/src/libchip/shmdr/intr.c +++ b/c/src/libchip/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/libchip/shmdr/mpci.h b/c/src/libchip/shmdr/mpci.h index 5e08cc4ec4..3afb4034b7 100644 --- a/c/src/libchip/shmdr/mpci.h +++ b/c/src/libchip/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/libchip/shmdr/mpisr.c b/c/src/libchip/shmdr/mpisr.c index 573a4ebd21..da07e0279f 100644 --- a/c/src/libchip/shmdr/mpisr.c +++ b/c/src/libchip/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/libchip/shmdr/poll.c b/c/src/libchip/shmdr/poll.c index 22dc116435..ec428bb74c 100644 --- a/c/src/libchip/shmdr/poll.c +++ b/c/src/libchip/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/libchip/shmdr/receive.c b/c/src/libchip/shmdr/receive.c index 98fd23b29d..5b8cd2e9e8 100644 --- a/c/src/libchip/shmdr/receive.c +++ b/c/src/libchip/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/libchip/shmdr/retpkt.c b/c/src/libchip/shmdr/retpkt.c index d14b6e26e1..027a9a7659 100644 --- a/c/src/libchip/shmdr/retpkt.c +++ b/c/src/libchip/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/libchip/shmdr/send.c b/c/src/libchip/shmdr/send.c index f26445cb42..4ffdd5d905 100644 --- a/c/src/libchip/shmdr/send.c +++ b/c/src/libchip/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/libchip/shmdr/setckvec.c b/c/src/libchip/shmdr/setckvec.c index 1e56e5737b..770b695903 100644 --- a/c/src/libchip/shmdr/setckvec.c +++ b/c/src/libchip/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/libchip/shmdr/shm_driver.h b/c/src/libchip/shmdr/shm_driver.h index 8875525983..2f212fd759 100644 --- a/c/src/libchip/shmdr/shm_driver.h +++ b/c/src/libchip/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