summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-03-05 03:08:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-03-05 03:08:49 +0000
commit797df41c3d49a59e2d5b3e747307b7e4ae7b4c49 (patch)
tree262696daaa2db29098aca3b817fafe04d90c1da3 /cpukit
parent2008-03-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-797df41c3d49a59e2d5b3e747307b7e4ae7b4c49.tar.bz2
2008-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/copyrt.h: Update year.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/score/copyrt.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5b96059070..e19f83a6ef 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2008-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/include/rtems/score/copyrt.h: Update year.
+
+2008-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/gxx_wrappers.c: Add rtems_gxx_mutex_destroy as needed
by gcc newer than the 4.3 release series.
diff --git a/cpukit/score/include/rtems/score/copyrt.h b/cpukit/score/include/rtems/score/copyrt.h
index dab8bad11f..6e537dd1bb 100644
--- a/cpukit/score/include/rtems/score/copyrt.h
+++ b/cpukit/score/include/rtems/score/copyrt.h
@@ -6,7 +6,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -28,7 +28,7 @@ extern "C" {
*/
#ifdef SCORE_INIT
const char _Copyright_Notice[] =
-"COPYRIGHT (c) 1989-2007.\n\
+"COPYRIGHT (c) 1989-2008.\n\
On-Line Applications Research Corporation (OAR).\n";
#else
extern const char _Copyright_Notice[];