2003-09-04 Joel Sherrill <joel@OARcorp.com>

* shared/include/cache.h, shared/src/cache_aligned_malloc.c,
	shared/src/cache_manager.c: URL for license changed.
This commit is contained in:
Joel Sherrill
2003-09-04 18:57:22 +00:00
parent 4e89a1228b
commit 7c4a626318
4 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* shared/include/cache.h, shared/src/cache_aligned_malloc.c,
shared/src/cache_manager.c: URL for license changed.
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/. * Makefile.am: Reflect having moved automake/.

View File

@@ -6,7 +6,7 @@
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.rtems.com/license/LICENSE.
* *
* The functions declared in this file are implemented for * The functions declared in this file are implemented for
* each processor in the cache.c file under libcpu/CPU/. * each processor in the cache.c file under libcpu/CPU/.

View File

@@ -7,7 +7,7 @@
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.rtems.com/license/LICENSE.
* *
* $Id$ * $Id$
*/ */

View File

@@ -6,7 +6,7 @@
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html. * http://www.rtems.com/license/LICENSE.
* *
* *
* The functions in this file implement the API to the RTEMS Cache Manager and * The functions in this file implement the API to the RTEMS Cache Manager and