summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-30 21:54:03 +0000
committerTed Lemon <source@isc.org>1999-03-30 21:54:03 +0000
commit37fc56b47d3e8d5824f6e9eea5b787ce763bc698 (patch)
treee4f11dcd17bfadf6c07981c8e3c29e347cbbba3d
parentfd505e341bd0c421c659ccd07674df66e408144f (diff)
downloadisc-dhcp-37fc56b47d3e8d5824f6e9eea5b787ce763bc698.tar.gz
Update versionV3-ALPHA-19990330
-rw-r--r--client/dhclient.c4
-rw-r--r--relay/dhcrelay.c4
-rw-r--r--server/dhcpd.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index e697c6f3..b0f32caa 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -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";
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index b8022b91..03158bc2 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -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";
diff --git a/server/dhcpd.c b/server/dhcpd.c
index e7b5b48c..13dd1a2a 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -22,13 +22,13 @@
#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";