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/m68k/gen68302/clock/ckinit.c | 3 +-- c/src/lib/libbsp/m68k/gen68302/console/console.c | 3 +-- c/src/lib/libbsp/m68k/gen68302/include/bsp.h | 3 +-- c/src/lib/libbsp/m68k/gen68302/include/coverhd.h | 3 +-- c/src/lib/libbsp/m68k/gen68302/start/start.S | 3 +-- c/src/lib/libbsp/m68k/gen68302/start302/start302.S | 3 +-- c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c | 3 +-- c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c | 3 +-- c/src/lib/libbsp/m68k/gen68302/startup/linkcmds | 3 +-- c/src/lib/libbsp/m68k/gen68302/timer/timer.c | 3 +-- 10 files changed, 10 insertions(+), 20 deletions(-) (limited to 'c/src/lib/libbsp/m68k/gen68302') diff --git a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c index d3c1d324f1..9d6dc19390 100644 --- a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c +++ b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.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/m68k/gen68302/console/console.c b/c/src/lib/libbsp/m68k/gen68302/console/console.c index be399e1b76..c77d254f3d 100644 --- a/c/src/lib/libbsp/m68k/gen68302/console/console.c +++ b/c/src/lib/libbsp/m68k/gen68302/console/console.c @@ -1,9 +1,8 @@ /* * Initialize the MC68302 SCC2 for console IO board support package. * - * 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/m68k/gen68302/include/bsp.h b/c/src/lib/libbsp/m68k/gen68302/include/bsp.h index 8c97c0891a..10878fe165 100644 --- a/c/src/lib/libbsp/m68k/gen68302/include/bsp.h +++ b/c/src/lib/libbsp/m68k/gen68302/include/bsp.h @@ -4,9 +4,8 @@ * * XXX : put yours in here * - * 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/m68k/gen68302/include/coverhd.h b/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h index ba73b40ff5..2b7a6d2f75 100644 --- a/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h +++ b/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h @@ -14,9 +14,8 @@ * NOTE: If these are all zero, then the times reported include * all calling overhead including passing of arguments. * - * 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/m68k/gen68302/start/start.S b/c/src/lib/libbsp/m68k/gen68302/start/start.S index 2a7c652c87..5e46b06edf 100644 --- a/c/src/lib/libbsp/m68k/gen68302/start/start.S +++ b/c/src/lib/libbsp/m68k/gen68302/start/start.S @@ -5,9 +5,8 @@ * It jumps to the BSP which is responsible for performing * all initialization. * - * 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/m68k/gen68302/start302/start302.S b/c/src/lib/libbsp/m68k/gen68302/start302/start302.S index 2a7c652c87..5e46b06edf 100644 --- a/c/src/lib/libbsp/m68k/gen68302/start302/start302.S +++ b/c/src/lib/libbsp/m68k/gen68302/start302/start302.S @@ -5,9 +5,8 @@ * It jumps to the BSP which is responsible for performing * all initialization. * - * 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/m68k/gen68302/startup/bspclean.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c index fbcd753e97..64a881b22a 100644 --- a/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c +++ b/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c @@ -7,9 +7,8 @@ * * OUTPUT: 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/m68k/gen68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c index aa71c6faab..ac7666d1bd 100644 --- a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c @@ -4,9 +4,8 @@ * The generic CPU dependent initialization has been performed * before this routine is invoked. * - * 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/m68k/gen68302/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds index 5f50c68595..43d20060a4 100644 --- a/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds +++ b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds @@ -2,9 +2,8 @@ * This file contains directives for the GNU linker which are specific * to the Generic MC68302 board. * - * 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/m68k/gen68302/timer/timer.c b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c index d8e410ad85..df0d5493b6 100644 --- a/c/src/lib/libbsp/m68k/gen68302/timer/timer.c +++ b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c @@ -9,9 +9,8 @@ * NOTE: It is important that the timer start/stop overhead be * determined when porting or modifying this code. * - * 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