]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1715] release changes Kea-1.9.5
authorMichal Nowikowski <godfryd@isc.org>
Fri, 19 Feb 2021 16:24:29 +0000 (17:24 +0100)
committerWlodek Wencel <wlodek@isc.org>
Tue, 23 Feb 2021 07:50:09 +0000 (08:50 +0100)
59 files changed:
ChangeLog
src/bin/agent/location.hh
src/bin/agent/position.hh
src/bin/agent/stack.hh
src/bin/agent/tests/ca_controller_unittests.cc
src/bin/agent/tests/get_config_unittest.cc
src/bin/d2/location.hh
src/bin/d2/position.hh
src/bin/d2/stack.hh
src/bin/d2/tests/d2_controller_unittests.cc
src/bin/dhcp4/location.hh
src/bin/dhcp4/position.hh
src/bin/dhcp4/stack.hh
src/bin/dhcp4/tests/dhcp4_test_utils.h
src/bin/dhcp4/tests/parser_unittest.cc
src/bin/dhcp6/location.hh
src/bin/dhcp6/position.hh
src/bin/dhcp6/stack.hh
src/bin/dhcp6/tests/dhcp6_test_utils.h
src/bin/netconf/location.hh
src/bin/netconf/netconf_controller.cc
src/bin/netconf/position.hh
src/bin/netconf/stack.hh
src/bin/netconf/tests/netconf_controller_unittests.cc
src/bin/perfdhcp/basic_scen.cc
src/bin/perfdhcp/command_options.cc
src/bin/perfdhcp/stats_mgr.cc
src/bin/perfdhcp/stats_mgr.h
src/bin/perfdhcp/test_control.cc
src/bin/perfdhcp/tests/stats_mgr_unittest.cc
src/hooks/dhcp/bootp/bootp.dox
src/hooks/dhcp/flex_option/flex_option.dox
src/hooks/dhcp/run_script/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/user_chk/libdhcp_user_chk.dox
src/lib/asiolink/io_service.cc
src/lib/asiolink/io_service.h
src/lib/asiolink/io_service_signal.cc
src/lib/asiolink/io_service_signal.h
src/lib/asiolink/process_spawn.h
src/lib/asiolink/tests/io_service_signal_unittests.cc
src/lib/asiolink/tests/process_spawn_app.sh.in
src/lib/asiolink/tests/process_spawn_unittest.cc
src/lib/dhcp/pkt4.h
src/lib/dhcp/pkt6.h
src/lib/dhcpsrv/subnet.cc
src/lib/dhcpsrv/subnet.h
src/lib/dhcpsrv/tests/cfg_expiration_unittest.cc
src/lib/eval/location.hh
src/lib/eval/position.hh
src/lib/eval/stack.hh
src/lib/mysql/mysql_connection.cc
src/lib/mysql/mysql_connection.h
src/lib/mysql/tests/mysql_connection_unittest.cc
src/lib/process/daemon.cc
src/lib/process/libprocess.dox
src/lib/process/process_messages.mes
src/lib/process/tests/d_controller_unittests.cc
src/lib/util/tests/qid_gen_unittest.cc
src/lib/util/util.dox

index 0a65e293305dc3673dc60c3861e796ae79f68cae..84b3e1678e1800e1a806ba945c35b5bbc293f0b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.9.5 (development) released on Feb 24, 2021
+
 1872.  [build]         razvan
        Library version numbers bumped for Kea 1.9.5 development
        version.
