Miscellaneous - Clean up file headers so patterns followed

XXX
This commit is contained in:
Joel Sherrill
2012-05-03 14:17:23 -05:00
parent 9ee5b9750b
commit 183af893d1
4 changed files with 28 additions and 31 deletions

View File

@@ -5,10 +5,8 @@
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* 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. * http://www.rtems.com/license/LICENSE.
* *
*
* $Id$ * $Id$
*/ */

View File

@@ -1,13 +1,12 @@
/* /*
* GP32 startup code * GP32 startup code
* */
*
/*
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* 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. * http://www.rtems.com/license/LICENSE.
* *
*
* $Id$ * $Id$
*/ */

View File

@@ -1,4 +1,4 @@
/* /*
* Multi UART console serial I/O. * Multi UART console serial I/O.
* *
* TO DO: Add DMA input/output * TO DO: Add DMA input/output

View File

@@ -1,19 +1,19 @@
/* /*
* bspinit.S * BSP specific initialization for Sparc64 RTEMS -- sun4u BSP
* *
* 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 * COPYRIGHT (c) 2010 Gedare Bloom.
* http://www.rtems.com/license/LICENSE. *
* * The license and distribution terms for this file may be
* This code defines start code specific to the sun4u BSP * found in the file LICENSE in this distribution or at
* * http://www.rtems.com/license/LICENSE.
* $Id$ *
* * $Id$
*/ */
#include <rtems/asm.h> #include <rtems/asm.h>
#include <rtems/score/cpu.h> #include <rtems/score/cpu.h>