Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-05-03 02:53:13 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-05-03 02:53:50 +0300
commit19b252b8388303077accbe9bc2598977faec14d7 (patch)
tree56d80f37c9e2ec9885a5ab09eb17046239ea1547 /test/tests/section_handle_create_close
parent607b5747e7204926edfdd26f7924a4cab8916050 (diff)
Relicenced under Apache 2.0 + Boost licence
Diffstat (limited to 'test/tests/section_handle_create_close')
-rw-r--r--test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp21
-rw-r--r--test/tests/section_handle_create_close/runner.cpp21
2 files changed, 40 insertions, 2 deletions
diff --git a/test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp b/test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp
index 50b4d70d..cb9e85e7 100644
--- a/test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp
+++ b/test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp
@@ -1,6 +1,25 @@
/* Test kernel for section_handle create and close
-(C) 2016 Niall Douglas http://www.nedprod.com/
+(C) 2016-2017 Niall Douglas <http://www.nedproductions.biz/> (3 commits)
File Created: August 2016
+
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License in the accompanying file
+Licence.txt or at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file Licence.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt)
*/
#include "../../test_kernel_decl.hpp"
diff --git a/test/tests/section_handle_create_close/runner.cpp b/test/tests/section_handle_create_close/runner.cpp
index 7cf4d0c4..a0cfd0bb 100644
--- a/test/tests/section_handle_create_close/runner.cpp
+++ b/test/tests/section_handle_create_close/runner.cpp
@@ -1,6 +1,25 @@
/* Integration test kernel for section_handle create and close
-(C) 2016 Niall Douglas http://www.nedprod.com/
+(C) 2016-2017 Niall Douglas <http://www.nedproductions.biz/> (7 commits)
File Created: Aug 2016
+
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License in the accompanying file
+Licence.txt or at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file Licence.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt)
*/
#include "../kerneltest/include/boost/kerneltest.hpp"