From 58e37d4892dceeebdc7eff194dba7b9388551bd6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Mar 2007 11:17:57 +0000 Subject: [PATCH] 2007-03-12 Joel Sherrill * clock/ckinit.c, startup/exception.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/libbsp/mips/hurricane/ChangeLog | 6 ++++++ c/src/lib/libbsp/mips/hurricane/clock/ckinit.c | 2 +- c/src/lib/libbsp/mips/hurricane/startup/exception.S | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/mips/hurricane/ChangeLog b/c/src/lib/libbsp/mips/hurricane/ChangeLog index a03db142e2..fe84d1b423 100644 --- a/c/src/lib/libbsp/mips/hurricane/ChangeLog +++ b/c/src/lib/libbsp/mips/hurricane/ChangeLog @@ -1,3 +1,9 @@ +2007-03-12 Joel Sherrill + + * clock/ckinit.c, startup/exception.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-03-10 Joel Sherrill PR 1227/bsps diff --git a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c index 4a906756b6..55fbeaa615 100644 --- a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c +++ b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c @@ -25,7 +25,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */ diff --git a/c/src/lib/libbsp/mips/hurricane/startup/exception.S b/c/src/lib/libbsp/mips/hurricane/startup/exception.S index 793ad77772..2a3f4b187e 100644 --- a/c/src/lib/libbsp/mips/hurricane/startup/exception.S +++ b/c/src/lib/libbsp/mips/hurricane/startup/exception.S @@ -28,7 +28,7 @@ * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. + * http://www.rtems.com/license/LICENSE. * * $Id$ */