summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 dfe663bf..8f2bafce 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.73 1999/04/12 22:24:23 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.74 1999/04/23 23:35:43 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-990412";
+static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990423";
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 7ecc89ed..90f21015 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.29 1999/04/12 22:24:24 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.30 1999/04/23 23:35:44 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 19990412";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990423";
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 be11cbf0..57ec684f 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -22,13 +22,13 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.66 1999/04/12 22:24:23 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.67 1999/04/23 23:35:43 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 980412";
+static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980423";
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";