summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 15:19:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-12 15:19:55 +0000
commit721b8c04f01a65698bbb18f2f36e407f34241108 (patch)
treebe0a0a8b42301470eb1cd8ba4ef259f4706bf593
parent640387bb164349d266473a13feed71c5a02e593f (diff)
2007-03-12 Joel Sherrill <joel@OARcorp.com>
* network/greth.c, network/greth.h, network/open_eth.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--c/src/libchip/ChangeLog7
-rw-r--r--c/src/libchip/network/greth.c2
-rw-r--r--c/src/libchip/network/greth.h2
-rw-r--r--c/src/libchip/network/open_eth.c2
4 files changed, 10 insertions, 3 deletions
diff --git a/c/src/libchip/ChangeLog b/c/src/libchip/ChangeLog
index d420ae0123..b7291a077d 100644
--- a/c/src/libchip/ChangeLog
+++ b/c/src/libchip/ChangeLog
@@ -1,5 +1,12 @@
2007-03-12 Joel Sherrill <joel@OARcorp.com>
+ * network/greth.c, network/greth.h, network/open_eth.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-12 Joel Sherrill <joel@OARcorp.com>
+
PR bsps/972
* network/README.greth: New file. Missed in previous commit.
diff --git a/c/src/libchip/network/greth.c b/c/src/libchip/network/greth.c
index a4840a54a4..130ec7263d 100644
--- a/c/src/libchip/network/greth.c
+++ b/c/src/libchip/network/greth.c
@@ -6,7 +6,7 @@
*
* The license and distribution terms for this file may be
* found in 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/libchip/network/greth.h b/c/src/libchip/network/greth.h
index 4de6497d4f..333dccadbe 100644
--- a/c/src/libchip/network/greth.h
+++ b/c/src/libchip/network/greth.h
@@ -4,7 +4,7 @@
*
* The license and distribution terms for this file may be
* found in 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/libchip/network/open_eth.c b/c/src/libchip/network/open_eth.c
index be067a0f50..f80d441abf 100644
--- a/c/src/libchip/network/open_eth.c
+++ b/c/src/libchip/network/open_eth.c
@@ -6,7 +6,7 @@
*
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
- * http://www.OARcorp.com/rtems/license.html.
+ * http://www.rtems.com/license/LICENSE.
*
*/