]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Updated date in copyright statement in dhclient.
authorMarcin Siodelski <marcin@isc.org>
Mon, 5 Jun 2017 15:58:26 +0000 (17:58 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 5 Jun 2017 15:58:26 +0000 (17:58 +0200)
client/dhclient.8
client/dhclient.c

index dd1e530eb7940e94a5190eb26550432f809cb9a7..a00f1f77538f476d58b8483f3b3a4fa0fabf85a7 100644 (file)
@@ -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
index 0193de417e28d4c17de2524c24d7688d2e190fe4..129aba7256edb8f938728d2f4e8161303343e087 100644 (file)
@@ -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/";