diff --git a/.travis.yml b/.travis.yml index 56b6e5b..68583bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ # Copyright 2016-2018 Peter Dimov -# Copyright 2018-2019 Emil Dotchevski +# Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. # 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/README.md b/README.md index b65aadc..a94724f 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ Besides GitHub, there are two other distribution channels: * LEAF is included in official [Boost](https://www.boost.org/) releases, starting with Boost 1.75. * For maximum portability, the library is also available in single-header format: simply download [leaf.hpp](https://boostorg.github.io/leaf/leaf.hpp) (direct download link). -Copyright (C) 2018-2021 Emil Dotchevski. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. +Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. diff --git a/appveyor.yml b/appveyor.yml index 9a6551e..0b3a7bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # Copyright 2016, 2017 Peter Dimov -# Copyright 2018-2019 Emil Dotchevski +# Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. # 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/benchmark/deep_stack_leaf.cpp b/benchmark/deep_stack_leaf.cpp index e270f4c..1c5676a 100644 --- a/benchmark/deep_stack_leaf.cpp +++ b/benchmark/deep_stack_leaf.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/benchmark/deep_stack_other.cpp b/benchmark/deep_stack_other.cpp index b3c4e1f..aa61f67 100644 --- a/benchmark/deep_stack_other.cpp +++ b/benchmark/deep_stack_other.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/doc/Jamfile b/doc/Jamfile index 7b52708..e183454 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -1,5 +1,5 @@ # Copyright 2017 Peter Dimov -# Copyright 2018-2019 Emil Dotchevski +# Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. # # 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 878c648..ef99fc7 100644 --- a/doc/leaf.adoc +++ b/doc/leaf.adoc @@ -67,7 +67,7 @@ The library uses thread-local storage for pointers only. By default, this is imp [[distribution]] == Distribution -Copyright (C) 2018-2021 Emil Dotchevski. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. +Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. There are three distribution channels: diff --git a/example/capture_in_exception.cpp b/example/capture_in_exception.cpp index 1c9162d..c203aff 100644 --- a/example/capture_in_exception.cpp +++ b/example/capture_in_exception.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_in_result.cpp b/example/capture_in_result.cpp index 6597da8..f2aec02 100644 --- a/example/capture_in_result.cpp +++ b/example/capture_in_result.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/error_log.cpp b/example/error_log.cpp index 96cc0e4..c8ccc81 100644 --- a/example/error_log.cpp +++ b/example/error_log.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/error_trace.cpp b/example/error_trace.cpp index 35b6b2b..706f577 100644 --- a/example/error_trace.cpp +++ b/example/error_trace.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 7916554..793f677 100644 --- a/example/exception_to_result.cpp +++ b/example/exception_to_result.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 69378b4..4e87f26 100644 --- a/example/lua_callback_eh.cpp +++ b/example/lua_callback_eh.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 01d9383..47ac683 100644 --- a/example/lua_callback_result.cpp +++ b/example/lua_callback_result.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/print_file_eh.cpp b/example/print_file/print_file_eh.cpp index a5135fc..69361e4 100644 --- a/example/print_file/print_file_eh.cpp +++ b/example/print_file/print_file_eh.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/print_file_outcome_result.cpp b/example/print_file/print_file_outcome_result.cpp index de5a3b3..6710829 100644 --- a/example/print_file/print_file_outcome_result.cpp +++ b/example/print_file/print_file_outcome_result.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/print_file_result.cpp b/example/print_file/print_file_result.cpp index 9348570..46f5af2 100644 --- a/example/print_file/print_file_result.cpp +++ b/example/print_file/print_file_result.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 26f6e89..f6caaa8 100644 --- a/example/print_half.cpp +++ b/example/print_half.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/gen/generate_single_header.py b/gen/generate_single_header.py index 34d0b3d..64f57f4 100644 --- a/gen/generate_single_header.py +++ b/gen/generate_single_header.py @@ -1,6 +1,6 @@ """ - Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. + Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. Copyright (c) Sorin Fetche Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -76,7 +76,7 @@ def _main(): '\n' '// Latest version: https://boostorg.github.io/leaf/leaf.hpp\n' '\n' - '// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc.\n' + '// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc.\n' '\n' '// Distributed under the Boost Software License, Version 1.0. (See accompanying\n' '// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\n' diff --git a/include/boost/leaf.hpp b/include/boost/leaf.hpp index dd62976..743221b 100644 --- a/include/boost/leaf.hpp +++ b/include/boost/leaf.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_HPP_INCLUDED #define BOOST_LEAF_HPP_INCLUDED -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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.hpp b/include/boost/leaf/capture.hpp index 332faae..dea8f02 100644 --- a/include/boost/leaf/capture.hpp +++ b/include/boost/leaf/capture.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_CAPTURE_HPP_INCLUDED #define BOOST_LEAF_CAPTURE_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 481e0ea..a467b98 100644 --- a/include/boost/leaf/common.hpp +++ b/include/boost/leaf/common.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_COMMON_HPP_INCLUDED #define BOOST_LEAF_COMMON_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/config.hpp b/include/boost/leaf/config.hpp index f2f28a9..59b9e41 100644 --- a/include/boost/leaf/config.hpp +++ b/include/boost/leaf/config.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_CONFIG_HPP_INCLUDED #define BOOST_LEAF_CONFIG_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/config/tls.hpp b/include/boost/leaf/config/tls.hpp index c1a1adb..ea055d9 100644 --- a/include/boost/leaf/config/tls.hpp +++ b/include/boost/leaf/config/tls.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_CONFIG_TLS_HPP_INCLUDED #define BOOST_LEAF_CONFIG_TLS_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/config/tls_array.hpp b/include/boost/leaf/config/tls_array.hpp index d5f7f1f..098c146 100644 --- a/include/boost/leaf/config/tls_array.hpp +++ b/include/boost/leaf/config/tls_array.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_CONFIG_TLS_ARRAY_HPP_INCLUDED #define BOOST_LEAF_CONFIG_TLS_ARRAY_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. /// Copyright (c) 2022 Khalil Estell /// Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/leaf/config/tls_cpp11.hpp b/include/boost/leaf/config/tls_cpp11.hpp index e4a14bb..97ba724 100644 --- a/include/boost/leaf/config/tls_cpp11.hpp +++ b/include/boost/leaf/config/tls_cpp11.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_CONFIG_TLS_CPP11_HPP_INCLUDED #define BOOST_LEAF_CONFIG_TLS_CPP11_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/config/tls_freertos.hpp b/include/boost/leaf/config/tls_freertos.hpp index 2efe872..c30542d 100644 --- a/include/boost/leaf/config/tls_freertos.hpp +++ b/include/boost/leaf/config/tls_freertos.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_CONFIG_TLS_FREERTOS_HPP_INCLUDED #define BOOST_LEAF_CONFIG_TLS_FREERTOS_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. /// Copyright (c) 2022 Khalil Estell /// Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/leaf/config/tls_globals.hpp b/include/boost/leaf/config/tls_globals.hpp index 09c2701..d2105ab 100644 --- a/include/boost/leaf/config/tls_globals.hpp +++ b/include/boost/leaf/config/tls_globals.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_CONFIG_TLS_GLOBALS_HPP_INCLUDED #define BOOST_LEAF_CONFIG_TLS_GLOBALS_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/context.hpp b/include/boost/leaf/context.hpp index 21a69db..88858e0 100644 --- a/include/boost/leaf/context.hpp +++ b/include/boost/leaf/context.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_CONTEXT_HPP_INCLUDED #define BOOST_LEAF_CONTEXT_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/all.hpp b/include/boost/leaf/detail/all.hpp index edf9049..d4c2139 100644 --- a/include/boost/leaf/detail/all.hpp +++ b/include/boost/leaf/detail/all.hpp @@ -1,4 +1,4 @@ -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 0d4c3f7..37da9ee 100644 --- a/include/boost/leaf/detail/demangle.hpp +++ b/include/boost/leaf/detail/demangle.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_DETAIL_DEMANGLE_HPP_INCLUDED #define BOOST_LEAF_DETAIL_DEMANGLE_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 d5b4946..1c7d016 100644 --- a/include/boost/leaf/detail/function_traits.hpp +++ b/include/boost/leaf/detail/function_traits.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_DETAIL_FUNCTION_TRAITS_HPP_INCLUDED #define BOOST_LEAF_DETAIL_FUNCTION_TRAITS_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/mp11.hpp b/include/boost/leaf/detail/mp11.hpp index 0c378be..6a1aee3 100644 --- a/include/boost/leaf/detail/mp11.hpp +++ b/include/boost/leaf/detail/mp11.hpp @@ -2,7 +2,7 @@ #define BOOST_LEAF_DETAIL_MP11_HPP_INCLUDED // Copyright 2015-2017 Peter Dimov. -// Copyright 2019 Emil Dotchevski. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. // // Distributed under the Boost Software License, Version 1.0. // diff --git a/include/boost/leaf/detail/optional.hpp b/include/boost/leaf/detail/optional.hpp index 1c12fb0..6e50c9e 100644 --- a/include/boost/leaf/detail/optional.hpp +++ b/include/boost/leaf/detail/optional.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_DETAIL_OPTIONAL_HPP_INCLUDED #define BOOST_LEAF_DETAIL_OPTIONAL_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 4d92d4f..85f4d40 100644 --- a/include/boost/leaf/detail/print.hpp +++ b/include/boost/leaf/detail/print.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_DETAIL_PRINT_HPP_INCLUDED #define BOOST_LEAF_DETAIL_PRINT_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 d2de1b0..db38948 100644 --- a/include/boost/leaf/error.hpp +++ b/include/boost/leaf/error.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_ERROR_HPP_INCLUDED #define BOOST_LEAF_ERROR_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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.hpp b/include/boost/leaf/exception.hpp index cf2d10a..1debe94 100644 --- a/include/boost/leaf/exception.hpp +++ b/include/boost/leaf/exception.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_EXCEPTION_HPP_INCLUDED #define BOOST_LEAF_EXCEPTION_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_errors.hpp b/include/boost/leaf/handle_errors.hpp index 022502e..176d2f7 100644 --- a/include/boost/leaf/handle_errors.hpp +++ b/include/boost/leaf/handle_errors.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_HANDLE_ERRORS_HPP_INCLUDED #define BOOST_LEAF_HANDLE_ERRORS_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/on_error.hpp b/include/boost/leaf/on_error.hpp index 2155647..c8fa834 100644 --- a/include/boost/leaf/on_error.hpp +++ b/include/boost/leaf/on_error.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_ON_ERROR_HPP_INCLUDED #define BOOST_LEAF_ON_ERROR_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/pred.hpp b/include/boost/leaf/pred.hpp index 2d2fa0a..9887a20 100644 --- a/include/boost/leaf/pred.hpp +++ b/include/boost/leaf/pred.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_PRED_HPP_INCLUDED #define BOOST_LEAF_PRED_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 404706f..558750a 100644 --- a/include/boost/leaf/result.hpp +++ b/include/boost/leaf/result.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_RESULT_HPP_INCLUDED #define BOOST_LEAF_RESULT_HPP_INCLUDED -/// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +/// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 b9e4e35..9875d19 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_LEAF_ASSIGN_test.cpp b/test/BOOST_LEAF_ASSIGN_test.cpp index ef932a0..9ae0d59 100644 --- a/test/BOOST_LEAF_ASSIGN_test.cpp +++ b/test/BOOST_LEAF_ASSIGN_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_LEAF_AUTO_test.cpp b/test/BOOST_LEAF_AUTO_test.cpp index 1238e73..8e7d8e2 100644 --- a/test/BOOST_LEAF_AUTO_test.cpp +++ b/test/BOOST_LEAF_AUTO_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 dc0ac2b..c6331d3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2019 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-BOOST_LEAF_ASSIGN.cpp b/test/_compile-fail-BOOST_LEAF_ASSIGN.cpp index 9e06178..effe3b2 100644 --- a/test/_compile-fail-BOOST_LEAF_ASSIGN.cpp +++ b/test/_compile-fail-BOOST_LEAF_ASSIGN.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-BOOST_LEAF_AUTO.cpp b/test/_compile-fail-BOOST_LEAF_AUTO.cpp index 09cf7a6..25be002 100644 --- a/test/_compile-fail-BOOST_LEAF_AUTO.cpp +++ b/test/_compile-fail-BOOST_LEAF_AUTO.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-arg_boost_error_info_1.cpp b/test/_compile-fail-arg_boost_error_info_1.cpp index ffa6418..b3bc8fc 100644 --- a/test/_compile-fail-arg_boost_error_info_1.cpp +++ b/test/_compile-fail-arg_boost_error_info_1.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-arg_boost_error_info_2.cpp b/test/_compile-fail-arg_boost_error_info_2.cpp index ffa6418..b3bc8fc 100644 --- a/test/_compile-fail-arg_boost_error_info_2.cpp +++ b/test/_compile-fail-arg_boost_error_info_2.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-arg_catch_1.cpp b/test/_compile-fail-arg_catch_1.cpp index bee6bd6..6d0b3f6 100644 --- a/test/_compile-fail-arg_catch_1.cpp +++ b/test/_compile-fail-arg_catch_1.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-arg_catch_2.cpp b/test/_compile-fail-arg_catch_2.cpp index b286ec7..d1aaf27 100644 --- a/test/_compile-fail-arg_catch_2.cpp +++ b/test/_compile-fail-arg_catch_2.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-arg_match_1.cpp b/test/_compile-fail-arg_match_1.cpp index 98149a2..6ad721f 100644 --- a/test/_compile-fail-arg_match_1.cpp +++ b/test/_compile-fail-arg_match_1.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-arg_match_2.cpp b/test/_compile-fail-arg_match_2.cpp index 72cc9ed..0d1ae1c 100644 --- a/test/_compile-fail-arg_match_2.cpp +++ b/test/_compile-fail-arg_match_2.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-arg_rvalue_ref.cpp b/test/_compile-fail-arg_rvalue_ref.cpp index 3045546..458cf4b 100644 --- a/test/_compile-fail-arg_rvalue_ref.cpp +++ b/test/_compile-fail-arg_rvalue_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-diagnostic_info.cpp b/test/_compile-fail-diagnostic_info.cpp index 5282dc0..59df966 100644 --- a/test/_compile-fail-diagnostic_info.cpp +++ b/test/_compile-fail-diagnostic_info.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-error_info.cpp b/test/_compile-fail-error_info.cpp index 519538f..39d7267 100644 --- a/test/_compile-fail-error_info.cpp +++ b/test/_compile-fail-error_info.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-exception_1.cpp b/test/_compile-fail-exception_1.cpp index cddb4ef..15fdc92 100644 --- a/test/_compile-fail-exception_1.cpp +++ b/test/_compile-fail-exception_1.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-exception_2.cpp b/test/_compile-fail-exception_2.cpp index 8766992..540a6e6 100644 --- a/test/_compile-fail-exception_2.cpp +++ b/test/_compile-fail-exception_2.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-new_error.cpp b/test/_compile-fail-new_error.cpp index b7d283a..6aca1ff 100644 --- a/test/_compile-fail-new_error.cpp +++ b/test/_compile-fail-new_error.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-result_1.cpp b/test/_compile-fail-result_1.cpp index 6571508..c4bec3d 100644 --- a/test/_compile-fail-result_1.cpp +++ b/test/_compile-fail-result_1.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-result_2.cpp b/test/_compile-fail-result_2.cpp index 14983d3..1acdd95 100644 --- a/test/_compile-fail-result_2.cpp +++ b/test/_compile-fail-result_2.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. // Thanks @strager // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/test/_compile-fail-result_3.cpp b/test/_compile-fail-result_3.cpp index efa828d..47bd73c 100644 --- a/test/_compile-fail-result_3.cpp +++ b/test/_compile-fail-result_3.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. // Thanks @strager // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/test/_compile-fail-result_4.cpp b/test/_compile-fail-result_4.cpp index ff37e52..f25f640 100644 --- a/test/_compile-fail-result_4.cpp +++ b/test/_compile-fail-result_4.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_compile-fail-verbose_diagnostic_info.cpp b/test/_compile-fail-verbose_diagnostic_info.cpp index 2fb416d..61ecc65 100644 --- a/test/_compile-fail-verbose_diagnostic_info.cpp +++ b/test/_compile-fail-verbose_diagnostic_info.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_test.cpp b/test/_hpp_capture_test.cpp index 839b643..4107de3 100644 --- a/test/_hpp_capture_test.cpp +++ b/test/_hpp_capture_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 34d40cd..b3afd01 100644 --- a/test/_hpp_common_test.cpp +++ b/test/_hpp_common_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_context_test.cpp b/test/_hpp_context_test.cpp index 42f38d7..667e244 100644 --- a/test/_hpp_context_test.cpp +++ b/test/_hpp_context_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 5e4a412..1dc20a5 100644 --- a/test/_hpp_error_test.cpp +++ b/test/_hpp_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_test.cpp b/test/_hpp_exception_test.cpp index 0bea589..bda1291 100644 --- a/test/_hpp_exception_test.cpp +++ b/test/_hpp_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_errors_test.cpp b/test/_hpp_handle_errors_test.cpp index e767d59..9e77901 100644 --- a/test/_hpp_handle_errors_test.cpp +++ b/test/_hpp_handle_errors_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_leaf_test.cpp b/test/_hpp_leaf_test.cpp index 97672c4..306c2bf 100644 --- a/test/_hpp_leaf_test.cpp +++ b/test/_hpp_leaf_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_on_error_test.cpp b/test/_hpp_on_error_test.cpp index 4df6b2f..578f299 100644 --- a/test/_hpp_on_error_test.cpp +++ b/test/_hpp_on_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_pred_test.cpp b/test/_hpp_pred_test.cpp index 2337ccf..e782645 100644 --- a/test/_hpp_pred_test.cpp +++ b/test/_hpp_pred_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 10c2280..3cf95d6 100644 --- a/test/_hpp_result_test.cpp +++ b/test/_hpp_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_test_ec.hpp b/test/_test_ec.hpp index 72ecbe9..77399c3 100644 --- a/test/_test_ec.hpp +++ b/test/_test_ec.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_TEST_EC_HPP_INCLUDED #define BOOST_LEAF_TEST_EC_HPP_INCLUDED -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/_test_res.hpp b/test/_test_res.hpp index c6cef47..9186717 100644 --- a/test/_test_res.hpp +++ b/test/_test_res.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_TEST_RES_HPP_INCLUDED #define BOOST_LEAF_TEST_RES_HPP_INCLUDED -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/accumulate_basic_test.cpp b/test/accumulate_basic_test.cpp index 94b8860..928d702 100644 --- a/test/accumulate_basic_test.cpp +++ b/test/accumulate_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/accumulate_nested_error_exception_test.cpp b/test/accumulate_nested_error_exception_test.cpp index b5cda3f..163be9a 100644 --- a/test/accumulate_nested_error_exception_test.cpp +++ b/test/accumulate_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/accumulate_nested_error_result_test.cpp b/test/accumulate_nested_error_result_test.cpp index 9466090..f5896b4 100644 --- a/test/accumulate_nested_error_result_test.cpp +++ b/test/accumulate_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/accumulate_nested_new_error_exception_test.cpp b/test/accumulate_nested_new_error_exception_test.cpp index 2c89df7..91b2997 100644 --- a/test/accumulate_nested_new_error_exception_test.cpp +++ b/test/accumulate_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/accumulate_nested_new_error_result_test.cpp b/test/accumulate_nested_new_error_result_test.cpp index ca1957d..59c8cef 100644 --- a/test/accumulate_nested_new_error_result_test.cpp +++ b/test/accumulate_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/accumulate_nested_success_exception_test.cpp b/test/accumulate_nested_success_exception_test.cpp index 1d2b445..ad8edc6 100644 --- a/test/accumulate_nested_success_exception_test.cpp +++ b/test/accumulate_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/accumulate_nested_success_result_test.cpp b/test/accumulate_nested_success_result_test.cpp index 807f8ef..fe068eb 100644 --- a/test/accumulate_nested_success_result_test.cpp +++ b/test/accumulate_nested_success_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_exception_test.cpp b/test/boost_exception_test.cpp index ef1f8c1..1ed1bb9 100644 --- a/test/boost_exception_test.cpp +++ b/test/boost_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_async_test.cpp b/test/capture_exception_async_test.cpp index bb6d870..57a5ea7 100644 --- a/test/capture_exception_async_test.cpp +++ b/test/capture_exception_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_result_async_test.cpp b/test/capture_exception_result_async_test.cpp index 72c3790..48df5ea 100644 --- a/test/capture_exception_result_async_test.cpp +++ b/test/capture_exception_result_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 c94841e..92c533d 100644 --- a/test/capture_exception_state_test.cpp +++ b/test/capture_exception_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 e85c077..c784c83 100644 --- a/test/capture_exception_unload_test.cpp +++ b/test/capture_exception_unload_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 fb6bc9d..c6166dc 100644 --- a/test/capture_result_async_test.cpp +++ b/test/capture_result_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 160cda1..1d11623 100644 --- a/test/capture_result_state_test.cpp +++ b/test/capture_result_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 97cfbb4..add325c 100644 --- a/test/capture_result_unload_test.cpp +++ b/test/capture_result_unload_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/context_activator_test.cpp b/test/context_activator_test.cpp index abe71f6..06e1296 100644 --- a/test/context_activator_test.cpp +++ b/test/context_activator_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/context_deduction_test.cpp b/test/context_deduction_test.cpp index d9c5a31..893f583 100644 --- a/test/context_deduction_test.cpp +++ b/test/context_deduction_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/ctx_handle_all_test.cpp b/test/ctx_handle_all_test.cpp index 2c137e8..1357a8b 100644 --- a/test/ctx_handle_all_test.cpp +++ b/test/ctx_handle_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/ctx_handle_some_test.cpp b/test/ctx_handle_some_test.cpp index d22b209..099ed21 100644 --- a/test/ctx_handle_some_test.cpp +++ b/test/ctx_handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/ctx_remote_handle_all_test.cpp b/test/ctx_remote_handle_all_test.cpp index e7b0d99..71ceb34 100644 --- a/test/ctx_remote_handle_all_test.cpp +++ b/test/ctx_remote_handle_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/ctx_remote_handle_some_test.cpp b/test/ctx_remote_handle_some_test.cpp index 94ecbe8..fd5f8ba 100644 --- a/test/ctx_remote_handle_some_test.cpp +++ b/test/ctx_remote_handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 949d63c..0f460f8 100644 --- a/test/defer_basic_test.cpp +++ b/test/defer_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 2f58348..b85d3b6 100644 --- a/test/defer_nested_error_exception_test.cpp +++ b/test/defer_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 550ba5a..5d2a7dc 100644 --- a/test/defer_nested_error_result_test.cpp +++ b/test/defer_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 1a8c23a..928d556 100644 --- a/test/defer_nested_new_error_exception_test.cpp +++ b/test/defer_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 474fbe0..9ba7f4d 100644 --- a/test/defer_nested_new_error_result_test.cpp +++ b/test/defer_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 39cb6f2..2e55989 100644 --- a/test/defer_nested_success_exception_test.cpp +++ b/test/defer_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 23fa5ed..37c3c28 100644 --- a/test/defer_nested_success_result_test.cpp +++ b/test/defer_nested_success_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 cea7fb2..ce61945 100644 --- a/test/diagnostic_info_test.cpp +++ b/test/diagnostic_info_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/e_LastError_test.cpp b/test/e_LastError_test.cpp index 5967ee9..3d3eef1 100644 --- a/test/e_LastError_test.cpp +++ b/test/e_LastError_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/e_errno_test.cpp b/test/e_errno_test.cpp index 8473691..f8e60a1 100644 --- a/test/e_errno_test.cpp +++ b/test/e_errno_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/error_code_test.cpp b/test/error_code_test.cpp index 3459224..1a3ec3e 100644 --- a/test/error_code_test.cpp +++ b/test/error_code_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/error_id_test.cpp b/test/error_id_test.cpp index b93cbd7..904aecd 100644 --- a/test/error_id_test.cpp +++ b/test/error_id_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_test.cpp b/test/exception_test.cpp index 66d6194..50949b5 100644 --- a/test/exception_test.cpp +++ b/test/exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 ab06c73..c583875 100644 --- a/test/exception_to_result_test.cpp +++ b/test/exception_to_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 a531f71..e8b8ce5 100644 --- a/test/function_traits_test.cpp +++ b/test/function_traits_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 604ee31..5520dc2 100644 --- a/test/handle_all_other_result_test.cpp +++ b/test/handle_all_other_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 6346e57..d3903e4 100644 --- a/test/handle_all_test.cpp +++ b/test/handle_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 4c5890d..3019056 100644 --- a/test/handle_basic_test.cpp +++ b/test/handle_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 66efb7e..d42e029 100644 --- a/test/handle_some_other_result_test.cpp +++ b/test/handle_some_other_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 00a16cd..4801f16 100644 --- a/test/handle_some_test.cpp +++ b/test/handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/lightweight_test.hpp b/test/lightweight_test.hpp index 6880c8e..7b7ffd4 100644 --- a/test/lightweight_test.hpp +++ b/test/lightweight_test.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/match_member_test.cpp b/test/match_member_test.cpp index 2f28d68..350c3d6 100644 --- a/test/match_member_test.cpp +++ b/test/match_member_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/match_test.cpp b/test/match_test.cpp index a1f8631..3592d98 100644 --- a/test/match_test.cpp +++ b/test/match_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/match_value_test.cpp b/test/match_value_test.cpp index 4d46370..4105423 100644 --- a/test/match_value_test.cpp +++ b/test/match_value_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 9aae09a..da1e74e 100644 --- a/test/multiple_errors_test.cpp +++ b/test/multiple_errors_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 a46ce70..f3178c8 100644 --- a/test/optional_test.cpp +++ b/test/optional_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 6f5401d..e374083 100644 --- a/test/preload_basic_test.cpp +++ b/test/preload_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_exception_test.cpp b/test/preload_exception_test.cpp index 0cfc2e9..8008d14 100644 --- a/test/preload_exception_test.cpp +++ b/test/preload_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 8327e18..301daae 100644 --- a/test/preload_nested_error_exception_test.cpp +++ b/test/preload_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 ea1f47a..1689e92 100644 --- a/test/preload_nested_error_result_test.cpp +++ b/test/preload_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 55729ac..4a593e8 100644 --- a/test/preload_nested_new_error_exception_test.cpp +++ b/test/preload_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 e10ce1b..3066c34 100644 --- a/test/preload_nested_new_error_result_test.cpp +++ b/test/preload_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 d3f093a..86f509e 100644 --- a/test/preload_nested_success_exception_test.cpp +++ b/test/preload_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 f76c537..f502687 100644 --- a/test/preload_nested_success_result_test.cpp +++ b/test/preload_nested_success_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 772b194..e9ed0e3 100644 --- a/test/print_test.cpp +++ b/test/print_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 c9e4247..519c61c 100644 --- a/test/result_bad_result_test.cpp +++ b/test/result_bad_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_implicit_conversion_test.cpp b/test/result_implicit_conversion_test.cpp index 87d8112..7ba7077 100644 --- a/test/result_implicit_conversion_test.cpp +++ b/test/result_implicit_conversion_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_load_test.cpp b/test/result_load_test.cpp index c2b37bf..45c8555 100644 --- a/test/result_load_test.cpp +++ b/test/result_load_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_ref_test.cpp b/test/result_ref_test.cpp index 1e71c4d..2b59ccb 100644 --- a/test/result_ref_test.cpp +++ b/test/result_ref_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 365f46c..6bf76e4 100644 --- a/test/result_state_test.cpp +++ b/test/result_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/tls_array_test.cpp b/test/tls_array_test.cpp index aa48dbf..6dabb43 100644 --- a/test/tls_array_test.cpp +++ b/test/tls_array_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_catch_error_id_test.cpp b/test/try_catch_error_id_test.cpp index d3651f5..5b32875 100644 --- a/test/try_catch_error_id_test.cpp +++ b/test/try_catch_error_id_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_catch_system_error_test.cpp b/test/try_catch_system_error_test.cpp index 2058548..2ece5fd 100644 --- a/test/try_catch_system_error_test.cpp +++ b/test/try_catch_system_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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_catch_test.cpp b/test/try_catch_test.cpp index daa01c5..d14740f 100644 --- a/test/try_catch_test.cpp +++ b/test/try_catch_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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 7cfb3c3..954ab09 100644 --- a/test/try_exception_and_result_test.cpp +++ b/test/try_exception_and_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/visibility_test.cpp b/test/visibility_test.cpp index b681300..d3d58fe 100644 --- a/test/visibility_test.cpp +++ b/test/visibility_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/visibility_test_lib.cpp b/test/visibility_test_lib.cpp index d5e59d5..03f334a 100644 --- a/test/visibility_test_lib.cpp +++ b/test/visibility_test_lib.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/visibility_test_lib.hpp b/test/visibility_test_lib.hpp index b6258cc..9af1df1 100644 --- a/test/visibility_test_lib.hpp +++ b/test/visibility_test_lib.hpp @@ -1,7 +1,7 @@ #ifndef VISIBILITY_TEST_LIB_HPP_INCLUDED #define VISIBILITY_TEST_LIB_HPP_INCLUDED -// Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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/wasm.txt b/wasm.txt index e55bb94..82e568f 100644 --- a/wasm.txt +++ b/wasm.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2021 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2022 Emil Dotchevski and Reverge Studios, 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)