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
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
*
*
* $Id$
*/

View File

@@ -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$
*/

View File

@@ -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>

View File

@@ -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>