summaryrefslogtreecommitdiff
path: root/client/dhclient.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-02-03 19:41:21 +0000
committerTed Lemon <source@isc.org>1999-02-03 19:41:21 +0000
commit3ec886e9313494ef914f9b46634b8f92185686eb (patch)
tree9aa2d9e74fc393cd8a267ba0bc3919dee678900d /client/dhclient.c
parent9a51ecdab17e5d24d1a50f9ea1c855f30919c67a (diff)
downloadisc-dhcp-3ec886e9313494ef914f9b46634b8f92185686eb.tar.gz
Update copyright and version.
Diffstat (limited to 'client/dhclient.c')
-rw-r--r--client/dhclient.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index 2eafe3d8..fb30a362 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -3,8 +3,8 @@
DHCP Client. */
/*
- * Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
- * All rights reserved.
+ * Copyright (c) 1995, 1996, 1997, 1998, 1999
+ * The Internet Software Consortium. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -56,7 +56,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.9 1999/02/03 18:56:15 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.10 1999/02/03 19:41:21 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -90,9 +90,9 @@ int no_daemon;
int save_scripts;
static char copyright[] =
-"Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
+"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl8";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl9";
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";