From: Ted Lemon Date: Fri, 24 Mar 2000 00:20:33 +0000 (+0000) Subject: Clarify credits on client implementation. X-Git-Tag: V3-BETA-2-PATCH-1~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b106356e0dcc7864380cf572cda4f05e9838d54;p=thirdparty%2Fdhcp.git Clarify credits on client implementation. --- diff --git a/client/dhclient.c b/client/dhclient.c index e8d96a5b2..657c851fa 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -33,17 +33,15 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * This code was originally written by Ted Lemon. Elliot Poger wrote - * a state machine to fully implement the client side of the DHCP - * protocol. Ted Lemon then added the configuration file, stuffed the - * state machine into its own data structure so there could be more - * than one, and added the client scripting code to produce the first - * ISC release (2.0b1pl0) of the client. + * This code is based on the original client state machine that was + * written by Elliot Poger. The code has been extensively hacked on + * by Ted Lemon since then, so any mistakes you find are probably his + * fault and not Elliot's. */ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.98 2000/03/17 03:58:56 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.99 2000/03/24 00:20:33 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h"