diff options
-rw-r--r-- | client/dhclient.c | 2 | ||||
-rw-r--r-- | relay/dhcrelay.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/dhclient.c b/client/dhclient.c index 4a22803a..c69ab7e8 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -77,7 +77,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-2018 Internet Systems Consortium."; +static const char copyright[] = "Copyright 2004-2019 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/"; diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index 09162100..896e1e2e 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -142,7 +142,7 @@ static int strip_relay_agent_options(struct interface_info *, static void request_v4_interface(const char* name, int flags); static const char copyright[] = -"Copyright 2004-2018 Internet Systems Consortium."; +"Copyright 2004-2019 Internet Systems Consortium."; static const char arr[] = "All rights reserved."; static const char message[] = "Internet Systems Consortium DHCP Relay Agent"; |