summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2020-01-17 15:38:12 -0500
committerThomas Markwalder <tmark@isc.org>2020-01-17 15:38:12 -0500
commit109fa1d093f6e4a8ac42992e7a32c0c3b12b108e (patch)
treeb507709f804c50e216a370369e4b8df0db01d3c6 /relay
parent39788b3dac39881f456d7aa1b6147ae7459ea4e3 (diff)
downloadisc-dhcp-109fa1d093f6e4a8ac42992e7a32c0c3b12b108e.tar.gz
[master] Pre-release tag prep for 4.4.2: version #, copyright etc...
Changes to be committed: modified: LICENSE modified: README modified: RELNOTES modified: client/dhclient.c modified: common/discover.c modified: configure modified: configure.ac modified: configure.ac+lt modified: configure.ac-base modified: configure.ac-lt modified: relay/dhcrelay.c modified: relay/tests/relay_unittests.c modified: server/dhcpd.c modified: server/failover.c modified: util/bind.sh
Diffstat (limited to 'relay')
-rw-r--r--relay/dhcrelay.c4
-rw-r--r--relay/tests/relay_unittests.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 980dacae..d4ce5f27 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -3,7 +3,7 @@
DHCP/BOOTP Relay Agent. */
/*
- * Copyright(c) 2004-2019 by Internet Systems Consortium, Inc.("ISC")
+ * Copyright(c) 2004-2020 by Internet Systems Consortium, Inc.("ISC")
* Copyright(c) 1997-2003 by Internet Software Consortium
*
* This Source Code Form is subject to the terms of the Mozilla Public
@@ -149,7 +149,7 @@ extern int strip_relay_agent_options(struct interface_info *,
static void request_v4_interface(const char* name, int flags);
static const char copyright[] =
-"Copyright 2004-2019 Internet Systems Consortium.";
+"Copyright 2004-2020 Internet Systems Consortium.";
static const char arr[] = "All rights reserved.";
static const char message[] =
"Internet Systems Consortium DHCP Relay Agent";
diff --git a/relay/tests/relay_unittests.c b/relay/tests/relay_unittests.c
index 2297050a..cba14bd5 100644
--- a/relay/tests/relay_unittests.c
+++ b/relay/tests/relay_unittests.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2019-2020 by Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this