diff options
author | David Hankins <dhankins@isc.org> | 2008-01-22 19:02:51 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2008-01-22 19:02:51 +0000 |
commit | 7c4ce867ffadfc64157996a25e3e8697ee021dfc (patch) | |
tree | f8c09be1be65c7ef72891a5414e7a022725459fa /client | |
parent | e2dc9b2cd0c70e2ae9ab02467a41621f9ee1d967 (diff) | |
download | isc-dhcp-7c4ce867ffadfc64157996a25e3e8697ee021dfc.tar.gz |
VERSION to 3.1.1b1
LICENSE to 2008
Diffstat (limited to 'client')
-rw-r--r-- | client/dhclient.8 | 4 | ||||
-rw-r--r-- | client/dhclient.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/client/dhclient.8 b/client/dhclient.8 index cfc8dba6..eb561438 100644 --- a/client/dhclient.8 +++ b/client/dhclient.8 @@ -1,6 +1,6 @@ .\" dhclient.8 .\" -.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (c) 2004,2007-2008 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1996-2003 by Internet Software Consortium .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -24,7 +24,7 @@ .\" Support and other services are available for ISC products - see .\" http://www.isc.org for more information. .\" -.\" $Id: dhclient.8,v 1.18.116.5 2008/01/09 16:12:28 shane Exp $ +.\" $Id: dhclient.8,v 1.18.116.6 2008/01/22 19:02:50 dhankins Exp $ .\" .TH dhclient 8 .SH NAME diff --git a/client/dhclient.c b/client/dhclient.c index ea07e7ea..a75779d9 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -3,7 +3,7 @@ DHCP Client. */ /* - * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -32,7 +32,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.143.2.8 2007/10/27 19:04:03 each Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.143.2.9 2008/01/22 19:02:50 dhankins Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -61,7 +61,7 @@ struct in_addr giaddr; assert (state_is == state_shouldbe). */ #define ASSERT_STATE(state_is, state_shouldbe) {} -static char copyright[] = "Copyright 2004-2007 Internet Systems Consortium."; +static char copyright[] = "Copyright 2004-2008 Internet Systems Consortium."; static char arr [] = "All rights reserved."; static char message [] = "Internet Systems Consortium DHCP Client"; static char url [] = "For info, please visit http://www.isc.org/sw/dhcp/"; |