diff options
author | Marcin Siodelski <marcin@isc.org> | 2017-06-05 17:58:26 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2017-06-05 17:58:26 +0200 |
commit | c0415c056547c5f6daf262c27f8ddd8a5f126cfa (patch) | |
tree | 9b6b9a0640889a805502fd358d4c195cf92e5018 /client | |
parent | a68ec967692171e5a7178fc9172556d9c2df4265 (diff) | |
download | isc-dhcp-c0415c056547c5f6daf262c27f8ddd8a5f126cfa.tar.gz |
[master] Updated date in copyright statement in dhclient.
Diffstat (limited to 'client')
-rw-r--r-- | client/dhclient.8 | 2 | ||||
-rw-r--r-- | client/dhclient.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/dhclient.8 b/client/dhclient.8 index dd1e530e..a00f1f77 100644 --- a/client/dhclient.8 +++ b/client/dhclient.8 @@ -1,6 +1,6 @@ .\" $Id: dhclient.8,v 1.36 2011/04/15 21:58:12 sar Exp $ .\" -.\" Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (c) 2004-2017 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 diff --git a/client/dhclient.c b/client/dhclient.c index 0193de41..129aba72 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -72,7 +72,7 @@ int std_dhcid = 0; #define ASSERT_STATE(state_is, state_shouldbe) {} #ifndef UNIT_TEST -static const char copyright[] = "Copyright 2004-2016 Internet Systems Consortium."; +static const char copyright[] = "Copyright 2004-2017 Internet Systems Consortium."; static const char arr [] = "All rights reserved."; static const char message [] = "Internet Systems Consortium DHCP Client"; static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/"; |