From 15ca4e7567503bdf89773a758336b2838f6de252 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Jan 2011 20:29:35 +0000 Subject: 2011-01-28 Joel Sherrill * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c, gba/console/defaultfont.h, gba/include/arm_mode_bits.h, gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h, gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c, gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c, gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c, nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h, smdk2410/include/bsp.h: Fix typo where license said found in found in. --- c/src/lib/libbsp/arm/ChangeLog | 12 ++++++++++++ c/src/lib/libbsp/arm/gba/clock/clockdrv.c | 2 +- c/src/lib/libbsp/arm/gba/console/conio.c | 2 +- c/src/lib/libbsp/arm/gba/console/console.c | 2 +- c/src/lib/libbsp/arm/gba/console/defaultfont.h | 2 +- c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h | 2 +- c/src/lib/libbsp/arm/gba/include/asm_macros.h | 2 +- c/src/lib/libbsp/arm/gba/include/bsp.h | 2 +- c/src/lib/libbsp/arm/gba/include/conio.h | 2 +- c/src/lib/libbsp/arm/gba/include/gba.h | 2 +- c/src/lib/libbsp/arm/gba/include/gba_registers.h | 2 +- c/src/lib/libbsp/arm/gba/irq/irq.c | 2 +- c/src/lib/libbsp/arm/gba/irq/irq.h | 2 +- c/src/lib/libbsp/arm/gba/startup/bspstart.c | 2 +- c/src/lib/libbsp/arm/gba/timer/timer.c | 2 +- c/src/lib/libbsp/arm/gp32/include/bsp.h | 2 +- c/src/lib/libbsp/arm/gp32/startup/bspreset.c | 2 +- c/src/lib/libbsp/arm/gp32/startup/bspstart.c | 2 +- c/src/lib/libbsp/arm/nds/tools/runtest | 2 +- c/src/lib/libbsp/arm/shared/comm/uart.c | 2 +- c/src/lib/libbsp/arm/shared/comm/uart.h | 2 +- c/src/lib/libbsp/arm/smdk2410/include/bsp.h | 2 +- 22 files changed, 33 insertions(+), 21 deletions(-) diff --git a/c/src/lib/libbsp/arm/ChangeLog b/c/src/lib/libbsp/arm/ChangeLog index 739dae3e9a..0fb5a70b17 100644 --- a/c/src/lib/libbsp/arm/ChangeLog +++ b/c/src/lib/libbsp/arm/ChangeLog @@ -1,3 +1,15 @@ +2011-01-28 Joel Sherrill + + * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c, + gba/console/defaultfont.h, gba/include/arm_mode_bits.h, + gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h, + gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c, + gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c, + gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c, + nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h, + smdk2410/include/bsp.h: Fix typo where license said + found in found in. + 2011-01-26 Sebastian Huber * shared/startup/linkcmds.base: Removed workaround since LD 2.21 is diff --git a/c/src/lib/libbsp/arm/gba/clock/clockdrv.c b/c/src/lib/libbsp/arm/gba/clock/clockdrv.c index a1e2782c31..130e51912a 100644 --- a/c/src/lib/libbsp/arm/gba/clock/clockdrv.c +++ b/c/src/lib/libbsp/arm/gba/clock/clockdrv.c @@ -9,7 +9,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/console/conio.c b/c/src/lib/libbsp/arm/gba/console/conio.c index b877b35fbb..bdaebea6d0 100644 --- a/c/src/lib/libbsp/arm/gba/console/conio.c +++ b/c/src/lib/libbsp/arm/gba/console/conio.c @@ -10,7 +10,7 @@ * based on MyLib by Rafael Vuijk (aka Dark Fader) * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/console/console.c b/c/src/lib/libbsp/arm/gba/console/console.c index 800ca764c6..116c50070f 100644 --- a/c/src/lib/libbsp/arm/gba/console/console.c +++ b/c/src/lib/libbsp/arm/gba/console/console.c @@ -9,7 +9,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/console/defaultfont.h b/c/src/lib/libbsp/arm/gba/console/defaultfont.h index 22093f17e1..4b647ad735 100644 --- a/c/src/lib/libbsp/arm/gba/console/defaultfont.h +++ b/c/src/lib/libbsp/arm/gba/console/defaultfont.h @@ -9,7 +9,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h b/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h index 2e33f02b5e..9be69e92ad 100644 --- a/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h +++ b/c/src/lib/libbsp/arm/gba/include/arm_mode_bits.h @@ -11,7 +11,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/include/asm_macros.h b/c/src/lib/libbsp/arm/gba/include/asm_macros.h index c1d81a166c..19d3dc923f 100644 --- a/c/src/lib/libbsp/arm/gba/include/asm_macros.h +++ b/c/src/lib/libbsp/arm/gba/include/asm_macros.h @@ -9,7 +9,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/include/bsp.h b/c/src/lib/libbsp/arm/gba/include/bsp.h index a18baa2acc..46e4d23a6a 100644 --- a/c/src/lib/libbsp/arm/gba/include/bsp.h +++ b/c/src/lib/libbsp/arm/gba/include/bsp.h @@ -10,7 +10,7 @@ * Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/include/conio.h b/c/src/lib/libbsp/arm/gba/include/conio.h index 3402279539..30f25cb12c 100644 --- a/c/src/lib/libbsp/arm/gba/include/conio.h +++ b/c/src/lib/libbsp/arm/gba/include/conio.h @@ -9,7 +9,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/include/gba.h b/c/src/lib/libbsp/arm/gba/include/gba.h index 9fb14b033f..e7c058a76c 100644 --- a/c/src/lib/libbsp/arm/gba/include/gba.h +++ b/c/src/lib/libbsp/arm/gba/include/gba.h @@ -9,7 +9,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/include/gba_registers.h b/c/src/lib/libbsp/arm/gba/include/gba_registers.h index de6d9ce6f0..cb9ae898c5 100644 --- a/c/src/lib/libbsp/arm/gba/include/gba_registers.h +++ b/c/src/lib/libbsp/arm/gba/include/gba_registers.h @@ -11,7 +11,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/irq/irq.c b/c/src/lib/libbsp/arm/gba/irq/irq.c index 567cf91be8..d5d9b42e95 100644 --- a/c/src/lib/libbsp/arm/gba/irq/irq.c +++ b/c/src/lib/libbsp/arm/gba/irq/irq.c @@ -15,7 +15,7 @@ * Copyright (c) 2004 by Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/irq/irq.h b/c/src/lib/libbsp/arm/gba/irq/irq.h index 7b32e6d283..a1e966193c 100644 --- a/c/src/lib/libbsp/arm/gba/irq/irq.h +++ b/c/src/lib/libbsp/arm/gba/irq/irq.h @@ -12,7 +12,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/startup/bspstart.c b/c/src/lib/libbsp/arm/gba/startup/bspstart.c index 05d8ca6b8a..3886573984 100644 --- a/c/src/lib/libbsp/arm/gba/startup/bspstart.c +++ b/c/src/lib/libbsp/arm/gba/startup/bspstart.c @@ -12,7 +12,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gba/timer/timer.c b/c/src/lib/libbsp/arm/gba/timer/timer.c index 3603b2e2c3..bd69dc87bd 100644 --- a/c/src/lib/libbsp/arm/gba/timer/timer.c +++ b/c/src/lib/libbsp/arm/gba/timer/timer.c @@ -11,7 +11,7 @@ * Copyright (c) 2004 Markku Puro * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * diff --git a/c/src/lib/libbsp/arm/gp32/include/bsp.h b/c/src/lib/libbsp/arm/gp32/include/bsp.h index 4441488a6e..c7956b6dbf 100644 --- a/c/src/lib/libbsp/arm/gp32/include/bsp.h +++ b/c/src/lib/libbsp/arm/gp32/include/bsp.h @@ -8,7 +8,7 @@ | Emmanuel Raguet, mailto:raguet@crf.canon.fr | | The license and distribution terms for this file may be -| found in found in the file LICENSE in this distribution or at +| found in the file LICENSE in this distribution or at | http://www.rtems.com/license/LICENSE. | | $Id$ diff --git a/c/src/lib/libbsp/arm/gp32/startup/bspreset.c b/c/src/lib/libbsp/arm/gp32/startup/bspreset.c index 15586749cb..12340b3880 100644 --- a/c/src/lib/libbsp/arm/gp32/startup/bspreset.c +++ b/c/src/lib/libbsp/arm/gp32/startup/bspreset.c @@ -1,6 +1,6 @@ /* * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/gp32/startup/bspstart.c b/c/src/lib/libbsp/arm/gp32/startup/bspstart.c index 8259b5b681..78c8fd7ea2 100644 --- a/c/src/lib/libbsp/arm/gp32/startup/bspstart.c +++ b/c/src/lib/libbsp/arm/gp32/startup/bspstart.c @@ -8,7 +8,7 @@ * Emmanuel Raguet, mailto:raguet@crf.canon.fr * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/nds/tools/runtest b/c/src/lib/libbsp/arm/nds/tools/runtest index 4e48959e57..f3cf5ef807 100755 --- a/c/src/lib/libbsp/arm/nds/tools/runtest +++ b/c/src/lib/libbsp/arm/nds/tools/runtest @@ -9,7 +9,7 @@ # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be -# found in found in the file LICENSE in this distribution or at +# found in the file LICENSE in this distribution or at # http://www.rtems.com/license/LICENSE. # # $Id$ diff --git a/c/src/lib/libbsp/arm/shared/comm/uart.c b/c/src/lib/libbsp/arm/shared/comm/uart.c index 6b21395ce8..a3f69a4d35 100644 --- a/c/src/lib/libbsp/arm/shared/comm/uart.c +++ b/c/src/lib/libbsp/arm/shared/comm/uart.c @@ -8,7 +8,7 @@ * Emmanuel Raguet, mailto:raguet@crf.canon.fr * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libbsp/arm/shared/comm/uart.h b/c/src/lib/libbsp/arm/shared/comm/uart.h index 18322cedee..93edf3eef8 100644 --- a/c/src/lib/libbsp/arm/shared/comm/uart.h +++ b/c/src/lib/libbsp/arm/shared/comm/uart.h @@ -10,7 +10,7 @@ * Emmanuel Raguet, mailto:raguet@crf.canon.fr * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. */ diff --git a/c/src/lib/libbsp/arm/smdk2410/include/bsp.h b/c/src/lib/libbsp/arm/smdk2410/include/bsp.h index e1d3844aa9..879d8e9f46 100644 --- a/c/src/lib/libbsp/arm/smdk2410/include/bsp.h +++ b/c/src/lib/libbsp/arm/smdk2410/include/bsp.h @@ -4,7 +4,7 @@ | Copyright (c) Ray,Xu mailto:ray.cn AT gmail dot com | | The license and distribution terms for this file may be -| found in found in the file LICENSE in this distribution or at +| found in the file LICENSE in this distribution or at | http://www.rtems.com/license/LICENSE. | | $Id$ -- cgit v1.2.3