diff options
author | Wlodzimierz Wencel <wlodek@isc.org> | 2024-04-29 10:14:59 +0200 |
---|---|---|
committer | Wlodzimierz Wencel <wlodek@isc.org> | 2024-04-29 10:14:59 +0200 |
commit | ebfd205d95f8e0f30130a3845f03793f2de6fe98 (patch) | |
tree | 6e401cd2d86d27d2ea34022ff26024ba9bf72fce /src/lib/hooks | |
parent | [#3355] bump up library versions for 2.5.8 release (diff) | |
download | kea-ebfd205d95f8e0f30130a3845f03793f2de6fe98.tar.xz kea-ebfd205d95f8e0f30130a3845f03793f2de6fe98.zip |
[#3361] release changes
Diffstat (limited to 'src/lib/hooks')
-rw-r--r-- | src/lib/hooks/callout_handle.h | 2 | ||||
-rw-r--r-- | src/lib/hooks/tests/callout_handle_unittest.cc | 2 | ||||
-rw-r--r-- | src/lib/hooks/tests/run_unittests.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/hooks/callout_handle.h b/src/lib/hooks/callout_handle.h index 8dc934d0b6..aedbae5867 100644 --- a/src/lib/hooks/callout_handle.h +++ b/src/lib/hooks/callout_handle.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2024 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 diff --git a/src/lib/hooks/tests/callout_handle_unittest.cc b/src/lib/hooks/tests/callout_handle_unittest.cc index 677f325fe6..00e331c714 100644 --- a/src/lib/hooks/tests/callout_handle_unittest.cc +++ b/src/lib/hooks/tests/callout_handle_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2024 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 diff --git a/src/lib/hooks/tests/run_unittests.cc b/src/lib/hooks/tests/run_unittests.cc index cf3f2040f2..8dee9aa49a 100644 --- a/src/lib/hooks/tests/run_unittests.cc +++ b/src/lib/hooks/tests/run_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-2024 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 |