Changeset 7050ec70 in rtems for c/src/lib/libbsp/shared
- Timestamp:
- Sep 4, 2003, 6:52:52 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7d2a0641
- Parents:
- b5bc659
- Location:
- c/src/lib/libbsp/shared
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/ChangeLog
rb5bc659 r7050ec70 1 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 3 * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, 4 console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, 5 include/coverhd.h: URL for license changed. 6 1 7 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/shared/bootcard.c
rb5bc659 r7050ec70 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/shared/bspclean.c
rb5bc659 r7050ec70 7 7 * The license and distribution terms for this file may be 8 8 * 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. 10 10 * 11 11 * $Id$ -
c/src/lib/libbsp/shared/clockdrv_shell.c
rb5bc659 r7050ec70 7 7 * The license and distribution terms for this file may be 8 8 * 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. 10 10 * 11 11 * $Id$ -
c/src/lib/libbsp/shared/console-polled.c
rb5bc659 r7050ec70 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
c/src/lib/libbsp/shared/console.c
rb5bc659 r7050ec70 10 10 * The license and distribution terms for this file may be 11 11 * 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. 13 13 * 14 14 * $Id$ -
c/src/lib/libbsp/shared/ide_ctrl.c
rb5bc659 r7050ec70 10 10 * The license and distribution terms for this file may be 11 11 * 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. 13 13 * 14 14 * $Id$ -
c/src/lib/libbsp/shared/include/coverhd.h
rb5bc659 r7050ec70 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
c/src/lib/libbsp/shared/main.c
rb5bc659 r7050ec70 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/shared/sbrk.c
rb5bc659 r7050ec70 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/shared/setvec.c
rb5bc659 r7050ec70 19 19 * The license and distribution terms for this file may be 20 20 * 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. 22 22 * 23 23 */ -
c/src/lib/libbsp/shared/tod.c
rb5bc659 r7050ec70 4 4 * The license and distribution terms for this file may be 5 5 * found in the file LICENSE in this distribution or at 6 * http://www. OARcorp.com/rtems/license.html.6 * http://www.rtems.com/license/LICENSE. 7 7 * 8 8 * $Id$ -
c/src/lib/libbsp/shared/tod.h
rb5bc659 r7050ec70 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$
Note: See TracChangeset
for help on using the changeset viewer.