]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3307] release changes Kea-2.5.7
authorMarcin Godzina <mgodzina@isc.org>
Fri, 22 Mar 2024 15:55:27 +0000 (15:55 +0000)
committerMarcin Godzina <mgodzina@isc.org>
Fri, 22 Mar 2024 15:55:27 +0000 (15:55 +0000)
200 files changed:
ChangeLog
doc/devel/mainpage.dox
hammer.py
platforms.rst
src/bin/agent/ca_command_mgr.cc
src/bin/agent/tests/ca_process_unittests.cc
src/bin/d2/d2_process.cc
src/bin/d2/d2_queue_mgr.cc
src/bin/d2/d2_queue_mgr.h
src/bin/d2/tests/d2_process_unittests.cc
src/bin/d2/tests/d2_queue_mgr_unittests.cc
src/bin/d2/tests/d2_update_mgr_unittests.cc
src/bin/dhcp4/tests/classify_unittest.cc
src/bin/dhcp4/tests/kea_controller_unittest.cc
src/bin/dhcp6/dhcp6.dox
src/bin/dhcp6/dhcp6_messages.mes
src/bin/dhcp6/tests/kea_controller_unittest.cc
src/bin/netconf/http_control_socket.cc
src/bin/netconf/tests/control_socket_unittests.cc
src/bin/netconf/tests/netconf_process_unittests.cc
src/bin/netconf/tests/netconf_unittests.cc
src/bin/netconf/unix_control_socket.cc
src/hooks/dhcp/lease_cmds/lease_cmds.dox
src/lib/asiodns/io_fetch.cc
src/lib/asiodns/io_fetch.h
src/lib/asiolink/botan_boost_tls.h
src/lib/asiolink/botan_tls.h
src/lib/asiolink/common_tls.cc
src/lib/asiolink/common_tls.h
src/lib/asiolink/interval_timer.cc
src/lib/asiolink/interval_timer.h
src/lib/asiolink/io_acceptor.h
src/lib/asiolink/io_service.cc
src/lib/asiolink/io_service_signal.cc
src/lib/asiolink/io_service_signal.h
src/lib/asiolink/io_service_thread_pool.h
src/lib/asiolink/openssl_tls.h
src/lib/asiolink/tcp_acceptor.h
src/lib/asiolink/tcp_socket.h
src/lib/asiolink/tests/interval_timer_unittest.cc
src/lib/asiolink/tests/io_service_signal_unittests.cc
src/lib/asiolink/tests/tcp_acceptor_unittest.cc
src/lib/asiolink/tests/tls_acceptor_unittest.cc
src/lib/asiolink/tests/tls_unittest.cc
src/lib/asiolink/tests/unix_domain_socket_unittest.cc
src/lib/asiolink/testutils/test_server_unix_socket.h
src/lib/asiolink/testutils/timed_signal.h
src/lib/asiolink/tls_acceptor.h
src/lib/asiolink/tls_socket.h
src/lib/asiolink/udp_socket.h
src/lib/asiolink/unix_domain_socket.cc
src/lib/asiolink/unix_domain_socket.h
src/lib/asiolink/unix_domain_socket_acceptor.h
src/lib/cc/command_interpreter.h
src/lib/cc/server_tag.cc
src/lib/config/client_connection.cc
src/lib/config/client_connection.h
src/lib/config/cmd_http_listener.cc
src/lib/config/tests/client_connection_unittests.cc
src/lib/config/tests/cmd_http_listener_unittests.cc
src/lib/cryptolink/openssl_hash.cc
src/lib/d2srv/dns_client.cc
src/lib/d2srv/dns_client.h
src/lib/d2srv/nc_trans.cc
src/lib/d2srv/tests/dns_client_unittests.cc
src/lib/d2srv/tests/nc_trans_unittests.cc
src/lib/d2srv/testutils/nc_test_utils.h
src/lib/dhcp/opaque_data_tuple.cc
src/lib/dhcp/option4_client_fqdn.cc
src/lib/dhcp/option6_client_fqdn.cc
src/lib/dhcp/option6_status_code.cc
src/lib/dhcp/option_custom.h
src/lib/dhcp/option_string.cc
src/lib/dhcp/option_vendor.cc
src/lib/dhcp/option_vendor_class.h
src/lib/dhcp_ddns/ncr_io.cc
src/lib/dhcp_ddns/ncr_io.h
src/lib/dhcp_ddns/ncr_msg.h
src/lib/dhcp_ddns/ncr_udp.h
src/lib/dhcp_ddns/tests/ncr_udp_unittests.cc
src/lib/dhcp_ddns/tests/ncr_unittests.cc
src/lib/dhcpsrv/d2_client_mgr.cc
src/lib/dhcpsrv/network.h
src/lib/dhcpsrv/tests/cfg_expiration_unittest.cc
src/lib/dhcpsrv/tests/cfg_iface_unittest.cc
src/lib/dhcpsrv/tests/d2_udp_unittest.cc
src/lib/dhcpsrv/testutils/generic_cb_recovery_unittest.cc
src/lib/dns/char_string.h
src/lib/dns/edns.cc
src/lib/dns/edns.h
src/lib/dns/exceptions.h
src/lib/dns/labelsequence.cc
src/lib/dns/labelsequence.h
src/lib/dns/master_lexer.h
src/lib/dns/master_lexer_inputsource.cc
src/lib/dns/master_lexer_inputsource.h
src/lib/dns/master_lexer_state.h
src/lib/dns/master_loader.h
src/lib/dns/master_loader_callbacks.h
src/lib/dns/message.h
src/lib/dns/messagerenderer.cc
src/lib/dns/messagerenderer.h
src/lib/dns/name.h
src/lib/dns/name_internal.h
src/lib/dns/opcode.h
src/lib/dns/question.cc
src/lib/dns/question.h
src/lib/dns/rcode.h
src/lib/dns/rdata.h
src/lib/dns/rrclass.cc
src/lib/dns/rrparamregistry.h
src/lib/dns/rrset.h
src/lib/dns/rrttl.cc
src/lib/dns/rrttl.h
src/lib/dns/rrtype.cc
src/lib/dns/serial.h
src/lib/dns/tests/dns_exceptions_unittest.cc
src/lib/dns/tests/edns_unittest.cc
src/lib/dns/tests/master_lexer_inputsource_unittest.cc
src/lib/dns/tests/master_lexer_state_unittest.cc
src/lib/dns/tests/master_lexer_token_unittest.cc
src/lib/dns/tests/master_lexer_unittest.cc
src/lib/dns/tests/master_loader_callbacks_test.cc
src/lib/dns/tests/master_loader_unittest.cc
src/lib/dns/tests/messagerenderer_unittest.cc
src/lib/dns/tests/opcode_unittest.cc
src/lib/dns/tests/question_unittest.cc
src/lib/dns/tests/rcode_unittest.cc
src/lib/dns/tests/rdata_char_string_data_unittest.cc
src/lib/dns/tests/rdata_char_string_unittest.cc
src/lib/dns/tests/rdata_in_a_unittest.cc
src/lib/dns/tests/rdata_in_aaaa_unittest.cc
src/lib/dns/tests/rdata_ns_unittest.cc
src/lib/dns/tests/rdata_opt_unittest.cc
src/lib/dns/tests/rdata_ptr_unittest.cc
src/lib/dns/tests/rdata_rrsig_unittest.cc
src/lib/dns/tests/rdata_soa_unittest.cc
src/lib/dns/tests/rdata_tkey_unittest.cc
src/lib/dns/tests/rdata_tsig_unittest.cc
src/lib/dns/tests/rdata_unittest.cc
src/lib/dns/tests/rdata_unittest.h
src/lib/dns/tests/rrclass_unittest.cc
src/lib/dns/tests/rrparamregistry_unittest.cc
src/lib/dns/tests/rrset_unittest.cc
src/lib/dns/tests/rrttl_unittest.cc
src/lib/dns/tests/rrtype_unittest.cc
src/lib/dns/tests/serial_unittest.cc
src/lib/dns/tests/tsigerror_unittest.cc
src/lib/dns/tests/tsigkey_unittest.cc
src/lib/dns/tests/tsigrecord_unittest.cc
src/lib/dns/tests/unittest_util.cc
src/lib/dns/tests/unittest_util.h
src/lib/dns/tsig.cc
src/lib/dns/tsig.h
src/lib/dns/tsigerror.h
src/lib/dns/tsigkey.h
src/lib/dns/tsigrecord.cc
src/lib/dns/tsigrecord.h
src/lib/dns/txt_like.h
src/lib/http/client.cc
src/lib/http/client.h
src/lib/http/connection.cc
src/lib/http/connection.h
src/lib/http/connection_pool.h
src/lib/http/http_header.cc
src/lib/http/listener.cc
src/lib/http/listener.h
src/lib/http/listener_impl.cc
src/lib/http/listener_impl.h
src/lib/http/tests/connection_pool_unittests.cc
src/lib/http/tests/test_http_client.h
src/lib/http/tests/tls_client_unittests.cc
src/lib/log/logger.cc
src/lib/log/message_reader.cc
src/lib/log/tests/logger_example.cc
src/lib/process/d_process.h
src/lib/process/daemon.cc
src/lib/process/tests/daemon_unittest.cc
src/lib/process/testutils/d_test_stubs.cc
src/lib/stats/stats_mgr.cc
src/lib/tcp/mt_tcp_listener_mgr.cc
src/lib/tcp/mt_tcp_listener_mgr.h
src/lib/tcp/tcp_connection.h
src/lib/tcp/tcp_listener.cc
src/lib/tcp/tcp_listener.h
src/lib/tcp/tests/mt_tcp_listener_mgr_unittests.cc
src/lib/tcp/tests/tcp_test_client.h
src/lib/testutils/lib_load_test_fixture.h
src/lib/util/boost_time_utils.cc
src/lib/util/chrono_time_utils.cc
src/lib/util/stopwatch.cc
src/lib/util/stopwatch.h
src/lib/util/tests/boost_time_utils_unittest.cc
src/lib/util/tests/chrono_time_utils_unittest.cc
src/lib/util/tests/readwrite_mutex_unittest.cc
src/lib/util/tests/run_unittests.cc
src/lib/util/tests/unlock_guard_unittests.cc
src/lib/util/unittests/wiredata.cc
tools/clang-format.sh
tools/uncrustify.sh

