diff options
author | Wlodek Wencel <wlodek@isc.org> | 2023-04-20 21:30:16 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2023-04-20 21:30:16 +0200 |
commit | ff93a6df414ba69af06899e150d83611296566fd (patch) | |
tree | 7e168a78a7c983b869621f4f3442a4c6b5dcef08 /src/lib/util | |
parent | [#2837] bump up library versions for 2.3.7 release (diff) | |
download | kea-ff93a6df414ba69af06899e150d83611296566fd.tar.xz kea-ff93a6df414ba69af06899e150d83611296566fd.zip |
[#2840] release changes
Diffstat (limited to 'src/lib/util')
-rw-r--r-- | src/lib/util/stopwatch_impl.cc | 2 | ||||
-rw-r--r-- | src/lib/util/stopwatch_impl.h | 2 | ||||
-rw-r--r-- | src/lib/util/tests/stopwatch_unittest.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/util/stopwatch_impl.cc b/src/lib/util/stopwatch_impl.cc index 6b23d57018..12c154a20d 100644 --- a/src/lib/util/stopwatch_impl.cc +++ b/src/lib/util/stopwatch_impl.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2023 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/util/stopwatch_impl.h b/src/lib/util/stopwatch_impl.h index 0762352335..0aaae623bc 100644 --- a/src/lib/util/stopwatch_impl.h +++ b/src/lib/util/stopwatch_impl.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015,2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2023 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/util/tests/stopwatch_unittest.cc b/src/lib/util/tests/stopwatch_unittest.cc index 96b8743f30..a506b6bad6 100644 --- a/src/lib/util/tests/stopwatch_unittest.cc +++ b/src/lib/util/tests/stopwatch_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2017,2021 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2023 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 |