summaryrefslogtreecommitdiff
path: root/client/dhclient.c
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2016-03-04 16:19:27 -0500
committerThomas Markwalder <tmark@isc.org>2016-03-04 16:19:27 -0500
commit9deef2e73e01110730bc52f38802725705924793 (patch)
treec6946369861a1c524b02731f91c1b17280260b8a /client/dhclient.c
parent0b209ea5cc333255e055113fa2ad636dda681a21 (diff)
downloadisc-dhcp-9deef2e73e01110730bc52f38802725705924793.tar.gz
[master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...
Diffstat (limited to 'client/dhclient.c')
-rw-r--r--client/dhclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index 98e691b5..f7486c6a 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-2015 Internet Systems Consortium.";
+static const char copyright[] = "Copyright 2004-2016 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/";