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/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 +-- 12 files changed, 12 insertions(+), 24 deletions(-) (limited to 'c/src/lib/libbsp/i386/ts_386ex') 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