Changeset dcf0c5b8 in rtems


Ignore:
Timestamp:
09/04/03 18:52:18 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
85f50b19
Parents:
690a6d2
Message:

2003-09-04 Joel Sherrill <joel@…>

  • clock/clockdrv.c, console/console.c, console/console.h, include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c: URL for license changed.
Location:
c/src/lib/libbsp/or32/orp
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/or32/orp/ChangeLog

    r690a6d2 rdcf0c5b8  
     12003-09-04      Joel Sherrill <joel@OARcorp.com>
     2
     3        * clock/clockdrv.c, console/console.c, console/console.h,
     4        include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c,
     5        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.c:
     6        URL for license changed.
     7
    182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/or32/orp/clock/clockdrv.c

    r690a6d2 rdcf0c5b8  
    88 *  The license and distribution terms for this file may be
    99 *  found in the file LICENSE in this distribution or at
    10  *  http://www.OARcorp.com/rtems/license.html.
     10 *  http://www.rtems.com/license/LICENSE.
    1111 *
    1212 *  $Id$
  • c/src/lib/libbsp/or32/orp/console/console.c

    r690a6d2 rdcf0c5b8  
    77 *  The license and distribution terms for this file may be
    88 *  found in the file LICENSE in this distribution or at
    9  *  http://www.OARcorp.com/rtems/license.html.
     9 *  http://www.rtems.com/license/LICENSE.
    1010 *
    1111 *  This file adapted from no_bsp board library of the RTEMS distribution.
  • c/src/lib/libbsp/or32/orp/console/console.h

    r690a6d2 rdcf0c5b8  
    1313 *  The license and distribution terms for this file may be
    1414 *  found in the file LICENSE in this distribution or at
    15  *  http://www.OARcorp.com/rtems/license.html.
     15 *  http://www.rtems.com/license/LICENSE.
    1616 */
    1717
  • c/src/lib/libbsp/or32/orp/include/bsp.h

    r690a6d2 rdcf0c5b8  
    1010 *  The license and distribution terms for this file may be
    1111 *  found in the file LICENSE in this distribution or at
    12  *  http://www.OARcorp.com/rtems/license.html.
     12 *  http://www.rtems.com/license/LICENSE.
    1313 *
    1414 *  $Id$
  • c/src/lib/libbsp/or32/orp/start/start.S

    r690a6d2 rdcf0c5b8  
    1313 *  The license and distribution terms for this file may be
    1414 *  found in the file LICENSE in this distribution or at
    15  *  http://www.OARcorp.com/rtems/license.html.
     15 *  http://www.rtems.com/license/LICENSE.
    1616 */
    1717       
  • c/src/lib/libbsp/or32/orp/startup/bspclean.c

    r690a6d2 rdcf0c5b8  
    1313 *  The license and distribution terms for this file may be
    1414 *  found in the file LICENSE in this distribution or at
    15  *  http://www.OARcorp.com/rtems/license.html.
     15 *  http://www.rtems.com/license/LICENSE.
    1616 *
    1717 *  $Id$
  • c/src/lib/libbsp/or32/orp/startup/bspstart.c

    r690a6d2 rdcf0c5b8  
    1010 *  The license and distribution terms for this file may be
    1111 *  found in the file LICENSE in this distribution or at
    12  *  http://www.OARcorp.com/rtems/license.html.
     12 *  http://www.rtems.com/license/LICENSE.
    1313 *
    1414 *  This file adapted from no_bsp board library of the RTEMS distribution.
  • c/src/lib/libbsp/or32/orp/startup/linkcmds

    r690a6d2 rdcf0c5b8  
    88 *  The license and distribution terms for this file may be
    99 *  found in the file LICENSE in this distribution or at
    10  *  http://www.OARcorp.com/rtems/license.html.
     10 *  http://www.rtems.com/license/LICENSE.
    1111 *
    1212 *  $Id$
  • c/src/lib/libbsp/or32/orp/startup/setvec.c

    r690a6d2 rdcf0c5b8  
    1818 *  The license and distribution terms for this file may be
    1919 *  found in the file LICENSE in this distribution or at
    20  *  http://www.OARcorp.com/rtems/license.html.
     20 *  http://www.rtems.com/license/LICENSE.
    2121 *
    2222 *  $Id$
  • c/src/lib/libbsp/or32/orp/timer/timer.c

    r690a6d2 rdcf0c5b8  
    1414 *  The license and distribution terms for this file may be
    1515 *  found in the file LICENSE in this distribution or at
    16  *  http://www.OARcorp.com/rtems/license.html.
     16 *  http://www.rtems.com/license/LICENSE.
    1717 *
    1818 *  $Id$
  • c/src/lib/libbsp/or32/orp/timer/timerisr.c

    r690a6d2 rdcf0c5b8  
    1919 *  The license and distribution terms for this file may be
    2020 *  found in the file LICENSE in this distribution or at
    21  *  http://www.OARcorp.com/rtems/license.html.
     21 *  http://www.rtems.com/license/LICENSE.
    2222 *
    2323 *  $Id$
Note: See TracChangeset for help on using the changeset viewer.