diff options
author | Marcin Godzina <mgodzina@isc.org> | 2023-03-24 23:51:18 +0100 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2023-03-24 23:51:18 +0100 |
commit | 769b3583ab376cbb4162a1acba87dfb6c46d9ec1 (patch) | |
tree | e7a0bf34d6f5e42ecfbe1ddc90dcb3a8c669cd43 /src/lib/http | |
parent | [#2807] bump up library versions for 2.3.6 release (diff) | |
download | kea-769b3583ab376cbb4162a1acba87dfb6c46d9ec1.tar.xz kea-769b3583ab376cbb4162a1acba87dfb6c46d9ec1.zip |
[#2809] release changesKea-2.3.6
Diffstat (limited to 'src/lib/http')
-rw-r--r-- | src/lib/http/client.h | 2 | ||||
-rw-r--r-- | src/lib/http/tests/server_client_unittests.cc | 2 | ||||
-rw-r--r-- | src/lib/http/tests/tls_client_unittests.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/http/client.h b/src/lib/http/client.h index 32c2bf221d..bea90576b7 100644 --- a/src/lib/http/client.h +++ b/src/lib/http/client.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-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/http/tests/server_client_unittests.cc b/src/lib/http/tests/server_client_unittests.cc index 7cb66671dd..2ab76f3518 100644 --- a/src/lib/http/tests/server_client_unittests.cc +++ b/src/lib/http/tests/server_client_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-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/http/tests/tls_client_unittests.cc b/src/lib/http/tests/tls_client_unittests.cc index 5828fb0bd8..fc999f5a78 100644 --- a/src/lib/http/tests/tls_client_unittests.cc +++ b/src/lib/http/tests/tls_client_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2017-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 |