From: Marcin Siodelski Date: Mon, 5 Jun 2017 15:58:26 +0000 (+0200) Subject: [master] Updated date in copyright statement in dhclient. X-Git-Tag: v4_4_0b1_f1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0415c056547c5f6daf262c27f8ddd8a5f126cfa;p=thirdparty%2Fdhcp.git [master] Updated date in copyright statement in dhclient. --- diff --git a/client/dhclient.8 b/client/dhclient.8 index dd1e530eb..a00f1f775 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 0193de417..129aba725 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/";