]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3864] release changes
authorWlodek Wencel <wlodek@isc.org>
Tue, 29 Apr 2025 04:24:57 +0000 (06:24 +0200)
committerWlodek Wencel <wlodek@isc.org>
Tue, 29 Apr 2025 06:30:27 +0000 (01:30 -0500)
86 files changed:
ChangeLog
changelog_unreleased/3555-host-reservation-and-offer-lifetime-option-conflicts-causing-persistent-naks [deleted file]
changelog_unreleased/3748-option-data-in-classes-without-only-in-additional-list-true-have-unexpected-precedence [deleted file]
changelog_unreleased/3763-updating-lease-in-a-mysql-backend-fails-with-json_extract-error [deleted file]
changelog_unreleased/3781-kea-dhcpv6-synthesized-hostnames-invalid-for-ddns-if-last-quartet-is-zero [deleted file]
changelog_unreleased/3811-include-the-shared-network-name-in-the-subnetx-list-response [deleted file]
changelog_unreleased/3812-switch-hammer-py-from-autotools-to-meson [deleted file]
src/bin/agent/tests/parser_unittests.cc
src/bin/d2/tests/d2_update_mgr_unittests.cc
src/bin/dhcp4/tests/d2_unittest.cc
src/bin/dhcp4/tests/parser_unittest.cc
src/bin/dhcp6/tests/d2_unittest.cc
src/bin/dhcp6/tests/parser_unittest.cc
src/bin/netconf/tests/parser_unittests.cc
src/bin/perfdhcp/basic_scen.cc
src/bin/perfdhcp/pkt_transform.h
src/bin/perfdhcp/tests/packet_storage_unittest.cc
src/hooks/dhcp/forensic_log/legal_log_messages.mes
src/hooks/dhcp/high_availability/communication_state.cc
src/hooks/dhcp/perfmon/tests/monitored_duration_store_unittests.cc
src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc
src/lib/asiolink/addr_utilities.cc
src/lib/asiolink/tests/io_service_signal_unittests.cc
src/lib/asiolink/testutils/test_server_unix_socket.cc
src/lib/d2srv/tests/d2_update_message_unittests.cc
src/lib/d2srv/tests/nc_trans_unittests.cc
src/lib/d2srv/testutils/nc_test_utils.cc
src/lib/d2srv/testutils/nc_test_utils.h
src/lib/dhcp/classify.cc
src/lib/dhcp/opaque_data_tuple.cc
src/lib/dhcp/option6_ia.cc
src/lib/dhcp/option6_iaaddr.cc
src/lib/dhcp/option6_iaprefix.cc
src/lib/dhcp/option6_status_code.cc
src/lib/dhcp/option_classless_static_route.cc
src/lib/dhcp/option_custom.cc
src/lib/dhcp/option_data_types.cc
src/lib/dhcp/option_definition.cc
src/lib/dhcp/option_int.h
src/lib/dhcp/option_opaque_data_tuples.cc
src/lib/dhcp/option_vendor.cc
src/lib/dhcp/option_vendor_class.cc
src/lib/dhcp/pkt_filter_bpf.cc
src/lib/dhcp/tests/option_custom_unittest.cc
src/lib/dhcp/tests/option_data_types_unittest.cc
src/lib/dhcp/tests/option_space_unittest.cc
src/lib/dhcpsrv/alloc_engine.h
src/lib/dhcpsrv/cfg_expiration.cc
src/lib/dhcpsrv/d2_client_mgr.cc
src/lib/dhcpsrv/flq_allocator.cc
src/lib/dhcpsrv/memfile_lease_limits.cc
src/lib/dhcpsrv/packet_fuzzer.cc
src/lib/dhcpsrv/random_allocator.cc
src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
src/lib/dhcpsrv/tests/d2_client_unittest.cc
src/lib/dhcpsrv/tests/flq_allocator_unittest.cc
src/lib/dhcpsrv/tests/ip_range_permutation_unittest.cc
src/lib/dhcpsrv/tests/iterative_allocator_unittest.cc
src/lib/dhcpsrv/tests/memfile_lease_limits_unittest.cc
src/lib/dhcpsrv/tests/random_allocator_unittest.cc
src/lib/dhcpsrv/tests/shared_network_unittest.cc
src/lib/dhcpsrv/testutils/config_result_check.cc
src/lib/dhcpsrv/testutils/generic_cb_dhcp4_unittest.cc
src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.cc
src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.cc
src/lib/dns/char_string.cc
src/lib/dns/labelsequence.cc
src/lib/dns/message.cc
src/lib/dns/tests/rdata_unittest.cc
src/lib/dns/txt_like.h
src/lib/eval/tests/evaluate_unittest.cc
src/lib/eval/token.cc
src/lib/exceptions/tests/exceptions_unittest.cc
src/lib/hooks/callout_manager.cc
src/lib/hooks/library_handle.cc
src/lib/http/tests/client_mt_unittests.cc
src/lib/log/logger.h
src/lib/log/logger_impl.h
src/lib/log/logger_manager_impl.cc
src/lib/pgsql/pgsql_exchange.cc
src/lib/pgsql/tests/pgsql_exchange_unittest.cc
src/lib/tcp/tests/tcp_listener_unittests.cc
src/lib/tcp/tests/tls_listener_unittests.cc
src/lib/util/unittests/interprocess_util.cc
src/lib/yang/adaptor.cc
src/lib/yang/tests/adaptor_config_unittests.cc