index 79d534be9efe1acb925e322285c08e63fd80d704..4b94d579ca0db2020773996b61e1744089468c03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 2.5.7 (development) released on March 27, 2024
+
 2213.  [build]         razvan
        The library version numbers have been bumped up for the Kea 2.5.7
        development release.
index 76a6089246823df7db13b1dc983e0a01a414cf14..5151e15980b724376ea84e8ffe5b4f2376a50a31 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 72c2b220568958878f17b5076aaada376af1bbd8..e03012c78838a63f6d6341c7f2f82f5addda398d 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -43,12 +43,11 @@ import xml.etree.ElementTree as ET
 
 
 # SYSTEMS = {
-#     'os': [
-#         ( 'version', True if supported else False ),
+#     'os': {
+#         'version': True if supported else False,
 #         ...
-#     ],
-#     ...
-# }
+#     },
+
 SYSTEMS = {
     'fedora': {
         '27': False,
@@ -61,7 +60,7 @@ SYSTEMS = {
         '34': False,
         '35': False,
         '36': False,
-        '37': True,
+        '37': False,
         '38': True,
         '39': True,
     },
index 79ec9e1a07c09eec63785097f49668922f231f39..f28b6adf93f0a0675709cb1a0e52f19a98b1b026 100644 (file)
@@ -19,7 +19,7 @@ systems. Kea-|release| builds have been tested on:
 
 * Alpine â€” 3.16, 3.17, 3.18, 3.19
 * Debian â€” 10, 11, 12
-* Fedora â€” 36, 37, 38, 39
+* Fedora â€” 36, 38, 39
 * FreeBSD â€” 13
 * RHEL â€” 8, 9
 * Ubuntu â€” 18.04, 20.04, 22.04
@@ -53,7 +53,7 @@ These include platforms past their respective EOL dates, such as:
 * Alpine â€” 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 (EOL 01 Nov 2023)
 * CentOS â€” 6 (EOL 30 November 2020), 7 (EOL 30 June 2024), 8 (EOL 31 December 2021)
 * Debian â€” 8, 9 (EOL 30 June 2022)
-* Fedora â€” 31, 32, 33, 34, 35 (EOL 13 December 2022)
+* Fedora â€” 31, 32, 33, 34, 35, 37 (EOL 05 December 2023)
 * FreeBSD â€” 10, 11, 12
 * macOS â€” 10.13, 10.14, 10.15 (EOL 12 September 2022)
 * Ubuntu â€” 14.04, 18.10, 19.04, 19.10, 21.04 (EOL 20 January 2022)
index 2fa35b0b50e4525e0436a382a9d3646fa61d6daa..9411181dc46f75a4a09374e5e7921cdd96563daa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 3d708c3e43be6e7cae345f95ac2433c3f4b96251..e263e594f88df9cd205ba9402e45996e65032972 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2024 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
index fb96bce4bd5107e2d732de305e652bfc6f324e00..abe075d4f75e88282b5ecb5d777fe784cd5202d2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index a598893d70867b8b4c627cdc4dd14949e603ef91..aaf7b6f1a475683090afecffd6ec560295f07166 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 4abf3c54d1c91494445ef17639b982404e62696e..72a5dc2feae100bbbf267056e634fe14d166a206 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015,2017,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 8bbaf35ff605c7645380314818c7c645873a37ba..d4e1709421603eddb35456c520cdf6cba8ec9533 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 003ca03551c3c43e0decd05eef5cde1ca940bb93..9f57cf4a00501beef1927a61010764a3196785df 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 6ffd315525c9e181c986b3504cfe8e3fb23da99e..4a28db5f0f718c670a4111eb16185d5b0ded2d9e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 7f81dbd17214cc64d71e2ba89b131660ec5ae844..b8c06c9f841f05d3dc1643065d02933b9222fdb4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2024 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
index 1d76f4c581df28d61148874c1fab3c6744050bd3..ab8d62ef72dd0d78bcf1a28b87634675242d70a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 93fe100342845e7c6d4df429622e0c568255f412..fb3b00a78e12dd4b4c277d15a1acc5a1aeabe8f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 25fd6bd78b6d59ccf575ece804057cffcabfefaa..d380eae095c3e5378419220273126d860594e83b 100644 (file)
@@ -6,6 +6,14 @@
 
 $NAMESPACE isc::dhcp
 
+% DHCP4_HOOK_SUBNET6_SELECT_PARKING_LOT_FULL The parked-packet-limit %1, has been reached, dropping query: %2
+This debug message occurs when the parking lot used to hold client queries
+while the hook library work for them completes has reached or exceeded the
+limit set by the parked-packet-limit global parameter. This can occur when
+kea-dhcp4 is using hook libraries (e.g. radius) that implement the
+"subnet6_select" callout and client queries are arriving faster than
+those callouts can fulfill them.
+
 % DHCP6_ACTIVATE_INTERFACE activating interface %1
 This message is printed when DHCPv6 server enabled an interface to be used
 to receive DHCPv6 traffic. IPv6 socket on this interface will be opened once
@@ -477,14 +485,6 @@ This debug message is printed when a callout installed on the
 subnet6_select hook point set the park flag. The argument holds the
 client and transaction identification information.
 
-% DHCP4_HOOK_SUBNET6_SELECT_PARKING_LOT_FULL The parked-packet-limit %1, has been reached, dropping query: %2
-This debug message occurs when the parking lot used to hold client queries
-while the hook library work for them completes has reached or exceeded the
-limit set by the parked-packet-limit global parameter. This can occur when
-kea-dhcp4 is using hook libraries (e.g. radius) that implement the
-"subnet6_select" callout and client queries are arriving faster than
-those callouts can fulfill them.
-
 % DHCP6_HOOK_SUBNET6_SELECT_SKIP %1: no subnet was selected because a callout set the next step to SKIP
 This debug message is printed when a callout installed on the
 subnet6_select hook point set the next step to SKIP value. For this particular hook
index 960890131d1dad8b0148a14d58fed473c19f0921..7c47f7aee3b9ee324853b5cbde6c9703c6078264 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 801cfb5b9807aeeb13b5145bd294d2d05d305e8d..3e7010f880ea8d1400ce01f100ad7c0bed31a6f9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2024 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
index 10f36f71da7c339247928df9510f65e3d770704d..ec038641fe3bf3022c4291e7cf3314d1e702fae6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2024 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
index a8c85cf6f17b9982993627bd4e256c955462bdf4..436deba4153af468997ce066146458a926b79052 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2024 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
index 7f211539a1c5abb1d64bf4f7be4fb7a1f4cce45e..8bceac0b69de6f260e6deaec055aca4930094778 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2024 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
index 5eed6155151d712dfd6e41a00a066a29ede9deb4..a882cadcc3e2be74bb899cb4d4c3dfe8e4c15c87 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2024 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
index e99ec12475175ea90d638d31b9f0315b90bd666b..b1fb41c98f91fee390d094b30d4c842ab182b616 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 1d6170d7304785c3947b4ef3bedc611da6569230..1041e2499919c5914a0912fe431eb0de532eb190 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index fea13e0455cbc40f008513f13fa1a50c9457b657..57ed3c050e04a58d28632dcdf08a5a23285196b4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index c9bff8dc1b6668b141dde0bada859b3baea2d81d..32b4d06597d27c21702d4ec6c48d7a5fe0417dfe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index affee89c0330fd937eb39a6629ea42ffff1963c8..1dbed1e1fd3dc9524e1a46208b2473aa06f31432 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index 4363be4878d3c77aaf6a5eb598c3a4fee1aecba0..d07527b20ad14a3d968b4c7d1abece69c50304ac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index 72db172301b92d2ace75813e88f37ae946766fb5..4b718f3e9471ee3d7c7ad624660a266e699de878 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index 21480b0316cf5668513f173efd0df0d952861f12..4b97929619dff72b1324af2822756dfe4a5f7f97 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 98b189191eb2cd497224b0cf3fbc3286b1745257..494fddd11d1f5bae51b52a095b04914419b3ae7a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 9454ea010d2bf487cd532d97585862d0ddb59c5e..0909048880cdc06f5676de00d542bada4f2183ea 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 92044b68292a705411410215eb0152b699e7119a..6fc65f49de79c6f514749fc9cf77c01d5762d3df 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index d755af4518821b707cd7e50823cb1e37ff3264c4..21262b4f37ef7306934bdfd5890ac68f0fbce9d4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2024 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
index 57db9906d40f63f94e16edc34a13661709e93395..1d2370cfeb8890c350a1da50bafc14dca2bea72d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2024 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
index 9397088ec0bc7f1c4709cc38ffc5fe3b4668867f..454873896d066cca5fc92b32681baf1525d339c1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index 6a9112aedb173505ef6a3f032675bf2fccdb1f06..ba2bc8b6c8ba3847e354d08863ac4dd19aa5f342 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index 58296d86c18a932bbb07b4c22dfe202d4530830d..f518bf795c58eb921385d06a73a4fb74a2ca5bfb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2024 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
index 2aa7d27d4c4d0938ebae6d57f51a1a039a384408..346d249897bef10ae3f1d618f2daf624b702f1c2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 6efd5951d2a0700b3f00f5a7c0eaa40790c75a57..1376e63283d801ec44b849a39311e930083dbe60 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 721172b6abe3670613dfe4e817dea153537dec6e..a674df26926a49d31c1515a79e99b7d4008718b3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 08e025dcfa80680d3db157f58ef10f32381da36f..19d39e815bca321e4acc49b301a769e9cfae7807 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2024 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
index 323f1fd4cd26a9fc5ddbbd9b850bd4eb45215d6a..199c245366bf7103059ca9c8c3e726b18c7a0cd3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2024 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
index e26c4878071c46ff7dac12afa71c17e6fa310818..effbe19b14eb63c83d308f63d4eca534ecb082aa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index 2dd42cb87d3e22d30c686cfed0f45cecc183b32b..4ed5c127a6114a0219244cd7e2455f882748f9f6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 2b00aa40f77de7f522a246535d873c050983b6d3..a7f18022cefcff49992b0c9c3a80a95d312f297d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 0b949223b71c8f3e2bc0de541104dd398831ca06..60bb18b2baa263fbd066484bbb7708d1cc13bb07 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index 368dbda875e2d6582b6e01ad7bf0911443883a6a..c72a842113c8a893301f77b8d181e97a039142d2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2024 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
index 8c86c0052545853b5655c24607bcf58bfb520573..80006dc10cce5448b6a5ccdb37f4a6b059ca2ad9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index bda7276fdc4213f8289dd1e2dec63aec93304f39..9ed3c197eef091f27575ae496d7a3e37f259421a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 12efab3917f470a8f44eb46c3cc6af1ccd028f27..f43e1c9e9bbcf77aef93736b3492215e4cc64f0e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index b0f4358bffc538cc131385bdacd27ed3b10789b6..0c211ae92df2984a04aae828e1cc96394ffd9e50 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index aa3d04ea7180327832b2f7920b0ea8fa5a840dae..cfbd84c76f3fad6e7ea93e02d57ddf0fa722cb11 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 64d9d700d6ea559e6b2f2cd39f65a13abb918526..da7f5b6036e10a50d8ffa7bd8019bcebf05710ab 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2024 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
index 94e4ce0f8433ecd166004be5c3753e47fa0c4cc7..379b5cbc762d2452e6f6eff08ea1662cf51def79 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2024 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
index 6f53eca261eea009c5d85dd75507b9a633b4d81e..870fb2411360cf8e339fcddd1729fb975a77e6cc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 0cd25c66b54fc4e6fab94ef4d4b45755650e2744..b9d49fc5b40cee99efe0b6565174ee6ccf7fa315 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index c8fec0cd4efd97917f640a5fa72e5f987d248f5b..ed54552260c9f85dc01ea6faaac93b2b3d6b4684 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index 702bef316dd6b3f98534356c2784b1aa4e1613bc..8684beeb36e73db0a0cc57426876cd8e08cbad42 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 1362928c1b9c686e0280ac6f5eb9a428a458909f..a7d34b213a49c277ef793ca66cb516af397af858 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index 1dd935c85baba7655b69a9437845b45b79f46d39..9dae740107859e9e92266316a87dd31966bc22da 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 43236c3a24a3b7176f2e7d43f78084b7bd175aa7..44828c05b4889ea9155567247ba4b1dd9f683bcf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index e736d4d9d5b78f36c1abb6025dd1b1b286892986..831a233683c0eac27bb8e5c6fdfa085f39dc24d3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 43e71cb09823dc5493890231e4febd912b4e0eb7..4fd822e1b6db27b529437d5f8abd8363305019a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 4209bae64266a28ae50e9f58e500ccc786cab541..f00604336293b769eab9c2f4a0265d745848ef77 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 9bd52c3d81b34b6e087e8049ab68ca617e1e257a..7c978e520197891a62c278fd9b46fbfd002f775b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index e89bc5a0e5b1970074fe7deeca2664125d218348..abf9cfb60649a8c77989056b1c2de777ba139d42 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 2673a97b682ee5c7de13580e98aed5e6fc0a1a34..343ed6ef2a0f1f3f8de53356d0ab5e451c718e0c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 3cecdca4b28ce87e61829c8e691c2c5175c171d3..cb90728ab8eaf7354f37ca2ff8c5f559da609617 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 9a62bc0aebf3f4c211a4b40e27e08e93d1b23664..9aa9c13a6791308532fa0a8b988207b9f967074a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index e53a4e5cd549be66f77195f3d9a3cdd0d0816fbf..8f90c7b0491393fbefd0206a6a351c7ff2ee732d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index fa49fa5f69d7a016cb4e0bcd614bde3b4f4aa03b..e5f1167b74ac7cd2bd1c501eb0585f72cb994c3b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 90918d99854030066b3a1e32709bc0cf76a255c1..77a3b0d8bbce6d574008dba316cfeb3b190a768c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index cda0363f4d033ed4db4b1afa144434bf388fa7b5..699cce406e33e8d72ba432392b20d5222618f8cf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 9de8484f94848f4bbebca3f58d86b495ef96b539..c2383c191870c4c1b082ab8294c7971d5565bc2b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index a48613b0b71700fa82eb1fe353594aadc1e5d596..24c2c70f742bb6a0d1f547875f5a983d5f180f6d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index db6000c702c127cba2f88e106eb4dd0dc948ba63..59be7e08be5bf144c51e72b4aa52032acd06ffb7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 6cb991f2b652b0c4a4c8c7e0754166e91329bc6c..a58a1c70273e640e5579c95897fe5c4cdabce4a0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 2b134238bac584069b77699813c49d6e9de0ea3f..37260a21a09d4dfd5b3d32e19ac6c5e1521a1ca2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 84c8bde45ba570820ad52e7e9e11c9830f0118e6..0f26b74de6cb22ff5df514ad63d0ecc23f59b0ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 7dbac937e6e5c155a91838add05cc4e2ea4c8b5f..5e7a606b355bb411d98d9cede2fc986c660d707b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index cb66a44446c77ac1b324007949258444773a6574..bac141e283c89b7441ff880516aad6683bc0526e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 2b7b31b26a345973db29a4c929638dc4faa4631c..99836568c12fbf02fb177e9804f12d6b8b9d2830 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index bceb7960e4425c73e0f8cc3c622f5052bfd8a372..318d6275d1489bb8506bfbb88e4d168de0555722 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index b02d7841f48679df963fe0d4a6216faff03892ca..8b9e97d2f4f2c73d6fcb54832507feabf8397c63 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 777f070ad8564b259bb27da771c37c7a45139931..e1d66c087c27c4e1baa4b4f85bbb51c1e56f2b44 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 0fa64b369bd0c94d04acf8062dddbc42b05a4570..5b7a80a8ffff0c0bf0ec73b9f0b6912dd1de6b4d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index c97ff46103f09797cb5f7e5e401ac65138f32718..61c99252769e5f87bb5f4f5460af88d8cb34ba49 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 4c71343d8818ff248034ce4a5933186248d7cc31..6bb7604535f3f9c203946fcd194dfd266bd53b28 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 362f7bdc75114dc0de0121d08ebd1733ef8fa128..b604a9b7cb89ae69e6e0bdfe06a9ea5189285e7e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 76c464f9e6868bbe0ea6f30d71344172ebb8001c..8c3477e084da98c31d1ffd5ad689ca58f3a91401 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index c49c2dcef4deae86fce09b990e18ac686f2e6081..c0b8778b4cfdb7370575350667f46c7255578a59 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 20dfec5114a9610d18ce68fc201a61f0d6b43410..660b70d43418aa91989b17463667595706525353 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 39c018fe6d6fe0702b0684bf7279075053412bdb..8a4a53fb80b855868ded1183356c181c6886c5b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index ef8b078ef6836ca23f4776f3d4a36ae558b8ea72..05cf633df5a719245c78e394564ee9379a08700a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 12a75757b7f74f62efe9805161efedbd8ccfd18c..2d6a613e1cd55cbd4b457b0455beec7fd07e84c3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index be0b587767bccf435f6db96d2738409e0fd4b129..2165e84a5c8d06bc3cc5b4123e6bb1b4d1c763f5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 955620a2e18556e870941c370183741aa5b97db5..3cb8aff9c432bbdefd7976c8d1a66a5e15954ea2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index cfc2e2196622dbd25e0f33594bd0bafcc7df3d72..3f5be013cc4267c1c5af1bf87b288b4f2a5e3793 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index eb6e3f0cf43bd5edc957923bbfab075985aa272b..be5d0afa54fd8571e3e5a629701be7c22607fe2d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2024 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
index ee0f7763e7d8bfb71ba19e5c6d030aaf720f4bbe..4e1dfeaa8b0a2117acf898b618e692983883d932 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2024 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
index d8e0fe2d82c29d6fd85daf83638172cb66d17b86..4b105cded7984733745003c5402fc767abedc3e6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2024 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
index aa36348e7e25f6f415becd04163e1fd7e2cbf9db..1a64f194ff7c86ca15ff2804edde849f035b7d21 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2024 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
index 6c5a336d5f530c4122162c27310337a4a8cdd2e6..5cf001cbf37440db0fc51b8d2b02f9b48ca45b4d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index e9957a39a4a59278599ed85a7c7910bedbd7dcfb..f92dcdec799121c62312a2163a4958a754dcb40f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010-2024 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
index 7659f34ae32f6e941b3b7128c5fe27cc0ac42b19..af52842ffafa1c9bf3643bb9de7f30510f65e029 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 21a8a9b4e7e4533d4bba1630d526b5aa74adc2f4..efd6c3f167f0a16932531f47407f837cc0c5f9f9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 007709e55ad6b44f593147d3560f67975b7d24fa..391456ce709cb32cc1bae26aaf9ae9a61d5a3c9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010-2024 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
index 17a9a47583815d64547595927b571920b2f674d6..af294f0670e085825d5da850ae545962d0559181 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 8a0cfed26bbbbe8a8d6890d49921d01f43ac3c56..f4f5c4975a89a19e29e2352ddd34a92024ee2048 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 9d0eea08e870afd713a5bf9f41e79caa5d483084..01d9059fc2147d2a45e302e08cddc46d991375ed 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 26b92eec23bf1d34964662320615a6f434b5957b..282ff8b6b68184125fb4fa3190d63d2d7b662e23 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 8747414d707a03f2b94351aae62af7baa993ae37..983e8d0d82a099bda416bf4b5fa172155e1fb672 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 8163c022515055b197124832750a6175073cced0..8f6b03ebd5467afc92e17f06d5b9ef2fc2706ac3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 2944cb6bdda04dd5040c66e0c3836432b734db1d..d060c415a8b68c601ce336cd2b857cebbbcd15d1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index ed6cdce512d2b10e59716841de4907c11be4f461..324c04611d5818d61007797fc8ff09777ddc0b50 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015,2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index a8d25907c75fc5f4afb0817219d567687833e621..0e9fc62a8a19b3807f8f0445eb68212df948a944 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015,2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 82b2b0dd3400f3468872476c768ca906552995c8..239c2eb62bb9b1fd7099e1606d8001a8152abc4d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index c5f618af06359702c546b521a4652f8221af817a..5167f54aab86f1517f20103c9a25bc5792ffd880 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 147b47be2359254ae3798286fe0ef98746dbffba..4413ba5629635ddca317dc1622322c4ef7bafc3c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 2167a9f5e6dbc1de6920dea917f784ef1020a2cf..4a3787ccf69b3dbb38ad5229a233732348e26668 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index ad7e97cfc33ca55688406d8f9c6d75df299c523c..a97e18d4f48d8f40fd52373256e9fab81de00b57 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 9d238023dd1c17820bbd619b13dea71721a1a023..e89fa920735aad95b4e8ffc6ce5ab7cf2b43f7e7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 0ad0419f29af3d1bd2852f2c0425ce50b9c1f67c..ce7b8503b3adb5774bf2fddf6d738e494a0971ca 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 470f3636c3a9e86b304abf78b09d12e99f8b3b06..784aa5579e5d18009cd51d7c59fbe8ec682f333b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2024 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
index 9bc60b5b7ea3c667e986e3e6e544921fc56c814a..f45b89e48d309765834968bf86800bcb0d2508a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index d096c6b18da7084764c12ba740440f7fb1d659a0..443d900772453b5de57ec029f4e6e8b16101f2ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 220248f062ca08da17ecd0620a2502c9a37eea12..7f7a3c84e0376ed40b23d1b6aee8aafc94bbfd91 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index ec92d67ba6b8582f8460c10bc983227e81bbdbac..22cf1a4ec9074b2b60dc76c2caf4977fddba7b94 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 150d6369cddc59b8fcaa6dce4ad13d81e33a201c..b0500d8077e169caed520da3df9f1fe07ac62188 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 9994e6ee1a8b30e8203438e8c3445c800882d77e..bc92c1c807953c5df8a816a91bdfab5ef899d12b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index cb608d0bd001251f4c46f348c06ca2f1711fce52..c75e829a39600f3aa4fd820ba4694e11c2140ea6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index ca630c04b872eb308ade908ba6a60dadd2821782..cb7b16067942495aab190d172fb0d8945b723c78 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index a79c4fd832a21201c590a4fcf448f5c4016747e8..d24a565456ad9aa574ff5ee2d79d5bab31dde9d8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 8275ea5fb4367b3bbada26339f44a07469139ddc..b1db20b396bf448c1200f9843193ccc234e5b556 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 9eeca2e69da4ca1f52f00a934855376cdbdac228..e0873e100579b1e23d300ba403d6bdd95fdc49a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index f107ea9c931c7d159a8515e09206b7cec89d0268..33b1b4ba1951c30b50c448e312fd0d098aa6fdb8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 29e1c54d83c0c741a0a8cc4a63931708cfdb6b0f..31c64bc910329ecc9673f305444f60b66977bcdd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2024 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
index c64e082d22596ce3b9a9ebdee7dbefae59d28318..a9cab140b57d788ede97fb7b0838e142fbbee44f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index c8602316735f949f16f34be47d966a880dcaf541..b52d7cbabac7876460073643fd9f4bd77cde553d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index fae7def42d9e4867019ca2a2c1b045f03d819d17..b2ba483170690508a172abd89ad133e6ab55341b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 25430a109b76cca17a82debf10211ba350d9b033..bf71e92f16358bda41e95a1fd3615bb542c57cee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index a5e26656a28efaf21ecbaf4428bb08cd62cf7e26..b60106d913827b4aafc71d4cb2e13d4df7b75f61 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index c21f3bde0db68f9ce474c4f55be9beaf687efd04..53cadec8ce3f1abed05ba70397c1ce406bb3f6b6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 3cada14cbc9255b9b338c1123b58edd8ffa10291..49e48fc23e45d89aa248c1ac9ee4ef697a824fcd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 7e17f3ebb3138017b84d43ff25cca83752a4de59..d874ebc7a2bae1500140aab7d99473be9c49ce2a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 305b0b0d7952c25e7cf1300ededfe4b90e462b1b..07cd1426a14b3942b0a4f79dad0b8b42dbfe34eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index e50f0763d3d5206423a3c01d8b6b5ffd58ca62a0..7355eb27c688e2bd8a899d02cbf8d3eb1a6a2be9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 40b573756a7f7bb544bcb2ee884c4989872bee6a..80b4604e09a5e3c638bda6c92ca0298a8e0f4fa1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2024 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
index 3468d6271659440c2d3cb78e499c5930e94b8f38..e4910360b6fb95626ad9b922eafb75d45a8da988 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 5e0c620527aecddd2c0e06a9e9d784b20c505d44..caedeac53020ab06377ae872349e13d61ebdd653 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2024 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
index e9d32c50eac411447757373f8e2f7cc10b66b506..34045a408a607e465b3e6c4b593476745679e99b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2024 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
index 1cb4df510979c0b0d65f931ea794e505142b6d23..c096ae5e05738b452a5273e7afd3e4fad030e4b7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index cc5b42adc1d57f2d357f4066b1d117fd71eeb319..10e59b3918a28edcefaa8c410b3bdc73c0a0fa79 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 693aea61e3165be3c53a9202a8c1c0e86379021c..da9bc54c69d45f3b04d660c75313b68c40b1fd08 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 44daf57666937d6dafdf094164cf6b4c734ad118..93810741afa0ae53b0d58378b6a4200f9c52280d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2024 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
index 1d36373b0c79321e31c59d79179b9aa913ef843e..28ff07948a574aea71ba6530f133c789abe1a505 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 1ae8f3dfc10993f4c1c7746b4e198b84ee4c53e3..1ab71b475d1f6e4f51ee46bb744044ae80f1385c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 2bfaaab6efe61c704cac6135478342fb36ea07d6..f88b1a6a6e19b2872b8c2dad1fe4ac0df20e8473 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 853e7a2131efd16543823cdd1bfe70352fa7bec4..8beac1e6d67f03970665135f20f704e76fae2412 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2024 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
index 7215d4452047e63efa338af81d105b429c3bd984..12deb157b009d46a8a18ec41dab22dc245600fbe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2024 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
index 880d87df0c0ab240a4099728240834f01e26d393..86cc3749cd73835967794acba1930a580131dd82 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 4597ca4b4829f5878cc17767e3e44249f19b4b3c..f9e0d43e2710629282788b4adf76bd0f0aa191a5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 9c86b5558ff80b1881bf3e67ec73da8f93b119a5..ab6a7cfde6516e3eed8f84154a81612830d2307e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 555eb3caa8863152fb54ab85898c0b1763365146..1a1aafc7d27574f3ab73d29d784d96e815f44876 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 14103de588154befef938a705b4e34060ad5a29e..3cc8ec944d60ad176e973e449479df6c99d9518c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index b6f49f4c97aabbafd770e72d9a5033d0d867df79..6cc1a7d7e3df714b12abaad511145073c1fd795b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 80db79940524c7ae24fd989a2e1fc6ed78c57a68..7f28858de2f4759596b11325dd9fcefdf22be6cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2024 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
index 0ac3de7c14bb3425ff645e4260786e07798067d2..d41ff299012fa754b7f08a8d96d7be7d1f0d6b07 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2024 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
index 2bb4047481eeac2249cc0717b4209f860ba51a64..810f85035788d9eaf7d76f4b32f4a77d5c81dc20 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 55568a9ad90d6c471c8ad833ee08078cd429ac1b..64db858db3b34961f4e58c6bd99fcb3a1fecb9e0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 510273754403a0d7697e3d56ed07a61283270eb4..03d57ef0f448aa0ebee7a81e860fb52a3ef83508 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2024 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
index 979637b626c078c232675259f162c908420664b1..8df3e7f4f81f46d0008c0413495e7ae3a18af03f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index bf797d9ffaba4f62f2c2a9b47e9e692fc987cc1e..68858050310871b7e2957e7a62cc4ea7e699ee2a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 86e9b76431c499425255a238b9450112f8d83b8f..69cb21ccb863506566742928bae417d283fb59ab 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index f60e299b70872ba5972f2b809dda1deb4c89f8f5..f7bee855aec327a872ad9f68a9234ad3dc34b722 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 9b795f8074e0b60b7886c27368966ca3de93802a..e201f5e8a5549f41ff6aa9907a7c03eb3aeebed4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index 121c530319d660bd6613003c74facb7f6298d77c..ca0bcd1f317e606c7792cb420880a33700eb7ece 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2024 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
index c9f23598b4097b220c5a164d5ec2af045c1258f3..496b23790054073f9ff282d8a1fd19abce23f864 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2024 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
index 99805c778ceedcbc11ae188e25cc01e9cf7ee51d..3d0bf32559bb01d29428d6050b3741ec4a203ae4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index 54b38b0d647dba85918977535b3f77dfd6b75c5d..cacc34285a661ab8f8534dc0f675932ff2e381d4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index cba368a5fe846f8eebbab30fa2db4383927c5158..571fb8de920ad3ec4944a87ee771b9e68134811b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index 7212d45c6af321957581866b395cfda494de4452..b858c7b59f56e39472392a1f828fa9c2ed6e80c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index b668ee39a6ba5697417c21769175f1bfb8d5a04d..ffa77f751e9e913a4b4366764053ace6009e40a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index 0045c69a55b0a6e33f1224de92cd5d0675a062b8..e1c61dc879a3ac3b4827eb33c5c39819e5e3c321 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index 0e7a1788c8d26ea46ffac9446e209fe32240f097..80be0617085f390290e95bf1e89ebe3598ae0638 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index 94be72f34de4e2443bd8135bf0575a944f47d433..b453eded08a95206be5bd902847626a437b21839 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index 4ff282053d4171d5f29ead645e84eb718e853ad4..918656d4fd2d9e980a34c0f3fb47dec77b059829 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2024 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
index baec64cdd4f82fb683a2f101da8110e8b525322a..a7b3449efd9d63f5eeca6042b1e4843cd9e9d068 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index 109065eab783874ba442d4b20c6f248daeb38c70..5b83a81a7dfe6696310b5402a19f618f5237a313 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index 9406de89d8b1494ae51975183eab089aefd75986..436a14e53126a22db797e7e27c2272d68380b38b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index f5c737abbb692d194e6b63fa41acd4dc336623c4..b5ddb5468a9d9975052813955bc949c9426c52a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index 3ec4b98a3a6a0aa091c73e4e9e2fc0073ab7d80f..643578e48a3515127adb1ebb1deadcf2d8a96ca7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index 22f489cbba8b6df8bd372cc630cb98482c11016d..f94ef7baf3a8aa017071773a63eae065dba6e28b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2024 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
index 583179df4315a302e114d77a9a521a5a4bcdba7c..f5ba98d60b06dac64a7b5533c2cd1f5d108078ce 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2024 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
index 32a419684b15f9a6caa12329ac59c2e9d2f41535..1e138780b3a0e22f7c323e9b93d1d2aff4223db6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2024 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
index 0ff4beef7dd8318ab0bffb25d83d3c27a600696a..baaf0e73c258c093a16bbd954077b135a09e48b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2024 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
index ebec617a82584054fac2288cc8c5efe077bc43cb..c33bcb8fa0ce98f5fd916002e1f78c206812585b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2024 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
index 8321c8e968c956b5ee42449a8d40db4b604e719b..08aafc3f092b6b2820bb92a1bf28dea3544a2567 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2020-2022 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2020-2024 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
index 9f65560ce8aa39d2d3d31927041bc0b11b5a2f03..e4cdb5ba84c7683f20dac7691e0f69287f322b41 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2020-2022 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2020-2024 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