summaryrefslogtreecommitdiffstats
path: root/src/lib/stats
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2024-01-29 10:17:26 +0100
committerWlodek Wencel <wlodek@isc.org>2024-01-29 10:17:26 +0100
commit416a072394849eece5e1385db1e76040c989fdb7 (patch)
tree63b7916232db3eb9d18078b510ee0ee67d2fb304 /src/lib/stats
parent[#2788] add RAII struct for exhausting options (diff)
downloadkea-416a072394849eece5e1385db1e76040c989fdb7.tar.xz
kea-416a072394849eece5e1385db1e76040c989fdb7.zip
[#3237] release changes
Diffstat (limited to 'src/lib/stats')
-rw-r--r--src/lib/stats/context.cc2
-rw-r--r--src/lib/stats/observation.cc2
-rw-r--r--src/lib/stats/tests/observation_unittest.cc2
-rw-r--r--src/lib/stats/testutils/stats_test_utils.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/stats/context.cc b/src/lib/stats/context.cc
index 399f5bf1ed..5826b35f11 100644
--- a/src/lib/stats/context.cc
+++ b/src/lib/stats/context.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
diff --git a/src/lib/stats/observation.cc b/src/lib/stats/observation.cc
index 933683e99b..2e722e92a3 100644
--- a/src/lib/stats/observation.cc
+++ b/src/lib/stats/observation.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
diff --git a/src/lib/stats/tests/observation_unittest.cc b/src/lib/stats/tests/observation_unittest.cc
index 7b9fad6a61..327e47ed77 100644
--- a/src/lib/stats/tests/observation_unittest.cc
+++ b/src/lib/stats/tests/observation_unittest.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
diff --git a/src/lib/stats/testutils/stats_test_utils.h b/src/lib/stats/testutils/stats_test_utils.h
index c730b9c3c0..c05c5ff932 100644
--- a/src/lib/stats/testutils/stats_test_utils.h
+++ b/src/lib/stats/testutils/stats_test_utils.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-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