diff options
author | Wlodek Wencel <wlodek@isc.org> | 2024-01-29 10:17:26 +0100 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2024-01-29 10:17:26 +0100 |
commit | 416a072394849eece5e1385db1e76040c989fdb7 (patch) | |
tree | 63b7916232db3eb9d18078b510ee0ee67d2fb304 /src/lib/config | |
parent | [#2788] add RAII struct for exhausting options (diff) | |
download | kea-416a072394849eece5e1385db1e76040c989fdb7.tar.xz kea-416a072394849eece5e1385db1e76040c989fdb7.zip |
[#3237] release changes
Diffstat (limited to 'src/lib/config')
-rw-r--r-- | src/lib/config/base_command_mgr.cc | 2 | ||||
-rw-r--r-- | src/lib/config/command_mgr.cc | 2 | ||||
-rw-r--r-- | src/lib/config/hooked_command_mgr.cc | 2 | ||||
-rw-r--r-- | src/lib/config/tests/command_mgr_unittests.cc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/config/base_command_mgr.cc b/src/lib/config/base_command_mgr.cc index 74bfa0585d..4963afa37f 100644 --- a/src/lib/config/base_command_mgr.cc +++ b/src/lib/config/base_command_mgr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-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/config/command_mgr.cc b/src/lib/config/command_mgr.cc index cd42f1c3ad..8dcb84072a 100644 --- a/src/lib/config/command_mgr.cc +++ b/src/lib/config/command_mgr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-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/config/hooked_command_mgr.cc b/src/lib/config/hooked_command_mgr.cc index 2a1c71e39f..90a1bad0ea 100644 --- a/src/lib/config/hooked_command_mgr.cc +++ b/src/lib/config/hooked_command_mgr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-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/config/tests/command_mgr_unittests.cc b/src/lib/config/tests/command_mgr_unittests.cc index e589349819..492bcfa825 100644 --- a/src/lib/config/tests/command_mgr_unittests.cc +++ b/src/lib/config/tests/command_mgr_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-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 |