summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-01-02 14:06:31 -0500
committerThomas Markwalder <tmark@isc.org>2018-01-02 14:06:31 -0500
commit397599cb446f0ab286ac8e9a5a033a99444984cb (patch)
treef372f3e5ec41ef4cd7e81841f0818a80194b7f76 /client
parentd8fcd5c74dabf5f45efd817c2ee1bc4ee6621e29 (diff)
downloadisc-dhcp-397599cb446f0ab286ac8e9a5a033a99444984cb.tar.gz
[master] Pre-release tag prep for 4.4.0b1: version #, copyright etc...
Diffstat (limited to 'client')
-rw-r--r--client/dhclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index 55e1c61c..9435b2f9 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -3,7 +3,7 @@
DHCP Client. */
/*
- * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2018 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* This Source Code Form is subject to the terms of the Mozilla Public
@@ -75,7 +75,7 @@ int decline_wait_time = 10; /* Default to 10 secs per, RFC 2131, 3.1.5 */
#define ASSERT_STATE(state_is, state_shouldbe) {}
#ifndef UNIT_TEST
-static const char copyright[] = "Copyright 2004-2017 Internet Systems Consortium.";
+static const char copyright[] = "Copyright 2004-2018 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/";