summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:57:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-04 18:57:22 +0000
commit7c4a62631802efe76f9955bb2b4299eb24698690 (patch)
treec7adf949e133b3d2708ce70a605bd6058eda6b8f /c/src
parent2003-09-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7c4a62631802efe76f9955bb2b4299eb24698690.tar.bz2
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.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libcpu/ChangeLog5
-rw-r--r--c/src/lib/libcpu/shared/include/cache.h2
-rw-r--r--c/src/lib/libcpu/shared/src/cache_aligned_malloc.c2
-rw-r--r--c/src/lib/libcpu/shared/src/cache_manager.c2
4 files changed, 8 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/ChangeLog b/c/src/lib/libcpu/ChangeLog
index 6531f1224d..990f167dc9 100644
--- a/c/src/lib/libcpu/ChangeLog
+++ b/c/src/lib/libcpu/ChangeLog
@@ -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>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/lib/libcpu/shared/include/cache.h b/c/src/lib/libcpu/shared/include/cache.h
index 44b092ce1f..8a1f2c07ba 100644
--- a/c/src/lib/libcpu/shared/include/cache.h
+++ b/c/src/lib/libcpu/shared/include/cache.h
@@ -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.
*
* The functions declared in this file are implemented for
* each processor in the cache.c file under libcpu/CPU/.
diff --git a/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c b/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c
index 7fd534a446..2a1b0f5d97 100644
--- a/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c
+++ b/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c
@@ -7,7 +7,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/libcpu/shared/src/cache_manager.c b/c/src/lib/libcpu/shared/src/cache_manager.c
index 9de12d594f..4c87caf49c 100644
--- a/c/src/lib/libcpu/shared/src/cache_manager.c
+++ b/c/src/lib/libcpu/shared/src/cache_manager.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.
*
*
* The functions in this file implement the API to the RTEMS Cache Manager and