From 351a563de0f6ab1c7d0cb7216e6df7b5182a8663 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Fri, 15 Sep 2023 11:11:13 -0700 Subject: [PATCH] Copyright message update --- README.md | 2 +- benchmark/deep_stack_leaf.cpp | 2 +- benchmark/deep_stack_other.cpp | 2 +- doc/Jamfile | 2 +- example/capture_in_exception.cpp | 2 +- example/capture_in_result.cpp | 2 +- example/error_log.cpp | 2 +- example/error_trace.cpp | 2 +- example/exception_to_result.cpp | 2 +- example/lua_callback_eh.cpp | 2 +- example/lua_callback_result.cpp | 2 +- example/print_file/print_file_eh.cpp | 2 +- example/print_file/print_file_outcome_result.cpp | 2 +- example/print_file/print_file_result.cpp | 2 +- example/print_half.cpp | 2 +- gen/generate_single_header.py | 2 +- include/boost/leaf/config/tls.hpp | 2 +- include/boost/leaf/config/tls_array.hpp | 2 +- include/boost/leaf/config/tls_cpp11.hpp | 2 +- include/boost/leaf/config/tls_freertos.hpp | 2 +- include/boost/leaf/config/tls_globals.hpp | 2 +- include/boost/leaf/detail/all.hpp | 2 +- include/boost/leaf/detail/demangle.hpp | 2 +- include/boost/leaf/detail/function_traits.hpp | 2 +- include/boost/leaf/detail/mp11.hpp | 2 +- include/boost/leaf/detail/optional.hpp | 2 +- include/boost/leaf/exception.hpp | 2 +- include/boost/leaf/pred.hpp | 2 +- include/boost/leaf/to_variant.hpp | 2 +- test/BOOST_LEAF_ASSIGN_test.cpp | 2 +- test/BOOST_LEAF_AUTO_test.cpp | 2 +- test/BOOST_LEAF_CHECK_test.cpp | 2 +- test/_compile-fail-BOOST_LEAF_ASSIGN.cpp | 2 +- test/_compile-fail-BOOST_LEAF_AUTO.cpp | 2 +- test/_compile-fail-arg_boost_error_info_1.cpp | 2 +- test/_compile-fail-arg_boost_error_info_2.cpp | 2 +- test/_compile-fail-arg_catch_1.cpp | 2 +- test/_compile-fail-arg_catch_2.cpp | 2 +- test/_compile-fail-arg_match_1.cpp | 2 +- test/_compile-fail-arg_match_2.cpp | 2 +- test/_compile-fail-arg_rvalue_ref.cpp | 2 +- test/_compile-fail-diagnostic_info.cpp | 2 +- test/_compile-fail-error_info.cpp | 2 +- test/_compile-fail-exception_1.cpp | 2 +- test/_compile-fail-exception_2.cpp | 2 +- test/_compile-fail-new_error.cpp | 2 +- test/_compile-fail-result_1.cpp | 2 +- test/_compile-fail-result_2.cpp | 2 +- test/_compile-fail-result_3.cpp | 2 +- test/_compile-fail-result_4.cpp | 2 +- test/_compile-fail-verbose_diagnostic_info.cpp | 2 +- test/_hpp_capture_test.cpp | 2 +- test/_hpp_common_test.cpp | 2 +- test/_hpp_config_test.cpp | 2 +- test/_hpp_context_test.cpp | 2 +- test/_hpp_error_test.cpp | 2 +- test/_hpp_exception_test.cpp | 2 +- test/_hpp_handle_errors_test.cpp | 2 +- test/_hpp_leaf_test.cpp | 2 +- test/_hpp_on_error_test.cpp | 2 +- test/_hpp_pred_test.cpp | 2 +- test/_hpp_result_test.cpp | 2 +- test/_hpp_to_variant_test.cpp | 2 +- test/_test_ec.hpp | 2 +- test/_test_res.hpp | 2 +- test/accumulate_basic_test.cpp | 2 +- test/accumulate_nested_error_exception_test.cpp | 2 +- test/accumulate_nested_error_result_test.cpp | 2 +- test/accumulate_nested_new_error_exception_test.cpp | 2 +- test/accumulate_nested_new_error_result_test.cpp | 2 +- test/accumulate_nested_success_exception_test.cpp | 2 +- test/accumulate_nested_success_result_test.cpp | 2 +- test/boost_exception_test.cpp | 2 +- test/capture_exception_async_test.cpp | 2 +- test/capture_exception_result_async_test.cpp | 2 +- test/capture_exception_unload_test.cpp | 2 +- test/capture_result_async_test.cpp | 2 +- test/capture_result_unload_test.cpp | 2 +- test/context_activator_test.cpp | 2 +- test/context_deduction_test.cpp | 2 +- test/ctx_handle_all_test.cpp | 2 +- test/ctx_handle_some_test.cpp | 2 +- test/ctx_remote_handle_some_test.cpp | 2 +- test/defer_nested_error_exception_test.cpp | 2 +- test/defer_nested_error_result_test.cpp | 2 +- test/defer_nested_new_error_exception_test.cpp | 2 +- test/defer_nested_new_error_result_test.cpp | 2 +- test/defer_nested_success_exception_test.cpp | 2 +- test/error_code_test.cpp | 2 +- test/error_id_test.cpp | 2 +- test/exception_test.cpp | 2 +- test/exception_to_result_test.cpp | 2 +- test/function_traits_test.cpp | 2 +- test/github_issue53_test.cpp | 2 +- test/github_issue53x_test.cpp | 2 +- test/handle_all_other_result_test.cpp | 2 +- test/handle_all_test.cpp | 2 +- test/handle_basic_test.cpp | 2 +- test/handle_some_other_result_test.cpp | 2 +- test/handle_some_test.cpp | 2 +- test/lightweight_test.hpp | 2 +- test/match_member_test.cpp | 2 +- test/match_test.cpp | 2 +- test/match_value_test.cpp | 2 +- test/multiple_errors_test.cpp | 2 +- test/preload_exception_test.cpp | 2 +- test/preload_nested_error_exception_test.cpp | 2 +- test/preload_nested_error_result_test.cpp | 2 +- test/preload_nested_new_error_exception_test.cpp | 2 +- test/preload_nested_new_error_result_test.cpp | 2 +- test/preload_nested_success_exception_test.cpp | 2 +- test/preload_nested_success_result_test.cpp | 2 +- test/result_bad_result_test.cpp | 2 +- test/result_implicit_conversion_test.cpp | 2 +- test/result_load_test.cpp | 2 +- test/result_ref_test.cpp | 2 +- test/result_state_test.cpp | 2 +- test/tls_array_alloc_test1.cpp | 2 +- test/tls_array_alloc_test2.cpp | 2 +- test/tls_array_alloc_test3.cpp | 2 +- test/tls_array_test.cpp | 2 +- test/to_variant_test.cpp | 2 +- test/try_catch_error_id_test.cpp | 2 +- test/try_catch_system_error_test.cpp | 2 +- test/try_catch_test.cpp | 2 +- test/try_exception_and_result_test.cpp | 2 +- test/visibility_test_lib.cpp | 2 +- wasm.txt | 2 +- 128 files changed, 128 insertions(+), 128 deletions(-) diff --git a/README.md b/README.md index a824187..3a75cd8 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 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]. +Copyright 2018-2023 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/benchmark/deep_stack_leaf.cpp b/benchmark/deep_stack_leaf.cpp index beea2c6..7940ab5 100644 --- a/benchmark/deep_stack_leaf.cpp +++ b/benchmark/deep_stack_leaf.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 aa61f67..59f7831 100644 --- a/benchmark/deep_stack_other.cpp +++ b/benchmark/deep_stack_other.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 e183454..84edc47 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -1,5 +1,5 @@ # Copyright 2017 Peter Dimov -# Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2023 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/example/capture_in_exception.cpp b/example/capture_in_exception.cpp index f9facd3..a73d30d 100644 --- a/example/capture_in_exception.cpp +++ b/example/capture_in_exception.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 04ed197..c8c9ad7 100644 --- a/example/capture_in_result.cpp +++ b/example/capture_in_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 3ae442b..1c6df95 100644 --- a/example/error_log.cpp +++ b/example/error_log.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 603fc49..a2aabcc 100644 --- a/example/error_trace.cpp +++ b/example/error_trace.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 98fdfcb..5ede8c3 100644 --- a/example/exception_to_result.cpp +++ b/example/exception_to_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 00f62c3..5c27f94 100644 --- a/example/lua_callback_eh.cpp +++ b/example/lua_callback_eh.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 f2b407c..6cc3582 100644 --- a/example/lua_callback_result.cpp +++ b/example/lua_callback_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 cfd04fa..2e07b58 100644 --- a/example/print_file/print_file_eh.cpp +++ b/example/print_file/print_file_eh.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 454ff5e..5c64269 100644 --- a/example/print_file/print_file_outcome_result.cpp +++ b/example/print_file/print_file_outcome_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 beeb702..e42f411 100644 --- a/example/print_file/print_file_result.cpp +++ b/example/print_file/print_file_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 faab781..efcd53e 100644 --- a/example/print_half.cpp +++ b/example/print_half.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 623fddf..571f20f 100644 --- a/gen/generate_single_header.py +++ b/gen/generate_single_header.py @@ -1,6 +1,6 @@ """ - Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. + Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. Copyright (c) Sorin Fetche Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/leaf/config/tls.hpp b/include/boost/leaf/config/tls.hpp index 279bafb..951da34 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 0d0e83c..a78addc 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 6b244b6..16c9b68 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 a267869..182bd1a 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 e8cca3b..0575aeb 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 8f5dcbd..769cfd8 100644 --- a/include/boost/leaf/detail/all.hpp +++ b/include/boost/leaf/detail/all.hpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 ed27524..3ad4ad3 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 3ef58ce..0a9acb0 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 6a1aee3..d0ad611 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 93def2f..ac1c8a2 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 e28ba27..2de4a29 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 01ecf47..1c5dbcb 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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/to_variant.hpp b/include/boost/leaf/to_variant.hpp index 83a23b4..9c3b84f 100644 --- a/include/boost/leaf/to_variant.hpp +++ b/include/boost/leaf/to_variant.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_TO_VARIANT_HPP_INCLUDED #define BOOST_LEAF_TO_VARIANT_HPP_INCLUDED -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 3ba9ae3..f48fa86 100644 --- a/test/BOOST_LEAF_ASSIGN_test.cpp +++ b/test/BOOST_LEAF_ASSIGN_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 debcf50..748bb03 100644 --- a/test/BOOST_LEAF_AUTO_test.cpp +++ b/test/BOOST_LEAF_AUTO_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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_CHECK_test.cpp b/test/BOOST_LEAF_CHECK_test.cpp index d50186f..7264a8d 100644 --- a/test/BOOST_LEAF_CHECK_test.cpp +++ b/test/BOOST_LEAF_CHECK_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 effe3b2..d8ec91f 100644 --- a/test/_compile-fail-BOOST_LEAF_ASSIGN.cpp +++ b/test/_compile-fail-BOOST_LEAF_ASSIGN.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 25be002..eaafbbb 100644 --- a/test/_compile-fail-BOOST_LEAF_AUTO.cpp +++ b/test/_compile-fail-BOOST_LEAF_AUTO.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 b3bc8fc..5ae5a42 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 b3bc8fc..5ae5a42 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 6d0b3f6..35e782d 100644 --- a/test/_compile-fail-arg_catch_1.cpp +++ b/test/_compile-fail-arg_catch_1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 d1aaf27..a2022b2 100644 --- a/test/_compile-fail-arg_catch_2.cpp +++ b/test/_compile-fail-arg_catch_2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 6ad721f..b10b53f 100644 --- a/test/_compile-fail-arg_match_1.cpp +++ b/test/_compile-fail-arg_match_1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 0d1ae1c..c89eb77 100644 --- a/test/_compile-fail-arg_match_2.cpp +++ b/test/_compile-fail-arg_match_2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 458cf4b..342ec68 100644 --- a/test/_compile-fail-arg_rvalue_ref.cpp +++ b/test/_compile-fail-arg_rvalue_ref.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 59df966..5149693 100644 --- a/test/_compile-fail-diagnostic_info.cpp +++ b/test/_compile-fail-diagnostic_info.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 39d7267..2f04ff6 100644 --- a/test/_compile-fail-error_info.cpp +++ b/test/_compile-fail-error_info.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 15fdc92..d7f9b85 100644 --- a/test/_compile-fail-exception_1.cpp +++ b/test/_compile-fail-exception_1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 540a6e6..4792652 100644 --- a/test/_compile-fail-exception_2.cpp +++ b/test/_compile-fail-exception_2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 6aca1ff..62db083 100644 --- a/test/_compile-fail-new_error.cpp +++ b/test/_compile-fail-new_error.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 c4bec3d..46cec4b 100644 --- a/test/_compile-fail-result_1.cpp +++ b/test/_compile-fail-result_1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 1acdd95..ec80ea2 100644 --- a/test/_compile-fail-result_2.cpp +++ b/test/_compile-fail-result_2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 47bd73c..e74cf57 100644 --- a/test/_compile-fail-result_3.cpp +++ b/test/_compile-fail-result_3.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 f25f640..908a771 100644 --- a/test/_compile-fail-result_4.cpp +++ b/test/_compile-fail-result_4.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 61ecc65..fdbc0c9 100644 --- a/test/_compile-fail-verbose_diagnostic_info.cpp +++ b/test/_compile-fail-verbose_diagnostic_info.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 4107de3..3a58fdc 100644 --- a/test/_hpp_capture_test.cpp +++ b/test/_hpp_capture_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 b3afd01..0c7b89d 100644 --- a/test/_hpp_common_test.cpp +++ b/test/_hpp_common_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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_config_test.cpp b/test/_hpp_config_test.cpp index a517caf..49ba3ea 100644 --- a/test/_hpp_config_test.cpp +++ b/test/_hpp_config_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 667e244..b9f5bfc 100644 --- a/test/_hpp_context_test.cpp +++ b/test/_hpp_context_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 1dc20a5..ed40b8b 100644 --- a/test/_hpp_error_test.cpp +++ b/test/_hpp_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 bda1291..66bc398 100644 --- a/test/_hpp_exception_test.cpp +++ b/test/_hpp_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 9e77901..0b2715c 100644 --- a/test/_hpp_handle_errors_test.cpp +++ b/test/_hpp_handle_errors_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 306c2bf..a20facf 100644 --- a/test/_hpp_leaf_test.cpp +++ b/test/_hpp_leaf_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 578f299..7dcffb2 100644 --- a/test/_hpp_on_error_test.cpp +++ b/test/_hpp_on_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 e782645..0fa29d4 100644 --- a/test/_hpp_pred_test.cpp +++ b/test/_hpp_pred_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 3cf95d6..73eb9ec 100644 --- a/test/_hpp_result_test.cpp +++ b/test/_hpp_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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_to_variant_test.cpp b/test/_hpp_to_variant_test.cpp index 3bedbe5..c5dcd6c 100644 --- a/test/_hpp_to_variant_test.cpp +++ b/test/_hpp_to_variant_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 77399c3..6fd5e6d 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 089f85a..aba6681 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 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 b32c97a..2e6d776 100644 --- a/test/accumulate_basic_test.cpp +++ b/test/accumulate_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 a10dcbe..04a9807 100644 --- a/test/accumulate_nested_error_exception_test.cpp +++ b/test/accumulate_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 67092d6..569a9d4 100644 --- a/test/accumulate_nested_error_result_test.cpp +++ b/test/accumulate_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 5738158..3f28dd3 100644 --- a/test/accumulate_nested_new_error_exception_test.cpp +++ b/test/accumulate_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 433dc90..48d070e 100644 --- a/test/accumulate_nested_new_error_result_test.cpp +++ b/test/accumulate_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 ad8edc6..f01d27c 100644 --- a/test/accumulate_nested_success_exception_test.cpp +++ b/test/accumulate_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 fe068eb..1ad3c02 100644 --- a/test/accumulate_nested_success_result_test.cpp +++ b/test/accumulate_nested_success_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 1ed1bb9..a45fa23 100644 --- a/test/boost_exception_test.cpp +++ b/test/boost_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 5825a91..0e72072 100644 --- a/test/capture_exception_async_test.cpp +++ b/test/capture_exception_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 48df5ea..9471ea6 100644 --- a/test/capture_exception_result_async_test.cpp +++ b/test/capture_exception_result_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 304318e..31a66e3 100644 --- a/test/capture_exception_unload_test.cpp +++ b/test/capture_exception_unload_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 a11e4c8..3b6dfba 100644 --- a/test/capture_result_async_test.cpp +++ b/test/capture_result_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 add325c..6c25656 100644 --- a/test/capture_result_unload_test.cpp +++ b/test/capture_result_unload_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 4289821..22a364e 100644 --- a/test/context_activator_test.cpp +++ b/test/context_activator_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 893f583..e7f1234 100644 --- a/test/context_deduction_test.cpp +++ b/test/context_deduction_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 1357a8b..03a77ba 100644 --- a/test/ctx_handle_all_test.cpp +++ b/test/ctx_handle_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 099ed21..bd6d0c5 100644 --- a/test/ctx_handle_some_test.cpp +++ b/test/ctx_handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 fd5f8ba..31f38de 100644 --- a/test/ctx_remote_handle_some_test.cpp +++ b/test/ctx_remote_handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 887064b..da94a0b 100644 --- a/test/defer_nested_error_exception_test.cpp +++ b/test/defer_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 5d2a7dc..c57bf91 100644 --- a/test/defer_nested_error_result_test.cpp +++ b/test/defer_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 2b5d82c..7f70232 100644 --- a/test/defer_nested_new_error_exception_test.cpp +++ b/test/defer_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 9ba7f4d..b361060 100644 --- a/test/defer_nested_new_error_result_test.cpp +++ b/test/defer_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 2e55989..6cdaad7 100644 --- a/test/defer_nested_success_exception_test.cpp +++ b/test/defer_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 1a3ec3e..0ac0cfd 100644 --- a/test/error_code_test.cpp +++ b/test/error_code_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 904aecd..ce4e260 100644 --- a/test/error_id_test.cpp +++ b/test/error_id_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 8a60e4d..8ecb704 100644 --- a/test/exception_test.cpp +++ b/test/exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 c583875..139fdf4 100644 --- a/test/exception_to_result_test.cpp +++ b/test/exception_to_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 e8b8ce5..3fc153a 100644 --- a/test/function_traits_test.cpp +++ b/test/function_traits_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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/github_issue53_test.cpp b/test/github_issue53_test.cpp index 4ecd301..efcbabc 100644 --- a/test/github_issue53_test.cpp +++ b/test/github_issue53_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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/github_issue53x_test.cpp b/test/github_issue53x_test.cpp index 614d417..6c9870d 100644 --- a/test/github_issue53x_test.cpp +++ b/test/github_issue53x_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 8a0f592..9a7c988 100644 --- a/test/handle_all_other_result_test.cpp +++ b/test/handle_all_other_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 57f0221..f8f89f7 100644 --- a/test/handle_all_test.cpp +++ b/test/handle_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 c9bdaf7..14bddbf 100644 --- a/test/handle_basic_test.cpp +++ b/test/handle_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 6a6a78c..6bafbf4 100644 --- a/test/handle_some_other_result_test.cpp +++ b/test/handle_some_other_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 195d24c..e763a44 100644 --- a/test/handle_some_test.cpp +++ b/test/handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 46a31a8..4aeac36 100644 --- a/test/lightweight_test.hpp +++ b/test/lightweight_test.hpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 350c3d6..1fa4df7 100644 --- a/test/match_member_test.cpp +++ b/test/match_member_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 2aed5f8..0ac5c3b 100644 --- a/test/match_test.cpp +++ b/test/match_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 4105423..5dc194c 100644 --- a/test/match_value_test.cpp +++ b/test/match_value_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 1e6718d..1465f38 100644 --- a/test/multiple_errors_test.cpp +++ b/test/multiple_errors_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 231f4f6..6cfb327 100644 --- a/test/preload_exception_test.cpp +++ b/test/preload_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 eae593f..db24377 100644 --- a/test/preload_nested_error_exception_test.cpp +++ b/test/preload_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 1689e92..1642fa9 100644 --- a/test/preload_nested_error_result_test.cpp +++ b/test/preload_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 bf4560e..62c8b77 100644 --- a/test/preload_nested_new_error_exception_test.cpp +++ b/test/preload_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 3066c34..40b0af0 100644 --- a/test/preload_nested_new_error_result_test.cpp +++ b/test/preload_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 86f509e..9e88f05 100644 --- a/test/preload_nested_success_exception_test.cpp +++ b/test/preload_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 f502687..427b03f 100644 --- a/test/preload_nested_success_result_test.cpp +++ b/test/preload_nested_success_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 ed6bbed..58bff44 100644 --- a/test/result_bad_result_test.cpp +++ b/test/result_bad_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 b2ae969..6e71f71 100644 --- a/test/result_implicit_conversion_test.cpp +++ b/test/result_implicit_conversion_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 45c8555..e758a95 100644 --- a/test/result_load_test.cpp +++ b/test/result_load_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 819ddef..f7be0cf 100644 --- a/test/result_ref_test.cpp +++ b/test/result_ref_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 591721f..8588afb 100644 --- a/test/result_state_test.cpp +++ b/test/result_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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_alloc_test1.cpp b/test/tls_array_alloc_test1.cpp index d550bd1..ebb0eef 100644 --- a/test/tls_array_alloc_test1.cpp +++ b/test/tls_array_alloc_test1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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_alloc_test2.cpp b/test/tls_array_alloc_test2.cpp index 870d622..2b92243 100644 --- a/test/tls_array_alloc_test2.cpp +++ b/test/tls_array_alloc_test2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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_alloc_test3.cpp b/test/tls_array_alloc_test3.cpp index cfcafbf..c7ce6bf 100644 --- a/test/tls_array_alloc_test3.cpp +++ b/test/tls_array_alloc_test3.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 5e6e650..ae36eed 100644 --- a/test/tls_array_test.cpp +++ b/test/tls_array_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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/to_variant_test.cpp b/test/to_variant_test.cpp index f2d6fc2..ac13b12 100644 --- a/test/to_variant_test.cpp +++ b/test/to_variant_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 1d2bbf8..fa83568 100644 --- a/test/try_catch_error_id_test.cpp +++ b/test/try_catch_error_id_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 ad3abd5..5c13eaf 100644 --- a/test/try_catch_system_error_test.cpp +++ b/test/try_catch_system_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 713cbbf..f3ed55f 100644 --- a/test/try_catch_test.cpp +++ b/test/try_catch_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 57d62ef..088ade9 100644 --- a/test/try_exception_and_result_test.cpp +++ b/test/try_exception_and_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 a94d303..0cfbc9c 100644 --- a/test/visibility_test_lib.cpp +++ b/test/visibility_test_lib.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2023 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 82e568f..af95800 100644 --- a/wasm.txt +++ b/wasm.txt @@ -1,4 +1,4 @@ -# Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2023 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)