diff options
author | Marcin Godzina <mgodzina@isc.org> | 2023-07-04 14:55:58 +0200 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2023-07-04 14:55:58 +0200 |
commit | 864786415e216f7a3d0042bee2aa5e511494211f (patch) | |
tree | 27c3e0a6ef359931db0c5b61bd2605987212b770 /src/lib/eval | |
parent | [#2939] bump up library versions for 2.4.0 release (diff) | |
download | kea-864786415e216f7a3d0042bee2aa5e511494211f.tar.xz kea-864786415e216f7a3d0042bee2aa5e511494211f.zip |
Rebase v2_4 onto master after the release.
Diffstat (limited to 'src/lib/eval')
-rw-r--r-- | src/lib/eval/tests/token_unittest.cc | 2 | ||||
-rw-r--r-- | src/lib/eval/token.cc | 2 | ||||
-rw-r--r-- | src/lib/eval/token.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/eval/tests/token_unittest.cc b/src/lib/eval/tests/token_unittest.cc index db46469fc3..bc709275ac 100644 --- a/src/lib/eval/tests/token_unittest.cc +++ b/src/lib/eval/tests/token_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2022 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/eval/token.cc b/src/lib/eval/token.cc index d9212b2af2..017f22dd4b 100644 --- a/src/lib/eval/token.cc +++ b/src/lib/eval/token.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2022 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/eval/token.h b/src/lib/eval/token.h index 599b0ffabb..83833af5cb 100644 --- a/src/lib/eval/token.h +++ b/src/lib/eval/token.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2022 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 |