diff options
author | Wlodek Wencel <wlodek@isc.org> | 2018-06-14 00:27:27 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2018-06-14 00:27:27 +0200 |
commit | 27137084b7c3dfb07ac878a2bb4c25831a3afa54 (patch) | |
tree | 8a6acc463fd4f62fce3009963734f6f15ae971ae /src/lib/http/tests | |
parent | Merge branch 'master' of ssh://git.kea.isc.org/git/kea (diff) | |
download | kea-27137084b7c3dfb07ac878a2bb4c25831a3afa54.tar.xz kea-27137084b7c3dfb07ac878a2bb4c25831a3afa54.zip |
[master] dates and versions updated for 1.4.0 release
Diffstat (limited to 'src/lib/http/tests')
-rw-r--r-- | src/lib/http/tests/request_unittests.cc | 2 | ||||
-rw-r--r-- | src/lib/http/tests/response_unittests.cc | 2 | ||||
-rw-r--r-- | src/lib/http/tests/run_unittests.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/http/tests/request_unittests.cc b/src/lib/http/tests/request_unittests.cc index dc350cdc27..6e0dc598b7 100644 --- a/src/lib/http/tests/request_unittests.cc +++ b/src/lib/http/tests/request_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2018 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/response_unittests.cc b/src/lib/http/tests/response_unittests.cc index fc07dd27b9..f54e65d6bb 100644 --- a/src/lib/http/tests/response_unittests.cc +++ b/src/lib/http/tests/response_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2018 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/run_unittests.cc b/src/lib/http/tests/run_unittests.cc index ba4f4ff0ed..17255dcc22 100644 --- a/src/lib/http/tests/run_unittests.cc +++ b/src/lib/http/tests/run_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2018 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 |