[rtems commit] Miscellaneous - Clean up file headers so patterns followed

Joel Sherrill joel at rtems.org
Fri May 11 13:41:41 UTC 2012


Module:    rtems
Branch:    master
Commit:    183af893d15cd7cb74f20dbdf5a5d718897e5fd0
Changeset: http://git.rtems.org/rtems/commit/?id=183af893d15cd7cb74f20dbdf5a5d718897e5fd0

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu May  3 14:17:23 2012 -0500

Miscellaneous - Clean up file headers so patterns followed

XXX

---

 c/src/lib/libbsp/arm/csb336/start/start.S      |    2 -
 c/src/lib/libbsp/arm/gp32/start/start.S        |   13 ++++-----
 c/src/lib/libbsp/m68k/av5282/console/console.c |   14 +++++-----
 c/src/lib/libbsp/sparc64/usiii/start/bspinit.S |   30 ++++++++++++------------
 4 files changed, 28 insertions(+), 31 deletions(-)

diff --git a/c/src/lib/libbsp/arm/csb336/start/start.S b/c/src/lib/libbsp/arm/csb336/start/start.S
index 544b1ca..2fac285 100644
--- a/c/src/lib/libbsp/arm/csb336/start/start.S
+++ b/c/src/lib/libbsp/arm/csb336/start/start.S
@@ -5,10 +5,8 @@
  *
  * 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.
  *
- *
  * $Id$
  */
 
diff --git a/c/src/lib/libbsp/arm/gp32/start/start.S b/c/src/lib/libbsp/arm/gp32/start/start.S
index 04b6710..9d4f3e0 100644
--- a/c/src/lib/libbsp/arm/gp32/start/start.S
+++ b/c/src/lib/libbsp/arm/gp32/start/start.S
@@ -1,12 +1,11 @@
 /*
  * GP32 startup code
- *
- *
- * 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.
  *
  *  $Id$
  */
diff --git a/c/src/lib/libbsp/m68k/av5282/console/console.c b/c/src/lib/libbsp/m68k/av5282/console/console.c
index 57dc0de..b726be9 100644
--- a/c/src/lib/libbsp/m68k/av5282/console/console.c
+++ b/c/src/lib/libbsp/m68k/av5282/console/console.c
@@ -1,10 +1,10 @@
- /*
-  *  Multi UART console serial I/O.
-  *
-  *  TO DO: Add DMA input/output
-  *
-  *  $Id$
-  */
+/*
+ *  Multi UART console serial I/O.
+ *
+ *  TO DO: Add DMA input/output
+ *
+ *  $Id$
+ */
 
 #include <stdio.h>
 #include <fcntl.h>
diff --git a/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S b/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
index b2f0aa7..78807ae 100644
--- a/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
+++ b/c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
@@ -1,19 +1,19 @@
 /*
-* bspinit.S
-*
-* BSP specific initialization for Sparc64 RTEMS -- sun4u BSP
-*
-*  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.
-* 
-*  This code defines start code specific to the sun4u BSP
-*
-*  $Id$
-*
-*/
+ *  BSP specific initialization for Sparc64 RTEMS -- sun4u BSP
+ *
+ *  This code defines start code specific to the sun4u BSP
+ */
+
+/*
+ *
+ *  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.
+ * 
+ *  $Id$
+ */
 
 #include <rtems/asm.h>
 #include <rtems/score/cpu.h>




More information about the vc mailing list