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/i386/i386ex/clock/ckinit.c | 3 +-- c/src/lib/libbsp/i386/i386ex/console/console.c | 3 +-- c/src/lib/libbsp/i386/i386ex/include/bsp.h | 3 +-- c/src/lib/libbsp/i386/i386ex/include/coverhd.h | 3 +-- c/src/lib/libbsp/i386/i386ex/startup/bspstart.c | 3 +-- c/src/lib/libbsp/i386/i386ex/startup/linkcmds | 3 +-- c/src/lib/libbsp/i386/i386ex/startup/setvec.c | 3 +-- c/src/lib/libbsp/i386/i386ex/timer/timer.c | 3 +-- c/src/lib/libbsp/i386/i386ex/timer/timerisr.S | 3 +-- c/src/lib/libbsp/i386/pc386/clock/ckinit.c | 3 +-- c/src/lib/libbsp/i386/pc386/clock/rtc.c | 3 +-- c/src/lib/libbsp/i386/pc386/console/console.c | 3 +-- c/src/lib/libbsp/i386/pc386/console/inch.c | 3 +-- c/src/lib/libbsp/i386/pc386/include/bsp.h | 3 +-- c/src/lib/libbsp/i386/pc386/include/coverhd.h | 3 +-- c/src/lib/libbsp/i386/pc386/start/start.S | 3 +-- c/src/lib/libbsp/i386/pc386/startup/bspstart.c | 3 +-- c/src/lib/libbsp/i386/pc386/startup/exit.c | 3 +-- c/src/lib/libbsp/i386/pc386/startup/ldsegs.S | 3 +-- c/src/lib/libbsp/i386/pc386/startup/linkcmds | 3 +-- c/src/lib/libbsp/i386/pc386/startup/sbrk.c | 3 +-- c/src/lib/libbsp/i386/pc386/timer/timer.c | 3 +-- c/src/lib/libbsp/i386/pc386/timer/timerisr.S | 3 +-- c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c | 3 +-- c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c | 3 +-- c/src/lib/libbsp/i386/ts_386ex/console/console.c | 3 +-- c/src/lib/libbsp/i386/ts_386ex/include/bsp.h | 3 +-- c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h | 3 +-- c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c | 3 +-- c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c | 3 +-- c/src/lib/libbsp/i386/ts_386ex/timer/timer.c | 3 +-- c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S | 3 +-- c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c | 3 +-- c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c | 3 +-- c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h | 3 +-- 35 files changed, 35 insertions(+), 70 deletions(-) (limited to 'c/src/lib/libbsp/i386') diff --git a/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c b/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c index 091d6fab45..478634451c 100644 --- a/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c +++ b/c/src/lib/libbsp/i386/i386ex/clock/ckinit.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/i386/i386ex/console/console.c b/c/src/lib/libbsp/i386/i386ex/console/console.c index bc1eb417e1..821c2e4c34 100644 --- a/c/src/lib/libbsp/i386/i386ex/console/console.c +++ b/c/src/lib/libbsp/i386/i386ex/console/console.c @@ -21,9 +21,8 @@ | console.c,v 1.15 pc386 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/i386ex/include/bsp.h b/c/src/lib/libbsp/i386/i386ex/include/bsp.h index a1bcd83414..7a812e9d5b 100644 --- a/c/src/lib/libbsp/i386/i386ex/include/bsp.h +++ b/c/src/lib/libbsp/i386/i386ex/include/bsp.h @@ -1,9 +1,8 @@ /* * This include file definitions related to an Intel i386ex 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/i386/i386ex/include/coverhd.h b/c/src/lib/libbsp/i386/i386ex/include/coverhd.h index de5e7aa742..450201bb4e 100644 --- a/c/src/lib/libbsp/i386/i386ex/include/coverhd.h +++ b/c/src/lib/libbsp/i386/i386ex/include/coverhd.h @@ -3,9 +3,8 @@ * This include file has defines to represent the overhead associated * with calling a particular directive from C on this target. * - * 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/i386/i386ex/startup/bspstart.c b/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c index 7208694304..c6dfe741cb 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/i386ex/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/i386/i386ex/startup/linkcmds b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds index 8a944cdeac..daf1919276 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds +++ b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds @@ -2,9 +2,8 @@ * This file contains directives for the GNU linker which are specific * to the Intel 386ex evaluation 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/i386/i386ex/startup/setvec.c b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c index 9e7a0e758d..c4b0d71659 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/setvec.c +++ b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c @@ -11,9 +11,8 @@ * RETURNS: * address of previous interrupt handler * - * 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/i386/i386ex/timer/timer.c b/c/src/lib/libbsp/i386/i386ex/timer/timer.c index 208c5442a1..8f3cb19ab3 100644 --- a/c/src/lib/libbsp/i386/i386ex/timer/timer.c +++ b/c/src/lib/libbsp/i386/i386ex/timer/timer.c @@ -13,9 +13,8 @@ * 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 diff --git a/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S b/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S index 53463e1e70..26b693c63b 100644 --- a/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S +++ b/c/src/lib/libbsp/i386/i386ex/timer/timerisr.S @@ -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/i386/pc386/clock/ckinit.c b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c index ee252a1e44..b4151911fb 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c +++ b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c @@ -19,9 +19,8 @@ | ckinit.c,v 1.4 1995/12/19 20:07:13 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/clock/rtc.c b/c/src/lib/libbsp/i386/pc386/clock/rtc.c index 14a20e5f3f..b42a30b654 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/rtc.c +++ b/c/src/lib/libbsp/i386/pc386/clock/rtc.c @@ -20,9 +20,8 @@ | rtc.c,v 1.4 1995/12/19 20:07:15 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/console/console.c b/c/src/lib/libbsp/i386/pc386/console/console.c index a23f46f3cf..dc3584111a 100644 --- a/c/src/lib/libbsp/i386/pc386/console/console.c +++ b/c/src/lib/libbsp/i386/pc386/console/console.c @@ -19,9 +19,8 @@ | console.c,v 1.4 1995/12/19 20:07:23 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/console/inch.c b/c/src/lib/libbsp/i386/pc386/console/inch.c index 6783e79ba0..f355d6979d 100644 --- a/c/src/lib/libbsp/i386/pc386/console/inch.c +++ b/c/src/lib/libbsp/i386/pc386/console/inch.c @@ -18,9 +18,8 @@ | With the following copyright notice: | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h index 1026fbdded..e469d2b14d 100644 --- a/c/src/lib/libbsp/i386/pc386/include/bsp.h +++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h @@ -27,9 +27,8 @@ | bsp.h,v 1.5 1995/12/19 20:07:30 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/include/coverhd.h b/c/src/lib/libbsp/i386/pc386/include/coverhd.h index e4e5514c3e..83542b4dde 100644 --- a/c/src/lib/libbsp/i386/pc386/include/coverhd.h +++ b/c/src/lib/libbsp/i386/pc386/include/coverhd.h @@ -3,9 +3,8 @@ * This include file has defines to represent the overhead associated * with calling a particular directive from C on this target. * - * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/start/start.S b/c/src/lib/libbsp/i386/pc386/start/start.S index 323aa3d088..33af08e17c 100644 --- a/c/src/lib/libbsp/i386/pc386/start/start.S +++ b/c/src/lib/libbsp/i386/pc386/start/start.S @@ -24,9 +24,8 @@ | following copyright applies: | | ************************************************************************** -| * 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/i386/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c index 180dd24ab5..4191cac481 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c @@ -19,9 +19,8 @@ | bspstart.c,v 1.8 1996/05/28 13:12:40 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/startup/exit.c b/c/src/lib/libbsp/i386/pc386/startup/exit.c index c37888f003..e5a6298075 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/exit.c +++ b/c/src/lib/libbsp/i386/pc386/startup/exit.c @@ -19,9 +19,8 @@ | exit.c,v 1.2 1995/12/19 20:07:36 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S index 375de53df6..8e082909d7 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S +++ b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S @@ -24,9 +24,8 @@ | ldsegs.s,v 1.4 1996/04/20 16:48:30 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds index f9da8324dd..c87e53bbc3 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds +++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds @@ -20,9 +20,8 @@ | linkcmds,v 1.3 1995/12/19 20:06:58 joel Exp - FORCE CPU386 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/startup/sbrk.c b/c/src/lib/libbsp/i386/pc386/startup/sbrk.c index 36f0573159..19f08281b4 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/sbrk.c +++ b/c/src/lib/libbsp/i386/pc386/startup/sbrk.c @@ -22,9 +22,8 @@ | sbrk.c,v 1.2 1995/12/19 20:07:38 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c index b84fd5fa3e..1095061bea 100644 --- a/c/src/lib/libbsp/i386/pc386/timer/timer.c +++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c @@ -27,9 +27,8 @@ | | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S index f6670efdc1..8b0da7eb9f 100644 --- a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S +++ b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S @@ -19,9 +19,8 @@ | timerisr.s,v 1.5 1995/12/19 20:07:45 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c b/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c index 80b644b5a4..146ff9f004 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c +++ b/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.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/i386/ts_386ex/clock/rtc.c b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c index 14a20e5f3f..b42a30b654 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c +++ b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c @@ -20,9 +20,8 @@ | rtc.c,v 1.4 1995/12/19 20:07:15 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/ts_386ex/console/console.c b/c/src/lib/libbsp/i386/ts_386ex/console/console.c index d10a6138cf..fc2c1a3062 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/console/console.c +++ b/c/src/lib/libbsp/i386/ts_386ex/console/console.c @@ -21,9 +21,8 @@ | console.c,v 1.15 pc386 BSP | With the following copyright notice: | ************************************************************************** -| * 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 found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h b/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h index f19341c853..90177de1f6 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h +++ b/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h @@ -1,9 +1,8 @@ /* * This include file definitions related to an Intel i386ex 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/i386/ts_386ex/include/coverhd.h b/c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h index de5e7aa742..450201bb4e 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h +++ b/c/src/lib/libbsp/i386/ts_386ex/include/coverhd.h @@ -3,9 +3,8 @@ * This include file has defines to represent the overhead associated * with calling a particular directive from C on this target. * - * 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/i386/ts_386ex/startup/bspstart.c b/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c index 0d878fcc45..2db339a2aa 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/ts_386ex/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/i386/ts_386ex/startup/setvec.c b/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c index 9e7a0e758d..c4b0d71659 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c +++ b/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c @@ -11,9 +11,8 @@ * RETURNS: * address of previous interrupt handler * - * 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/i386/ts_386ex/timer/timer.c b/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c index fbbe92e347..134fc4a7fc 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c +++ b/c/src/lib/libbsp/i386/ts_386ex/timer/timer.c @@ -13,9 +13,8 @@ * 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 diff --git a/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S b/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S index 606fc9ae2b..4d857b80e4 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S +++ b/c/src/lib/libbsp/i386/ts_386ex/timer/timerisr.S @@ -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/i386/ts_386ex/tools/debug_c/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c index 42e7259bec..e4cd80677f 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/init.c @@ -10,9 +10,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/i386/ts_386ex/tools/debug_c/serial_gdb.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c index ce90bb7d7e..0cf5af705e 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.c @@ -2,9 +2,8 @@ * * Interface to initialize the GDB. * - * 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/i386/ts_386ex/tools/debug_c/system.h b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h index 94a854da15..5417cf8cbc 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h +++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/system.h @@ -3,9 +3,8 @@ * This include file contains information that is included in every * function in the test set. * - * 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