]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4272] Update copyright headers and remove unused includes
authorAndrei Pavel <andrei@isc.org>
Wed, 5 Aug 2026 11:22:41 +0000 (14:22 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 6 Aug 2026 07:34:25 +0000 (10:34 +0300)
41 files changed:
src/fuzz/build.sh
src/fuzz/fuzz_cc.cc
src/fuzz/fuzz_crypto.cc
src/fuzz/fuzz_cryptolink.cc
src/fuzz/fuzz_d2.cc
src/fuzz/fuzz_dhcp_parser4.cc
src/fuzz/fuzz_dhcp_parser6.cc
src/fuzz/fuzz_dhcp_pkt4.cc
src/fuzz/fuzz_dhcp_pkt6.cc
src/fuzz/fuzz_dhcp_pkt_process4.cc
src/fuzz/fuzz_dhcp_pkt_process6.cc
src/fuzz/fuzz_dhcpsrv.cc
src/fuzz/fuzz_dhcpsrv_csv_lease.cc
src/fuzz/fuzz_dns.cc
src/fuzz/fuzz_encode.cc
src/fuzz/fuzz_eval4.cc
src/fuzz/fuzz_eval6.cc
src/fuzz/fuzz_hook_ddns_tuning4.cc
src/fuzz/fuzz_hook_ddns_tuning6.cc
src/fuzz/fuzz_hook_flex_id4.cc
src/fuzz/fuzz_hook_flex_id6.cc
src/fuzz/fuzz_hook_lease_query4.cc
src/fuzz/fuzz_hook_lease_query6.cc
src/fuzz/fuzz_hook_radius4.cc
src/fuzz/fuzz_hook_radius6.cc
src/fuzz/fuzz_hook_run_script4.cc
src/fuzz/fuzz_hook_run_script6.cc
src/fuzz/fuzz_hook_tsig.cc
src/fuzz/fuzz_hook_user_chk4.cc
src/fuzz/fuzz_hook_user_chk6.cc
src/fuzz/fuzz_http.cc
src/fuzz/fuzz_ioaddress.cc
src/fuzz/fuzz_mysql4.cc
src/fuzz/fuzz_mysql6.cc
src/fuzz/fuzz_pgsql4.cc
src/fuzz/fuzz_pgsql6.cc
src/fuzz/fuzz_util.cc
src/fuzz/helper_func.cc
src/fuzz/helper_func.h
src/fuzz/mysqlmock.cc
src/fuzz/pgsqlmock.cc

index a5198db9b4fcef4018286100c02cbd0f5f14017d..603d3b2f5ae9c551150b35cdf4596fb544890c1f 100755 (executable)
@@ -1,10 +1,13 @@
 #!/bin/bash -eu
 
-# Copyright (C) 2025 Ada Logics Ltd.
+
+# Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# Developed by AdaLogics under contract to ISC.
 ################################################################################
 
 # This file is required by OSS-Fuzz.
index db4252cf3dd86722da3a6235daab22e93ab93aad..ecdbb84654efbd3aa084e142bca138d6d3d06c65 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
@@ -14,7 +16,6 @@
 #include <asiolink/io_address.h>
 
 #include <string>
-#include <vector>
 
 using namespace isc;
 using namespace isc::data;
index 41c500347c49ee1b195e7b3936e8dbd0218b1748..7a2090a95d2cf66efab6c928dd201c9d4977dc4d 100644 (file)
@@ -1,15 +1,11 @@
-// Copyright (C) 2026 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
-// Copyright (C) 2025 Ada Logics Ltd.
 //
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
@@ -20,7 +16,6 @@
 #include <cstddef>
 #include <cstdint>
 #include <string>
-#include <memory>
 
 using namespace isc::dns;
 using namespace isc::cryptolink;
index 6112d22c50e2112d4e8e4106323cd628cfe28ad0..34d41c0c2b60369605aea5031160f0c561680eb9 100644 (file)
@@ -1,15 +1,11 @@
-// Copyright (C) 2026 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
-// Copyright (C) 2025 Ada Logics Ltd.
 //
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
@@ -19,9 +15,8 @@
 #include <cryptolink/crypto_hmac.h>
 #include <cryptolink/crypto_rng.h>
 
-#include <string>
-#include <vector>
 #include <cstddef>
+#include <vector>
 
 using namespace isc::cryptolink;
 
index b3e2bfae62a93f4b9e45180620a6f1a3814a515b..28e7c733cead18033a1d86acd368f926af51143d 100644 (file)
@@ -1,15 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
-// Copyright (C) 2025 Ada Logics Ltd.
 //
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
@@ -29,7 +25,6 @@
 #include <cstddef>
 #include <cstdint>
 #include <string>
-#include <memory>
 
 using namespace isc::d2;
 using namespace isc::data;
index 74181a353f23adaaafe55ff41c6f2749280b747b..0a9477897ce9e63756deff0d0af002331b174d06 100644 (file)
@@ -1,15 +1,11 @@
-// Copyright (C) 2026 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
-// Copyright (C) 2025 Ada Logics Ltd.
 //
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+// Developed by AdaLogics under contract to ISC.
+
 #include "config.h"
 #include <fuzzer/FuzzedDataProvider.h>
 
index 1b8962ae4cc69727c95af9edd50c018fb8700896..e8f723e2d572b914d336de34287e3732e7a8fe9d 100644 (file)
@@ -1,15 +1,11 @@
-// Copyright (C) 2026 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
-// Copyright (C) 2025 Ada Logics Ltd.
 //
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+// Developed by AdaLogics under contract to ISC.
+
 #include "config.h"
 #include <fuzzer/FuzzedDataProvider.h>
 
index 7d21ccc26726a35bb34338c1b63f7073aa11e64b..d156030c0d3191b2488558ead662114e6e207f21 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index db9b58bd4b0808b2d6259881848bd4ba1b483c17..851758521fa50769c56dc221427bc57202110c7e 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 961e8bf8fe2f99b2bec68d477e69b23760216447..30cf7da5b6c3b18677d7f82500d417b93dfaea41 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 0569990c7dd4082a54397b6a928b60a59d5cbf60..c3dcfa8dc87e66a384a8a53b9886b1097d0f25c2 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 87ae7d1ab787c60fcace59c1a95b6a1567cb19fa..08d9a1617681597a828a51b87938c6efdbe1dd4e 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include "config.h"
 #include <fuzzer/FuzzedDataProvider.h>
 
index 9a8710a33e9f8887e60a0c70deb1264307ecd4c2..7f45e0af65d6a7bf2074207f88ad7e0011043794 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 
 #include <asiolink/io_address.h>
index 9e32b8bd0f5bc8fa5f9ebf3ca833efc1992fd1bc..361bbf716502bd2399d39f67fa217a59fb7057c1 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
@@ -30,7 +32,6 @@
 
 #include <cstddef>
 #include <cstdint>
-#include <memory>
 #include <sstream>
 #include <string>
 #include <vector>
index 59ef2a0f523022be075a7a785c0ca888729e129f..fffc57096759d02b5ab6aad66f3229bbf7281bbf 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 35276bf1921eef14b9b8321867df0a3ba5c77e14..e98371d881e4735d6f72356bed391244a002b516 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include "config.h"
 #include <fuzzer/FuzzedDataProvider.h>
 
index 8c981fd6192b502c484f16992cc6b1b0ce3abae0..ab94bbd44d74048414f19ace1ff8bf18440a7756 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include "config.h"
 #include <fuzzer/FuzzedDataProvider.h>
 
index 9819df38bc170406ef4094e5d6140b3f1f37159c..cabceb2790ec6b799a0019c9bcd9d88804f538cf 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index d48855030aef91df6b09fa02f6ab0343ba53d3b4..68536edab9b7ff60cb251aa0ad03ea49d3100312 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index d2e628b13afa4bd24556c3f7409699927a9422a7..d8d9b51773da229ec2d0504e278ca575fe5a7e0f 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 4ef51f1950f03f34d0b8a923892f3777c1a4b135..8a99c3a26467fb1311a760786398858ee5bc6241 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 0a468d707d54780d998e3c117862e5fe6c533248..c7ce26c0863cb682da3db5335b6940f367f1f51c 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index eb91ce93a2638aa7921d228d65abb52b946e5920..9da8f5548ca6dda9a52f4fa26d9feb6f79b6138c 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 7bf6e047edbbc791634f7067530720f5ba414d1d..ea4a9492ee2f36017a0df22fc6d9bfb6d0bb8ece 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index b2a06850d4de1b2d4e3a8d499c2268fec00f651f..35c5da9adfa24483652a423df4105f8b60df9d14 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index e1131df94e62708c07717aac85abd0df1b5647ba..4f285138e0fb2028088e8628e08ce1abe3aed712 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 27acb650541c84326c6ed9e2f94b8b3bae1c93d5..70a4afa6aa6ed341a591424297f38e2161db799c 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index db6c300bfdcddd9a579688f1545cf6ed616c3a4e..879a7d3e1478043366939fe48c6e387b537ec02d 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 2908e033c2c1e78759a95916ea85915f38c8a941..a46c4f0ea3631938020dae4da42aa6e7109d9cca 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 9aa12fc1682381266f29ff5ac7cfb96b65257c52..1236761e39f1d30ac0eed1089ffae99cdaa80923 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index af8bca5ddfd66987252da6a6f3f37fbcf78c5c2a..68e8bf9404d38728112bbc868d709fccb6cebd10 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include "config.h"
 #include <fuzzer/FuzzedDataProvider.h>
 
index 7b162356a80557484ea8edb84dbcf48bd118012e..849a2dc86b400626bad1557c0f6ec23443b1f8da 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 
 #include <config.h>
 
index e4adac9eea19dada0651bdd81f4503a9e8cf57f1..d18785bcb5b8bb729c8f1a983a6bc15fa4e15721 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 5332bede46fb42253f5a082cfdf1490179b6f05e..b99c47e1b75870044669cb957b3e84fa7c2f932d 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 400e766324a33353a0c29ef3923780cad75589e6..6d352719ce47ccb69fb0e5a041572df21de6dcf1 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 1b1d89fdc8e443ce705089831e25ec98104b5335..0dd32305f693c2dce6be6739819d49d8ce4c39a4 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 077db5a3eb45b9720ed6cd44bce4cda87aeee273..09a48d9145d4795cc71bf7c09a755bc0c70bb21b 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #include <config.h>
 #include <fuzzer/FuzzedDataProvider.h>
 
index 86e6e7fca3c6798536a78fd08e043309536a46dd..aba2ab54c5e8b1e57a885c185d8d0c61defb8248 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 
 #include <config.h>
 
index 831a04dd8c827a4c2e809fe3cd986cb9807fd808..72a6793ba1e2108c71f9d2c09522a460fcd4d874 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 #pragma once
 
 #include <string>
index 71a342b3a65fe4621fb356bc621bdfbf7d14be2d..0c00f01e6c059726b5ba13ebe16c526f9c7c68e9 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 
 #include <config.h>
 
index 97a9230d2c3d427b3a4855585913541a860e378a..b8d55b6336b8e86977d0a90373ba3a45a489ac30 100644 (file)
@@ -1,9 +1,11 @@
-// Copyright (C) 2025 Ada Logics Ltd.
+// Copyright (C) 2025-2026 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
-////////////////////////////////////////////////////////////////////////////////
+//
+// Developed by AdaLogics under contract to ISC.
+
 
 #include <config.h>