From 1fc3537458868e6c5a29c4adb6de10e6cf020b77 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Oct 2001 21:07:45 +0000 Subject: 2001-10-12 Joel Sherrill * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c, startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S: Fixed typo. --- c/src/lib/libbsp/i960/rxgen960/ChangeLog | 6 ++++++ c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c | 1 - c/src/lib/libbsp/i960/rxgen960/console/console.c | 1 - c/src/lib/libbsp/i960/rxgen960/include/bsp.h | 1 - c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c | 1 - c/src/lib/libbsp/i960/rxgen960/startup/exit.c | 1 - c/src/lib/libbsp/i960/rxgen960/startup/setvec.c | 1 - c/src/lib/libbsp/i960/rxgen960/timer/timer.c | 1 - c/src/lib/libbsp/i960/rxgen960/timer/timerisr.S | 1 - 9 files changed, 6 insertions(+), 8 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/i960/rxgen960/ChangeLog b/c/src/lib/libbsp/i960/rxgen960/ChangeLog index cd1e1adf37..563f0b1ae1 100644 --- a/c/src/lib/libbsp/i960/rxgen960/ChangeLog +++ b/c/src/lib/libbsp/i960/rxgen960/ChangeLog @@ -1,3 +1,9 @@ +2001-10-12 Joel Sherrill + + * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c, + startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S: + Fixed typo. + 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. diff --git a/c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c b/c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c index cc42884639..842a186db8 100644 --- a/c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c +++ b/c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c @@ -10,7 +10,6 @@ * COPYRIGHT (c) 1989-1997. * RAMiX Inc 1999 * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i960/rxgen960/console/console.c b/c/src/lib/libbsp/i960/rxgen960/console/console.c index 4f34cd50ac..a38e6c7a06 100644 --- a/c/src/lib/libbsp/i960/rxgen960/console/console.c +++ b/c/src/lib/libbsp/i960/rxgen960/console/console.c @@ -3,7 +3,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i960/rxgen960/include/bsp.h b/c/src/lib/libbsp/i960/rxgen960/include/bsp.h index c87d14a124..b04766eef4 100644 --- a/c/src/lib/libbsp/i960/rxgen960/include/bsp.h +++ b/c/src/lib/libbsp/i960/rxgen960/include/bsp.h @@ -5,7 +5,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c b/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c index 93a35f7114..4bca631e80 100644 --- a/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c +++ b/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c @@ -11,7 +11,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/exit.c b/c/src/lib/libbsp/i960/rxgen960/startup/exit.c index 3e3b46fbcc..b06e272bc7 100644 --- a/c/src/lib/libbsp/i960/rxgen960/startup/exit.c +++ b/c/src/lib/libbsp/i960/rxgen960/startup/exit.c @@ -12,7 +12,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/setvec.c b/c/src/lib/libbsp/i960/rxgen960/startup/setvec.c index 2acd706ccd..2b2075e331 100644 --- a/c/src/lib/libbsp/i960/rxgen960/startup/setvec.c +++ b/c/src/lib/libbsp/i960/rxgen960/startup/setvec.c @@ -14,7 +14,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i960/rxgen960/timer/timer.c b/c/src/lib/libbsp/i960/rxgen960/timer/timer.c index eabb33d81a..94cbe2d95e 100644 --- a/c/src/lib/libbsp/i960/rxgen960/timer/timer.c +++ b/c/src/lib/libbsp/i960/rxgen960/timer/timer.c @@ -17,7 +17,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/i960/rxgen960/timer/timerisr.S b/c/src/lib/libbsp/i960/rxgen960/timer/timerisr.S index 60db891b58..80609b8f91 100644 --- a/c/src/lib/libbsp/i960/rxgen960/timer/timerisr.S +++ b/c/src/lib/libbsp/i960/rxgen960/timer/timerisr.S @@ -11,7 +11,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at -- cgit v1.2.3