Changeset 183af89 in rtems


Ignore:
Timestamp:
05/03/12 19:17:23 (11 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
9b4422a2
Parents:
9ee5b97
git-author:
Joel Sherrill <joel.sherrill@…> (05/03/12 19:17:23)
git-committer:
Joel Sherrill <joel.sherrill@…> (05/11/12 13:43:50)
Message:

Miscellaneous - Clean up file headers so patterns followed

XXX

Location:
c/src/lib/libbsp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/csb336/start/start.S

    r9ee5b97 r183af89  
    66 * The license and distribution terms for this file may be
    77 * found in the file LICENSE in this distribution or at
    8  *
    98 * http://www.rtems.com/license/LICENSE.
    10  *
    119 *
    1210 * $Id$
  • c/src/lib/libbsp/arm/gp32/start/start.S

    r9ee5b97 r183af89  
    11/*
    22 * GP32 startup code
    3  *
    4  *
    5  * The license and distribution terms for this file may be
    6  * found in the file LICENSE in this distribution or at
    7  *
    8  * http://www.rtems.com/license/LICENSE.
    9  *
     3 */
     4
     5/*
     6 *  The license and distribution terms for this file may be
     7 *  found in the file LICENSE in this distribution or at
     8 *  http://www.rtems.com/license/LICENSE.
    109 *
    1110 *  $Id$
  • c/src/lib/libbsp/m68k/av5282/console/console.c

    r9ee5b97 r183af89  
    1  /*
    2   *  Multi UART console serial I/O.
    3   *
    4   *  TO DO: Add DMA input/output
    5   *
    6   *  $Id$
    7   */
     1/*
     2 *  Multi UART console serial I/O.
     3 *
     4 *  TO DO: Add DMA input/output
     5 *
     6 *  $Id$
     7 */
    88
    99#include <stdio.h>
  • c/src/lib/libbsp/sparc64/usiii/start/bspinit.S

    r9ee5b97 r183af89  
    11/*
    2 * bspinit.S
    3 *
    4 * BSP specific initialization for Sparc64 RTEMS -- sun4u BSP
    5 *
    6 *  COPYRIGHT (c) 2010 Gedare Bloom.
    7 *
    8 *  The license and distribution terms for this file may be
    9 *  found in the file LICENSE in this distribution or at
    10 *  http://www.rtems.com/license/LICENSE.
    11 *
    12 *  This code defines start code specific to the sun4u BSP
    13 *
    14 *  $Id$
    15 *
    16 */
     2 *  BSP specific initialization for Sparc64 RTEMS -- sun4u BSP
     3 *
     4 *  This code defines start code specific to the sun4u BSP
     5 */
     6
     7/*
     8 *
     9 *  COPYRIGHT (c) 2010 Gedare Bloom.
     10 *
     11 *  The license and distribution terms for this file may be
     12 *  found in the file LICENSE in this distribution or at
     13 *  http://www.rtems.com/license/LICENSE.
     14 *
     15 *  $Id$
     16 */
    1717
    1818#include <rtems/asm.h>
Note: See TracChangeset for help on using the changeset viewer.