diff --git a/README.md b/README.md index 3a75cd8..b1b1f56 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-2023 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-2024 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 7940ab5..768fe6c 100644 --- a/benchmark/deep_stack_leaf.cpp +++ b/benchmark/deep_stack_leaf.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 59f7831..9d94a54 100644 --- a/benchmark/deep_stack_other.cpp +++ b/benchmark/deep_stack_other.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 e5c8c4b..9840338 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -1,5 +1,5 @@ # Copyright 2017 Peter Dimov -# Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2024 Emil 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/error_log.cpp b/example/error_log.cpp index 1c6df95..51a0cff 100644 --- a/example/error_log.cpp +++ b/example/error_log.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 a2aabcc..2f14a1b 100644 --- a/example/error_trace.cpp +++ b/example/error_trace.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5ede8c3..101063d 100644 --- a/example/exception_to_result.cpp +++ b/example/exception_to_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 e8a0d05..ca02cf6 100644 --- a/example/lua_callback_eh.cpp +++ b/example/lua_callback_eh.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5d6ae5e..86d067b 100644 --- a/example/lua_callback_result.cpp +++ b/example/lua_callback_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 e11004a..011738f 100644 --- a/example/print_file/print_file_eh.cpp +++ b/example/print_file/print_file_eh.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 627e46b..a4da30b 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 de44e22..641c7ac 100644 --- a/example/print_file/print_file_result.cpp +++ b/example/print_file/print_file_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 efcd53e..10ee531 100644 --- a/example/print_half.cpp +++ b/example/print_half.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/try_capture_all_eh.cpp b/example/try_capture_all_eh.cpp index 5d59d49..4cabe81 100644 --- a/example/try_capture_all_eh.cpp +++ b/example/try_capture_all_eh.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/try_capture_all_result.cpp b/example/try_capture_all_result.cpp index d274ae4..c700452 100644 --- a/example/try_capture_all_result.cpp +++ b/example/try_capture_all_result.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 571f20f..071c126 100644 --- a/gen/generate_single_header.py +++ b/gen/generate_single_header.py @@ -1,6 +1,6 @@ """ - Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. + Copyright 2018-2024 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.hpp b/include/boost/leaf.hpp index ede7549..4422d61 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 e55e482..ec68707 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 9765dc8..a1197ed 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 951da34..96c22ca 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 01e2afc..324c578 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 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 16c9b68..8c863ef 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 0d440ff..21a1d9c 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 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 0575aeb..a21498f 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 2dab494..f18b6d3 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 bf2115b..a19e5de 100644 --- a/include/boost/leaf/detail/all.hpp +++ b/include/boost/leaf/detail/all.hpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/capture_list.hpp b/include/boost/leaf/detail/capture_list.hpp index b505828..eaafa00 100644 --- a/include/boost/leaf/detail/capture_list.hpp +++ b/include/boost/leaf/detail/capture_list.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_LEAF_DETAIL_CAPTURE_HPP_INCLUDED #define BOOST_LEAF_DETAIL_CAPTURE_HPP_INCLUDED -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 59cf616..ac5960a 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 0a9acb0..df87124 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 d0ad611..38a2788 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 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 041d642..5daa7b8 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 aef9b14..8f3992f 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 313d795..fa53116 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 d552469..be1616b 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 a022773..4f91c85 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 c1668e6..4bbfb3d 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 1c5dbcb..8d06eb6 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5afa50d..37d4677 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 9c3b84f..df41193 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 75ff086..6c80037 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2024 Emil Dotchevski 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 f48fa86..8917b9b 100644 --- a/test/BOOST_LEAF_ASSIGN_test.cpp +++ b/test/BOOST_LEAF_ASSIGN_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 748bb03..497ce44 100644 --- a/test/BOOST_LEAF_AUTO_test.cpp +++ b/test/BOOST_LEAF_AUTO_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 7264a8d..4de5b88 100644 --- a/test/BOOST_LEAF_CHECK_test.cpp +++ b/test/BOOST_LEAF_CHECK_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 c355dae..49872d1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2024 Emil Dotchevski 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 df3579f..93bb85b 100644 --- a/test/_compile-fail-BOOST_LEAF_ASSIGN.cpp +++ b/test/_compile-fail-BOOST_LEAF_ASSIGN.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 8b0838d..ab980a0 100644 --- a/test/_compile-fail-BOOST_LEAF_AUTO.cpp +++ b/test/_compile-fail-BOOST_LEAF_AUTO.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5ae5a42..459689d 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5ae5a42..459689d 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 35e782d..3e58732 100644 --- a/test/_compile-fail-arg_catch_1.cpp +++ b/test/_compile-fail-arg_catch_1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 a2022b2..2cf7286 100644 --- a/test/_compile-fail-arg_catch_2.cpp +++ b/test/_compile-fail-arg_catch_2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 b10b53f..a184f85 100644 --- a/test/_compile-fail-arg_match_1.cpp +++ b/test/_compile-fail-arg_match_1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 c89eb77..d669732 100644 --- a/test/_compile-fail-arg_match_2.cpp +++ b/test/_compile-fail-arg_match_2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 342ec68..b167ab8 100644 --- a/test/_compile-fail-arg_rvalue_ref.cpp +++ b/test/_compile-fail-arg_rvalue_ref.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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_details.cpp b/test/_compile-fail-diagnostic_details.cpp index 5600462..301681b 100644 --- a/test/_compile-fail-diagnostic_details.cpp +++ b/test/_compile-fail-diagnostic_details.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5149693..c5192a1 100644 --- a/test/_compile-fail-diagnostic_info.cpp +++ b/test/_compile-fail-diagnostic_info.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 2f04ff6..c37f99a 100644 --- a/test/_compile-fail-error_info.cpp +++ b/test/_compile-fail-error_info.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 d7f9b85..a4c177b 100644 --- a/test/_compile-fail-exception_1.cpp +++ b/test/_compile-fail-exception_1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 4792652..a853410 100644 --- a/test/_compile-fail-exception_2.cpp +++ b/test/_compile-fail-exception_2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 62db083..c0d0c8a 100644 --- a/test/_compile-fail-new_error.cpp +++ b/test/_compile-fail-new_error.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 46cec4b..f3e22b5 100644 --- a/test/_compile-fail-result_1.cpp +++ b/test/_compile-fail-result_1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 ec80ea2..b67d67a 100644 --- a/test/_compile-fail-result_2.cpp +++ b/test/_compile-fail-result_2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 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 e74cf57..611b526 100644 --- a/test/_compile-fail-result_3.cpp +++ b/test/_compile-fail-result_3.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 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 908a771..9c3b454 100644 --- a/test/_compile-fail-result_4.cpp +++ b/test/_compile-fail-result_4.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 3a58fdc..2aaf527 100644 --- a/test/_hpp_capture_test.cpp +++ b/test/_hpp_capture_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 0c7b89d..4b95387 100644 --- a/test/_hpp_common_test.cpp +++ b/test/_hpp_common_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 49ba3ea..d44692e 100644 --- a/test/_hpp_config_test.cpp +++ b/test/_hpp_config_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 b9f5bfc..dd09db1 100644 --- a/test/_hpp_context_test.cpp +++ b/test/_hpp_context_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 ed40b8b..c3943d0 100644 --- a/test/_hpp_error_test.cpp +++ b/test/_hpp_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 66bc398..786afe6 100644 --- a/test/_hpp_exception_test.cpp +++ b/test/_hpp_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 0b2715c..3af305a 100644 --- a/test/_hpp_handle_errors_test.cpp +++ b/test/_hpp_handle_errors_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 a20facf..27e27d2 100644 --- a/test/_hpp_leaf_test.cpp +++ b/test/_hpp_leaf_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 7dcffb2..73c0272 100644 --- a/test/_hpp_on_error_test.cpp +++ b/test/_hpp_on_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 0fa29d4..6e6e9a2 100644 --- a/test/_hpp_pred_test.cpp +++ b/test/_hpp_pred_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 73eb9ec..5f43f2d 100644 --- a/test/_hpp_result_test.cpp +++ b/test/_hpp_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 c5dcd6c..f0ea618 100644 --- a/test/_hpp_to_variant_test.cpp +++ b/test/_hpp_to_variant_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 6fd5e6d..6f42f71 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 aba6681..5f284e1 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-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 a20fd11..2afcb40 100644 --- a/test/boost_exception_test.cpp +++ b/test/boost_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 507022f..79be2fc 100644 --- a/test/capture_exception_async_test.cpp +++ b/test/capture_exception_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 ea8f7c2..a0f9734 100644 --- a/test/capture_exception_result_async_test.cpp +++ b/test/capture_exception_result_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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_unload_test.cpp b/test/capture_exception_result_unload_test.cpp index 99bde9d..bbf5a21 100644 --- a/test/capture_exception_result_unload_test.cpp +++ b/test/capture_exception_result_unload_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 7dee128..a851edb 100644 --- a/test/capture_exception_state_test.cpp +++ b/test/capture_exception_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 b7d3949..5802a6c 100644 --- a/test/capture_exception_unload_test.cpp +++ b/test/capture_exception_unload_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 569ff5f..09e7f63 100644 --- a/test/capture_result_async_test.cpp +++ b/test/capture_result_async_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 bde3d2d..31b142f 100644 --- a/test/capture_result_state_test.cpp +++ b/test/capture_result_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 6f9f9a4..a1ddb86 100644 --- a/test/capture_result_unload_test.cpp +++ b/test/capture_result_unload_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 64ccba4..c5d82f5 100644 --- a/test/context_activator_test.cpp +++ b/test/context_activator_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 76e2482..21963bd 100644 --- a/test/context_deduction_test.cpp +++ b/test/context_deduction_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 c57b8e9..2ece0de 100644 --- a/test/ctx_handle_all_test.cpp +++ b/test/ctx_handle_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 bd6d0c5..139549d 100644 --- a/test/ctx_handle_some_test.cpp +++ b/test/ctx_handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 34c5a23..a792ada 100644 --- a/test/ctx_remote_handle_all_test.cpp +++ b/test/ctx_remote_handle_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 31f38de..ef57e12 100644 --- a/test/ctx_remote_handle_some_test.cpp +++ b/test/ctx_remote_handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/diagnostics_test1.cpp b/test/diagnostics_test1.cpp index 0937857..cb7e116 100644 --- a/test/diagnostics_test1.cpp +++ b/test/diagnostics_test1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/diagnostics_test2.cpp b/test/diagnostics_test2.cpp index 41b697e..9f4bda4 100644 --- a/test/diagnostics_test2.cpp +++ b/test/diagnostics_test2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/diagnostics_test3.cpp b/test/diagnostics_test3.cpp index 0d9df0f..7a2b8b0 100644 --- a/test/diagnostics_test3.cpp +++ b/test/diagnostics_test3.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/diagnostics_test4.cpp b/test/diagnostics_test4.cpp index c2b1836..637d61c 100644 --- a/test/diagnostics_test4.cpp +++ b/test/diagnostics_test4.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/diagnostics_test5.cpp b/test/diagnostics_test5.cpp index ff28ebb..0c81a60 100644 --- a/test/diagnostics_test5.cpp +++ b/test/diagnostics_test5.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/diagnostics_test6.cpp b/test/diagnostics_test6.cpp index 2a00eea..082ff93 100644 --- a/test/diagnostics_test6.cpp +++ b/test/diagnostics_test6.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5345481..757f465 100644 --- a/test/e_LastError_test.cpp +++ b/test/e_LastError_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 41ef6bf..d0d77bf 100644 --- a/test/e_errno_test.cpp +++ b/test/e_errno_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 209ec1b..18f63eb 100644 --- a/test/error_code_test.cpp +++ b/test/error_code_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 2f704d4..c978218 100644 --- a/test/error_id_test.cpp +++ b/test/error_id_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 7e898d0..e1b81fb 100644 --- a/test/exception_test.cpp +++ b/test/exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 139fdf4..f6e73d7 100644 --- a/test/exception_to_result_test.cpp +++ b/test/exception_to_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 3fc153a..2cd883c 100644 --- a/test/function_traits_test.cpp +++ b/test/function_traits_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 efcbabc..1ab25cb 100644 --- a/test/github_issue53_test.cpp +++ b/test/github_issue53_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 091e471..a5a2ec8 100644 --- a/test/github_issue53x_test.cpp +++ b/test/github_issue53x_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 234e248..f893ede 100644 --- a/test/handle_all_other_result_test.cpp +++ b/test/handle_all_other_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 f8f89f7..ccc41d7 100644 --- a/test/handle_all_test.cpp +++ b/test/handle_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 14bddbf..99e0e0c 100644 --- a/test/handle_basic_test.cpp +++ b/test/handle_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 51dd183..7307830 100644 --- a/test/handle_some_other_result_test.cpp +++ b/test/handle_some_other_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5705a8d..4d493a7 100644 --- a/test/handle_some_test.cpp +++ b/test/handle_some_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 4aeac36..a65dcb0 100644 --- a/test/lightweight_test.hpp +++ b/test/lightweight_test.hpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 1fa4df7..4bd246b 100644 --- a/test/match_member_test.cpp +++ b/test/match_member_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 0ac5c3b..bdb75c7 100644 --- a/test/match_test.cpp +++ b/test/match_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5dc194c..1cb2472 100644 --- a/test/match_value_test.cpp +++ b/test/match_value_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 c6cd5f7..1b5968f 100644 --- a/test/multiple_errors_test.cpp +++ b/test/multiple_errors_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_accumulate_basic_test.cpp b/test/on_error_accumulate_basic_test.cpp index 2e6d776..351e8a7 100644 --- a/test/on_error_accumulate_basic_test.cpp +++ b/test/on_error_accumulate_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_accumulate_nested_error_exception_test.cpp b/test/on_error_accumulate_nested_error_exception_test.cpp index 04a9807..ebde252 100644 --- a/test/on_error_accumulate_nested_error_exception_test.cpp +++ b/test/on_error_accumulate_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_accumulate_nested_error_result_test.cpp b/test/on_error_accumulate_nested_error_result_test.cpp index 569a9d4..7e1f06b 100644 --- a/test/on_error_accumulate_nested_error_result_test.cpp +++ b/test/on_error_accumulate_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_accumulate_nested_new_error_exception_test.cpp b/test/on_error_accumulate_nested_new_error_exception_test.cpp index 3f28dd3..8f18a94 100644 --- a/test/on_error_accumulate_nested_new_error_exception_test.cpp +++ b/test/on_error_accumulate_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_accumulate_nested_new_error_result_test.cpp b/test/on_error_accumulate_nested_new_error_result_test.cpp index 48d070e..f425fba 100644 --- a/test/on_error_accumulate_nested_new_error_result_test.cpp +++ b/test/on_error_accumulate_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_accumulate_nested_success_exception_test.cpp b/test/on_error_accumulate_nested_success_exception_test.cpp index f01d27c..6c9eb6e 100644 --- a/test/on_error_accumulate_nested_success_exception_test.cpp +++ b/test/on_error_accumulate_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_accumulate_nested_success_result_test.cpp b/test/on_error_accumulate_nested_success_result_test.cpp index 1ad3c02..a26439f 100644 --- a/test/on_error_accumulate_nested_success_result_test.cpp +++ b/test/on_error_accumulate_nested_success_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_defer_basic_test.cpp b/test/on_error_defer_basic_test.cpp index 34a8b16..cd1e2b5 100644 --- a/test/on_error_defer_basic_test.cpp +++ b/test/on_error_defer_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_defer_nested_error_exception_test.cpp b/test/on_error_defer_nested_error_exception_test.cpp index da94a0b..410413b 100644 --- a/test/on_error_defer_nested_error_exception_test.cpp +++ b/test/on_error_defer_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_defer_nested_error_result_test.cpp b/test/on_error_defer_nested_error_result_test.cpp index c57bf91..0c2020a 100644 --- a/test/on_error_defer_nested_error_result_test.cpp +++ b/test/on_error_defer_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_defer_nested_new_error_exception_test.cpp b/test/on_error_defer_nested_new_error_exception_test.cpp index 7f70232..41cb125 100644 --- a/test/on_error_defer_nested_new_error_exception_test.cpp +++ b/test/on_error_defer_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_defer_nested_new_error_result_test.cpp b/test/on_error_defer_nested_new_error_result_test.cpp index b361060..737c6a4 100644 --- a/test/on_error_defer_nested_new_error_result_test.cpp +++ b/test/on_error_defer_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_defer_nested_success_exception_test.cpp b/test/on_error_defer_nested_success_exception_test.cpp index 6cdaad7..66a165c 100644 --- a/test/on_error_defer_nested_success_exception_test.cpp +++ b/test/on_error_defer_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_defer_nested_success_result_test.cpp b/test/on_error_defer_nested_success_result_test.cpp index e6941c0..351b6c8 100644 --- a/test/on_error_defer_nested_success_result_test.cpp +++ b/test/on_error_defer_nested_success_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_preload_basic_test.cpp b/test/on_error_preload_basic_test.cpp index 1c8d823..c6cbf42 100644 --- a/test/on_error_preload_basic_test.cpp +++ b/test/on_error_preload_basic_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_preload_exception_test.cpp b/test/on_error_preload_exception_test.cpp index 355d01d..17431f4 100644 --- a/test/on_error_preload_exception_test.cpp +++ b/test/on_error_preload_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_preload_nested_error_exception_test.cpp b/test/on_error_preload_nested_error_exception_test.cpp index db24377..6ea98d6 100644 --- a/test/on_error_preload_nested_error_exception_test.cpp +++ b/test/on_error_preload_nested_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_preload_nested_error_result_test.cpp b/test/on_error_preload_nested_error_result_test.cpp index 1642fa9..f301dd7 100644 --- a/test/on_error_preload_nested_error_result_test.cpp +++ b/test/on_error_preload_nested_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_preload_nested_new_error_exception_test.cpp b/test/on_error_preload_nested_new_error_exception_test.cpp index 62c8b77..a30c135 100644 --- a/test/on_error_preload_nested_new_error_exception_test.cpp +++ b/test/on_error_preload_nested_new_error_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_preload_nested_new_error_result_test.cpp b/test/on_error_preload_nested_new_error_result_test.cpp index 40b0af0..fa68c1b 100644 --- a/test/on_error_preload_nested_new_error_result_test.cpp +++ b/test/on_error_preload_nested_new_error_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_preload_nested_success_exception_test.cpp b/test/on_error_preload_nested_success_exception_test.cpp index 9e88f05..de5e55e 100644 --- a/test/on_error_preload_nested_success_exception_test.cpp +++ b/test/on_error_preload_nested_success_exception_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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/on_error_preload_nested_success_result_test.cpp b/test/on_error_preload_nested_success_result_test.cpp index 427b03f..0471e80 100644 --- a/test/on_error_preload_nested_success_result_test.cpp +++ b/test/on_error_preload_nested_success_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 41754ee..2134f27 100644 --- a/test/optional_test.cpp +++ b/test/optional_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 5bd2415..c867e2e 100644 --- a/test/print_test.cpp +++ b/test/print_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 58bff44..264a11f 100644 --- a/test/result_bad_result_test.cpp +++ b/test/result_bad_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 6e71f71..f362be4 100644 --- a/test/result_implicit_conversion_test.cpp +++ b/test/result_implicit_conversion_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 e758a95..efe9941 100644 --- a/test/result_load_test.cpp +++ b/test/result_load_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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_print_test.cpp b/test/result_print_test.cpp index 3ce3313..94a9824 100644 --- a/test/result_print_test.cpp +++ b/test/result_print_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 b206ddc..f6a732e 100644 --- a/test/result_ref_test.cpp +++ b/test/result_ref_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 9ea7081..52a5f0a 100644 --- a/test/result_state_test.cpp +++ b/test/result_state_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 be19364..c32b6d5 100644 --- a/test/tls_array_alloc_test1.cpp +++ b/test/tls_array_alloc_test1.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 07b8885..205bf5d 100644 --- a/test/tls_array_alloc_test2.cpp +++ b/test/tls_array_alloc_test2.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 0104276..3c028a3 100644 --- a/test/tls_array_alloc_test3.cpp +++ b/test/tls_array_alloc_test3.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 ae36eed..21c304e 100644 --- a/test/tls_array_test.cpp +++ b/test/tls_array_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 e8bdff2..de2a810 100644 --- a/test/to_variant_test.cpp +++ b/test/to_variant_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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_capture_all_test.cpp b/test/try_capture_all_test.cpp index 10622c5..377361c 100644 --- a/test/try_capture_all_test.cpp +++ b/test/try_capture_all_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 d561ec9..de5f83a 100644 --- a/test/try_catch_error_id_test.cpp +++ b/test/try_catch_error_id_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 7fcd4fb..80d70f1 100644 --- a/test/try_catch_system_error_test.cpp +++ b/test/try_catch_system_error_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 fcd8e88..f1277c0 100644 --- a/test/try_catch_test.cpp +++ b/test/try_catch_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 088ade9..e128e4c 100644 --- a/test/try_exception_and_result_test.cpp +++ b/test/try_exception_and_result_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 c129228..6a8ea6e 100644 --- a/test/visibility_test.cpp +++ b/test/visibility_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 0cfbc9c..0611785 100644 --- a/test/visibility_test_lib.cpp +++ b/test/visibility_test_lib.cpp @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 cc7d6fc..7c19200 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 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +// Copyright 2018-2024 Emil Dotchevski 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 af95800..7bcd432 100644 --- a/wasm.txt +++ b/wasm.txt @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc. +# Copyright 2018-2024 Emil Dotchevski 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)