summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2022-01-25 16:24:16 +0100
committerWlodek Wencel <wlodek@isc.org>2022-01-25 16:24:16 +0100
commit49a7fb582dc7af0f7d25e28878001e9e8fea8979 (patch)
tree6722f80e3681e0ac7b91fca2e2920397e284e6ef /relay
parent3c7575190af597102057e83a5cbf359ac1bbdf00 (diff)
downloadisc-dhcp-49a7fb582dc7af0f7d25e28878001e9e8fea8979.tar.gz
copy rights update
Diffstat (limited to 'relay')
-rw-r--r--relay/dhcrelay.82
-rw-r--r--relay/dhcrelay.c4
-rw-r--r--relay/tests/relay_unittests.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/relay/dhcrelay.8 b/relay/dhcrelay.8
index 8879b7cf..b7183f9a 100644
--- a/relay/dhcrelay.8
+++ b/relay/dhcrelay.8
@@ -1,6 +1,6 @@
.\" dhcrelay.8
.\"
-.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004-2022 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
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 382d062d..91f5694d 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -3,7 +3,7 @@
DHCP/BOOTP Relay Agent. */
/*
- * Copyright(c) 2004-2020 by Internet Systems Consortium, Inc.("ISC")
+ * Copyright(c) 2004-2022 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-2020 Internet Systems Consortium.";
+"Copyright 2004-2022 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 c1e52830..98a188b3 100644
--- a/relay/tests/relay_unittests.c
+++ b/relay/tests/relay_unittests.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2020 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2019-2022 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