]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Clarify credits on client implementation.
authorTed Lemon <source@isc.org>
Fri, 24 Mar 2000 00:20:33 +0000 (00:20 +0000)
committerTed Lemon <source@isc.org>
Fri, 24 Mar 2000 00:20:33 +0000 (00:20 +0000)
client/dhclient.c

index e8d96a5b26fdaab97f42360b532f5ed9d8d127b8..657c851fa098b1a9f5a49003d0804818c024b2b2 100644 (file)
  * 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"