index 96915985c7527d92871af42217f2ba0b1f1cc7a6..7a934c2254fe087258c04f590a1d137122571299 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102092106
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Locations for Bison parsers in C++
index 6a359b948771bc71494f7de036d7243538ebb201..2d3317f224c004167e6f0879b37c2dac31d081d6 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102092106
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 335fce3730cb3b6416049c6a1f8f92096c09cee8..fe7f93f75b37d0a396f0aa7ba7a81e72e61b5d9d 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102092106
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 2018ac28cea8361a05a5d70164b556c2f0c668cd..b7233a9c4224f86e2094adedaae08e581383a149 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 45396ecaf13bf6505209a1322442666e9f0dc7cc..2d557294edc44429e4fb80b3dac5758099751f18 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e0cc746b34d599f2dca2f62f0b505ae75b5925b1..b8c2f1130766431f088f6716688eed3aa083aafc 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081629
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Locations for Bison parsers in C++
index 084a6231dda75449091642d17b11d8e5cbc74154..2d3317f224c004167e6f0879b37c2dac31d081d6 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081629
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 4feadad27dfbd9d2244d500260b4ed36e84d09f1..fe7f93f75b37d0a396f0aa7ba7a81e72e61b5d9d 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081629
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index cc52354bf9d1edad8b0cb0d77b7fa41038443e81..2a4a7dd73822dc913fa2c160199f379ba2e02474 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 874f94b29a0b241da6e61d049b65eee848fe4dd9..b38532ea52473ee816b13674f59606a004f233b9 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.7.2.
+// A Bison parser, made by GNU Bison 3.7.5.
 
 // Locations for Bison parsers in C++
 
