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/dns | |
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/dns')
-rw-r--r-- | src/lib/dns/message.cc | 2 | ||||
-rw-r--r-- | src/lib/dns/message.h | 2 | ||||
-rw-r--r-- | src/lib/dns/nsec3hash.cc | 2 | ||||
-rw-r--r-- | src/lib/dns/tests/rdata_tsig_unittest.cc | 2 | ||||
-rw-r--r-- | src/lib/dns/tests/tsig_unittest.cc | 2 | ||||
-rw-r--r-- | src/lib/dns/tests/tsigrecord_unittest.cc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/dns/message.cc b/src/lib/dns/message.cc index c0395a83d9..fe05a3e588 100644 --- a/src/lib/dns/message.cc +++ b/src/lib/dns/message.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-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/dns/message.h b/src/lib/dns/message.h index e2123d0c8b..df5ba62674 100644 --- a/src/lib/dns/message.h +++ b/src/lib/dns/message.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-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/dns/nsec3hash.cc b/src/lib/dns/nsec3hash.cc index c5fbd81f58..a0049152e5 100644 --- a/src/lib/dns/nsec3hash.cc +++ b/src/lib/dns/nsec3hash.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-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/dns/tests/rdata_tsig_unittest.cc b/src/lib/dns/tests/rdata_tsig_unittest.cc index e98b11b00d..9d3bd89662 100644 --- a/src/lib/dns/tests/rdata_tsig_unittest.cc +++ b/src/lib/dns/tests/rdata_tsig_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2010-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/dns/tests/tsig_unittest.cc b/src/lib/dns/tests/tsig_unittest.cc index e1a537c328..fde67bc1e0 100644 --- a/src/lib/dns/tests/tsig_unittest.cc +++ b/src/lib/dns/tests/tsig_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-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/dns/tests/tsigrecord_unittest.cc b/src/lib/dns/tests/tsigrecord_unittest.cc index 69b330b349..624f03b85e 100644 --- a/src/lib/dns/tests/tsigrecord_unittest.cc +++ b/src/lib/dns/tests/tsigrecord_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-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 |