summaryrefslogtreecommitdiff
path: root/relay/dhcrelay.c
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/dhcrelay.c
parent3c7575190af597102057e83a5cbf359ac1bbdf00 (diff)
downloadisc-dhcp-49a7fb582dc7af0f7d25e28878001e9e8fea8979.tar.gz
copy rights update
Diffstat (limited to 'relay/dhcrelay.c')
-rw-r--r--relay/dhcrelay.c4
1 files changed, 2 insertions, 2 deletions
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";