summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/include/irq.h5
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/console/console-config.c5
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/ssp.h5
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/rtc/rtc-config.c5
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/ssp/ssp.c5
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/mscan-base.h5
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/mscan/mscan-base.c5
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h5
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/startup/sd-card-init.c5
-rw-r--r--c/src/lib/libbsp/powerpc/shared/include/tictac.h5
-rw-r--r--c/src/lib/libbsp/powerpc/shared/src/tictac.c5
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c5
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c5
-rw-r--r--c/src/lib/libbsp/shared/include/bootcard.h5
-rw-r--r--c/src/lib/libbsp/sparc64/shared/asm/asm.S5
15 files changed, 45 insertions, 30 deletions
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/include/irq.h b/c/src/lib/libbsp/arm/gdbarmsim/include/irq.h
index 5caf262084..e06fa8c1ee 100644
--- a/c/src/lib/libbsp/arm/gdbarmsim/include/irq.h
+++ b/c/src/lib/libbsp/arm/gdbarmsim/include/irq.h
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef LIBBSP_ARM_DUMMY_IRQ_H
diff --git a/c/src/lib/libbsp/arm/lpc24xx/console/console-config.c b/c/src/lib/libbsp/arm/lpc24xx/console/console-config.c
index 3691fe0dae..ad344384a6 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/console/console-config.c
+++ b/c/src/lib/libbsp/arm/lpc24xx/console/console-config.c
@@ -15,8 +15,9 @@
* Germany
* <rtems@embedded-brains.de>
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <libchip/serial.h>
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/ssp.h b/c/src/lib/libbsp/arm/lpc24xx/include/ssp.h
index f6db968d80..35a3834f69 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/ssp.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/ssp.h
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef LIBBSP_ARM_LPC24XX_SSP_H
diff --git a/c/src/lib/libbsp/arm/lpc24xx/rtc/rtc-config.c b/c/src/lib/libbsp/arm/lpc24xx/rtc/rtc-config.c
index b7f728d479..23a4046054 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/rtc/rtc-config.c
+++ b/c/src/lib/libbsp/arm/lpc24xx/rtc/rtc-config.c
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <libchip/rtc.h>
diff --git a/c/src/lib/libbsp/arm/lpc24xx/ssp/ssp.c b/c/src/lib/libbsp/arm/lpc24xx/ssp/ssp.c
index ce50f6384b..e545386eb5 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/ssp/ssp.c
+++ b/c/src/lib/libbsp/arm/lpc24xx/ssp/ssp.c
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <stdbool.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/mscan-base.h b/c/src/lib/libbsp/powerpc/gen5200/include/mscan-base.h
index e28663f3c1..de78750fed 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/mscan-base.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/mscan-base.h
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef LIBBSP_MSCAN_BASE_H
diff --git a/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan-base.c b/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan-base.c
index 20c55fb9d5..2cee480a51 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan-base.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan-base.c
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h b/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h
index 6f01a56521..22a8b5cfa5 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef LIBBSP_POWERPC_MPC55XXEVB_H
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/sd-card-init.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/sd-card-init.c
index 316dc81e3e..490943e230 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/sd-card-init.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/sd-card-init.c
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/include/tictac.h b/c/src/lib/libbsp/powerpc/shared/include/tictac.h
index 7ca5922557..2263d9337e 100644
--- a/c/src/lib/libbsp/powerpc/shared/include/tictac.h
+++ b/c/src/lib/libbsp/powerpc/shared/include/tictac.h
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
/**
diff --git a/c/src/lib/libbsp/powerpc/shared/src/tictac.c b/c/src/lib/libbsp/powerpc/shared/src/tictac.c
index 06272df2b0..e44c40f99f 100644
--- a/c/src/lib/libbsp/powerpc/shared/src/tictac.c
+++ b/c/src/lib/libbsp/powerpc/shared/src/tictac.c
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <stdint.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c
index 372cd12d43..bd06b70fdd 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspgetworkarea.c
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <libcpu/powerpc-utility.h>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
index 153a8ce639..dd8aa59357 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/shared/include/bootcard.h b/c/src/lib/libbsp/shared/include/bootcard.h
index 41aad1ac85..69717b2903 100644
--- a/c/src/lib/libbsp/shared/include/bootcard.h
+++ b/c/src/lib/libbsp/shared/include/bootcard.h
@@ -14,8 +14,9 @@
* Germany
* rtems@embedded-brains.de
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
/**
diff --git a/c/src/lib/libbsp/sparc64/shared/asm/asm.S b/c/src/lib/libbsp/sparc64/shared/asm/asm.S
index e4b4f2a277..76a9c8803c 100644
--- a/c/src/lib/libbsp/sparc64/shared/asm/asm.S
+++ b/c/src/lib/libbsp/sparc64/shared/asm/asm.S
@@ -2,8 +2,9 @@
* Copyright (c) 2010
* Gedare Bloom
*
- * The license and distribution terms for this file may be found in the file
- * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include <rtems/asm.h>