summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 11:16:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 11:16:02 +0000
commit1fb90ec740355a2ddc61e47f8b68109c098f973a (patch)
treeced7fb2805f923ff3d1dba8826b034a4cfbad7d4
parent2007-03-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1fb90ec740355a2ddc61e47f8b68109c098f973a.tar.bz2
2007-03-12 Joel Sherrill <joel@OARcorp.com>
* score/src/heapallocatealigned.c, score/src/threadqrequeue.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.
-rw-r--r--cpukit/ChangeLog7
-rw-r--r--cpukit/score/src/heapallocatealigned.c2
-rw-r--r--cpukit/score/src/threadqrequeue.c2
3 files changed, 9 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ab113f32cf..4089f9b97a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-12 Joel Sherrill <joel@OARcorp.com>
+
+ * score/src/heapallocatealigned.c, score/src/threadqrequeue.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 <joel@OARcorp.com>
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$
*/
diff --git a/cpukit/score/src/threadqrequeue.c b/cpukit/score/src/threadqrequeue.c
index 96434639ef..e2375899d9 100644
--- a/cpukit/score/src/threadqrequeue.c
+++ b/cpukit/score/src/threadqrequeue.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$
*/