From 2697be56d0a3bda678f6bd38f07a2d749cfdc117 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Mar 2007 11:19:21 +0000 Subject: [PATCH] 2007-03-12 Joel Sherrill * libchip/network/cs8900.c, libchip/network/cs8900.h, libchip/network/greth.c, libchip/network/greth.h: 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. --- c/src/ChangeLog | 7 +++++++ c/src/libchip/network/cs8900.c | 3 +-- c/src/libchip/network/cs8900.h | 2 +- c/src/libchip/network/greth.c | 2 +- c/src/libchip/network/greth.h | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 52d099a24b..e6be36b37e 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,10 @@ +2007-03-12 Joel Sherrill + + * libchip/network/cs8900.c, libchip/network/cs8900.h, + libchip/network/greth.c, libchip/network/greth.h: 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-02-21 Ralf Corsépius * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. diff --git a/c/src/libchip/network/cs8900.c b/c/src/libchip/network/cs8900.c index 0121c1c3e5..0d7dc42f46 100644 --- a/c/src/libchip/network/cs8900.c +++ b/c/src/libchip/network/cs8900.c @@ -12,11 +12,10 @@ COPYRIGHT (c) 1989-1998. On-Line Applications Research Corporation (OAR). - Copyright assigned to U.S. Government, 1994. 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. ------------------------------------------------------------------------ diff --git a/c/src/libchip/network/cs8900.h b/c/src/libchip/network/cs8900.h index 67b37c7b48..c03b22bcc5 100644 --- a/c/src/libchip/network/cs8900.h +++ b/c/src/libchip/network/cs8900.h @@ -15,7 +15,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. ------------------------------------------------------------------------ diff --git a/c/src/libchip/network/greth.c b/c/src/libchip/network/greth.c index d27b52f356..50b9b48b23 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 41d135f633..7dbc718df9 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$ */