]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version V3-ALPHA-19990330
authorTed Lemon <source@isc.org>
Tue, 30 Mar 1999 21:54:03 +0000 (21:54 +0000)
committerTed Lemon <source@isc.org>
Tue, 30 Mar 1999 21:54:03 +0000 (21:54 +0000)
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

index e697c6f30586d25219390cea9afe4447e1474bc3..b0f32caaa15f8a70605386fde77207c070d685a8 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.68 1999/03/29 23:00:01 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.69 1999/03/30 21:54:02 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -54,7 +54,7 @@ struct sockaddr_in sockaddr_broadcast;
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990329a";
+static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990330";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
 
index b8022b91727e7404e51b4b378352bbb53da5a8d1..03158bc2989e60955f9648b3930b8e9bf6ab78fe 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.26 1999/03/29 23:00:02 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.27 1999/03/30 21:54:03 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -91,7 +91,7 @@ struct server_list {
 static char copyright [] =
 "Copyright 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990329a";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990330";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
 
index e7b5b48ca005d67e9802e2e2ca6f88cc2e208946..13dd1a2aafcb3b696d0097fdcaf0d8cfc386b346 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.63 1999/03/29 23:00:01 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.64 1999/03/30 21:54:03 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 #endif
 
   static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980329a";
+static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980330";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";