From e1a8db14b9fa3945312fe70fd1036094c1d6c771 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 23 Jan 2019 23:30:02 -0800 Subject: [PATCH] updated copyright message --- .travis.yml | 2 +- appveyor.yml | 2 +- doc/Jamfile | 2 +- doc/leaf.adoc | 2 +- example/capture_eh.cpp | 4 ++-- example/capture_result.cpp | 4 ++-- example/exception_to_result.cpp | 4 ++-- example/lua_callback_eh.cpp | 4 ++-- example/lua_callback_result.cpp | 4 ++-- example/print_file_eh.cpp | 4 ++-- example/print_file_result.cpp | 4 ++-- example/print_half.cpp | 4 ++-- include/boost/leaf/all.hpp | 4 ++-- include/boost/leaf/capture_exception.hpp | 4 ++-- include/boost/leaf/capture_result.hpp | 4 ++-- include/boost/leaf/common.hpp | 4 ++-- include/boost/leaf/detail/captured_exception.hpp | 4 ++-- include/boost/leaf/detail/demangle.hpp | 4 ++-- include/boost/leaf/detail/dynamic_store.hpp | 4 ++-- include/boost/leaf/detail/dynamic_store_impl.hpp | 4 ++-- include/boost/leaf/detail/function_traits.hpp | 4 ++-- include/boost/leaf/detail/optional.hpp | 4 ++-- include/boost/leaf/detail/print.hpp | 4 ++-- include/boost/leaf/detail/print_exception_info.hpp | 4 ++-- include/boost/leaf/detail/static_store.hpp | 4 ++-- include/boost/leaf/error.hpp | 4 ++-- include/boost/leaf/exception_to_result.hpp | 4 ++-- include/boost/leaf/handle.hpp | 4 ++-- include/boost/leaf/preload.hpp | 4 ++-- include/boost/leaf/result.hpp | 4 ++-- include/boost/leaf/throw.hpp | 4 ++-- include/boost/leaf/throw_exception.hpp | 4 ++-- include/boost/leaf/try.hpp | 4 ++-- meson.build | 4 ++-- test/Jamfile.v2 | 4 ++-- test/_hpp_all_test.cpp | 4 ++-- test/_hpp_capture_exception_test.cpp | 4 ++-- test/_hpp_capture_result_test.cpp | 4 ++-- test/_hpp_common_test.cpp | 4 ++-- test/_hpp_error_test.cpp | 4 ++-- test/_hpp_exception_to_result_test.cpp | 4 ++-- test/_hpp_handle_test.cpp | 4 ++-- test/_hpp_preload_test.cpp | 4 ++-- test/_hpp_result_test.cpp | 4 ++-- test/_hpp_throw_test.cpp | 4 ++-- test/_hpp_try_test.cpp | 4 ++-- test/boost/core/lightweight_test.hpp | 2 +- test/capture_exception_async_test.cpp | 4 ++-- test/capture_exception_state_test.cpp | 4 ++-- test/capture_exception_unload_test.cpp | 4 ++-- test/capture_result_async_test.cpp | 4 ++-- test/capture_result_state_test.cpp | 4 ++-- test/capture_result_unload_test.cpp | 4 ++-- test/defer_basic_test.cpp | 4 ++-- test/defer_nested_error_exception_test.cpp | 4 ++-- test/defer_nested_error_result_test.cpp | 4 ++-- test/defer_nested_new_error_exception_test.cpp | 4 ++-- test/defer_nested_new_error_result_test.cpp | 4 ++-- test/defer_nested_success_exception_test.cpp | 4 ++-- test/defer_nested_success_result_test.cpp | 4 ++-- test/diagnostic_info_test.cpp | 4 ++-- test/exception_to_result_test.cpp | 4 ++-- test/function_traits_test.cpp | 4 ++-- test/handle_all_other_result_test.cpp | 4 ++-- test/handle_all_test.cpp | 4 ++-- test/handle_basic_test.cpp | 4 ++-- test/handle_some_other_result_test.cpp | 4 ++-- test/handle_some_test.cpp | 4 ++-- test/is_error_type_fail_test.cpp | 4 ++-- test/is_error_type_test.cpp | 4 ++-- test/multiple_errors_test.cpp | 4 ++-- test/optional_test.cpp | 4 ++-- test/preload_basic_test.cpp | 4 ++-- test/preload_nested_error_exception_test.cpp | 4 ++-- test/preload_nested_error_result_test.cpp | 4 ++-- test/preload_nested_new_error_exception_test.cpp | 4 ++-- test/preload_nested_new_error_result_test.cpp | 4 ++-- test/preload_nested_success_exception_test.cpp | 4 ++-- test/preload_nested_success_result_test.cpp | 4 ++-- test/print_test.cpp | 4 ++-- test/result_bad_result_test.cpp | 4 ++-- test/result_state_test.cpp | 4 ++-- test/static_store_deduction_test.cpp | 4 ++-- test/try_exception_and_result_test.cpp | 4 ++-- test/try_exception_test.cpp | 4 ++-- test/try_test.cpp | 4 ++-- 86 files changed, 167 insertions(+), 167 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67841b7..f202c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright 2018 Emil Dotchevski +# Copyright 2018-2019 Emil Dotchevski # Copyright 2016 Peter Dimov # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) diff --git a/appveyor.yml b/appveyor.yml index cd241a1..af20b1e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # Copyright 2016, 2017 Peter Dimov -# Copyright 2018 Emil Dotchevski +# Copyright 2018-2019 Emil Dotchevski # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) diff --git a/doc/Jamfile b/doc/Jamfile index 4fad3b8..3f1aa6d 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -1,5 +1,5 @@ # Copyright 2017 Peter Dimov -# Copyright 2018 Emil Dotchevski +# Copyright 2018-2019 Emil Dotchevski # # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/leaf.adoc b/doc/leaf.adoc index 9abc7c9..d282497 100644 --- a/doc/leaf.adoc +++ b/doc/leaf.adoc @@ -3292,7 +3292,7 @@ The analysis above is clear and precise, but LEAF and Boost Outcome tackle the i The source code is https://github.com/zajo/leaf[available] on GitHub. -Copyright (c) 2018 Emil Dotchevski. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. +Copyright (c) 2018-2019 Emil Dotchevski. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. Please post questions and feedback on the Boost Developers Mailing List (LEAF is not part of Boost). diff --git a/example/capture_eh.cpp b/example/capture_eh.cpp index eb0e636..d1d9cae 100644 --- a/example/capture_eh.cpp +++ b/example/capture_eh.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/capture_result.cpp b/example/capture_result.cpp index de10976..c921812 100644 --- a/example/capture_result.cpp +++ b/example/capture_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/exception_to_result.cpp b/example/exception_to_result.cpp index 1f6b3cc..1f6666a 100644 --- a/example/exception_to_result.cpp +++ b/example/exception_to_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/lua_callback_eh.cpp b/example/lua_callback_eh.cpp index 8d11d28..95375ca 100644 --- a/example/lua_callback_eh.cpp +++ b/example/lua_callback_eh.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/lua_callback_result.cpp b/example/lua_callback_result.cpp index e776740..f0d9b81 100644 --- a/example/lua_callback_result.cpp +++ b/example/lua_callback_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/print_file_eh.cpp b/example/print_file_eh.cpp index d091365..83cc071 100644 --- a/example/print_file_eh.cpp +++ b/example/print_file_eh.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/print_file_result.cpp b/example/print_file_result.cpp index 777ae35..acb82ce 100644 --- a/example/print_file_result.cpp +++ b/example/print_file_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/print_half.cpp b/example/print_half.cpp index 32af03e..c227b25 100644 --- a/example/print_half.cpp +++ b/example/print_half.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/all.hpp b/include/boost/leaf/all.hpp index 1fe72a7..47d7073 100644 --- a/include/boost/leaf/all.hpp +++ b/include/boost/leaf/all.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_3382F652FCDD11E8AAD1CCB3642D5A5F #define BOOST_LEAF_3382F652FCDD11E8AAD1CCB3642D5A5F -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/capture_exception.hpp b/include/boost/leaf/capture_exception.hpp index ef5f569..f69a767 100644 --- a/include/boost/leaf/capture_exception.hpp +++ b/include/boost/leaf/capture_exception.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_BC24FB98B2DE11E884419CF5AD35F1A2 #define BOOST_LEAF_BC24FB98B2DE11E884419CF5AD35F1A2 -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/capture_result.hpp b/include/boost/leaf/capture_result.hpp index 1707cda..33fffc9 100644 --- a/include/boost/leaf/capture_result.hpp +++ b/include/boost/leaf/capture_result.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_2416C558123711E9B9D9691F8C7F4AFC #define BOOST_LEAF_2416C558123711E9B9D9691F8C7F4AFC -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/common.hpp b/include/boost/leaf/common.hpp index 8dfe6e5..b3f1de0 100644 --- a/include/boost/leaf/common.hpp +++ b/include/boost/leaf/common.hpp @@ -1,8 +1,8 @@ #ifndef EBA7EF10B6F311E8AAD493990D39171A #define EBA7EF10B6F311E8AAD493990D39171A -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/captured_exception.hpp b/include/boost/leaf/detail/captured_exception.hpp index c37f0da..d6b5935 100644 --- a/include/boost/leaf/detail/captured_exception.hpp +++ b/include/boost/leaf/detail/captured_exception.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_E32F3CCC139011E995085E318C7F4AFC #define BOOST_LEAF_E32F3CCC139011E995085E318C7F4AFC -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/demangle.hpp b/include/boost/leaf/detail/demangle.hpp index 42033a4..2684206 100644 --- a/include/boost/leaf/detail/demangle.hpp +++ b/include/boost/leaf/detail/demangle.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_E7999136FCD911E8B7F308A7642D5A5F #define BOOST_LEAF_E7999136FCD911E8B7F308A7642D5A5F -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/dynamic_store.hpp b/include/boost/leaf/detail/dynamic_store.hpp index fac3f86..dacdf12 100644 --- a/include/boost/leaf/detail/dynamic_store.hpp +++ b/include/boost/leaf/detail/dynamic_store.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_6CCC5F56124B11E9B6C4CB8C8C7F4AFC #define BOOST_LEAF_6CCC5F56124B11E9B6C4CB8C8C7F4AFC -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/dynamic_store_impl.hpp b/include/boost/leaf/detail/dynamic_store_impl.hpp index ee950c6..06f9691 100644 --- a/include/boost/leaf/detail/dynamic_store_impl.hpp +++ b/include/boost/leaf/detail/dynamic_store_impl.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_C86E4C4ED0F011E8BB777EB8A659E189 #define BOOST_LEAF_C86E4C4ED0F011E8BB777EB8A659E189 -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/function_traits.hpp b/include/boost/leaf/detail/function_traits.hpp index b633d01..ded0826 100644 --- a/include/boost/leaf/detail/function_traits.hpp +++ b/include/boost/leaf/detail/function_traits.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_14440B9CF07011E88377FD4B0ABE8030 #define BOOST_LEAF_14440B9CF07011E88377FD4B0ABE8030 -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/optional.hpp b/include/boost/leaf/detail/optional.hpp index 701245f..255e5e5 100644 --- a/include/boost/leaf/detail/optional.hpp +++ b/include/boost/leaf/detail/optional.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_47258FCCB6B411E8A1F35AA00C39171A #define BOOST_LEAF_47258FCCB6B411E8A1F35AA00C39171A -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/print.hpp b/include/boost/leaf/detail/print.hpp index e5872c9..6c56c94 100644 --- a/include/boost/leaf/detail/print.hpp +++ b/include/boost/leaf/detail/print.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_3BAB50A2B87E11E89EEB30600C39171A #define BOOST_LEAF_3BAB50A2B87E11E89EEB30600C39171A -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/print_exception_info.hpp b/include/boost/leaf/detail/print_exception_info.hpp index 5d5f27a..58b77f8 100644 --- a/include/boost/leaf/detail/print_exception_info.hpp +++ b/include/boost/leaf/detail/print_exception_info.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_E823AAD6151311E9A430DDBB67511AEB #define BOOST_LEAF_E823AAD6151311E9A430DDBB67511AEB -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/detail/static_store.hpp b/include/boost/leaf/detail/static_store.hpp index 12d1063..444bfc0 100644 --- a/include/boost/leaf/detail/static_store.hpp +++ b/include/boost/leaf/detail/static_store.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_AFBBD676B2FF11E8984C7976AE35F1A2 #define BOOST_LEAF_AFBBD676B2FF11E8984C7976AE35F1A2 -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/error.hpp b/include/boost/leaf/error.hpp index e60a771..467efa4 100644 --- a/include/boost/leaf/error.hpp +++ b/include/boost/leaf/error.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_BA049396D0D411E8B45DF7D4A759E189 #define BOOST_LEAF_BA049396D0D411E8B45DF7D4A759E189 -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/exception_to_result.hpp b/include/boost/leaf/exception_to_result.hpp index b45d121..c1c8232 100644 --- a/include/boost/leaf/exception_to_result.hpp +++ b/include/boost/leaf/exception_to_result.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_017BF91412EB11E9926CDCED8B7F4AFC #define BOOST_LEAF_017BF91412EB11E9926CDCED8B7F4AFC -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/handle.hpp b/include/boost/leaf/handle.hpp index 94f628d..c76b78e 100644 --- a/include/boost/leaf/handle.hpp +++ b/include/boost/leaf/handle.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_73685B76115611E9950D61678B7F4AFC #define BOOST_LEAF_73685B76115611E9950D61678B7F4AFC -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/preload.hpp b/include/boost/leaf/preload.hpp index 973eca7..0b85dc9 100644 --- a/include/boost/leaf/preload.hpp +++ b/include/boost/leaf/preload.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_25AF99F6DC6F11E8803DE9BC9723C688 #define BOOST_LEAF_25AF99F6DC6F11E8803DE9BC9723C688 -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/result.hpp b/include/boost/leaf/result.hpp index e9aec64..0d36e6a 100644 --- a/include/boost/leaf/result.hpp +++ b/include/boost/leaf/result.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_2CD8E6B8CA8D11E8BD3B80D66CE5B91B #define BOOST_LEAF_2CD8E6B8CA8D11E8BD3B80D66CE5B91B -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/throw.hpp b/include/boost/leaf/throw.hpp index 5d4c89b..2bed68e 100644 --- a/include/boost/leaf/throw.hpp +++ b/include/boost/leaf/throw.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_75F38740D98D11E881DDB244C82C3C47 #define BOOST_LEAF_75F38740D98D11E881DDB244C82C3C47 -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/throw_exception.hpp b/include/boost/leaf/throw_exception.hpp index aeba5df..d4944a4 100644 --- a/include/boost/leaf/throw_exception.hpp +++ b/include/boost/leaf/throw_exception.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_68F2D7C61AA111E9952B34BE67511AEB #define BOOST_LEAF_68F2D7C61AA111E9952B34BE67511AEB -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/leaf/try.hpp b/include/boost/leaf/try.hpp index 51d3720..d8f7624 100644 --- a/include/boost/leaf/try.hpp +++ b/include/boost/leaf/try.hpp @@ -1,8 +1,8 @@ #ifndef BOOST_LEAF_87F274C4D4BA11E89928D55AC82C3C47 #define BOOST_LEAF_87F274C4D4BA11E89928D55AC82C3C47 -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/meson.build b/meson.build index 0fe2de0..9e3f070 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ -# Copyright (c) 2018 Emil Dotchevski -# Copyright (c) 2018 Second Spectrum, Inc. +# Copyright (c) 2018-2019 Emil Dotchevski +# Copyright (c) 2018-2019 Second Spectrum, Inc. # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7d10bc0..0d1f983 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,5 +1,5 @@ -# Copyright (c) 2018 Emil Dotchevski -# Copyright (c) 2018 Second Spectrum, Inc. +# Copyright (c) 2018-2019 Emil Dotchevski +# Copyright (c) 2018-2019 Second Spectrum, Inc. # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_all_test.cpp b/test/_hpp_all_test.cpp index aa4c265..2aef204 100644 --- a/test/_hpp_all_test.cpp +++ b/test/_hpp_all_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_capture_exception_test.cpp b/test/_hpp_capture_exception_test.cpp index bd0e4f7..c24caaa 100644 --- a/test/_hpp_capture_exception_test.cpp +++ b/test/_hpp_capture_exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_capture_result_test.cpp b/test/_hpp_capture_result_test.cpp index f660b58..1b892c2 100644 --- a/test/_hpp_capture_result_test.cpp +++ b/test/_hpp_capture_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_common_test.cpp b/test/_hpp_common_test.cpp index 23dc3aa..ce0024e 100644 --- a/test/_hpp_common_test.cpp +++ b/test/_hpp_common_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_error_test.cpp b/test/_hpp_error_test.cpp index 19a79fa..cabaa99 100644 --- a/test/_hpp_error_test.cpp +++ b/test/_hpp_error_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_exception_to_result_test.cpp b/test/_hpp_exception_to_result_test.cpp index 0f8ba33..3660298 100644 --- a/test/_hpp_exception_to_result_test.cpp +++ b/test/_hpp_exception_to_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_handle_test.cpp b/test/_hpp_handle_test.cpp index a704338..4eb799b 100644 --- a/test/_hpp_handle_test.cpp +++ b/test/_hpp_handle_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_preload_test.cpp b/test/_hpp_preload_test.cpp index 005d35f..8d8a756 100644 --- a/test/_hpp_preload_test.cpp +++ b/test/_hpp_preload_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_result_test.cpp b/test/_hpp_result_test.cpp index 88362f8..86e11f3 100644 --- a/test/_hpp_result_test.cpp +++ b/test/_hpp_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_throw_test.cpp b/test/_hpp_throw_test.cpp index f92173a..7fd4789 100644 --- a/test/_hpp_throw_test.cpp +++ b/test/_hpp_throw_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/_hpp_try_test.cpp b/test/_hpp_try_test.cpp index 772af23..e182619 100644 --- a/test/_hpp_try_test.cpp +++ b/test/_hpp_try_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/boost/core/lightweight_test.hpp b/test/boost/core/lightweight_test.hpp index c307279..05c19b4 100644 --- a/test/boost/core/lightweight_test.hpp +++ b/test/boost/core/lightweight_test.hpp @@ -14,7 +14,7 @@ // Copyright (2) Beman Dawes 2010, 2011 // Copyright (3) Ion Gaztanaga 2013 // -// Copyright 2018 Glen Joseph Fernandes +// Copyright 2018-2019 Glen Joseph Fernandes // (glenjofe@gmail.com) // // Distributed under the Boost Software License, Version 1.0. diff --git a/test/capture_exception_async_test.cpp b/test/capture_exception_async_test.cpp index c92e285..d237acc 100644 --- a/test/capture_exception_async_test.cpp +++ b/test/capture_exception_async_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/capture_exception_state_test.cpp b/test/capture_exception_state_test.cpp index 1fd31b9..465bb54 100644 --- a/test/capture_exception_state_test.cpp +++ b/test/capture_exception_state_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/capture_exception_unload_test.cpp b/test/capture_exception_unload_test.cpp index 4061d2f..777e4e3 100644 --- a/test/capture_exception_unload_test.cpp +++ b/test/capture_exception_unload_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/capture_result_async_test.cpp b/test/capture_result_async_test.cpp index 85fe2d5..dd2d76f 100644 --- a/test/capture_result_async_test.cpp +++ b/test/capture_result_async_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/capture_result_state_test.cpp b/test/capture_result_state_test.cpp index c01277e..a11561c 100644 --- a/test/capture_result_state_test.cpp +++ b/test/capture_result_state_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/capture_result_unload_test.cpp b/test/capture_result_unload_test.cpp index 41922e8..fd05cc9 100644 --- a/test/capture_result_unload_test.cpp +++ b/test/capture_result_unload_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/defer_basic_test.cpp b/test/defer_basic_test.cpp index 653257e..4268809 100644 --- a/test/defer_basic_test.cpp +++ b/test/defer_basic_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/defer_nested_error_exception_test.cpp b/test/defer_nested_error_exception_test.cpp index 9caa7ce..73ca5d8 100644 --- a/test/defer_nested_error_exception_test.cpp +++ b/test/defer_nested_error_exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/defer_nested_error_result_test.cpp b/test/defer_nested_error_result_test.cpp index e47ee33..d3e9715 100644 --- a/test/defer_nested_error_result_test.cpp +++ b/test/defer_nested_error_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/defer_nested_new_error_exception_test.cpp b/test/defer_nested_new_error_exception_test.cpp index e257815..c015616 100644 --- a/test/defer_nested_new_error_exception_test.cpp +++ b/test/defer_nested_new_error_exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/defer_nested_new_error_result_test.cpp b/test/defer_nested_new_error_result_test.cpp index 6a307c4..6b9c6f3 100644 --- a/test/defer_nested_new_error_result_test.cpp +++ b/test/defer_nested_new_error_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/defer_nested_success_exception_test.cpp b/test/defer_nested_success_exception_test.cpp index db36b87..efc7def 100644 --- a/test/defer_nested_success_exception_test.cpp +++ b/test/defer_nested_success_exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/defer_nested_success_result_test.cpp b/test/defer_nested_success_result_test.cpp index 462922f..cb3286d 100644 --- a/test/defer_nested_success_result_test.cpp +++ b/test/defer_nested_success_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/diagnostic_info_test.cpp b/test/diagnostic_info_test.cpp index 38c02ea..feac93b 100644 --- a/test/diagnostic_info_test.cpp +++ b/test/diagnostic_info_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/exception_to_result_test.cpp b/test/exception_to_result_test.cpp index 1db4963..1030ae3 100644 --- a/test/exception_to_result_test.cpp +++ b/test/exception_to_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/function_traits_test.cpp b/test/function_traits_test.cpp index 07f1991..e6821e7 100644 --- a/test/function_traits_test.cpp +++ b/test/function_traits_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/handle_all_other_result_test.cpp b/test/handle_all_other_result_test.cpp index 8eab405..6204050 100644 --- a/test/handle_all_other_result_test.cpp +++ b/test/handle_all_other_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/handle_all_test.cpp b/test/handle_all_test.cpp index fc65000..3262e6b 100644 --- a/test/handle_all_test.cpp +++ b/test/handle_all_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/handle_basic_test.cpp b/test/handle_basic_test.cpp index 736ef28..736207b 100644 --- a/test/handle_basic_test.cpp +++ b/test/handle_basic_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/handle_some_other_result_test.cpp b/test/handle_some_other_result_test.cpp index 8bf64b7..38c400d 100644 --- a/test/handle_some_other_result_test.cpp +++ b/test/handle_some_other_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/handle_some_test.cpp b/test/handle_some_test.cpp index ec4635c..dd232a6 100644 --- a/test/handle_some_test.cpp +++ b/test/handle_some_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/is_error_type_fail_test.cpp b/test/is_error_type_fail_test.cpp index 2c2c0e6..3bf1efa 100644 --- a/test/is_error_type_fail_test.cpp +++ b/test/is_error_type_fail_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/is_error_type_test.cpp b/test/is_error_type_test.cpp index 424f458..8a1c273 100644 --- a/test/is_error_type_test.cpp +++ b/test/is_error_type_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/multiple_errors_test.cpp b/test/multiple_errors_test.cpp index f4ce8a6..ae0f4f6 100644 --- a/test/multiple_errors_test.cpp +++ b/test/multiple_errors_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/optional_test.cpp b/test/optional_test.cpp index fda9c9b..c0ff0a9 100644 --- a/test/optional_test.cpp +++ b/test/optional_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/preload_basic_test.cpp b/test/preload_basic_test.cpp index 95c6551..7eb4950 100644 --- a/test/preload_basic_test.cpp +++ b/test/preload_basic_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/preload_nested_error_exception_test.cpp b/test/preload_nested_error_exception_test.cpp index bd1f34c..ca7c20d 100644 --- a/test/preload_nested_error_exception_test.cpp +++ b/test/preload_nested_error_exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/preload_nested_error_result_test.cpp b/test/preload_nested_error_result_test.cpp index 6e7fbb3..afef861 100644 --- a/test/preload_nested_error_result_test.cpp +++ b/test/preload_nested_error_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/preload_nested_new_error_exception_test.cpp b/test/preload_nested_new_error_exception_test.cpp index 2fbb8bc..e352d95 100644 --- a/test/preload_nested_new_error_exception_test.cpp +++ b/test/preload_nested_new_error_exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/preload_nested_new_error_result_test.cpp b/test/preload_nested_new_error_result_test.cpp index da786e5..9a2b70e 100644 --- a/test/preload_nested_new_error_result_test.cpp +++ b/test/preload_nested_new_error_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/preload_nested_success_exception_test.cpp b/test/preload_nested_success_exception_test.cpp index 4ff1f19..03ba617 100644 --- a/test/preload_nested_success_exception_test.cpp +++ b/test/preload_nested_success_exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/preload_nested_success_result_test.cpp b/test/preload_nested_success_result_test.cpp index 80fa5d6..d0ff1fc 100644 --- a/test/preload_nested_success_result_test.cpp +++ b/test/preload_nested_success_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/print_test.cpp b/test/print_test.cpp index 867b8d0..59ffa8e 100644 --- a/test/print_test.cpp +++ b/test/print_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/result_bad_result_test.cpp b/test/result_bad_result_test.cpp index 2b63db8..287fae2 100644 --- a/test/result_bad_result_test.cpp +++ b/test/result_bad_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/result_state_test.cpp b/test/result_state_test.cpp index 08ab504..2c3032e 100644 --- a/test/result_state_test.cpp +++ b/test/result_state_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/static_store_deduction_test.cpp b/test/static_store_deduction_test.cpp index ea76434..b0e29ae 100644 --- a/test/static_store_deduction_test.cpp +++ b/test/static_store_deduction_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/try_exception_and_result_test.cpp b/test/try_exception_and_result_test.cpp index 2736a87..e175889 100644 --- a/test/try_exception_and_result_test.cpp +++ b/test/try_exception_and_result_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/try_exception_test.cpp b/test/try_exception_test.cpp index c80635c..9cc00b9 100644 --- a/test/try_exception_test.cpp +++ b/test/try_exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/try_test.cpp b/test/try_test.cpp index 0e861ed..1b7c6ab 100644 --- a/test/try_test.cpp +++ b/test/try_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2018 Emil Dotchevski -// Copyright (c) 2018 Second Spectrum, Inc. +// Copyright (c) 2018-2019 Emil Dotchevski +// Copyright (c) 2018-2019 Second Spectrum, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)