]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2423] release changes
authorAndrei Pavel <andrei@isc.org>
Mon, 23 May 2022 14:38:46 +0000 (17:38 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 23 May 2022 14:38:46 +0000 (17:38 +0300)
58 files changed:
AUTHORS
ChangeLog
platforms.rst
src/bin/dhcp4/tests/dhcp4_client.cc
src/bin/dhcp4/tests/inform_unittest.cc
src/bin/dhcp4/tests/shared_network_unittest.cc
src/bin/dhcp6/tests/rebind_unittest.cc
src/bin/netconf/netconf_config.h
src/lib/cryptolink/botan_link.cc
src/lib/cryptolink/cryptolink.cc
src/lib/cryptolink/cryptolink.h
src/lib/cryptolink/openssl_link.cc
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/libdhcp++.h
src/lib/dhcp/option.cc
src/lib/dhcp/option4_addrlst.cc
src/lib/dhcp/option4_addrlst.h
src/lib/dhcp/option4_client_fqdn.cc
src/lib/dhcp/option4_client_fqdn.h
src/lib/dhcp/option6_addrlst.cc
src/lib/dhcp/option6_addrlst.h
src/lib/dhcp/option6_auth.cc
src/lib/dhcp/option6_auth.h
src/lib/dhcp/option6_client_fqdn.cc
src/lib/dhcp/option6_client_fqdn.h
src/lib/dhcp/option6_ia.cc
src/lib/dhcp/option6_ia.h
src/lib/dhcp/option6_iaaddr.cc
src/lib/dhcp/option6_iaaddr.h
src/lib/dhcp/option6_iaprefix.cc
src/lib/dhcp/option6_iaprefix.h
src/lib/dhcp/option6_pdexclude.cc
src/lib/dhcp/option6_pdexclude.h
src/lib/dhcp/option6_status_code.cc
src/lib/dhcp/option6_status_code.h
src/lib/dhcp/option_custom.cc
src/lib/dhcp/option_custom.h
src/lib/dhcp/option_definition.cc
src/lib/dhcp/option_int.h
src/lib/dhcp/option_int_array.h
src/lib/dhcp/option_opaque_data_tuples.cc
src/lib/dhcp/option_opaque_data_tuples.h
src/lib/dhcp/option_string.cc
src/lib/dhcp/option_string.h
src/lib/dhcp/option_vendor.cc
src/lib/dhcp/option_vendor.h
src/lib/dhcp/option_vendor_class.cc
src/lib/dhcp/option_vendor_class.h
src/lib/dhcp/packet_queue.h
src/lib/dhcp/tests/option_unittest.cc
src/lib/dhcpsrv/cfg_option.cc
src/lib/dhcpsrv/parsers/option_data_parser.h
src/lib/hooks/callout_handle.cc
src/lib/hooks/callout_handle.h
src/lib/http/response.h
src/lib/log/log_formatter.cc
src/lib/util/strutil.cc
src/lib/util/strutil.h

diff --git a/AUTHORS b/AUTHORS
index 8cc9bb71594ffc8eb2c3390061ffa096a33ac95a..7fc04722fa34d89a15a6e408dfc6ee7182422e02 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,14 +6,16 @@ Primary developers:
                     memfile, database interface, core libdhcp++,
                     host reservation, MAC extraction in DHCPv6,
                     statistics manager, kea-shell, netconf, flex/bison
-                    parsers, flex-id, documentation, config backend)
+                    parsers, flex-id, documentation, config backend,
+                    ddns_tuning)
  - Marcin Siodelski (DHCPv4, DHCPv6 components, options handling, perfdhcp,
                      host reservation, lease file cleanup, lease expiration,
                      control agent, shared networks, high availability,
                      config backend)
  - Thomas Markwalder (DDNS, user_chk, global host reservations, stat commands,
                       congestion handling, config backend, multi-threading mode
-                      of high availability, forensic logging, leasequery)
+                      of high availability, forensic logging, leasequery,
+                      ddns_tuning)
  - Wlodek Wencel (testing, release engineering, hammer, perfdhcp)
  - Francis Dupont (crypto, flex/bison parsers, perfdhcp, control agent,
                    radius, netconf, config backend, multi-threading,
@@ -24,10 +26,11 @@ Primary developers:
  - Vicky Risk (documentation)
  - Suzanne Goldlust (documentation)
  - Andrei Pavel (build system, documentation, hammer, netconf, perfdhcp,
-                 release engineering, shell scripts, testing)
+                 release engineering, shell scripts, testing, limits)
  - Peter Davies (documentation)
  - Slawek Figiel (documentation)
