mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#2423] release changes
This commit is contained in:
parent
49bdfd9216
commit
2bb5a0c438
11
AUTHORS
11
AUTHORS
@ -6,14 +6,16 @@ Primary developers:
|
|||||||
memfile, database interface, core libdhcp++,
|
memfile, database interface, core libdhcp++,
|
||||||
host reservation, MAC extraction in DHCPv6,
|
host reservation, MAC extraction in DHCPv6,
|
||||||
statistics manager, kea-shell, netconf, flex/bison
|
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,
|
- Marcin Siodelski (DHCPv4, DHCPv6 components, options handling, perfdhcp,
|
||||||
host reservation, lease file cleanup, lease expiration,
|
host reservation, lease file cleanup, lease expiration,
|
||||||
control agent, shared networks, high availability,
|
control agent, shared networks, high availability,
|
||||||
config backend)
|
config backend)
|
||||||
- Thomas Markwalder (DDNS, user_chk, global host reservations, stat commands,
|
- Thomas Markwalder (DDNS, user_chk, global host reservations, stat commands,
|
||||||
congestion handling, config backend, multi-threading mode
|
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)
|
- Wlodek Wencel (testing, release engineering, hammer, perfdhcp)
|
||||||
- Francis Dupont (crypto, flex/bison parsers, perfdhcp, control agent,
|
- Francis Dupont (crypto, flex/bison parsers, perfdhcp, control agent,
|
||||||
radius, netconf, config backend, multi-threading,
|
radius, netconf, config backend, multi-threading,
|
||||||
@ -24,10 +26,11 @@ Primary developers:
|
|||||||
- Vicky Risk (documentation)
|
- Vicky Risk (documentation)
|
||||||
- Suzanne Goldlust (documentation)
|
- Suzanne Goldlust (documentation)
|
||||||
- Andrei Pavel (build system, documentation, hammer, netconf, perfdhcp,
|
- Andrei Pavel (build system, documentation, hammer, netconf, perfdhcp,
|
||||||
release engineering, shell scripts, testing)
|
release engineering, shell scripts, testing, limits)
|
||||||
- Peter Davies (documentation)
|
- Peter Davies (documentation)
|
||||||
- Slawek Figiel (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:
|
Former developers who are no longer active:
|
||||||
- Stephen Morris (Hooks, MySQL)
|
- Stephen Morris (Hooks, MySQL)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
Kea 2.1.6 (development) released on May 25 2022
|
||||||
|
|
||||||
2022. [func] andrei, djt
|
2022. [func] andrei, djt
|
||||||
kea-admin lease-upload will now call the lease file cleanup (LFC)
|
kea-admin lease-upload will now call the lease file cleanup (LFC)
|
||||||
process to clean up entries with duplicate addresses in the input
|
process to clean up entries with duplicate addresses in the input
|
||||||
|
@ -21,10 +21,11 @@ Kea is officially supported on Alpine, CentOS, Fedora, Ubuntu, Debian,
|
|||||||
and FreeBSD systems. Kea-|release| builds have been tested on:
|
and FreeBSD systems. Kea-|release| builds have been tested on:
|
||||||
|
|
||||||
* Alpine - 3.12, 3.13
|
* Alpine - 3.12, 3.13
|
||||||
* CentOS — 7, 8
|
* CentOS — 7
|
||||||
* Debian — 9, 10, 11
|
* Debian — 9, 10, 11
|
||||||
* Fedora — 34
|
* Fedora — 34
|
||||||
* FreeBSD — 12, 13
|
* FreeBSD — 12, 13
|
||||||
|
* RHEL - 8
|
||||||
* Ubuntu — 18.04, 20.04, 21.04
|
* Ubuntu — 18.04, 20.04, 21.04
|
||||||
|
|
||||||
There are currently no plans to port Kea to Windows systems.
|
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:
|
These include platforms past their respective EOL dates, such as:
|
||||||
|
|
||||||
* Alpine — 3.10 (1 May 2021)
|
* Alpine — 3.10 (1 May 2021)
|
||||||
* CentOS — 6 (30 November 2020)
|
* CentOS — 6 (30 November 2020), 8 (31 December 2021)
|
||||||
* Fedora — 31, 32
|
* Fedora — 31, 32
|
||||||
* Ubuntu — 14.04, 18.10, 19.04, 19.10
|
* Ubuntu — 14.04, 18.10, 19.04, 19.10
|
||||||
* Debian — 8 (30 June 2020)
|
* Debian — 8 (30 June 2020)
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -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
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user