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/lib/libbsp/m68k/mvme136/clock/ckinit.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/console/console.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/include/bsp.h | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/include/coverhd.h | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/startup/linkcmds | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/timer/timer.c | 10 +++++----- c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s | 10 +++++----- 13 files changed, 65 insertions(+), 65 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme136') diff --git a/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c index 0ba674aee9..214d80190f 100644 --- a/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c +++ b/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.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/lib/libbsp/m68k/mvme136/console/console.c b/c/src/lib/libbsp/m68k/mvme136/console/console.c index 1c65707dc0..cd55f2402d 100644 --- a/c/src/lib/libbsp/m68k/mvme136/console/console.c +++ b/c/src/lib/libbsp/m68k/mvme136/console/console.c @@ -1,13 +1,13 @@ /* * This file contains the MVME136 console IO package. * - * 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/lib/libbsp/m68k/mvme136/include/bsp.h b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h index 85d899ee7c..993a6dc0fd 100644 --- a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h +++ b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h @@ -2,13 +2,13 @@ * * This include file contains all MVME136 board IO definitions. * - * 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/lib/libbsp/m68k/mvme136/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h index 7497514e97..3add9961ff 100644 --- a/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h +++ b/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h @@ -3,13 +3,13 @@ * This include file has defines to represent the overhead associated * with calling a particular directive from C on this target. * - * 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/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c index 8e1502f789..b8fa52d182 100644 --- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c +++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c @@ -9,13 +9,13 @@ * Output parameters: * returns - converted address * - * 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/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c index d4db200ad2..05f7123f50 100644 --- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c +++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c @@ -22,13 +22,13 @@ * POLLED LITTLE 2+ * INTERRUPT LITTLE 2-8 * - * 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/lib/libbsp/m68k/mvme136/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c index 5ccc406af5..f65d77adc7 100644 --- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c +++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c @@ -6,13 +6,13 @@ * and deadlock when two tasks poll for the same lock. * previous level. * - * 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/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c index 6591d28a11..b63d12ac1b 100644 --- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c +++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c @@ -3,13 +3,13 @@ * NOTE: This routine is not used when in polling mode. Either * this routine OR Shm_clockisr is used in a particular system. * - * 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/lib/libbsp/m68k/mvme136/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c index 4366603a55..a8860032c7 100644 --- a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c +++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c @@ -1,13 +1,13 @@ /* * This routine returns control to 135Bug. * - * 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/lib/libbsp/m68k/mvme136/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c index 1e9f869cce..75afe5fcce 100644 --- a/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c @@ -9,13 +9,13 @@ * * OUTPUT: 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/lib/libbsp/m68k/mvme136/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds index 13317a724e..fced582c19 100644 --- a/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds +++ b/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds @@ -2,13 +2,13 @@ * This file contains directives for the GNU linker which are specific * to the Motorola MVME136/MVME135 boards. * - * 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/lib/libbsp/m68k/mvme136/timer/timer.c b/c/src/lib/libbsp/m68k/mvme136/timer/timer.c index 23cbc46ffd..f2cb728577 100644 --- a/c/src/lib/libbsp/m68k/mvme136/timer/timer.c +++ b/c/src/lib/libbsp/m68k/mvme136/timer/timer.c @@ -13,13 +13,13 @@ * It is important that the timer start/stop overhead be * determined when porting or modifying this code. * - * 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/lib/libbsp/m68k/mvme136/timer/timerisr.s b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s index 8cf295f9d2..d74429be4d 100644 --- a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s +++ b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s @@ -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$ */ -- cgit v1.2.3