diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d7ca88cbeb..7394b8ebaf 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2007-03-12 Joel Sherrill + + * score/src/heapallocatealigned.c: 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 1226/cpukit diff --git a/cpukit/score/src/heapallocatealigned.c b/cpukit/score/src/heapallocatealigned.c index 8d6e61fb91..2d0fb66f42 100644 --- a/cpukit/score/src/heapallocatealigned.c +++ b/cpukit/score/src/heapallocatealigned.c @@ -6,7 +6,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$ */