From 03f2154e519e5d2e620163624baa4a9241449415 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Apr 1997 17:20:27 +0000 Subject: headers updated to reflect new style copyright notice as part of switching to the modified GNU GPL. --- c/src/libchip/shmdr/addlq.c | 10 +++++----- c/src/libchip/shmdr/cnvpkt.c | 10 +++++----- c/src/libchip/shmdr/dump.c | 10 +++++----- c/src/libchip/shmdr/fatal.c | 10 +++++----- c/src/libchip/shmdr/getlq.c | 10 +++++----- c/src/libchip/shmdr/getpkt.c | 10 +++++----- c/src/libchip/shmdr/init.c | 10 +++++----- c/src/libchip/shmdr/initlq.c | 10 +++++----- c/src/libchip/shmdr/intr.c | 10 +++++----- c/src/libchip/shmdr/mpci.h | 10 +++++----- c/src/libchip/shmdr/mpisr.c | 10 +++++----- c/src/libchip/shmdr/poll.c | 10 +++++----- c/src/libchip/shmdr/receive.c | 10 +++++----- c/src/libchip/shmdr/retpkt.c | 10 +++++----- c/src/libchip/shmdr/send.c | 10 +++++----- c/src/libchip/shmdr/setckvec.c | 10 +++++----- c/src/libchip/shmdr/shm_driver.h | 10 +++++----- 17 files changed, 85 insertions(+), 85 deletions(-) (limited to 'c/src/libchip/shmdr') diff --git a/c/src/libchip/shmdr/addlq.c b/c/src/libchip/shmdr/addlq.c index 2c2529c834..f139fbf645 100644 --- a/c/src/libchip/shmdr/addlq.c +++ b/c/src/libchip/shmdr/addlq.c @@ -8,13 +8,13 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/cnvpkt.c b/c/src/libchip/shmdr/cnvpkt.c index 2c3a144167..70f3047d8c 100644 --- a/c/src/libchip/shmdr/cnvpkt.c +++ b/c/src/libchip/shmdr/cnvpkt.c @@ -13,13 +13,13 @@ * NOTE: Message buffers are not manipulated. * Endian conversion is currently the only conversion. * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/dump.c b/c/src/libchip/shmdr/dump.c index ca232025f2..dc0bf850a7 100644 --- a/c/src/libchip/shmdr/dump.c +++ b/c/src/libchip/shmdr/dump.c @@ -6,13 +6,13 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/fatal.c b/c/src/libchip/shmdr/fatal.c index b36ff8da41..453349d0e0 100644 --- a/c/src/libchip/shmdr/fatal.c +++ b/c/src/libchip/shmdr/fatal.c @@ -7,13 +7,13 @@ * * Output parameters: NEVER RETURNS * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/getlq.c b/c/src/libchip/shmdr/getlq.c index efc7b0996c..6233226eaa 100644 --- a/c/src/libchip/shmdr/getlq.c +++ b/c/src/libchip/shmdr/getlq.c @@ -10,13 +10,13 @@ * returns - pointer to an envelope control block * - NULL if no envelopes on specified queue * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/getpkt.c b/c/src/libchip/shmdr/getpkt.c index c80b3ed282..842b312816 100644 --- a/c/src/libchip/shmdr/getpkt.c +++ b/c/src/libchip/shmdr/getpkt.c @@ -9,13 +9,13 @@ * Output parameters: * *(cpb->get_packet) - address of allocated packet * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/init.c b/c/src/libchip/shmdr/init.c index a553e4ff9b..c77d527682 100644 --- a/c/src/libchip/shmdr/init.c +++ b/c/src/libchip/shmdr/init.c @@ -7,13 +7,13 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/initlq.c b/c/src/libchip/shmdr/initlq.c index 3f44cf577d..eb98d82176 100644 --- a/c/src/libchip/shmdr/initlq.c +++ b/c/src/libchip/shmdr/initlq.c @@ -9,13 +9,13 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/intr.c b/c/src/libchip/shmdr/intr.c index 8982103227..d809471fec 100644 --- a/c/src/libchip/shmdr/intr.c +++ b/c/src/libchip/shmdr/intr.c @@ -12,13 +12,13 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/mpci.h b/c/src/libchip/shmdr/mpci.h index c5646a61d7..8c6aaf8654 100644 --- a/c/src/libchip/shmdr/mpci.h +++ b/c/src/libchip/shmdr/mpci.h @@ -4,13 +4,13 @@ * have an application use the Shared Memory Driver as its * sole mechanism for MPCI. * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/mpisr.c b/c/src/libchip/shmdr/mpisr.c index 93ced3d351..116956fe2e 100644 --- a/c/src/libchip/shmdr/mpisr.c +++ b/c/src/libchip/shmdr/mpisr.c @@ -1,12 +1,12 @@ /* _Shm_isr() * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/poll.c b/c/src/libchip/shmdr/poll.c index 27361f08eb..9afe6883df 100644 --- a/c/src/libchip/shmdr/poll.c +++ b/c/src/libchip/shmdr/poll.c @@ -8,13 +8,13 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/receive.c b/c/src/libchip/shmdr/receive.c index e094a2df6b..f786379bde 100644 --- a/c/src/libchip/shmdr/receive.c +++ b/c/src/libchip/shmdr/receive.c @@ -11,13 +11,13 @@ * *(rpb->packet) - pointer to packet * NULL if no packet currently available * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/retpkt.c b/c/src/libchip/shmdr/retpkt.c index 973b84ab0d..4cdc07e097 100644 --- a/c/src/libchip/shmdr/retpkt.c +++ b/c/src/libchip/shmdr/retpkt.c @@ -9,13 +9,13 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/send.c b/c/src/libchip/shmdr/send.c index 58a5bb93b9..5150aa4869 100644 --- a/c/src/libchip/shmdr/send.c +++ b/c/src/libchip/shmdr/send.c @@ -11,13 +11,13 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/setckvec.c b/c/src/libchip/shmdr/setckvec.c index bb3a19e1c8..68477e1cf7 100644 --- a/c/src/libchip/shmdr/setckvec.c +++ b/c/src/libchip/shmdr/setckvec.c @@ -7,13 +7,13 @@ * * OUTPUT PARAMETERS: NONE * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ diff --git a/c/src/libchip/shmdr/shm_driver.h b/c/src/libchip/shmdr/shm_driver.h index b110b1e8c1..45c4c76ad5 100644 --- a/c/src/libchip/shmdr/shm_driver.h +++ b/c/src/libchip/shmdr/shm_driver.h @@ -6,13 +6,13 @@ * * Processor board dependencies are in other files. * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright assigned to U.S. Government, 1994. * - * This material may be reproduced by or for the U.S. Government pursuant - * to the copyright license under the clause at DFARS 252.227-7013. This - * notice must appear in all copies of this file and its derivatives. + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. * * $Id$ */ -- cgit v1.2.3