From ba619b7f36d0cb059e5d3252eb84df6ddd02f163 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Mar 2022 15:38:20 -0600 Subject: bsps/arm/: Scripted embedded brains header file clean up Updates #4625. --- bsps/arm/lpc24xx/console/console-config.c | 6 ------ bsps/arm/lpc24xx/console/uart-probe-1.c | 6 ------ bsps/arm/lpc24xx/console/uart-probe-2.c | 6 ------ bsps/arm/lpc24xx/console/uart-probe-3.c | 6 ------ bsps/arm/lpc24xx/fb/lcd.c | 6 ------ bsps/arm/lpc24xx/include/bsp.h | 6 ------ bsps/arm/lpc24xx/include/bsp/dma.h | 7 +------ bsps/arm/lpc24xx/include/bsp/io.h | 6 ------ bsps/arm/lpc24xx/include/bsp/irq.h | 6 ------ bsps/arm/lpc24xx/include/bsp/lcd.h | 6 ------ bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h | 7 +------ bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h | 6 ------ bsps/arm/lpc24xx/include/bsp/lpc17xx.h | 6 ------ bsps/arm/lpc24xx/include/bsp/lpc24xx.h | 6 ------ bsps/arm/lpc24xx/include/bsp/start-config.h | 6 ------ bsps/arm/lpc24xx/include/bsp/system-clocks.h | 7 +------ bsps/arm/lpc24xx/irq/irq-dispatch.c | 6 ------ bsps/arm/lpc24xx/irq/irq.c | 6 ------ bsps/arm/lpc24xx/rtc/rtc-config.c | 8 +------- bsps/arm/lpc24xx/start/bspidle.c | 6 ------ bsps/arm/lpc24xx/start/bspreset-armv4.c | 6 ------ bsps/arm/lpc24xx/start/bspstart.c | 6 ------ bsps/arm/lpc24xx/start/bspstarthooks.c | 6 ------ bsps/arm/lpc24xx/start/dma-copy.c | 7 +------ bsps/arm/lpc24xx/start/dma.c | 6 ------ bsps/arm/lpc24xx/start/fb-config.c | 6 ------ bsps/arm/lpc24xx/start/io.c | 6 ------ bsps/arm/lpc24xx/start/restart.c | 6 ------ bsps/arm/lpc24xx/start/start-config-emc-dynamic.c | 6 ------ bsps/arm/lpc24xx/start/start-config-emc-static.c | 6 ------ bsps/arm/lpc24xx/start/start-config-mpu.c | 6 ------ bsps/arm/lpc24xx/start/start-config-pinsel.c | 6 ------ bsps/arm/lpc24xx/start/system-clocks.c | 6 ------ bsps/arm/lpc24xx/start/timer.c | 7 +------ 34 files changed, 6 insertions(+), 205 deletions(-) (limited to 'bsps/arm/lpc24xx') diff --git a/bsps/arm/lpc24xx/console/console-config.c b/bsps/arm/lpc24xx/console/console-config.c index 987df35e3d..2ca3426468 100644 --- a/bsps/arm/lpc24xx/console/console-config.c +++ b/bsps/arm/lpc24xx/console/console-config.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/console/uart-probe-1.c b/bsps/arm/lpc24xx/console/uart-probe-1.c index f452b3b333..8a4c148a0d 100644 --- a/bsps/arm/lpc24xx/console/uart-probe-1.c +++ b/bsps/arm/lpc24xx/console/uart-probe-1.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2011-2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/console/uart-probe-2.c b/bsps/arm/lpc24xx/console/uart-probe-2.c index 4715c0b2e8..ec6b5d7fe9 100644 --- a/bsps/arm/lpc24xx/console/uart-probe-2.c +++ b/bsps/arm/lpc24xx/console/uart-probe-2.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2011-2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/console/uart-probe-3.c b/bsps/arm/lpc24xx/console/uart-probe-3.c index a2a86f77d9..643457520f 100644 --- a/bsps/arm/lpc24xx/console/uart-probe-3.c +++ b/bsps/arm/lpc24xx/console/uart-probe-3.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2011-2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/fb/lcd.c b/bsps/arm/lpc24xx/fb/lcd.c index 39addf5847..5973edf577 100644 --- a/bsps/arm/lpc24xx/fb/lcd.c +++ b/bsps/arm/lpc24xx/fb/lcd.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2010-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp.h b/bsps/arm/lpc24xx/include/bsp.h index 96834bb252..1a3c57f2f8 100644 --- a/bsps/arm/lpc24xx/include/bsp.h +++ b/bsps/arm/lpc24xx/include/bsp.h @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp/dma.h b/bsps/arm/lpc24xx/include/bsp/dma.h index 3d5089b16b..ed7022f9a8 100644 --- a/bsps/arm/lpc24xx/include/bsp/dma.h +++ b/bsps/arm/lpc24xx/include/bsp/dma.h @@ -7,12 +7,7 @@ */ /* - * Copyright (c) 2008, 2009 - * embedded brains GmbH - * Obere Lagerstr. 30 - * D-82178 Puchheim - * Germany - * + * Copyright (c) 2008, 2009 embedded brains GmbH. All rights reserved. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lpc24xx/include/bsp/io.h b/bsps/arm/lpc24xx/include/bsp/io.h index 97700d58bc..a013a9a3ed 100644 --- a/bsps/arm/lpc24xx/include/bsp/io.h +++ b/bsps/arm/lpc24xx/include/bsp/io.h @@ -9,12 +9,6 @@ /* * Copyright (c) 2009-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp/irq.h b/bsps/arm/lpc24xx/include/bsp/irq.h index 9794a01546..47e3592575 100644 --- a/bsps/arm/lpc24xx/include/bsp/irq.h +++ b/bsps/arm/lpc24xx/include/bsp/irq.h @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp/lcd.h b/bsps/arm/lpc24xx/include/bsp/lcd.h index b0b6643316..ce0bb873d5 100644 --- a/bsps/arm/lpc24xx/include/bsp/lcd.h +++ b/bsps/arm/lpc24xx/include/bsp/lcd.h @@ -9,12 +9,6 @@ /* * Copyright (c) 2010-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h b/bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h index 35ae923d50..d15b907852 100644 --- a/bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h +++ b/bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h @@ -7,12 +7,7 @@ */ /* - * Copyright (c) 2009 - * embedded brains GmbH - * Obere Lagerstr. 30 - * D-82178 Puchheim - * Germany - * + * Copyright (c) 2009 embedded brains GmbH. All rights reserved. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h b/bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h index 255a90d7b1..667c1cb08a 100644 --- a/bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h +++ b/bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h @@ -9,12 +9,6 @@ /* * Copyright (c) 2009-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp/lpc17xx.h b/bsps/arm/lpc24xx/include/bsp/lpc17xx.h index 382227a724..18841744af 100644 --- a/bsps/arm/lpc24xx/include/bsp/lpc17xx.h +++ b/bsps/arm/lpc24xx/include/bsp/lpc17xx.h @@ -9,12 +9,6 @@ /* * Copyright (c) 2011 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp/lpc24xx.h b/bsps/arm/lpc24xx/include/bsp/lpc24xx.h index 15e20e2f27..291f41d06c 100644 --- a/bsps/arm/lpc24xx/include/bsp/lpc24xx.h +++ b/bsps/arm/lpc24xx/include/bsp/lpc24xx.h @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2011 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp/start-config.h b/bsps/arm/lpc24xx/include/bsp/start-config.h index ea981ebc55..1d97d06d19 100644 --- a/bsps/arm/lpc24xx/include/bsp/start-config.h +++ b/bsps/arm/lpc24xx/include/bsp/start-config.h @@ -9,12 +9,6 @@ /* * Copyright (c) 2011-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/include/bsp/system-clocks.h b/bsps/arm/lpc24xx/include/bsp/system-clocks.h index 7bbc40164d..98eabbc056 100644 --- a/bsps/arm/lpc24xx/include/bsp/system-clocks.h +++ b/bsps/arm/lpc24xx/include/bsp/system-clocks.h @@ -7,12 +7,7 @@ */ /* - * Copyright (c) 2008, 2009 - * embedded brains GmbH - * Obere Lagerstr. 30 - * D-82178 Puchheim - * Germany - * + * Copyright (c) 2008, 2009 embedded brains GmbH. All rights reserved. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lpc24xx/irq/irq-dispatch.c b/bsps/arm/lpc24xx/irq/irq-dispatch.c index 66d05fdf9d..6c17d05658 100644 --- a/bsps/arm/lpc24xx/irq/irq-dispatch.c +++ b/bsps/arm/lpc24xx/irq/irq-dispatch.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/irq/irq.c b/bsps/arm/lpc24xx/irq/irq.c index ac0ef7c7cb..e19afb633f 100644 --- a/bsps/arm/lpc24xx/irq/irq.c +++ b/bsps/arm/lpc24xx/irq/irq.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/rtc/rtc-config.c b/bsps/arm/lpc24xx/rtc/rtc-config.c index 1c1bb65c77..a82a857526 100644 --- a/bsps/arm/lpc24xx/rtc/rtc-config.c +++ b/bsps/arm/lpc24xx/rtc/rtc-config.c @@ -7,13 +7,7 @@ */ /* - * Copyright (c) 2008 - * Embedded Brains GmbH - * Obere Lagerstr. 30 - * D-82178 Puchheim - * Germany - * rtems@embedded-brains.de - * + * Copyright (c) 2008 embedded brains GmbH. All rights reserved. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/bspidle.c b/bsps/arm/lpc24xx/start/bspidle.c index 7286412559..b660dc467a 100644 --- a/bsps/arm/lpc24xx/start/bspidle.c +++ b/bsps/arm/lpc24xx/start/bspidle.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2011 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/bspreset-armv4.c b/bsps/arm/lpc24xx/start/bspreset-armv4.c index b82fd88972..ca35d0e3c8 100644 --- a/bsps/arm/lpc24xx/start/bspreset-armv4.c +++ b/bsps/arm/lpc24xx/start/bspreset-armv4.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2013 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/bspstart.c b/bsps/arm/lpc24xx/start/bspstart.c index de0efa9d6a..4028e845b3 100644 --- a/bsps/arm/lpc24xx/start/bspstart.c +++ b/bsps/arm/lpc24xx/start/bspstart.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/bspstarthooks.c b/bsps/arm/lpc24xx/start/bspstarthooks.c index efae394e42..a1aa051016 100644 --- a/bsps/arm/lpc24xx/start/bspstarthooks.c +++ b/bsps/arm/lpc24xx/start/bspstarthooks.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/dma-copy.c b/bsps/arm/lpc24xx/start/dma-copy.c index 7168947a2c..69410ec2cc 100644 --- a/bsps/arm/lpc24xx/start/dma-copy.c +++ b/bsps/arm/lpc24xx/start/dma-copy.c @@ -7,12 +7,7 @@ */ /* - * Copyright (c) 2008, 2009 - * embedded brains GmbH - * Obere Lagerstr. 30 - * D-82178 Puchheim - * Germany - * + * Copyright (c) 2008, 2009 embedded brains GmbH. All rights reserved. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/bsps/arm/lpc24xx/start/dma.c b/bsps/arm/lpc24xx/start/dma.c index 6e7c1c5157..d8fa0f8f53 100644 --- a/bsps/arm/lpc24xx/start/dma.c +++ b/bsps/arm/lpc24xx/start/dma.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2011 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/fb-config.c b/bsps/arm/lpc24xx/start/fb-config.c index 83c3bab888..fd47a89bf7 100644 --- a/bsps/arm/lpc24xx/start/fb-config.c +++ b/bsps/arm/lpc24xx/start/fb-config.c @@ -1,12 +1,6 @@ /* * Copyright (c) 2013 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/io.c b/bsps/arm/lpc24xx/start/io.c index 87f42e224f..413f50da50 100644 --- a/bsps/arm/lpc24xx/start/io.c +++ b/bsps/arm/lpc24xx/start/io.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2009-2012 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/restart.c b/bsps/arm/lpc24xx/start/restart.c index f5a107d4fa..c5be93b4ae 100644 --- a/bsps/arm/lpc24xx/start/restart.c +++ b/bsps/arm/lpc24xx/start/restart.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2011-2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c b/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c index 9124e4f8b0..37f299d2ea 100644 --- a/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c +++ b/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2011, 2019 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/start-config-emc-static.c b/bsps/arm/lpc24xx/start/start-config-emc-static.c index 8545d86159..5f39da3a72 100644 --- a/bsps/arm/lpc24xx/start/start-config-emc-static.c +++ b/bsps/arm/lpc24xx/start/start-config-emc-static.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2011 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/start-config-mpu.c b/bsps/arm/lpc24xx/start/start-config-mpu.c index 91d5e05e1a..9a29cecdd9 100644 --- a/bsps/arm/lpc24xx/start/start-config-mpu.c +++ b/bsps/arm/lpc24xx/start/start-config-mpu.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2011, 2019 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/start-config-pinsel.c b/bsps/arm/lpc24xx/start/start-config-pinsel.c index 7994a76c5c..be11f4709c 100644 --- a/bsps/arm/lpc24xx/start/start-config-pinsel.c +++ b/bsps/arm/lpc24xx/start/start-config-pinsel.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2011, 2019 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/system-clocks.c b/bsps/arm/lpc24xx/start/system-clocks.c index 19b040809f..4d135aa77c 100644 --- a/bsps/arm/lpc24xx/start/system-clocks.c +++ b/bsps/arm/lpc24xx/start/system-clocks.c @@ -9,12 +9,6 @@ /* * Copyright (c) 2008-2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. diff --git a/bsps/arm/lpc24xx/start/timer.c b/bsps/arm/lpc24xx/start/timer.c index 46dbb21a04..8512dbc8d5 100644 --- a/bsps/arm/lpc24xx/start/timer.c +++ b/bsps/arm/lpc24xx/start/timer.c @@ -7,12 +7,7 @@ */ /* - * Copyright (c) 2008, 2009 - * embedded brains GmbH - * Obere Lagerstr. 30 - * D-82178 Puchheim - * Germany - * + * Copyright (c) 2008, 2009 embedded brains GmbH. All rights reserved. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at -- cgit v1.2.3