From 182712f770350917cd9139e9c907792d40f6d627 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Oct 2001 21:07:01 +0000 Subject: 2001-10-12 Joel Sherrill * clock/p_clock.c, include/bsp.h, include/coverhd.h, startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c, startup/start.S: Fixed typo. --- c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog | 6 ++++++ c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c | 1 - c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h | 1 - c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h | 1 - c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c | 1 - c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache | 1 - c/src/lib/libbsp/powerpc/mbx8xx/startup/setvec.c | 1 - c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S | 1 - 8 files changed, 6 insertions(+), 7 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog index 35f58e297b..72e669aa83 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @@ -1,3 +1,9 @@ +2001-10-12 Joel Sherrill + + * clock/p_clock.c, include/bsp.h, include/coverhd.h, + startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c, + startup/start.S: Fixed typo. + 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c b/c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c index 327919f7f9..85b56dd942 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.c +++ b/c/src/lib/libbsp/powerpc/mbx8xx/clock/p_clock.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/powerpc/mbx8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h index f9c8e03c62..60e3069483 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h @@ -6,7 +6,6 @@ * * COPYRIGHT (c) 1989-1998. * 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/powerpc/mbx8xx/include/coverhd.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h index ba116d0b6e..80e4267091 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h @@ -16,7 +16,6 @@ * * COPYRIGHT (c) 1989-1998. * 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/powerpc/mbx8xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c index bf874f70b6..fe24b17de8 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1998. * 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/powerpc/mbx8xx/startup/bspstart.c.nocache b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache index 20e0de2c55..662d9e1634 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache +++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1998. * 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/powerpc/mbx8xx/startup/setvec.c b/c/src/lib/libbsp/powerpc/mbx8xx/startup/setvec.c index b32dc8aaec..e5971df31a 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/setvec.c +++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/setvec.c @@ -14,7 +14,6 @@ * * COPYRIGHT (c) 1989-1998. * 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/powerpc/mbx8xx/startup/start.S b/c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S index 14c6803228..8b385cee27 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S +++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S @@ -13,7 +13,6 @@ * * COPYRIGHT (c) 1989-1998. * 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