- - Dan Theisen (documentation, option handling)
+ - Dan Theisen (documentation, option handling, shell scripts)
+ - Marcin Godzina (documentation)
 
 Former developers who are no longer active:
  - Stephen Morris (Hooks, MySQL)
index 0a266dee191af92f952a4a127c60c6c207802d74..043ebd615baff6fdeb3860497a8e1b7da870e937 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 2.1.6 (development) released on May 25 2022
+
 2022.  [func]          andrei, djt
        kea-admin lease-upload will now call the lease file cleanup (LFC)
        process to clean up entries with duplicate addresses in the input
index d3511d4608a96567af831b6f262320a0486e99a5..60257f7400b03606b4e7687ca8ca8270c6983552 100644 (file)
@@ -21,10 +21,11 @@ Kea is officially supported on Alpine, CentOS, Fedora, Ubuntu, Debian,
 and FreeBSD systems. Kea-|release| builds have been tested on:
 
 * Alpine - 3.12, 3.13
-* CentOS — 7, 8
+* CentOS — 7
 * Debian — 9, 10, 11
 * Fedora — 34
 * FreeBSD — 12, 13
+* RHEL - 8
 * Ubuntu — 18.04, 20.04, 21.04
 
 There are currently no plans to port Kea to Windows systems.
@@ -55,7 +56,7 @@ platforms.
 These include platforms past their respective EOL dates, such as:
 
 * Alpine — 3.10 (1 May 2021)
-* CentOS — 6 (30 November 2020)
+* CentOS — 6 (30 November 2020), 8 (31 December 2021)
 * Fedora — 31, 32
 * Ubuntu — 14.04, 18.10, 19.04, 19.10
 * Debian — 8 (30 June 2020)