index 96388f96cd0a72ccb924623a918f86c84accf738..d3f2b69c1f10574e0391ad214112c1252cfdb8e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,50 @@
-2337.  [build]         wlodek
+Kea 2.7.8 (development) released on April 30, 2025
+
+2343.  [build]         wlodek
        The library version numbers have been bumped up for the Kea 2.7.8
        development release.
        (Gitlab #3863)
 
+2342.  [bug]           andrei
+       A MySQL error that rarely occurs in unknown circumstances that
+       can prevent Kea from renewing leases that have null or invalid
+       JSON values in the user_context column is now handled in the
+       lease triggers.
+       (Gitlab #3763)
+
+2341.  [build]         andrei
+       Kea built with Meson is now officially tested. Some bugs related
+       to the Meson build system were fixed. Documentation about how to
+       build Kea with Meson was added.
+       (Gitlab #3732, #3812)
+
+2340.  [func]          tmark
+       The subnet commands hook library was modified such that
+       the subnet's shared network name is now included for each
+       subnet returned by the subnet4-list and subnet6-list
+       commands.
+       (Gitlab #3811)
+
+2339.  [bug]           tmark
+       Corrected an issue which caused kea-dhcp4 to
+       NAK requests for an offered lease when a
+       conflicting host reservation exists and
+       offer-lifetime is greater than zero. The
+       server will now remove the unusable lease,
+       renew the temporary lease, and send it back
+       in a DHCPACK.
+       (Gitlab #3555)
+
+2338.  [doc]           tmark
+       Clarified how classes impact option order precedence.
+       (Gitlab #3748)
+
+2337.  [bug]           tmark
+       When generating FQDNs from IP addresses for DDNS,
+       kea-dhcp6 will now append a zero to the end of
+       prefixes that would otherwise end in a hyphen.
+       (Gitlab #3781)
+
 2336.  [func]          razvan
        Added support for syslog backend in forensic log hook library.
        (Gitlab #3569)
diff --git a/changelog_unreleased/3555-host-reservation-and-offer-lifetime-option-conflicts-causing-persistent-naks b/changelog_unreleased/3555-host-reservation-and-offer-lifetime-option-conflicts-causing-persistent-naks
deleted file mode 100644 (file)
index 4074020..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[bug]          tmark
-       Corrected an issue which caused kea-dhcp4 to
-       NAK requests for an offered lease when a
-       conflicting host reservation exists and
-       offer-lifetime is greater than zero. The
-       server will now remove the unusable lease,
-       renew the temporary lease, and send it back
-       in a DHCPACK.
-       (Gitlab #3555)
diff --git a/changelog_unreleased/3748-option-data-in-classes-without-only-in-additional-list-true-have-unexpected-precedence b/changelog_unreleased/3748-option-data-in-classes-without-only-in-additional-list-true-have-unexpected-precedence
deleted file mode 100644 (file)
index d0171b9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[doc]          tmark
-       Clarified how classes impact option order precedence.
-       (Gitlab #3748)
diff --git a/changelog_unreleased/3763-updating-lease-in-a-mysql-backend-fails-with-json_extract-error b/changelog_unreleased/3763-updating-lease-in-a-mysql-backend-fails-with-json_extract-error
deleted file mode 100644 (file)
index 6574a11..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-[bug]          andrei
-       A MySQL error that rarely occurs in unknown circumstances that
-       can prevent Kea from renewing leases that have null or invalid
-       JSON values in the user_context column is now handled in the
-       lease triggers.
-       (Gitlab #3763)
diff --git a/changelog_unreleased/3781-kea-dhcpv6-synthesized-hostnames-invalid-for-ddns-if-last-quartet-is-zero b/changelog_unreleased/3781-kea-dhcpv6-synthesized-hostnames-invalid-for-ddns-if-last-quartet-is-zero
deleted file mode 100644 (file)
index f7af26c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[bug]          tmark
-       When generating FQDNs from IP addresses for DDNS,
-       kea-dhcp6 will now append a zero to the end of
-       prefixes that would otherwise end in a hyphen.
-       (Gitlab #3781)
diff --git a/changelog_unreleased/3811-include-the-shared-network-name-in-the-subnetx-list-response b/changelog_unreleased/3811-include-the-shared-network-name-in-the-subnetx-list-response
deleted file mode 100644 (file)
index bdc5884..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-[func]         tmark
-       The subnet commands hook library was modified such that
-       the subnet's shared network name is now included for each
-       subnet returned by the subnet4-list and subnet6-list
-       commands.
-       (Gitlab #3811)
diff --git a/changelog_unreleased/3812-switch-hammer-py-from-autotools-to-meson b/changelog_unreleased/3812-switch-hammer-py-from-autotools-to-meson
deleted file mode 100644 (file)
index dc72f30..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[build]                andrei
-       Kea built with Meson is now officially tested. Some bugs related
-       to the Meson build system were fixed. Documentation about how to
-       build Kea with Meson was added.
-       (Gitlab #3732, #3812)
index e1b88953c35f397d00c61df146e3ac61d78f8a2c..e9c19b27ba97b3ba60a47bc72d20ddbbcd3d8dc6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 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 c125504600f8374955f6650de306970ea652e540..111f5359f6c549c3e8a1c470c6be2fefed0fa6af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 5570e8f50fee1bee543f8f94c0012f4074b6a14d..7679167c4952b74ea63b05089958375a82f561f4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 bcaf9a8fc5599168213420d6b19703225a5b29f3..74d44ec3a10f44ee27b2b67132029ba1c319f640 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 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 9fd82743936f3754f0447663cf347982e4905381..23da4c244d40a44b780523a8b05a1b6b2a0fb262 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 d1a4624f52b253b92e2aad35149801d199bc2ae9..bd33d243d3748577b8b77f540bb1fba079ca507d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 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 f2702723b26e5cd8b86d3cdbde56e2a4c06b8707..aeb3bc697b6636cbf2e821abaa29e5d018ab9eb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 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 6c36f01141dd112392556138347a7c1bb08f9928..607f26d49970f59524ede2e15f5245d78ff5eb4e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 b73937acaf38e8b405b0518449a70a37a91144da..0cd8406428cda9a8d0d9546c39ca70215d320f5a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 e70c6cd32de5cce69646d17390e1f849ca650843..d585baf065f758f659fe478a1a4e097f092eb8f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 0ae35bd963d408c5264c5d16b7a3b8f2be3daaf5..0227117d3034c10f221216022c5435442eb176a6 100644 (file)
@@ -62,17 +62,17 @@ This informational message is logged when a DHCP server (either V4 or
 V6) is about to open a legal log file. The parameters of
 the backend are logged.
 
-% LEGAL_LOG_SYSLOG_STORE_OPEN opening Legal Syslog: %1
-This informational message is logged when a DHCP server (either V4 or
-V6) is about to open a legal syslog store. The parameters of
-the backend are logged.
+% LEGAL_LOG_STORE_OPENED Legal store opened: %1
+This is an informational message issued when the Legal Log library
+has successfully opened the legal store.
 
 % LEGAL_LOG_SYSLOG %1
 This informational message contains the message being logged to syslog.
 
-% LEGAL_LOG_STORE_OPENED Legal store opened: %1
-This is an informational message issued when the Legal Log library
-has successfully opened the legal store.
+% LEGAL_LOG_SYSLOG_STORE_OPEN opening Legal Syslog: %1
+This informational message is logged when a DHCP server (either V4 or
+V6) is about to open a legal syslog store. The parameters of
+the backend are logged.
 
 % LEGAL_LOG_UNLOAD_ERROR An error occurred unloading the library: %1
 This is an error message issued when an error occurs while unloading the
index afe6fe3e688e32ec53738cc16445866753e5b354..8e80d86fc135862313986340cb3302318e9ff5a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 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 71041655320aa04b2787d8272583f5e37074184e..8ed225122955094a0f56e2fe59ee6aa81da7b965 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2024-2025 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 d1abe5e5c452719552a4b0dbf011e5c46ba5eca4..2b246c0640c75f086055496084efc34cac7f70c8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 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 47e8d6f6f366361c79b226d16d0326af1d0eb403..069ccefcf364fc8b813549e1500f94c7ba9b9245 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 70e19c953286ea7a62c7851133ff1cd4296e19de..c3542ec1911c6c89f7fc1abe285ee5d9125be4c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 33f3048f869e23f454ed1ebcc1fe401ae66086f1..00f211cb62a96e21bc53c49ee152f899f2600dcd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 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 cd69359d580f43e9a302500c64fa4f446ffa05d4..3a0dd15b8ca4c03ff69ca948f45979254107b692 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 86821a622ff68ac045e093ae814ae457198a2e31..465ab44cbfed784061885658a99532e27ff41c0c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 fdd842a44ee2ec11077218233619823cf0d9cafb..076d6fccd05f94781648db651db0357a5d3e7e85 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 4d474a476b9012aae2cdb47005ffc93d3f265331..269fb9001c995564cc3fb7f272e9f2c88b3b03fc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 d8b00dfd4f75a53d2e3d762918132830fd05c919..5021ef1005c328b7925a1bfad0f7225099f649eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 4d5340f091637e08cdbf8b320441481af790a80e..93db377509afc002e84537d2bc292cf246c08319 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 0e1e7689cf5aebfb9f342ed1c965504a752a017f..7186399d70a3dbbb852a9062d821dfe9c5f4a859 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 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 86e1821c36ff2f64abacec82f22fc412681f0ea4..b8f2930eddf8eb16f8b37e3e45e44b13a07a037d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 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 bc80f86ff3e02db25a360cebfdae1269aaead99d..4ed4e54817e7aa1363fa583f9f84dfdd8ee8506b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 7162c3c640e7d704642fc84f22e838209ed150bc..dcd92a88572f3f8f7fa1f34f224abb73d5e51bf3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 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 5ddf42d46585840e07ea52ca521d004a9971c99b..02cf67551ee9e84030ccc3f7185ea42f911f2fa9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 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 60281f90ccaf79cae73ff731842b57c406427bc5..29ad3cbcd6f8d0abea37abf0832230ac5bc09e81 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 1d581e6771f2b4048d84206723c15638bc178690..ea49933b9bcbe15eb7bfa8565fe336becb40b687 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 11e36410b7c13917478e0d776fbbad6f6b86be5f..d3665e2b7b95121784b96924d81d4d248b22229d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 08048572c08c59451779dae49a055e02134cd5bb..4c9ba2a3d78d3a295b697777763bdba25badbc53 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 09900a4b1efadea1d2c9a0f6abc53e95db152ea2..3d945c2792f26568a7fa301125c3ce372d4cae96 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 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 76792a0f7405e5e5387893a909dd849216f2d8e0..fc2a0f9867c69a004084d389ac74a96d58d74d4c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 441b5c315c9d626c8a8b07398f1d9d26bdc46afd..dc44d768bd78df282e3e706dbcf8913ba39d5c8a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 3c27d28dceb4c52f7f519dabf2f48826c50415b4..a5133c4331c561539db4abf67bcdd5dc729b4269 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 f91decfa94ba57ebbee8664f89f5b0fc1a71e904..e8caca3333bd49a405489b2d84e8dad30499fe60 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 b43e70c57363e7ecdc82b0811296f6a4ddd9871d..7bc234c6a6867120f2de848fc7bba6fa891bc130 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 c8af91c8184f52c82c30506cddab6cd002dbb281..a9b10afd32f48ff120fd2468d573de844a124df9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 3d93b008b6be842b1ba2230f3f1fd40d38746d3e..de0ce5d3453e08490d2374dace1fd49cb7752e79 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 1246b7944e87e8b0d5dbbe1cc3d112bee16c335c..77b7b6f62819bc942c89106f29ca21172fca1f75 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015,2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 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 4eb58d23c06fd59fe2863b9af82c70e315d6c2b2..4397d4f51d663eea798903a61ce2635686cb084c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 379f743a5c5f1cb3a8a71b2e85bb4abc15cd56b6..8acf832dc24ca62abc527ed1d17f7d772b2676f6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 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 881b1406433aac270417b47bf969a83bac1899cf..a0aef5cf3162221b6648479302a2c279c233c826 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 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 2461d00ab19caf7874c840825cf4d35b34e11b33..02db72fcda93b00e447ef12a5ca17c667a2d4596 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 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 0a2ba39694505df2c543a5b0a57700db1d784207..11f48705303bcdc1857ea8bd01d43fe53e53a549 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 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 a634f62df421860d07d3af100b7b6376c96cb1ab..a58c39ccd58f08974120bd71432590ac10668fb5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 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 842cc827611542e62c99e91a99161baedd85e870..7de98aee4b8b994c989c6375e69b9974daa12b35 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 fdaa7baab1e3e10a4a5825bd9804817199faaaf5..c7b52333a10d4b7964f2087936c17103ac6a256e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 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 baeb408b25dc5d110d103d68ca56a07482c4df54..4e351406d6792e9193a8bcd57b02c7197c0ab671 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 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 49115145b5e0dbc22dc48deb2192ce5265ea05cd..5baadbca606567938027f014ec1759511665b162 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 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 92d7ed97b458f35feec83d200a66a9b81ecb8086..75a28f6c7148eb5d9e01d7ad550a42bb7c91110a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 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 0589c32a3a213c5f70a4fca91d3b46e418839326..b6997ffa9f8f08ccb8cec2db352fbb1c4d917456 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 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 72b2acc66c5a891f5dc356a9171a6b92d692c222..402f8aa7e23e2ab26a5aac8ffc18c5912bd950e2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 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 fdbb3d913acc5291b07d4406ec47e15cf0c13a95..2b2731f88419f8c23e39012335b39425c37b224e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 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 bc7d9fb17566b53ea3eaef0b990caca5baf49887..2ea1411f70f51c4ae95ffc9d13470a9d93177d51 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 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 c27229183acd441c882a1ba7803be4e545126fdb..e0a7f0a0bfb06a76fc46009b7fe01d0ac215e3c5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 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 017310d8de5eb34f3866bd779df4245943080140..ed2451bd036bf958bc6256df3976df15158f3fdc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2025 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 30a99455d57e3f1ff6830ef08c92fba6841d212a..72c308d1ffceed3e7c2a7d076eb1eca24a94ae00 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 1d68c9fe867a4abe3bd34980d41fbb43a1d8e942..b6560aeb3dd210d6e33732689df5315df02e007c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 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 438b15fd13d5b5bc618fe1af218608cba9a67c09..e112ddd6915de5deb933b1ed9696c9e511c227ea 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2025 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 a17631525aad48f042fd330332a90e9bfa422d2e..c43a0abdd77b97d7155bf543a5b934b082511c0d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2025 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 7492f85db712efd04ff8129f745d99c65b77bad7..5337bb82443ff0701f71f1dc7c3485eef016062e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 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 b0ede5e7a85fe1954ec18d551c0f5c43a09c3017..da73bb25936c5c6e1d517e8d176246912ddc6914 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 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 ab5d031d4da8621f2d363980af3eb7a6209ee5a7..99275e255f1869ce2ce176c9176ee4ac962e7853 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 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 17baf01ac18a0e1568422d4ebe86f11c05ab1df9..3b9e0fe7b5e055ca8dbe2f5683f20eb9ae60ffef 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2025 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 90d92f029e1e5dc3b2a6b9adbcaa5f881ea7fc2e..fbf4b90a19d2dcbbbcdb05e544ca5bce10c00e6d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 67441faa5fd9098e084138c542e51bf97f0df87b..24634cd54ecf9d5c1878e2ecd35df59ab73a98cf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 c53cdbd6746ef6e05b2e76d22abc3411541458be..5a265cc04f768d380440c46d841ef18356f07b4c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 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 418303d217cf93d4a736427fa9fe8aff395778b8..273fe9e8333cf0d40852a1640135f51733e277d1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 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 1b8763b1c859975e00ef0769bccd2145e40cc866..e70e51db13e16c228075925cb8ffc18d3c2a8f0d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 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 42a1a1771de9473889437e3742fd92eaa6647c8d..e8c0e066c8ac3bbbb57fed4149183e6ef80eab7a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 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 bcb9219979e4f2bdffb1b0b4d08ef169a36fe232..ce36a10bdd133109a533263abb28aa359e15bf79 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 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 3f43bac374cf00d6c615437ce28343b46cc1973c..25d7148dfe98d963d9e464640ba45dc5ef707a51 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 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 f1c46858ce0e88e2567a86e85e317185ed897b53..bc5ce147a9ac3294b06443bb0bebe2ed1b0e09cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 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 63c3ccf6f1ecb0820e6f37f2d7bc2e62db798e59..5cb8e730fdf868d667e6e7b49f88f2501c9a9e70 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 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 0537b607cbcf70c2ee6c9fee80fda8b7ad0566e9..98944e50143694b51c22dcba5774b1f3e60cc736 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 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 389e26fc262c9587def8259011510985fd43b2ca..1468052af801db2e2a5b116b6dbe0fbfc1e0e369 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 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 437791fe9faeabfe76a4794bc2c470749fe9a752..83d324492038a32d6a52002beaaceea941387b6a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 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