index 037a25d3817a44f1b60a7845d8a985ff6ae9130c..2d3317f224c004167e6f0879b37c2dac31d081d6 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.7.2.
+// A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined in "location.hh".
index 8a74ee5c1bb86cbc658551a773ca39e4a177ec5b..fe7f93f75b37d0a396f0aa7ba7a81e72e61b5d9d 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.7.2.
+// A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined with the parser itself.
index 87e84eb112edc14759af3bd45cd24246d364f7d7..7d35a16907ce48b4c192d3ec46575aeb9de737d8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1e55eff60eade669c999380f6d77d2991b3aca4e..6aa4fb54ec65ec4cc685e5f75dbfc6c45c2ef375 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 109078901c79fdd9e187458b58364090ec221792..1a8f74170c483d6a4857a4ba43cd3dcd77580ad4 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081629
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Locations for Bison parsers in C++
index 084a6231dda75449091642d17b11d8e5cbc74154..2d3317f224c004167e6f0879b37c2dac31d081d6 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081629
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 4feadad27dfbd9d2244d500260b4ed36e84d09f1..fe7f93f75b37d0a396f0aa7ba7a81e72e61b5d9d 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081629
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index c23d7143aac9f4939fa0b3d0c3b326ddd279740b..f894b213f1be3d6f1134c93dc1b5fbc95ce1a8c1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5cf58d4f973b68dda4b88076576d170caee85a20..9027bc688500d9217c43d3aa79f48f5c0c36f371 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081630
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Locations for Bison parsers in C++
index 353a57fa59e319b9c8cce2361dd88d2863f2c610..1e79b5f55c7731909a1625d112b24382a5b71160 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e3657b04bccefb7dd16b6c266e04bf38aeb9221a..2d3317f224c004167e6f0879b37c2dac31d081d6 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081630
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 422105c3bc0ecfdba34757a3f22df54d0a293c6c..fe7f93f75b37d0a396f0aa7ba7a81e72e61b5d9d 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081630
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 9d9806a7388326c27ce6c9ae546eecf30735828b..6ae4a6bc7f9b5bd4177fa7e3bce3a15d1a20d924 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5469310db42ae556715cc71062059f3eda10808d..4556030c014fb62c04c0f471404f462cf95ceccb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 31053f22f861c26796b488dae2c71838817ccd44..03336797ca07256e1924d29445498ccd8faa4ac7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4d312de6b65b18e83e710c574020e683fed35feb..4a7c5a6711d1c7a3f8e963f3fce2c16d794e19d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b7a7d0fec46767c6066bbcb4fa6798c48cc06bce..0ca1695ad268ae7f8b9979fd894468541f0cff56 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cb973e4cc0d0a8ef9e59123610154019d0febebc..18d5b133c0c71635520cb5c549a0385405a21c38 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 76ce49edb003604ae3372d3ac44b5fb3f0d5cc4c..96e4062b0440685b8f8a9dde5b0da7d682ce8a94 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2fc1fe2a02f078d1b6ef5245ff9f4a8041d432e0..a36e034b2722f43ed5866a0d777360017b51be2e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 10f9781d9a264b5b161fb3413ed0de8b9aab9f34..b423af565154579f2ae0bb1f01b50698231211be 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4eb4eba1521ccb3292c8b59084f447ce513b471b..1947c48b7f6152e9d6008080144a230791f3ef5a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 70b46f5bf09077010fc7e41dc4a6536086767643..ad2be18db4b4cdbd0f80c5b224e4edc5bf744459 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 374eac0dd5da65521355d5ce666532d36de31780..0574c5f866ca84501de76f7d064c10f6cb90e4aa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fcce53c47cd8ce1fdc39844da35ceac0979000e7..eeb668e16b11b9300f28d20e6944ae0442f88bd8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 51dca8da1307b1dfa2c8d575593eed12044a679b..95fc8a6be978a9ee7d28e57548e09805027c80b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5032e8e526046eba11ec590d5395355c455ac87e..b078ce405a9cb451aaa1c9861dccf8759d439d87 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 908068a6d1e48bca0abdd0c0200783988c895b4c..ca72ce897547be94b48c631976d7a6b213a5f0b5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d8564d341b656bc97dfd7386e86ca23c3e29ed6e..5f35359e64d0e55472735331ef3958eee069edcc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 99997aa81c25d2561abac2d80334b281ea4ae46b..e3d525c1152a73557fc6c6ab22cbfa1ebf5d58e2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 7f6dc2e19c3fd0d4bb77fd11ea5b0f4a96629a18..11bb26d7d65f086a152c3fef9978015a450e0d8a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 03c85ee459d3464659715b8ccb946d1d190adabe..d1ee363e2d321686724ecdd4fe06d78879a452bb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5f331d23d0d1077630fcf59b8dbab0282b1c4d85..00b39b7790e2e4c1b167f7fbbb09431b5b2c3a34 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 27f0a5ac7cef222a6252426aba188983bc75709e..37f81bf919f08495997704561fe471f2503259a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 81426f70a113d87ede8de0649b3e61dd77fb54de..07458b25cf9120ec98b18425b16eef8fa7ab7713 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 25b1cf07f3c2f567e2f770d2f7906ac0ff56400a..b7e74d8c528d4972b6dfd58e40cfe181b18b9fb5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index aca0ec3b66198d40659a510a33ea938cb5fcb126..42a35b988d0c2fdb0fb3f993d47f6a75d86987f3 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081630
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Locations for Bison parsers in C++
index e3657b04bccefb7dd16b6c266e04bf38aeb9221a..2d3317f224c004167e6f0879b37c2dac31d081d6 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081630
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 422105c3bc0ecfdba34757a3f22df54d0a293c6c..fe7f93f75b37d0a396f0aa7ba7a81e72e61b5d9d 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 202102081630
 // A Bison parser, made by GNU Bison 3.7.5.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 4784aaefd3f9f3797ba68c62b62ce3f382946401..f51019856880653ac2e650462ae0366da51afd4a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e80391656214bb919c40c83bf825efada5b11bab..6ac377b0b9e7e70a201d18de7e23ab51f0224f02 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7e1627d1ab0e09b6d2d140b38d2a10c443d2d6cf..a5f1568b4a8d01ba9a3c5ebab3cba11406d34c54 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 375757084346eabda07a910ef3772210beee796d..3207851b7f9849c95d1a743d0c1ccca0fe21ce5e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1d96e3cfea9b2acba1e946c91d1de269dac3e1d2..ea433fa6beabef1c1ea8e827bb1808be21f7a5f4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2b5873601d324b16a866537033220acba98c16c4..dc25ae3991ddd771a06382cd9f56a1646d78f4b4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index f1cedb1006b6246aca5bf4d1dd01ba65e1a22423..8e6432e5a44105ef7e78f79de6ac7ca4df0c9407 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ed74081a2de47ba257769ee67ba0610cc68160aa..889a98d9de0b9bbb2d34d1798b965c241b8edb18 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e4ef04451a5f4bd525df9e74e6d5e253294244f6..4a3b3ef3527d6ed0e36f88b73c412b074fc6c667 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this