From 87e9f35467eb7b17c2bc2f9d87754fd03e53ac86 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Mar 2007 11:20:43 +0000 Subject: [PATCH] 2007-03-12 Joel Sherrill * mpc6xx/mmu/mmuAsm.S: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously. --- c/src/lib/libcpu/powerpc/ChangeLog | 6 ++++++ c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 5de87734c4..0c15dbc645 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,9 @@ +2007-03-12 Joel Sherrill + + * mpc6xx/mmu/mmuAsm.S: Correct license URL and/or fix mistake in + copyright notice. Both of these mistakes appear to be from code + submitted after these changes were made previously. + 2007-01-16 Till Straumann * mpc6xx/mmu/pte121.h, mpc6xx/mmu/pte121.c: diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S index ec51c32220..2df1c85c9a 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S +++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S @@ -10,7 +10,7 @@ * * The license and distribution terms for this file may be * found in found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * T. Straumann - 11/2001: added support for 7400 (no AltiVec yet) * S.K. Feng - 10/2003: added support for 7455 (no AltiVec yet)