Changeset 8f6a68e8 in rtems
- Timestamp:
- 09/04/03 13:47:29 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ab8c3ca2
- Parents:
- 7a4de90f
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r7a4de90f r8f6a68e8 1 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 3 * mpc505/timer/timer.c, ppc403/console/console.c, 4 ppc403/console/console405.c: Removed incorrect statement about 5 copyright assignment. 6 1 7 2003-08-20 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libcpu/powerpc/mpc505/timer/timer.c
r7a4de90f r8f6a68e8 11 11 * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rights assigned to U.S. Government, 1994.14 13 * 15 * This material may be reproduced by or for the U.S. Government pursuant 16 * to the copyright license under the clause at DFARS 252.227-7013. This 17 * notice must appear in all copies of this file and its derivatives. 18 * 19 * timer.c,v 1.2 1995/05/31 16:56:39 joel Exp 14 * $Id$ 20 15 */ 21 16 -
c/src/lib/libcpu/powerpc/ppc403/console/console.c
r7a4de90f r8f6a68e8 46 46 * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. 47 47 * On-Line Applications Research Corporation (OAR). 48 * All rights assigned to U.S. Government, 1994. 49 * 50 * This material may be reproduced by or for the U.S. Government pursuant 51 * to the copyright license under the clause at DFARS 252.227-7013. This 52 * notice must appear in all copies of this file and its derivatives. 53 * 54 * console.c,v 1.4 1995/12/05 19:23:02 joel Exp 48 * 49 * $Id$ 55 50 */ 56 51 -
c/src/lib/libcpu/powerpc/ppc403/console/console405.c
r7a4de90f r8f6a68e8 47 47 * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. 48 48 * On-Line Applications Research Corporation (OAR). 49 * All rights assigned to U.S. Government, 1994.50 *51 * This material may be reproduced by or for the U.S. Government pursuant52 * to the copyright license under the clause at DFARS 252.227-7013. This53 * notice must appear in all copies of this file and its derivatives.54 49 * 55 50 * Modifications for PPC405GP by Dennis Ehlin 56 51 * 57 * console405.c,v 1.4 1995/12/05 19:23:02 joel Exp52 * $Id$ 58 53 */ 59 54
Note: See TracChangeset
for help on using the changeset viewer.