index 487c3ce91b8378114afc93609057a0dc0eed3d72..b054a0d2aa881bca3cc82f34d8400671aede9941 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 267c1400dbd28ad95879a7c7eff873e60747376f..07bd35d6040b3aa3441f52fe6c5d5e5c31fa22ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cc1f908163e82f7f11278232268296b5949e39f2..6dffbefa4c52763bf77ce7eda4f0b686ab4ef7a6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2cd895a82b8f2b073b9c413df55067c7d312962d..164098ee04a8a4a0db3450eebb91756326bd6d38 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0af5860cc0a2f3e77dcf91e9f8be4536500dc96b..18e7a9d8789e1fa9ab2d9219225647a456eddafd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 41d25b4ba243511353b3cdf973e817bf3924f366..5eb0e342f02f9d1a85137b7076f216fa87395768 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 18033b2d749f930c8c195c1d7ad4225af123407d..3e238b29e005ec174b1ed8db61e7e72305490aa2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a0ab16d253dafa0faa572430b551f440c6d2afa9..366fa5be6d37cc890bf8b4b2a4f3d2eb8cb218cf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 99a2c219abbe88bef79b5efe9e0422573d449902..4bceb8fb27fa5ee1c89b2c1d08366dc2077f89fa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b0d2770f31ffb61d9a9966fcf242673bc04a110f..ca00168212f0ff26a2d122b3fd3813bb34c8991b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 44ef89793e84cf7dba895d6b1b620a8bbb5d6589..b4c7b206e6ce16a96237571ee5225f4c5fb14d6e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cbedb3af98375adf48631e3f434a657564e7425b..2ece006fc4ad450e9bc31707d61e0b4e40a89edb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5b15101c7a3290dcbac327d83372003cd81fdd37..33e00495a7b8bb33630e5de98330cd191403e679 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3fd574dbb85089b1dd459088020eb2bbc5854d53..73a177a74c678202e351735d5559ca333837bad3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f653248d971eece56e7cfb1e209c71146bfcd86a..7869c0eac724819cd7b6dfdb75baba2989090fff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 390419a667b2375a62ed4ac2d74a6146e99b640a..2dae79ced3aa019f211886a402eb846af778983c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5c269e9ac212f449a3369a4a71d3f10279f21880..a219d7c59b6e358ca7de72b6baa9ef69c03a2672 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 263b03c8b59451c42a9fa39fe0acfac012b1b7ab..1fb6756f1b35640102badd4c9ddde3fe2ab279a0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bf8e7cd2dc553fc79d70afadbdf8bab698065983..b859886d3dde89d5ed95e36da348763fd5308f16 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index eaa53e494c5d84a693b3201c3f5349a441d29713..555877ab3b07a857902635b194530eca1472f3ad 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fa1a6f33ed6dc065e38ba6652d2c9e943fc73d48..573a6ba8b9a4cc597636b0980507fe6ba27ed0f6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bc915da3c7dffb43c43b32f5b2fe083029da5173..613f4ad457036ab45a245a5a049bc7509ce5a0c7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c7c133e210e47dfd768f27cff88be0e6cb13f4d6..2b414903da4b932248dc48dd41871f3fdf101881 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 05b0574918bfc7d93b9ba241dfa6a361b1592de2..49ca81b2a738e7b837b985cffbb5783d140c9519 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bd5383b406cdcc651f1c5b19be581ce76f903a93..1737cd1f79f6e87f0ab38e9bc3226d78cf8f7383 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5794dab7de826538424d3e11e48cc48078d4529c..e3a43af1fbea61ea3ef2caf4e1700c12f48cb230 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 56ea352e5b6d996b485ec39ff027e04d309603a5..fcca8b0594f919332bc4ac37f7710679a0078c3f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6a915eff78bc65bf6cc66ca1263ce7727219d922..149d7df46d994d0c301c5d2ad7ca942a29acc527 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4218b4afff980038f9b60731b73cf368b474c9ef..dba17dca5ffde2c3b25e6c5619916d9722e90ded 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 242083e86fdcd3d7fad5bd5e70d4bbca345ee2ac..7179207c0b355459b85dc054501621fb3d594230 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 270ee8a2705f23055d27d0c6ca02b143aa7b0449..8e709190c91d47b91fa5eb501f9368fef80629e0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index df5510c423678ea5bccb5fc619d9caffcf5281a3..ac57823f68d1c68d74a5e00b9afcda9c90919bed 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9a2d66a6d7559fda7c5f0fe7aef333aeccb99afc..301e883efbd6774e5ef0ebf17d9577b78cb94398 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 792287d3a52eb0c02a74c2135fde1d7cb1fabfcd..e8548c34df33927156177f8255312c06e10fff97 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index aceff85eabaae833190389b4cafcd53abb210da3..506e65c7450155b1e0ad8bd49c82c8fe4aa79b01 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6ccae3ec58230c604e0e1fb9ea549cb95b1b19fa..6f016426fa34d05a07e045e343f7dab17ccc57f0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 92dc19830626e2ae673cef5e1b89730c6b0bf02c..232ca61366cd0b91bdb52f85094ddbdf01497503 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 80a3deed16683c49d3844c8b704b1e80930e3eb0..1145da929a91969c2f9b756f6b433a926c3927a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1683006cef8d2f88c1b800a0f07cca7602bb5651..a10cd1293931c31d495ea93f40a7dab6516c6e84 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c96b7ddf33e0451853dab80ad9ffd73b4a89b79c..5f1d0d4d69b2fcc547c4d93da10d9d5f79d714fb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5a50d064de1035813dffc9dd6a7dafcfd4c20b87..10159cf6bbe323631ff0d00ca05d3babe68c12a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ae5893a9b2a29b738456e1e4af99c92ecd203016..076e2a3baf9a140268d6bda6663870b176df86f6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 48555016d86be908020eac72692b4bf0794997a7..de8396ef81f4902077154c65c2f8bba7ef10816e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b4ff03aa65f952e8e1aed1dbfdc74c38718e0d61..dab7eb228d43eeb68b59a9f7ca619b4249ac7aeb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 481d2d8adc6ac9d2cf0e5f5745e72b85d6276b28..11d754ea78863f09cfb589554a9b0d951ef8c766 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f6ec0b553198e6cee71915d28f9e02b17d45959c..e3b968bbc837ee562cd8fe5d1bf9deca86db94be 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 94498eead598a18b54e1e589a9e68f9ede632b8b..cd67ec12fe537f06d1e71e9f4c74b29a068789e4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 416d185d353216638f424313e369b13e4a90560e..00a087e579687fe73016b887c1978eb4c3440870 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2471f2b756e049d76d8559563913446b9afe5e92..baaad0d6f22a806f9d38f7972f3aa2b23522a699 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 89eae865dbdc5adffaea0e7eba7b8c41a1715d52..27b44b3ce0629a3838c580a7d45d9085a060928a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 017ebe67acf68e4b5f7a64f926bd4667d2e8ff68..e7dda56c2e27fe47994152a82010b57c2b5b194d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0ba54fdc9a7dd33b5adc7732e1082bfc4ba7e902..734d92fd801249c30461cf7017483f77f03724f3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c568f86a9166e85832de6b545891d600b436c998..994dfbc7fbab487c777862ad71d0eee67318f3cc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 02f17238224961192c49cce97fbf67c38ba7c43b..f5e9b769e89c8de9584206642e0d35a144f188d7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 36fac1fb603287dc6de7b4cc3135842109cfa686..53b4e296d9aa0547cc8efcc310ac645f9024e79f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this