summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-11 12:50:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-11 12:50:27 +0000
commitad8c2e6cbfd14fe317df9929a965f0d05d7beb66 (patch)
treeb75ec2adef722c1c2638b107ae7a56713942ff1e /cpukit
parent2007-10-11 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-ad8c2e6cbfd14fe317df9929a965f0d05d7beb66.tar.bz2
2007-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/copyrt.h: Update year.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog9
-rw-r--r--cpukit/score/include/rtems/score/copyrt.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 37c38e5c5d..15612cd50a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/include/rtems/score/copyrt.h: Update year.
+
+2007-10-11 Daniel Hellstrom <daniel@gaisler.com>
+
+ * libi2c/libi2c.c, libi2c/libi2c.h: Add message about needing IMFS.
+ Fixed check of status when registering driver. Add use of strerror().
+
2007-10-04 Keith Robertson <kjrobert@alumni.uwaterloo.ca>,
Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/cpukit/score/include/rtems/score/copyrt.h b/cpukit/score/include/rtems/score/copyrt.h
index 6a1c70f239..dab8bad11f 100644
--- a/cpukit/score/include/rtems/score/copyrt.h
+++ b/cpukit/score/include/rtems/score/copyrt.h
@@ -28,7 +28,7 @@ extern "C" {
*/
#ifdef SCORE_INIT
const char _Copyright_Notice[] =
-"COPYRIGHT (c) 1989-2004.\n\
+"COPYRIGHT (c) 1989-2007.\n\
On-Line Applications Research Corporation (OAR).\n";
#else
extern const char _Copyright_Notice[];