summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 15:20:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 15:20:10 +0000
commit3e6a45e689c21afeff34eec0aa6591f5e1e3eab6 (patch)
treee9f6dba9010f8bfbf7c1c157b600afcbeb0c7b73
parent721b8c04f01a65698bbb18f2f36e407f34241108 (diff)
2007-03-12 Joel Sherrill <joel@OARcorp.com>
* src/dosfs/msdos_misc.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/libfs/ChangeLog6
-rw-r--r--cpukit/libfs/src/dosfs/msdos_misc.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 60ae4bf61d..cc51f4391e 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-12 Joel Sherrill <joel@OARcorp.com>
+
+ * src/dosfs/msdos_misc.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.
+
2005-10-06 Joel Sherrill <joel@OARcorp.com>
PR 828/filesystems
diff --git a/cpukit/libfs/src/dosfs/msdos_misc.c b/cpukit/libfs/src/dosfs/msdos_misc.c
index f40820c27b..b527a3ba44 100644
--- a/cpukit/libfs/src/dosfs/msdos_misc.c
+++ b/cpukit/libfs/src/dosfs/msdos_misc.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$
*/