diff --git a/doc/ref/corelib/byte_string.md b/doc/ref/corelib/byte_string.md index 1456de3453..be7b2be653 100644 --- a/doc/ref/corelib/byte_string.md +++ b/doc/ref/corelib/byte_string.md @@ -1,7 +1,7 @@ ### jsoncons::byte_string ```cpp -#include +#include typedef basic_byte_string> byte_string; ``` diff --git a/doc/ref/corelib/byte_string_view.md b/doc/ref/corelib/byte_string_view.md index aec974f49d..878b7ceaad 100644 --- a/doc/ref/corelib/byte_string_view.md +++ b/doc/ref/corelib/byte_string_view.md @@ -1,7 +1,7 @@ ### jsoncons::byte_string_view ```cpp -#include +#include class byte_string_view; ``` diff --git a/examples/src/array_examples.cpp b/examples/src/array_examples.cpp index 9172f20532..aba14e093c 100644 --- a/examples/src/array_examples.cpp +++ b/examples/src/array_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/bson_examples.cpp b/examples/src/bson_examples.cpp index b73fe37574..a4791bc3d8 100644 --- a/examples/src/bson_examples.cpp +++ b/examples/src/bson_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/byte_string_examples.cpp b/examples/src/byte_string_examples.cpp index 6378723096..c3c824a89e 100644 --- a/examples/src/byte_string_examples.cpp +++ b/examples/src/byte_string_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/cbor_examples.cpp b/examples/src/cbor_examples.cpp index ea25426fc7..59fee1eba9 100644 --- a/examples/src/cbor_examples.cpp +++ b/examples/src/cbor_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/cbor_typed_array_examples.cpp b/examples/src/cbor_typed_array_examples.cpp index f273e436c1..20544aa077 100644 --- a/examples/src/cbor_typed_array_examples.cpp +++ b/examples/src/cbor_typed_array_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/container_examples.cpp b/examples/src/container_examples.cpp index f586cbb90d..0fd2523601 100644 --- a/examples/src/container_examples.cpp +++ b/examples/src/container_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/csv_examples.cpp b/examples/src/csv_examples.cpp index 69b6bce300..f69bfa4508 100644 --- a/examples/src/csv_examples.cpp +++ b/examples/src/csv_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/data_model_examples.cpp b/examples/src/data_model_examples.cpp index 53e656c952..c3e0f7f284 100644 --- a/examples/src/data_model_examples.cpp +++ b/examples/src/data_model_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/examples.cpp b/examples/src/examples.cpp index 87f7f6b086..b87cac6c2e 100644 --- a/examples/src/examples.cpp +++ b/examples/src/examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/free_list_allocator.hpp b/examples/src/free_list_allocator.hpp index e3f835284e..ca9ed3915e 100644 --- a/examples/src/free_list_allocator.hpp +++ b/examples/src/free_list_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #ifndef FREE_LIST_ALLOCATOR_HPP diff --git a/examples/src/jmespath_custom_function_examples.cpp b/examples/src/jmespath_custom_function_examples.cpp index 0158aa3528..fb7c86c601 100644 --- a/examples/src/jmespath_custom_function_examples.cpp +++ b/examples/src/jmespath_custom_function_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/jmespath_examples.cpp b/examples/src/jmespath_examples.cpp index d327d60e6a..fd5b3351b1 100644 --- a/examples/src/jmespath_examples.cpp +++ b/examples/src/jmespath_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_accessor_examples.cpp b/examples/src/json_accessor_examples.cpp index 8f41e56bd4..234646b351 100644 --- a/examples/src/json_accessor_examples.cpp +++ b/examples/src/json_accessor_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_constructor_examples.cpp b/examples/src/json_constructor_examples.cpp index 21dcaffefa..a1d3f622fb 100644 --- a/examples/src/json_constructor_examples.cpp +++ b/examples/src/json_constructor_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_cursor_examples.cpp b/examples/src/json_cursor_examples.cpp index 51187b6f1d..01862915bf 100644 --- a/examples/src/json_cursor_examples.cpp +++ b/examples/src/json_cursor_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_filter_examples.cpp b/examples/src/json_filter_examples.cpp index 8ca6e9c8db..11f91e86b8 100644 --- a/examples/src/json_filter_examples.cpp +++ b/examples/src/json_filter_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_merge_patch_examples.cpp b/examples/src/json_merge_patch_examples.cpp index f4617787e7..a7b8157049 100644 --- a/examples/src/json_merge_patch_examples.cpp +++ b/examples/src/json_merge_patch_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_parse_examples.cpp b/examples/src/json_parse_examples.cpp index ed4671f138..d72d86b131 100644 --- a/examples/src/json_parse_examples.cpp +++ b/examples/src/json_parse_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_parser_examples.cpp b/examples/src/json_parser_examples.cpp index ee9dc7e2c5..3a34dd6a05 100644 --- a/examples/src/json_parser_examples.cpp +++ b/examples/src/json_parser_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_reader_examples.cpp b/examples/src/json_reader_examples.cpp index b6302ce75a..7b6f85f849 100644 --- a/examples/src/json_reader_examples.cpp +++ b/examples/src/json_reader_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_traits_bitset_examples.cpp b/examples/src/json_traits_bitset_examples.cpp index cbf68a9907..b430af3299 100644 --- a/examples/src/json_traits_bitset_examples.cpp +++ b/examples/src/json_traits_bitset_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_traits_integer_examples.cpp b/examples/src/json_traits_integer_examples.cpp index 89d74e1519..be2638c8e1 100644 --- a/examples/src/json_traits_integer_examples.cpp +++ b/examples/src/json_traits_integer_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_traits_macros_examples.cpp b/examples/src/json_traits_macros_examples.cpp index d6d24d2895..7902fb4d6a 100644 --- a/examples/src/json_traits_macros_examples.cpp +++ b/examples/src/json_traits_macros_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_traits_name_macro_examples.cpp b/examples/src/json_traits_name_macro_examples.cpp index 6c820456ed..a164c5d3de 100644 --- a/examples/src/json_traits_name_macro_examples.cpp +++ b/examples/src/json_traits_name_macro_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_traits_polymorphic_examples.cpp b/examples/src/json_traits_polymorphic_examples.cpp index c9d97ced42..de92fb9f76 100644 --- a/examples/src/json_traits_polymorphic_examples.cpp +++ b/examples/src/json_traits_polymorphic_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_traits_tuple_examples.cpp b/examples/src/json_traits_tuple_examples.cpp index d23e0f5cf5..6396c7a48c 100644 --- a/examples/src/json_traits_tuple_examples.cpp +++ b/examples/src/json_traits_tuple_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/json_traits_variant_examples.cpp b/examples/src/json_traits_variant_examples.cpp index 7387410cd1..26ac466f53 100644 --- a/examples/src/json_traits_variant_examples.cpp +++ b/examples/src/json_traits_variant_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/jsonpatch_examples.cpp b/examples/src/jsonpatch_examples.cpp index 533b99de58..c1ff59d993 100644 --- a/examples/src/jsonpatch_examples.cpp +++ b/examples/src/jsonpatch_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/jsonpath_examples.cpp b/examples/src/jsonpath_examples.cpp index b961af1f3b..72fd100251 100644 --- a/examples/src/jsonpath_examples.cpp +++ b/examples/src/jsonpath_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/jsonpath_location_examples.cpp b/examples/src/jsonpath_location_examples.cpp index a796a16678..867f5973e4 100644 --- a/examples/src/jsonpath_location_examples.cpp +++ b/examples/src/jsonpath_location_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/jsonpointer_examples.cpp b/examples/src/jsonpointer_examples.cpp index e945967a78..8a7f974a2a 100644 --- a/examples/src/jsonpointer_examples.cpp +++ b/examples/src/jsonpointer_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/jsonschema_examples.cpp b/examples/src/jsonschema_examples.cpp index 83a968bd5e..dba285aacd 100644 --- a/examples/src/jsonschema_examples.cpp +++ b/examples/src/jsonschema_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/msgpack_examples.cpp b/examples/src/msgpack_examples.cpp index 68ba389e8b..35030f9540 100644 --- a/examples/src/msgpack_examples.cpp +++ b/examples/src/msgpack_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/ojson_examples.cpp b/examples/src/ojson_examples.cpp index f31ff9ce43..9db3279e67 100644 --- a/examples/src/ojson_examples.cpp +++ b/examples/src/ojson_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/readme_examples.cpp b/examples/src/readme_examples.cpp index a7961082d5..be185b17cc 100644 --- a/examples/src/readme_examples.cpp +++ b/examples/src/readme_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/staj_iterator_examples.cpp b/examples/src/staj_iterator_examples.cpp index d12d6b1907..e8db7594a9 100644 --- a/examples/src/staj_iterator_examples.cpp +++ b/examples/src/staj_iterator_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/type_extensibility_examples.cpp b/examples/src/type_extensibility_examples.cpp index f77ea151b0..0176bad7b9 100644 --- a/examples/src/type_extensibility_examples.cpp +++ b/examples/src/type_extensibility_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include "sample_types.hpp" diff --git a/examples/src/ubjson_examples.cpp b/examples/src/ubjson_examples.cpp index c63394e6cf..a47214b88c 100644 --- a/examples/src/ubjson_examples.cpp +++ b/examples/src/ubjson_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/unicode_examples.cpp b/examples/src/unicode_examples.cpp index 646eaf89b0..d6097b8130 100644 --- a/examples/src/unicode_examples.cpp +++ b/examples/src/unicode_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/update_json_in_place_examples.cpp b/examples/src/update_json_in_place_examples.cpp index 403b2fbef7..41c8d3c82e 100644 --- a/examples/src/update_json_in_place_examples.cpp +++ b/examples/src/update_json_in_place_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples/src/wjson_examples.cpp b/examples/src/wjson_examples.cpp index c7f31eaf81..1d65dc7e59 100644 --- a/examples/src/wjson_examples.cpp +++ b/examples/src/wjson_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples_boost/extensibility.cpp b/examples_boost/extensibility.cpp index 72d0054429..e2e153b028 100644 --- a/examples_boost/extensibility.cpp +++ b/examples_boost/extensibility.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples_boost/more_examples.cpp b/examples_boost/more_examples.cpp index 9911a340b2..643bf3b5ff 100644 --- a/examples_boost/more_examples.cpp +++ b/examples_boost/more_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/examples_boost/pool_allocator.cpp b/examples_boost/pool_allocator.cpp index 4ed75f495c..c49e3ae59d 100644 --- a/examples_boost/pool_allocator.cpp +++ b/examples_boost/pool_allocator.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/include/jsoncons/allocator_holder.hpp b/include/jsoncons/allocator_holder.hpp index cc33a06285..5a3434582c 100644 --- a/include/jsoncons/allocator_holder.hpp +++ b/include/jsoncons/allocator_holder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/allocator_set.hpp b/include/jsoncons/allocator_set.hpp index cddefdc781..292a8d9ad2 100644 --- a/include/jsoncons/allocator_set.hpp +++ b/include/jsoncons/allocator_set.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/basic_json.hpp b/include/jsoncons/basic_json.hpp index ecdf64f4d2..7b59258695 100644 --- a/include/jsoncons/basic_json.hpp +++ b/include/jsoncons/basic_json.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons/config/compiler_support.hpp b/include/jsoncons/config/compiler_support.hpp index 7adb383fe5..aa749576dc 100644 --- a/include/jsoncons/config/compiler_support.hpp +++ b/include/jsoncons/config/compiler_support.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/config/jsoncons_config.hpp b/include/jsoncons/config/jsoncons_config.hpp index 55788ef0c3..611148a922 100644 --- a/include/jsoncons/config/jsoncons_config.hpp +++ b/include/jsoncons/config/jsoncons_config.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/config/version.hpp b/include/jsoncons/config/version.hpp index f1f73269fb..72403aed45 100644 --- a/include/jsoncons/config/version.hpp +++ b/include/jsoncons/config/version.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/conv_error.hpp b/include/jsoncons/conv_error.hpp index 10cac85f86..bdae295838 100644 --- a/include/jsoncons/conv_error.hpp +++ b/include/jsoncons/conv_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/decode_json.hpp b/include/jsoncons/decode_json.hpp index b50c7abf0d..6b5ec039fd 100644 --- a/include/jsoncons/decode_json.hpp +++ b/include/jsoncons/decode_json.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/decode_traits.hpp b/include/jsoncons/decode_traits.hpp index 43ba2c2e21..4c615fffd8 100644 --- a/include/jsoncons/decode_traits.hpp +++ b/include/jsoncons/decode_traits.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/detail/endian.hpp b/include/jsoncons/detail/endian.hpp index 33241e3a05..b29e7d304a 100644 --- a/include/jsoncons/detail/endian.hpp +++ b/include/jsoncons/detail/endian.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/detail/optional.hpp b/include/jsoncons/detail/optional.hpp index 6c68bd4bc8..dcc2691616 100644 --- a/include/jsoncons/detail/optional.hpp +++ b/include/jsoncons/detail/optional.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/detail/parse_number.hpp b/include/jsoncons/detail/parse_number.hpp index a8468e8a6e..a47ef3d6d5 100644 --- a/include/jsoncons/detail/parse_number.hpp +++ b/include/jsoncons/detail/parse_number.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/detail/span.hpp b/include/jsoncons/detail/span.hpp index a528a3e816..b18d2426ce 100644 --- a/include/jsoncons/detail/span.hpp +++ b/include/jsoncons/detail/span.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/detail/string_view.hpp b/include/jsoncons/detail/string_view.hpp index 2955801e4e..5fe132a336 100644 --- a/include/jsoncons/detail/string_view.hpp +++ b/include/jsoncons/detail/string_view.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/detail/write_number.hpp b/include/jsoncons/detail/write_number.hpp index 7b85dfa03e..91b11fe13e 100644 --- a/include/jsoncons/detail/write_number.hpp +++ b/include/jsoncons/detail/write_number.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/encode_json.hpp b/include/jsoncons/encode_json.hpp index 8b87ae7647..fde66e6c9c 100644 --- a/include/jsoncons/encode_json.hpp +++ b/include/jsoncons/encode_json.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/encode_traits.hpp b/include/jsoncons/encode_traits.hpp index 25e88e646a..47a97befd1 100644 --- a/include/jsoncons/encode_traits.hpp +++ b/include/jsoncons/encode_traits.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/item_event_visitor.hpp b/include/jsoncons/item_event_visitor.hpp index 3cedcec64c..5f09f679ef 100644 --- a/include/jsoncons/item_event_visitor.hpp +++ b/include/jsoncons/item_event_visitor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -18,14 +18,14 @@ #include #include -#include +#include #include #include #include #include #include #include -#include +#include #include namespace jsoncons { diff --git a/include/jsoncons/json.hpp b/include/jsoncons/json.hpp index b0f644439f..902a72439e 100644 --- a/include/jsoncons/json.hpp +++ b/include/jsoncons/json.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_array.hpp b/include/jsoncons/json_array.hpp index 54299ba231..70780d7aa3 100644 --- a/include/jsoncons/json_array.hpp +++ b/include/jsoncons/json_array.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_cursor.hpp b/include/jsoncons/json_cursor.hpp index ce6ea21b81..34f7c176b4 100644 --- a/include/jsoncons/json_cursor.hpp +++ b/include/jsoncons/json_cursor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons/json_decoder.hpp b/include/jsoncons/json_decoder.hpp index 5d5fcb5eac..7162466a14 100644 --- a/include/jsoncons/json_decoder.hpp +++ b/include/jsoncons/json_decoder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_encoder.hpp b/include/jsoncons/json_encoder.hpp index de730a5ed2..7dc10cc2c0 100644 --- a/include/jsoncons/json_encoder.hpp +++ b/include/jsoncons/json_encoder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -17,7 +17,7 @@ #include // std::move #include -#include +#include #include #include #include diff --git a/include/jsoncons/json_error.hpp b/include/jsoncons/json_error.hpp index fad0ed35f5..50dfb1d03f 100644 --- a/include/jsoncons/json_error.hpp +++ b/include/jsoncons/json_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_exception.hpp b/include/jsoncons/json_exception.hpp index 06b6d445ea..1c66bfff2f 100644 --- a/include/jsoncons/json_exception.hpp +++ b/include/jsoncons/json_exception.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_filter.hpp b/include/jsoncons/json_filter.hpp index 0930f84587..1a3a45def3 100644 --- a/include/jsoncons/json_filter.hpp +++ b/include/jsoncons/json_filter.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons/json_fwd.hpp b/include/jsoncons/json_fwd.hpp index ea963b0578..97bf090cc9 100644 --- a/include/jsoncons/json_fwd.hpp +++ b/include/jsoncons/json_fwd.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_object.hpp b/include/jsoncons/json_object.hpp index 8879623237..ef7fea085b 100644 --- a/include/jsoncons/json_object.hpp +++ b/include/jsoncons/json_object.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_options.hpp b/include/jsoncons/json_options.hpp index b56c0b2a7d..c150d7986a 100644 --- a/include/jsoncons/json_options.hpp +++ b/include/jsoncons/json_options.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_parser.hpp b/include/jsoncons/json_parser.hpp index cfa46ed46a..5979c89617 100644 --- a/include/jsoncons/json_parser.hpp +++ b/include/jsoncons/json_parser.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_reader.hpp b/include/jsoncons/json_reader.hpp index f340179d2b..e74f3349cd 100644 --- a/include/jsoncons/json_reader.hpp +++ b/include/jsoncons/json_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_traits_macros.hpp b/include/jsoncons/json_traits_macros.hpp index 5f742d2ea9..d44ab8ac6b 100644 --- a/include/jsoncons/json_traits_macros.hpp +++ b/include/jsoncons/json_traits_macros.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_type.hpp b/include/jsoncons/json_type.hpp index 0627a8da81..930fb1aad6 100644 --- a/include/jsoncons/json_type.hpp +++ b/include/jsoncons/json_type.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/json_type_traits.hpp b/include/jsoncons/json_type_traits.hpp index c5edbe8062..02a1db4fb5 100644 --- a/include/jsoncons/json_type_traits.hpp +++ b/include/jsoncons/json_type_traits.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons/json_visitor.hpp b/include/jsoncons/json_visitor.hpp index 273cbf313b..1cd720446c 100644 --- a/include/jsoncons/json_visitor.hpp +++ b/include/jsoncons/json_visitor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons/pretty_print.hpp b/include/jsoncons/pretty_print.hpp index 341a52b4af..75427b5c6f 100644 --- a/include/jsoncons/pretty_print.hpp +++ b/include/jsoncons/pretty_print.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/ser_context.hpp b/include/jsoncons/ser_context.hpp index a23527d927..bc350d65ee 100644 --- a/include/jsoncons/ser_context.hpp +++ b/include/jsoncons/ser_context.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/sink.hpp b/include/jsoncons/sink.hpp index dc7731ea9e..51b67271be 100644 --- a/include/jsoncons/sink.hpp +++ b/include/jsoncons/sink.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/source.hpp b/include/jsoncons/source.hpp index 948b82b24d..db987e1f17 100644 --- a/include/jsoncons/source.hpp +++ b/include/jsoncons/source.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -19,7 +19,7 @@ #include #include -#include // jsoncons::byte_traits +#include // jsoncons::byte_traits #include #include diff --git a/include/jsoncons/source_adaptor.hpp b/include/jsoncons/source_adaptor.hpp index 36a2cbf43b..5fc8e627b7 100644 --- a/include/jsoncons/source_adaptor.hpp +++ b/include/jsoncons/source_adaptor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/staj_cursor.hpp b/include/jsoncons/staj_cursor.hpp index c774b1eb11..bd4e9ce4a9 100644 --- a/include/jsoncons/staj_cursor.hpp +++ b/include/jsoncons/staj_cursor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/staj_event.hpp b/include/jsoncons/staj_event.hpp index 673e737219..825fef810e 100644 --- a/include/jsoncons/staj_event.hpp +++ b/include/jsoncons/staj_event.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/staj_event_reader.hpp b/include/jsoncons/staj_event_reader.hpp index 9442b02407..9f730cb810 100644 --- a/include/jsoncons/staj_event_reader.hpp +++ b/include/jsoncons/staj_event_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/staj_iterator.hpp b/include/jsoncons/staj_iterator.hpp index dbc850e4fc..258cdfb118 100644 --- a/include/jsoncons/staj_iterator.hpp +++ b/include/jsoncons/staj_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/tag_type.hpp b/include/jsoncons/tag_type.hpp index e8df978e48..61f1b5faab 100644 --- a/include/jsoncons/tag_type.hpp +++ b/include/jsoncons/tag_type.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/text_source_adaptor.hpp b/include/jsoncons/text_source_adaptor.hpp index 48806bcb98..2b995c0f6f 100644 --- a/include/jsoncons/text_source_adaptor.hpp +++ b/include/jsoncons/text_source_adaptor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/typed_array_view.hpp b/include/jsoncons/typed_array_view.hpp index 9a94306b1a..a65990c0f7 100644 --- a/include/jsoncons/typed_array_view.hpp +++ b/include/jsoncons/typed_array_view.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/byte_string.hpp b/include/jsoncons/utility/byte_string.hpp similarity index 99% rename from include/jsoncons/byte_string.hpp rename to include/jsoncons/utility/byte_string.hpp index 53acc6023d..1305409dab 100644 --- a/include/jsoncons/byte_string.hpp +++ b/include/jsoncons/utility/byte_string.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/utility/extension_traits.hpp b/include/jsoncons/utility/extension_traits.hpp index 3897faac73..9dd9bdf4f7 100644 --- a/include/jsoncons/utility/extension_traits.hpp +++ b/include/jsoncons/utility/extension_traits.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/utility/heap_string.hpp b/include/jsoncons/utility/heap_string.hpp index dbbeee9bfa..06aedb8e1a 100644 --- a/include/jsoncons/utility/heap_string.hpp +++ b/include/jsoncons/utility/heap_string.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/utility/unicode_traits.hpp b/include/jsoncons/utility/unicode_traits.hpp index e46c875d32..1c8f580ffd 100644 --- a/include/jsoncons/utility/unicode_traits.hpp +++ b/include/jsoncons/utility/unicode_traits.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/utility/uri.hpp b/include/jsoncons/utility/uri.hpp index d761093c64..c65b019d38 100644 --- a/include/jsoncons/utility/uri.hpp +++ b/include/jsoncons/utility/uri.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons/value_converter.hpp b/include/jsoncons/value_converter.hpp index 6038aaced0..88d2bb9018 100644 --- a/include/jsoncons/value_converter.hpp +++ b/include/jsoncons/value_converter.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -11,7 +11,7 @@ #include #include // std::error_code -#include +#include #include #include #include // from_integer diff --git a/include/jsoncons_ext/bson/bson.hpp b/include/jsoncons_ext/bson/bson.hpp index 0f10f315b1..0008bda0e1 100644 --- a/include/jsoncons_ext/bson/bson.hpp +++ b/include/jsoncons_ext/bson/bson.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/bson/bson_cursor.hpp b/include/jsoncons_ext/bson/bson_cursor.hpp index 46ebbebbc2..7cf368a6d3 100644 --- a/include/jsoncons_ext/bson/bson_cursor.hpp +++ b/include/jsoncons_ext/bson/bson_cursor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/bson/bson_encoder.hpp b/include/jsoncons_ext/bson/bson_encoder.hpp index 18791a738b..ebfad5f6c1 100644 --- a/include/jsoncons_ext/bson/bson_encoder.hpp +++ b/include/jsoncons_ext/bson/bson_encoder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/bson/bson_error.hpp b/include/jsoncons_ext/bson/bson_error.hpp index acfd1c3dc1..bb7a533fa7 100644 --- a/include/jsoncons_ext/bson/bson_error.hpp +++ b/include/jsoncons_ext/bson/bson_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/bson/bson_options.hpp b/include/jsoncons_ext/bson/bson_options.hpp index 02b36f98e8..d615bc6d19 100644 --- a/include/jsoncons_ext/bson/bson_options.hpp +++ b/include/jsoncons_ext/bson/bson_options.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/bson/bson_parser.hpp b/include/jsoncons_ext/bson/bson_parser.hpp index 84157655d2..b124c66ef3 100644 --- a/include/jsoncons_ext/bson/bson_parser.hpp +++ b/include/jsoncons_ext/bson/bson_parser.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/bson/bson_reader.hpp b/include/jsoncons_ext/bson/bson_reader.hpp index 1df5ce0565..e47cb74bed 100644 --- a/include/jsoncons_ext/bson/bson_reader.hpp +++ b/include/jsoncons_ext/bson/bson_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/bson/bson_type.hpp b/include/jsoncons_ext/bson/bson_type.hpp index b89c776752..5587373090 100644 --- a/include/jsoncons_ext/bson/bson_type.hpp +++ b/include/jsoncons_ext/bson/bson_type.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/bson/decode_bson.hpp b/include/jsoncons_ext/bson/decode_bson.hpp index 41677f631f..09b0bfec26 100644 --- a/include/jsoncons_ext/bson/decode_bson.hpp +++ b/include/jsoncons_ext/bson/decode_bson.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/bson/encode_bson.hpp b/include/jsoncons_ext/bson/encode_bson.hpp index 210c6ea808..ea2e1373ab 100644 --- a/include/jsoncons_ext/bson/encode_bson.hpp +++ b/include/jsoncons_ext/bson/encode_bson.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/cbor.hpp b/include/jsoncons_ext/cbor/cbor.hpp index a6f220a635..990fa97668 100644 --- a/include/jsoncons_ext/cbor/cbor.hpp +++ b/include/jsoncons_ext/cbor/cbor.hpp @@ -1,4 +1,4 @@ -// Copyright 2017-2024 Daniel Parker +// Copyright 2017-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/cbor_cursor.hpp b/include/jsoncons_ext/cbor/cbor_cursor.hpp index 037c2f7758..7ece15b348 100644 --- a/include/jsoncons_ext/cbor/cbor_cursor.hpp +++ b/include/jsoncons_ext/cbor/cbor_cursor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -13,7 +13,7 @@ #include // std::allocator #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/cbor/cbor_detail.hpp b/include/jsoncons_ext/cbor/cbor_detail.hpp index 00c524c1b1..34877c554f 100644 --- a/include/jsoncons_ext/cbor/cbor_detail.hpp +++ b/include/jsoncons_ext/cbor/cbor_detail.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/cbor_encoder.hpp b/include/jsoncons_ext/cbor/cbor_encoder.hpp index 17dd69ac9a..cad30949fb 100644 --- a/include/jsoncons_ext/cbor/cbor_encoder.hpp +++ b/include/jsoncons_ext/cbor/cbor_encoder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/cbor_error.hpp b/include/jsoncons_ext/cbor/cbor_error.hpp index 8d81c2a6a3..24a8abb0ba 100644 --- a/include/jsoncons_ext/cbor/cbor_error.hpp +++ b/include/jsoncons_ext/cbor/cbor_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/cbor_event_reader.hpp b/include/jsoncons_ext/cbor/cbor_event_reader.hpp index 848eaf5def..8a2b270078 100644 --- a/include/jsoncons_ext/cbor/cbor_event_reader.hpp +++ b/include/jsoncons_ext/cbor/cbor_event_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -13,7 +13,7 @@ #include // std::allocator #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/cbor/cbor_options.hpp b/include/jsoncons_ext/cbor/cbor_options.hpp index 0c16edeb43..f29665fef3 100644 --- a/include/jsoncons_ext/cbor/cbor_options.hpp +++ b/include/jsoncons_ext/cbor/cbor_options.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/cbor_parser.hpp b/include/jsoncons_ext/cbor/cbor_parser.hpp index 0fe73c3f1b..cb987c19c9 100644 --- a/include/jsoncons_ext/cbor/cbor_parser.hpp +++ b/include/jsoncons_ext/cbor/cbor_parser.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/cbor_reader.hpp b/include/jsoncons_ext/cbor/cbor_reader.hpp index afb9c4cba8..80841a18f7 100644 --- a/include/jsoncons_ext/cbor/cbor_reader.hpp +++ b/include/jsoncons_ext/cbor/cbor_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/decode_cbor.hpp b/include/jsoncons_ext/cbor/decode_cbor.hpp index 94d8cd8ba1..5c6fdec18c 100644 --- a/include/jsoncons_ext/cbor/decode_cbor.hpp +++ b/include/jsoncons_ext/cbor/decode_cbor.hpp @@ -1,4 +1,4 @@ -// Copyright 2017-2024 Daniel Parker +// Copyright 2017-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/cbor/encode_cbor.hpp b/include/jsoncons_ext/cbor/encode_cbor.hpp index e890185ce6..10772ea9c7 100644 --- a/include/jsoncons_ext/cbor/encode_cbor.hpp +++ b/include/jsoncons_ext/cbor/encode_cbor.hpp @@ -1,4 +1,4 @@ -// Copyright 2017-2024 Daniel Parker +// Copyright 2017-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/csv/csv.hpp b/include/jsoncons_ext/csv/csv.hpp index 891bc9a18e..8e8754fd0f 100644 --- a/include/jsoncons_ext/csv/csv.hpp +++ b/include/jsoncons_ext/csv/csv.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/csv/csv_cursor.hpp b/include/jsoncons_ext/csv/csv_cursor.hpp index 36c5fe35da..9f376330d8 100644 --- a/include/jsoncons_ext/csv/csv_cursor.hpp +++ b/include/jsoncons_ext/csv/csv_cursor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -13,7 +13,7 @@ #include // std::allocator #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/csv/csv_encoder.hpp b/include/jsoncons_ext/csv/csv_encoder.hpp index 5f1cdef68a..110d1bcd0f 100644 --- a/include/jsoncons_ext/csv/csv_encoder.hpp +++ b/include/jsoncons_ext/csv/csv_encoder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/csv/csv_error.hpp b/include/jsoncons_ext/csv/csv_error.hpp index bf5217fee5..e80dbb1eb4 100644 --- a/include/jsoncons_ext/csv/csv_error.hpp +++ b/include/jsoncons_ext/csv/csv_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/csv/csv_options.hpp b/include/jsoncons_ext/csv/csv_options.hpp index c295c073a0..19e8a33174 100644 --- a/include/jsoncons_ext/csv/csv_options.hpp +++ b/include/jsoncons_ext/csv/csv_options.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/csv/csv_parser.hpp b/include/jsoncons_ext/csv/csv_parser.hpp index 27f28a1ab1..b130e25347 100644 --- a/include/jsoncons_ext/csv/csv_parser.hpp +++ b/include/jsoncons_ext/csv/csv_parser.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/csv/csv_reader.hpp b/include/jsoncons_ext/csv/csv_reader.hpp index db1cd214ff..e4ec6b9a89 100644 --- a/include/jsoncons_ext/csv/csv_reader.hpp +++ b/include/jsoncons_ext/csv/csv_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/csv/decode_csv.hpp b/include/jsoncons_ext/csv/decode_csv.hpp index 7e703c40b1..319837e840 100644 --- a/include/jsoncons_ext/csv/decode_csv.hpp +++ b/include/jsoncons_ext/csv/decode_csv.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/csv/encode_csv.hpp b/include/jsoncons_ext/csv/encode_csv.hpp index 8f5c64b463..1cc632ae32 100644 --- a/include/jsoncons_ext/csv/encode_csv.hpp +++ b/include/jsoncons_ext/csv/encode_csv.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jmespath/jmespath.hpp b/include/jsoncons_ext/jmespath/jmespath.hpp index e15fe5620d..b2728376c9 100644 --- a/include/jsoncons_ext/jmespath/jmespath.hpp +++ b/include/jsoncons_ext/jmespath/jmespath.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jmespath/jmespath_error.hpp b/include/jsoncons_ext/jmespath/jmespath_error.hpp index fa1ae8a95b..63821db55a 100644 --- a/include/jsoncons_ext/jmespath/jmespath_error.hpp +++ b/include/jsoncons_ext/jmespath/jmespath_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpatch/jsonpatch.hpp b/include/jsoncons_ext/jsonpatch/jsonpatch.hpp index 8392a286f6..e8b54daa07 100644 --- a/include/jsoncons_ext/jsonpatch/jsonpatch.hpp +++ b/include/jsoncons_ext/jsonpatch/jsonpatch.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpatch/jsonpatch_error.hpp b/include/jsoncons_ext/jsonpatch/jsonpatch_error.hpp index b5b9105753..ece07f1537 100644 --- a/include/jsoncons_ext/jsonpatch/jsonpatch_error.hpp +++ b/include/jsoncons_ext/jsonpatch/jsonpatch_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/expression.hpp b/include/jsoncons_ext/jsonpath/expression.hpp index e42b8ccc6d..d518a94ef0 100644 --- a/include/jsoncons_ext/jsonpath/expression.hpp +++ b/include/jsoncons_ext/jsonpath/expression.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/flatten.hpp b/include/jsoncons_ext/jsonpath/flatten.hpp index fb266319ce..f8cd296f0c 100644 --- a/include/jsoncons_ext/jsonpath/flatten.hpp +++ b/include/jsoncons_ext/jsonpath/flatten.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/json_location.hpp b/include/jsoncons_ext/jsonpath/json_location.hpp index 8619cca1bc..5ad224b24a 100644 --- a/include/jsoncons_ext/jsonpath/json_location.hpp +++ b/include/jsoncons_ext/jsonpath/json_location.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/json_query.hpp b/include/jsoncons_ext/jsonpath/json_query.hpp index 2f0f352b05..e9abf8d83b 100644 --- a/include/jsoncons_ext/jsonpath/json_query.hpp +++ b/include/jsoncons_ext/jsonpath/json_query.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/jsonpath.hpp b/include/jsoncons_ext/jsonpath/jsonpath.hpp index b86ff3cc75..f4ad1dc4f1 100644 --- a/include/jsoncons_ext/jsonpath/jsonpath.hpp +++ b/include/jsoncons_ext/jsonpath/jsonpath.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/jsonpath_error.hpp b/include/jsoncons_ext/jsonpath/jsonpath_error.hpp index 8d14d7830b..9ec751e7a7 100644 --- a/include/jsoncons_ext/jsonpath/jsonpath_error.hpp +++ b/include/jsoncons_ext/jsonpath/jsonpath_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/jsonpath_expression.hpp b/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp index be15cf11f0..1f374dd62c 100644 --- a/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp +++ b/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/jsonpath_parser.hpp b/include/jsoncons_ext/jsonpath/jsonpath_parser.hpp index 517f5699d3..ca624a8086 100644 --- a/include/jsoncons_ext/jsonpath/jsonpath_parser.hpp +++ b/include/jsoncons_ext/jsonpath/jsonpath_parser.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/jsonpath_selector.hpp b/include/jsoncons_ext/jsonpath/jsonpath_selector.hpp index 3aa0783d8f..2c74056502 100644 --- a/include/jsoncons_ext/jsonpath/jsonpath_selector.hpp +++ b/include/jsoncons_ext/jsonpath/jsonpath_selector.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/jsonpath_utilities.hpp b/include/jsoncons_ext/jsonpath/jsonpath_utilities.hpp index 834ffda44e..4f840ada18 100644 --- a/include/jsoncons_ext/jsonpath/jsonpath_utilities.hpp +++ b/include/jsoncons_ext/jsonpath/jsonpath_utilities.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpath/path_node.hpp b/include/jsoncons_ext/jsonpath/path_node.hpp index 19df09b865..6220003485 100644 --- a/include/jsoncons_ext/jsonpath/path_node.hpp +++ b/include/jsoncons_ext/jsonpath/path_node.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpointer/jsonpointer.hpp b/include/jsoncons_ext/jsonpointer/jsonpointer.hpp index bacdd5d75a..7a390e5c10 100644 --- a/include/jsoncons_ext/jsonpointer/jsonpointer.hpp +++ b/include/jsoncons_ext/jsonpointer/jsonpointer.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonpointer/jsonpointer_error.hpp b/include/jsoncons_ext/jsonpointer/jsonpointer_error.hpp index fec4042d4a..bad30a186e 100644 --- a/include/jsoncons_ext/jsonpointer/jsonpointer_error.hpp +++ b/include/jsoncons_ext/jsonpointer/jsonpointer_error.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/common/compilation_context.hpp b/include/jsoncons_ext/jsonschema/common/compilation_context.hpp index f1455292c2..ba16c7c436 100644 --- a/include/jsoncons_ext/jsonschema/common/compilation_context.hpp +++ b/include/jsoncons_ext/jsonschema/common/compilation_context.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/common/evaluation_context.hpp b/include/jsoncons_ext/jsonschema/common/evaluation_context.hpp index 296b105fae..f6e93093a0 100644 --- a/include/jsoncons_ext/jsonschema/common/evaluation_context.hpp +++ b/include/jsoncons_ext/jsonschema/common/evaluation_context.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/common/format_validator.hpp b/include/jsoncons_ext/jsonschema/common/format_validator.hpp index be5ff89c6c..e2f34d559b 100644 --- a/include/jsoncons_ext/jsonschema/common/format_validator.hpp +++ b/include/jsoncons_ext/jsonschema/common/format_validator.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/common/keyword_validators.hpp b/include/jsoncons_ext/jsonschema/common/keyword_validators.hpp index 7db794f845..49a5ca360b 100644 --- a/include/jsoncons_ext/jsonschema/common/keyword_validators.hpp +++ b/include/jsoncons_ext/jsonschema/common/keyword_validators.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/jsonschema/common/schema_builder.hpp b/include/jsoncons_ext/jsonschema/common/schema_builder.hpp index b4ab3a44dd..69313494dd 100644 --- a/include/jsoncons_ext/jsonschema/common/schema_builder.hpp +++ b/include/jsoncons_ext/jsonschema/common/schema_builder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/common/schema_validators.hpp b/include/jsoncons_ext/jsonschema/common/schema_validators.hpp index 34582dba9c..f07c56daef 100644 --- a/include/jsoncons_ext/jsonschema/common/schema_validators.hpp +++ b/include/jsoncons_ext/jsonschema/common/schema_validators.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/common/uri_wrapper.hpp b/include/jsoncons_ext/jsonschema/common/uri_wrapper.hpp index 7ee47fbb6a..19c8715475 100644 --- a/include/jsoncons_ext/jsonschema/common/uri_wrapper.hpp +++ b/include/jsoncons_ext/jsonschema/common/uri_wrapper.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/common/validator.hpp b/include/jsoncons_ext/jsonschema/common/validator.hpp index b5171fa4f0..dc2c700b77 100644 --- a/include/jsoncons_ext/jsonschema/common/validator.hpp +++ b/include/jsoncons_ext/jsonschema/common/validator.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft201909/schema_builder_201909.hpp b/include/jsoncons_ext/jsonschema/draft201909/schema_builder_201909.hpp index 7c9d549238..325f1acca9 100644 --- a/include/jsoncons_ext/jsonschema/draft201909/schema_builder_201909.hpp +++ b/include/jsoncons_ext/jsonschema/draft201909/schema_builder_201909.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft201909/schema_draft201909.hpp b/include/jsoncons_ext/jsonschema/draft201909/schema_draft201909.hpp index 5be68fb3cc..e033930864 100644 --- a/include/jsoncons_ext/jsonschema/draft201909/schema_draft201909.hpp +++ b/include/jsoncons_ext/jsonschema/draft201909/schema_draft201909.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft202012/schema_builder_202012.hpp b/include/jsoncons_ext/jsonschema/draft202012/schema_builder_202012.hpp index b97fa4af1d..db31ced118 100644 --- a/include/jsoncons_ext/jsonschema/draft202012/schema_builder_202012.hpp +++ b/include/jsoncons_ext/jsonschema/draft202012/schema_builder_202012.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft202012/schema_draft202012.hpp b/include/jsoncons_ext/jsonschema/draft202012/schema_draft202012.hpp index ed55436e6f..5d97fe8755 100644 --- a/include/jsoncons_ext/jsonschema/draft202012/schema_draft202012.hpp +++ b/include/jsoncons_ext/jsonschema/draft202012/schema_draft202012.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft4/schema_builder_4.hpp b/include/jsoncons_ext/jsonschema/draft4/schema_builder_4.hpp index 0386bd6949..6bdf258bfa 100644 --- a/include/jsoncons_ext/jsonschema/draft4/schema_builder_4.hpp +++ b/include/jsoncons_ext/jsonschema/draft4/schema_builder_4.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft4/schema_draft4.hpp b/include/jsoncons_ext/jsonschema/draft4/schema_draft4.hpp index 07b0156ddf..6698ec9522 100644 --- a/include/jsoncons_ext/jsonschema/draft4/schema_draft4.hpp +++ b/include/jsoncons_ext/jsonschema/draft4/schema_draft4.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft6/schema_builder_6.hpp b/include/jsoncons_ext/jsonschema/draft6/schema_builder_6.hpp index ebaeed8fe3..78798c96cd 100644 --- a/include/jsoncons_ext/jsonschema/draft6/schema_builder_6.hpp +++ b/include/jsoncons_ext/jsonschema/draft6/schema_builder_6.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft6/schema_draft6.hpp b/include/jsoncons_ext/jsonschema/draft6/schema_draft6.hpp index 85f9e5ec71..1536720766 100644 --- a/include/jsoncons_ext/jsonschema/draft6/schema_draft6.hpp +++ b/include/jsoncons_ext/jsonschema/draft6/schema_draft6.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft7/schema_builder_7.hpp b/include/jsoncons_ext/jsonschema/draft7/schema_builder_7.hpp index 41b541bfce..11e6f80212 100644 --- a/include/jsoncons_ext/jsonschema/draft7/schema_builder_7.hpp +++ b/include/jsoncons_ext/jsonschema/draft7/schema_builder_7.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/draft7/schema_draft7.hpp b/include/jsoncons_ext/jsonschema/draft7/schema_draft7.hpp index 4b026697a2..292207dbd0 100644 --- a/include/jsoncons_ext/jsonschema/draft7/schema_draft7.hpp +++ b/include/jsoncons_ext/jsonschema/draft7/schema_draft7.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/evaluation_options.hpp b/include/jsoncons_ext/jsonschema/evaluation_options.hpp index 8c8675ea2a..fc4c7bbd3a 100644 --- a/include/jsoncons_ext/jsonschema/evaluation_options.hpp +++ b/include/jsoncons_ext/jsonschema/evaluation_options.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/json_schema.hpp b/include/jsoncons_ext/jsonschema/json_schema.hpp index 03d679c47f..782de0aabd 100644 --- a/include/jsoncons_ext/jsonschema/json_schema.hpp +++ b/include/jsoncons_ext/jsonschema/json_schema.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/json_schema_factory.hpp b/include/jsoncons_ext/jsonschema/json_schema_factory.hpp index dc6b6d1ebb..4e77338a02 100644 --- a/include/jsoncons_ext/jsonschema/json_schema_factory.hpp +++ b/include/jsoncons_ext/jsonschema/json_schema_factory.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/jsonschema.hpp b/include/jsoncons_ext/jsonschema/jsonschema.hpp index f128e62d1b..3bdf457f2d 100644 --- a/include/jsoncons_ext/jsonschema/jsonschema.hpp +++ b/include/jsoncons_ext/jsonschema/jsonschema.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/jsonschema_error.hpp b/include/jsoncons_ext/jsonschema/jsonschema_error.hpp index d0377f3a5f..bc14332bfd 100644 --- a/include/jsoncons_ext/jsonschema/jsonschema_error.hpp +++ b/include/jsoncons_ext/jsonschema/jsonschema_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/jsonschema/validation_message.hpp b/include/jsoncons_ext/jsonschema/validation_message.hpp index f9672e2e7e..5d0d222755 100644 --- a/include/jsoncons_ext/jsonschema/validation_message.hpp +++ b/include/jsoncons_ext/jsonschema/validation_message.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/mergepatch/mergepatch.hpp b/include/jsoncons_ext/mergepatch/mergepatch.hpp index 7847849987..f57e17bee5 100644 --- a/include/jsoncons_ext/mergepatch/mergepatch.hpp +++ b/include/jsoncons_ext/mergepatch/mergepatch.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/msgpack/decode_msgpack.hpp b/include/jsoncons_ext/msgpack/decode_msgpack.hpp index 08f9eb5d94..365940a4b0 100644 --- a/include/jsoncons_ext/msgpack/decode_msgpack.hpp +++ b/include/jsoncons_ext/msgpack/decode_msgpack.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/msgpack/encode_msgpack.hpp b/include/jsoncons_ext/msgpack/encode_msgpack.hpp index 613345986f..8c2ed387c8 100644 --- a/include/jsoncons_ext/msgpack/encode_msgpack.hpp +++ b/include/jsoncons_ext/msgpack/encode_msgpack.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/msgpack/msgpack.hpp b/include/jsoncons_ext/msgpack/msgpack.hpp index 4769ca4ffa..216a1a2952 100644 --- a/include/jsoncons_ext/msgpack/msgpack.hpp +++ b/include/jsoncons_ext/msgpack/msgpack.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/msgpack/msgpack_cursor.hpp b/include/jsoncons_ext/msgpack/msgpack_cursor.hpp index 6bf1164b9d..458b886d6b 100644 --- a/include/jsoncons_ext/msgpack/msgpack_cursor.hpp +++ b/include/jsoncons_ext/msgpack/msgpack_cursor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/msgpack/msgpack_encoder.hpp b/include/jsoncons_ext/msgpack/msgpack_encoder.hpp index 82eedfc5e6..f53b483b8c 100644 --- a/include/jsoncons_ext/msgpack/msgpack_encoder.hpp +++ b/include/jsoncons_ext/msgpack/msgpack_encoder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/msgpack/msgpack_error.hpp b/include/jsoncons_ext/msgpack/msgpack_error.hpp index 95a7cd7cd2..3edccaa982 100644 --- a/include/jsoncons_ext/msgpack/msgpack_error.hpp +++ b/include/jsoncons_ext/msgpack/msgpack_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/msgpack/msgpack_event_reader.hpp b/include/jsoncons_ext/msgpack/msgpack_event_reader.hpp index 990fcfb189..a1b31456d6 100644 --- a/include/jsoncons_ext/msgpack/msgpack_event_reader.hpp +++ b/include/jsoncons_ext/msgpack/msgpack_event_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/msgpack/msgpack_options.hpp b/include/jsoncons_ext/msgpack/msgpack_options.hpp index 90f1da91a1..e4d43674fd 100644 --- a/include/jsoncons_ext/msgpack/msgpack_options.hpp +++ b/include/jsoncons_ext/msgpack/msgpack_options.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/msgpack/msgpack_parser.hpp b/include/jsoncons_ext/msgpack/msgpack_parser.hpp index 52e90f24c3..5c6e46e1ce 100644 --- a/include/jsoncons_ext/msgpack/msgpack_parser.hpp +++ b/include/jsoncons_ext/msgpack/msgpack_parser.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/msgpack/msgpack_reader.hpp b/include/jsoncons_ext/msgpack/msgpack_reader.hpp index dad885f7bb..a8bcced334 100644 --- a/include/jsoncons_ext/msgpack/msgpack_reader.hpp +++ b/include/jsoncons_ext/msgpack/msgpack_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/msgpack/msgpack_type.hpp b/include/jsoncons_ext/msgpack/msgpack_type.hpp index 03819d892b..ae4ce12913 100644 --- a/include/jsoncons_ext/msgpack/msgpack_type.hpp +++ b/include/jsoncons_ext/msgpack/msgpack_type.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/decode_ubjson.hpp b/include/jsoncons_ext/ubjson/decode_ubjson.hpp index 9f11db3b33..467279fbc5 100644 --- a/include/jsoncons_ext/ubjson/decode_ubjson.hpp +++ b/include/jsoncons_ext/ubjson/decode_ubjson.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/encode_ubjson.hpp b/include/jsoncons_ext/ubjson/encode_ubjson.hpp index 1611df76d7..15c78bfbdd 100644 --- a/include/jsoncons_ext/ubjson/encode_ubjson.hpp +++ b/include/jsoncons_ext/ubjson/encode_ubjson.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/ubjson.hpp b/include/jsoncons_ext/ubjson/ubjson.hpp index 5f33802140..9f40e758d1 100644 --- a/include/jsoncons_ext/ubjson/ubjson.hpp +++ b/include/jsoncons_ext/ubjson/ubjson.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/ubjson_cursor.hpp b/include/jsoncons_ext/ubjson/ubjson_cursor.hpp index f22774ad5b..45db5728d4 100644 --- a/include/jsoncons_ext/ubjson/ubjson_cursor.hpp +++ b/include/jsoncons_ext/ubjson/ubjson_cursor.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include #include diff --git a/include/jsoncons_ext/ubjson/ubjson_encoder.hpp b/include/jsoncons_ext/ubjson/ubjson_encoder.hpp index 3e28402947..8faa835f57 100644 --- a/include/jsoncons_ext/ubjson/ubjson_encoder.hpp +++ b/include/jsoncons_ext/ubjson/ubjson_encoder.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/ubjson_error.hpp b/include/jsoncons_ext/ubjson/ubjson_error.hpp index c71a1dda4f..394ae6ec4e 100644 --- a/include/jsoncons_ext/ubjson/ubjson_error.hpp +++ b/include/jsoncons_ext/ubjson/ubjson_error.hpp @@ -1,4 +1,4 @@ -/// Copyright 2013-2024 Daniel Parker +/// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/ubjson_options.hpp b/include/jsoncons_ext/ubjson/ubjson_options.hpp index e944c8ce53..e7def22aef 100644 --- a/include/jsoncons_ext/ubjson/ubjson_options.hpp +++ b/include/jsoncons_ext/ubjson/ubjson_options.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/ubjson_parser.hpp b/include/jsoncons_ext/ubjson/ubjson_parser.hpp index ca2275ab43..49119980f0 100644 --- a/include/jsoncons_ext/ubjson/ubjson_parser.hpp +++ b/include/jsoncons_ext/ubjson/ubjson_parser.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/ubjson_reader.hpp b/include/jsoncons_ext/ubjson/ubjson_reader.hpp index 4ad1bcfac2..9dc8ccca75 100644 --- a/include/jsoncons_ext/ubjson/ubjson_reader.hpp +++ b/include/jsoncons_ext/ubjson/ubjson_reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, 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/jsoncons_ext/ubjson/ubjson_type.hpp b/include/jsoncons_ext/ubjson/ubjson_type.hpp index 4c1d8a3c77..4b981d93aa 100644 --- a/include/jsoncons_ext/ubjson/ubjson_type.hpp +++ b/include/jsoncons_ext/ubjson/ubjson_type.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 63869981ae..91e730d509 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -120,12 +120,12 @@ add_executable(unit_tests msgpack/src/msgpack_tests.cpp msgpack/src/msgpack_timestamp_tests.cpp corelib/src/source_adaptor_tests.cpp - corelib/src/byte_string_tests.cpp corelib/src/value_converter_tests.cpp corelib/src/decode_traits_tests.cpp corelib/src/detail/optional_tests.cpp corelib/src/detail/span_tests.cpp corelib/src/detail/string_view_tests.cpp + corelib/src/utility/byte_string_tests.cpp corelib/src/utility/heap_string_tests.cpp corelib/src/utility/bigint_tests.cpp corelib/src/utility/uri_tests.cpp diff --git a/test/bson/src/bson_cursor_tests.cpp b/test/bson/src/bson_cursor_tests.cpp index d974e52969..ddd9a7c1d3 100644 --- a/test/bson/src/bson_cursor_tests.cpp +++ b/test/bson/src/bson_cursor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/bson/src/bson_encoder_tests.cpp b/test/bson/src/bson_encoder_tests.cpp index 1e77000d4a..99bf912bfe 100644 --- a/test/bson/src/bson_encoder_tests.cpp +++ b/test/bson/src/bson_encoder_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/bson/src/bson_reader_tests.cpp b/test/bson/src/bson_reader_tests.cpp index 142d2d5f6f..1854cf6378 100644 --- a/test/bson/src/bson_reader_tests.cpp +++ b/test/bson/src/bson_reader_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/bson/src/bson_test_suite.cpp b/test/bson/src/bson_test_suite.cpp index c061fe3bd5..d51cdbf657 100644 --- a/test/bson/src/bson_test_suite.cpp +++ b/test/bson/src/bson_test_suite.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/bson/src/encode_decode_bson_tests.cpp b/test/bson/src/encode_decode_bson_tests.cpp index 1ce4c195bf..720e9bd879 100644 --- a/test/bson/src/encode_decode_bson_tests.cpp +++ b/test/bson/src/encode_decode_bson_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/cbor/src/cbor_bitset_traits_tests.cpp b/test/cbor/src/cbor_bitset_traits_tests.cpp index 0d1c26c7e8..d5c35c388c 100644 --- a/test/cbor/src/cbor_bitset_traits_tests.cpp +++ b/test/cbor/src/cbor_bitset_traits_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/cbor/src/cbor_cursor_tests.cpp b/test/cbor/src/cbor_cursor_tests.cpp index 63a6c3cada..a149bf9320 100644 --- a/test/cbor/src/cbor_cursor_tests.cpp +++ b/test/cbor/src/cbor_cursor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/cbor/src/cbor_encoder_tests.cpp b/test/cbor/src/cbor_encoder_tests.cpp index d940b15e0b..329867c294 100644 --- a/test/cbor/src/cbor_encoder_tests.cpp +++ b/test/cbor/src/cbor_encoder_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/cbor/src/cbor_event_reader_tests.cpp b/test/cbor/src/cbor_event_reader_tests.cpp index 721e39d8fa..3428cdcc7a 100644 --- a/test/cbor/src/cbor_event_reader_tests.cpp +++ b/test/cbor/src/cbor_event_reader_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/cbor/src/cbor_event_visitor_tests.cpp b/test/cbor/src/cbor_event_visitor_tests.cpp index a65795148c..58e0ab2e96 100644 --- a/test/cbor/src/cbor_event_visitor_tests.cpp +++ b/test/cbor/src/cbor_event_visitor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/cbor/src/cbor_reader_tests.cpp b/test/cbor/src/cbor_reader_tests.cpp index d8118d603e..77d0b6effe 100644 --- a/test/cbor/src/cbor_reader_tests.cpp +++ b/test/cbor/src/cbor_reader_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/cbor/src/cbor_tests.cpp b/test/cbor/src/cbor_tests.cpp index 4c02479179..d67518242f 100644 --- a/test/cbor/src/cbor_tests.cpp +++ b/test/cbor/src/cbor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/cbor/src/cbor_typed_array_tests.cpp b/test/cbor/src/cbor_typed_array_tests.cpp index 9db0dbebd1..fc63a125b0 100644 --- a/test/cbor/src/cbor_typed_array_tests.cpp +++ b/test/cbor/src/cbor_typed_array_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/cbor/src/decode_cbor_tests.cpp b/test/cbor/src/decode_cbor_tests.cpp index f96bfeafc2..90ad59ef82 100644 --- a/test/cbor/src/decode_cbor_tests.cpp +++ b/test/cbor/src/decode_cbor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/cbor/src/encode_cbor_tests.cpp b/test/cbor/src/encode_cbor_tests.cpp index 47532fda36..26ebf18d2e 100644 --- a/test/cbor/src/encode_cbor_tests.cpp +++ b/test/cbor/src/encode_cbor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/common/free_list_allocator.hpp b/test/common/free_list_allocator.hpp index 952159b472..be0ab18391 100644 --- a/test/common/free_list_allocator.hpp +++ b/test/common/free_list_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #ifndef FREE_LIST_ALLOCATOR_HPP diff --git a/test/corelib/src/JSONTestSuite_tests.cpp b/test/corelib/src/JSONTestSuite_tests.cpp index 4311b102d5..b18d2006e9 100644 --- a/test/corelib/src/JSONTestSuite_tests.cpp +++ b/test/corelib/src/JSONTestSuite_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/decode_traits_tests.cpp b/test/corelib/src/decode_traits_tests.cpp index 0db9bae296..b2f693da60 100644 --- a/test/corelib/src/decode_traits_tests.cpp +++ b/test/corelib/src/decode_traits_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/detail/from_integer_tests.cpp b/test/corelib/src/detail/from_integer_tests.cpp index 1121a73c4a..758f9fa80f 100644 --- a/test/corelib/src/detail/from_integer_tests.cpp +++ b/test/corelib/src/detail/from_integer_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/detail/optional_tests.cpp b/test/corelib/src/detail/optional_tests.cpp index 86531626d1..20047440b6 100644 --- a/test/corelib/src/detail/optional_tests.cpp +++ b/test/corelib/src/detail/optional_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/detail/span_tests.cpp b/test/corelib/src/detail/span_tests.cpp index ae9a1d6598..9aa3b6245a 100644 --- a/test/corelib/src/detail/span_tests.cpp +++ b/test/corelib/src/detail/span_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/detail/string_view_tests.cpp b/test/corelib/src/detail/string_view_tests.cpp index 5001fecc10..78363fbb87 100644 --- a/test/corelib/src/detail/string_view_tests.cpp +++ b/test/corelib/src/detail/string_view_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/detail/to_integer_tests.cpp b/test/corelib/src/detail/to_integer_tests.cpp index 05877689e8..0345f8f6dc 100644 --- a/test/corelib/src/detail/to_integer_tests.cpp +++ b/test/corelib/src/detail/to_integer_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/detect_encoding_tests.cpp b/test/corelib/src/detect_encoding_tests.cpp index 62350e7757..5d076d390f 100644 --- a/test/corelib/src/detect_encoding_tests.cpp +++ b/test/corelib/src/detect_encoding_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/double_round_trip_tests.cpp b/test/corelib/src/double_round_trip_tests.cpp index 77c1c8b0f3..44e8199505 100644 --- a/test/corelib/src/double_round_trip_tests.cpp +++ b/test/corelib/src/double_round_trip_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/double_to_string_tests.cpp b/test/corelib/src/double_to_string_tests.cpp index 8d297bf67c..6173b82ba0 100644 --- a/test/corelib/src/double_to_string_tests.cpp +++ b/test/corelib/src/double_to_string_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/dtoa_tests.cpp b/test/corelib/src/dtoa_tests.cpp index f5c81e1876..019b21303b 100644 --- a/test/corelib/src/dtoa_tests.cpp +++ b/test/corelib/src/dtoa_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/encode_decode_json_tests.cpp b/test/corelib/src/encode_decode_json_tests.cpp index 5f9f0d5df3..5b1a5c0670 100644 --- a/test/corelib/src/encode_decode_json_tests.cpp +++ b/test/corelib/src/encode_decode_json_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/encode_traits_tests.cpp b/test/corelib/src/encode_traits_tests.cpp index 90d8a94425..257108865a 100644 --- a/test/corelib/src/encode_traits_tests.cpp +++ b/test/corelib/src/encode_traits_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/issue355_tests.cpp b/test/corelib/src/issue355_tests.cpp index 6cb7d4511e..fe3d30e014 100644 --- a/test/corelib/src/issue355_tests.cpp +++ b/test/corelib/src/issue355_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_array_tests.cpp b/test/corelib/src/json_array_tests.cpp index 04d20a2cc3..0a52ce0097 100644 --- a/test/corelib/src/json_array_tests.cpp +++ b/test/corelib/src/json_array_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_as_tests.cpp b/test/corelib/src/json_as_tests.cpp index 606dbca393..938987eefe 100644 --- a/test/corelib/src/json_as_tests.cpp +++ b/test/corelib/src/json_as_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_assignment_tests.cpp b/test/corelib/src/json_assignment_tests.cpp index d39054c5d0..a12a674701 100644 --- a/test/corelib/src/json_assignment_tests.cpp +++ b/test/corelib/src/json_assignment_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_bitset_traits_tests.cpp b/test/corelib/src/json_bitset_traits_tests.cpp index 6b12dd7753..360f7f7030 100644 --- a/test/corelib/src/json_bitset_traits_tests.cpp +++ b/test/corelib/src/json_bitset_traits_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_checker_tests.cpp b/test/corelib/src/json_checker_tests.cpp index fc331497f5..f4312431c8 100644 --- a/test/corelib/src/json_checker_tests.cpp +++ b/test/corelib/src/json_checker_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_compare_tests.cpp b/test/corelib/src/json_compare_tests.cpp index d3fe6a138f..917890c70b 100644 --- a/test/corelib/src/json_compare_tests.cpp +++ b/test/corelib/src/json_compare_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_const_pointer_arg_tests.cpp b/test/corelib/src/json_const_pointer_arg_tests.cpp index ded42bf879..0016554f70 100644 --- a/test/corelib/src/json_const_pointer_arg_tests.cpp +++ b/test/corelib/src/json_const_pointer_arg_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_constructor_tests.cpp b/test/corelib/src/json_constructor_tests.cpp index 4c789dcd1b..a30906c670 100644 --- a/test/corelib/src/json_constructor_tests.cpp +++ b/test/corelib/src/json_constructor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_cursor_tests.cpp b/test/corelib/src/json_cursor_tests.cpp index e10bc7b267..94f822e380 100644 --- a/test/corelib/src/json_cursor_tests.cpp +++ b/test/corelib/src/json_cursor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/json_encoder_tests.cpp b/test/corelib/src/json_encoder_tests.cpp index c5029beee6..3b10fe6c91 100644 --- a/test/corelib/src/json_encoder_tests.cpp +++ b/test/corelib/src/json_encoder_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_exception_tests.cpp b/test/corelib/src/json_exception_tests.cpp index 8c2e00d0a6..732e66c587 100644 --- a/test/corelib/src/json_exception_tests.cpp +++ b/test/corelib/src/json_exception_tests.cpp @@ -1,5 +1,5 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_filter_tests.cpp b/test/corelib/src/json_filter_tests.cpp index 69cc3e856b..0893a679fb 100644 --- a/test/corelib/src/json_filter_tests.cpp +++ b/test/corelib/src/json_filter_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_in_place_update_tests.cpp b/test/corelib/src/json_in_place_update_tests.cpp index d410ee0718..c3064a7d86 100644 --- a/test/corelib/src/json_in_place_update_tests.cpp +++ b/test/corelib/src/json_in_place_update_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_integer_tests.cpp b/test/corelib/src/json_integer_tests.cpp index 6df330a9da..828cbe1bd7 100644 --- a/test/corelib/src/json_integer_tests.cpp +++ b/test/corelib/src/json_integer_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_less_tests.cpp b/test/corelib/src/json_less_tests.cpp index 6e7901abf8..41aa8ebcee 100644 --- a/test/corelib/src/json_less_tests.cpp +++ b/test/corelib/src/json_less_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_line_split_tests.cpp b/test/corelib/src/json_line_split_tests.cpp index 6323b37544..c228d851ea 100644 --- a/test/corelib/src/json_line_split_tests.cpp +++ b/test/corelib/src/json_line_split_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_literal_operator_tests.cpp b/test/corelib/src/json_literal_operator_tests.cpp index e40bc7e56d..7bcec863ea 100644 --- a/test/corelib/src/json_literal_operator_tests.cpp +++ b/test/corelib/src/json_literal_operator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_object_tests.cpp b/test/corelib/src/json_object_tests.cpp index b375100ddc..0dbf70981e 100644 --- a/test/corelib/src/json_object_tests.cpp +++ b/test/corelib/src/json_object_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_options_tests.cpp b/test/corelib/src/json_options_tests.cpp index 82be5fb60a..670893d7f8 100644 --- a/test/corelib/src/json_options_tests.cpp +++ b/test/corelib/src/json_options_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_parser_error_tests.cpp b/test/corelib/src/json_parser_error_tests.cpp index 885228b108..e32e47f44b 100644 --- a/test/corelib/src/json_parser_error_tests.cpp +++ b/test/corelib/src/json_parser_error_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_parser_position_tests.cpp b/test/corelib/src/json_parser_position_tests.cpp index 7aabcbe3b6..ea6fae743b 100644 --- a/test/corelib/src/json_parser_position_tests.cpp +++ b/test/corelib/src/json_parser_position_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_parser_recovery_tests.cpp b/test/corelib/src/json_parser_recovery_tests.cpp index e9c046c77b..2f690342bc 100644 --- a/test/corelib/src/json_parser_recovery_tests.cpp +++ b/test/corelib/src/json_parser_recovery_tests.cpp @@ -1,5 +1,5 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_parser_tests.cpp b/test/corelib/src/json_parser_tests.cpp index b7f84ca7a2..43e01f3eec 100644 --- a/test/corelib/src/json_parser_tests.cpp +++ b/test/corelib/src/json_parser_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_pointer_arg_tests.cpp b/test/corelib/src/json_pointer_arg_tests.cpp index a86c29f720..8d7a5c709d 100644 --- a/test/corelib/src/json_pointer_arg_tests.cpp +++ b/test/corelib/src/json_pointer_arg_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_push_back_tests.cpp b/test/corelib/src/json_push_back_tests.cpp index ddaf735969..155b0f185e 100644 --- a/test/corelib/src/json_push_back_tests.cpp +++ b/test/corelib/src/json_push_back_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_reader_exception_tests.cpp b/test/corelib/src/json_reader_exception_tests.cpp index af8bcbb4e7..98318bf332 100644 --- a/test/corelib/src/json_reader_exception_tests.cpp +++ b/test/corelib/src/json_reader_exception_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_reader_tests.cpp b/test/corelib/src/json_reader_tests.cpp index b78b9b251f..fadace1723 100644 --- a/test/corelib/src/json_reader_tests.cpp +++ b/test/corelib/src/json_reader_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_storage_tests.cpp b/test/corelib/src/json_storage_tests.cpp index 97d7d24a72..c747e039c3 100644 --- a/test/corelib/src/json_storage_tests.cpp +++ b/test/corelib/src/json_storage_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_swap_tests.cpp b/test/corelib/src/json_swap_tests.cpp index 0109712c6d..9ee90ebbdd 100644 --- a/test/corelib/src/json_swap_tests.cpp +++ b/test/corelib/src/json_swap_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_traits_macro_functional_tests.cpp b/test/corelib/src/json_traits_macro_functional_tests.cpp index 34ac084591..7cd96d57c0 100644 --- a/test/corelib/src/json_traits_macro_functional_tests.cpp +++ b/test/corelib/src/json_traits_macro_functional_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/json_traits_macro_tests.cpp b/test/corelib/src/json_traits_macro_tests.cpp index 829bae78ec..23d0b1e889 100644 --- a/test/corelib/src/json_traits_macro_tests.cpp +++ b/test/corelib/src/json_traits_macro_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/json_traits_name_macro_tests.cpp b/test/corelib/src/json_traits_name_macro_tests.cpp index 35b4287f42..5a7f5792f5 100644 --- a/test/corelib/src/json_traits_name_macro_tests.cpp +++ b/test/corelib/src/json_traits_name_macro_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/json_type_traits_chrono_tests.cpp b/test/corelib/src/json_type_traits_chrono_tests.cpp index b234204ba9..6f94cf7f36 100644 --- a/test/corelib/src/json_type_traits_chrono_tests.cpp +++ b/test/corelib/src/json_type_traits_chrono_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_type_traits_container_tests.cpp b/test/corelib/src/json_type_traits_container_tests.cpp index 9d6e0d710b..9776ff04b8 100644 --- a/test/corelib/src/json_type_traits_container_tests.cpp +++ b/test/corelib/src/json_type_traits_container_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/json_type_traits_string_tests.cpp b/test/corelib/src/json_type_traits_string_tests.cpp index cdd7587a80..416f2b8c6f 100644 --- a/test/corelib/src/json_type_traits_string_tests.cpp +++ b/test/corelib/src/json_type_traits_string_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/json_type_traits_tests.cpp b/test/corelib/src/json_type_traits_tests.cpp index 6d5f3a5268..134b467ff6 100644 --- a/test/corelib/src/json_type_traits_tests.cpp +++ b/test/corelib/src/json_type_traits_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/json_validation_tests.cpp b/test/corelib/src/json_validation_tests.cpp index 9c3c069289..6c36443e42 100644 --- a/test/corelib/src/json_validation_tests.cpp +++ b/test/corelib/src/json_validation_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/jsoncons_tests.cpp b/test/corelib/src/jsoncons_tests.cpp index d409b4f305..36abe2346f 100644 --- a/test/corelib/src/jsoncons_tests.cpp +++ b/test/corelib/src/jsoncons_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/ojson_object_tests.cpp b/test/corelib/src/ojson_object_tests.cpp index 4ace6631c5..60c35196b3 100644 --- a/test/corelib/src/ojson_object_tests.cpp +++ b/test/corelib/src/ojson_object_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/ojson_tests.cpp b/test/corelib/src/ojson_tests.cpp index 63ac5fe318..65481bfcbe 100644 --- a/test/corelib/src/ojson_tests.cpp +++ b/test/corelib/src/ojson_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/parse_string_tests.cpp b/test/corelib/src/parse_string_tests.cpp index 88555295c4..11b16b7eca 100644 --- a/test/corelib/src/parse_string_tests.cpp +++ b/test/corelib/src/parse_string_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/polymorphic_allocator_tests.cpp b/test/corelib/src/polymorphic_allocator_tests.cpp index 655957ddca..0a30534a48 100644 --- a/test/corelib/src/polymorphic_allocator_tests.cpp +++ b/test/corelib/src/polymorphic_allocator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/read_encoded_data_tests.cpp b/test/corelib/src/read_encoded_data_tests.cpp index 258d72b755..b3b30056a6 100644 --- a/test/corelib/src/read_encoded_data_tests.cpp +++ b/test/corelib/src/read_encoded_data_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/scoped_allocator_adaptor_tests.cpp b/test/corelib/src/scoped_allocator_adaptor_tests.cpp index eecb5c5f0b..f168237e87 100644 --- a/test/corelib/src/scoped_allocator_adaptor_tests.cpp +++ b/test/corelib/src/scoped_allocator_adaptor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/short_string_tests.cpp b/test/corelib/src/short_string_tests.cpp index 1f67ff9ef0..f5a7573751 100644 --- a/test/corelib/src/short_string_tests.cpp +++ b/test/corelib/src/short_string_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/source_adaptor_tests.cpp b/test/corelib/src/source_adaptor_tests.cpp index a59233eb23..fecd9ebee2 100644 --- a/test/corelib/src/source_adaptor_tests.cpp +++ b/test/corelib/src/source_adaptor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/source_tests.cpp b/test/corelib/src/source_tests.cpp index 8a5cca9643..1b320a4118 100644 --- a/test/corelib/src/source_tests.cpp +++ b/test/corelib/src/source_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/staj_iterator_tests.cpp b/test/corelib/src/staj_iterator_tests.cpp index 594689e874..957081364d 100644 --- a/test/corelib/src/staj_iterator_tests.cpp +++ b/test/corelib/src/staj_iterator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/string_to_double_tests.cpp b/test/corelib/src/string_to_double_tests.cpp index 9705061448..a9ed838199 100644 --- a/test/corelib/src/string_to_double_tests.cpp +++ b/test/corelib/src/string_to_double_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/utility/bigint_tests.cpp b/test/corelib/src/utility/bigint_tests.cpp index 35af8ea474..38440e8f1e 100644 --- a/test/corelib/src/utility/bigint_tests.cpp +++ b/test/corelib/src/utility/bigint_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/corelib/src/byte_string_tests.cpp b/test/corelib/src/utility/byte_string_tests.cpp similarity index 99% rename from test/corelib/src/byte_string_tests.cpp rename to test/corelib/src/utility/byte_string_tests.cpp index 906f86b714..3af9fbbf9d 100644 --- a/test/corelib/src/byte_string_tests.cpp +++ b/test/corelib/src/utility/byte_string_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/utility/extension_traits_tests.cpp b/test/corelib/src/utility/extension_traits_tests.cpp index e7cd4522b9..b083d63676 100644 --- a/test/corelib/src/utility/extension_traits_tests.cpp +++ b/test/corelib/src/utility/extension_traits_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/utility/heap_string_tests.cpp b/test/corelib/src/utility/heap_string_tests.cpp index d382e9104e..3f915e80e6 100644 --- a/test/corelib/src/utility/heap_string_tests.cpp +++ b/test/corelib/src/utility/heap_string_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/utility/unicode_conv_tests.cpp b/test/corelib/src/utility/unicode_conv_tests.cpp index e5c7575cdf..aa4b9f1792 100644 --- a/test/corelib/src/utility/unicode_conv_tests.cpp +++ b/test/corelib/src/utility/unicode_conv_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/utility/uri_tests.cpp b/test/corelib/src/utility/uri_tests.cpp index c190d3ea89..36bfa51832 100644 --- a/test/corelib/src/utility/uri_tests.cpp +++ b/test/corelib/src/utility/uri_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/value_converter_tests.cpp b/test/corelib/src/value_converter_tests.cpp index 60bc6396c7..a5a2b0c1c6 100644 --- a/test/corelib/src/value_converter_tests.cpp +++ b/test/corelib/src/value_converter_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/corelib/src/wjson_tests.cpp b/test/corelib/src/wjson_tests.cpp index 79e9cb4982..12b78fa6f3 100644 --- a/test/corelib/src/wjson_tests.cpp +++ b/test/corelib/src/wjson_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/csv/src/csv_cursor_tests.cpp b/test/csv/src/csv_cursor_tests.cpp index 1b5ab7f55d..2352148322 100644 --- a/test/csv/src/csv_cursor_tests.cpp +++ b/test/csv/src/csv_cursor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/csv/src/csv_reader_tests.cpp b/test/csv/src/csv_reader_tests.cpp index 193b7d725e..6d93895b8d 100644 --- a/test/csv/src/csv_reader_tests.cpp +++ b/test/csv/src/csv_reader_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/csv/src/csv_subfield_tests.cpp b/test/csv/src/csv_subfield_tests.cpp index 7861089cc7..034d954a3f 100644 --- a/test/csv/src/csv_subfield_tests.cpp +++ b/test/csv/src/csv_subfield_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/csv/src/csv_tests.cpp b/test/csv/src/csv_tests.cpp index c278d2ede6..c4613c7df8 100644 --- a/test/csv/src/csv_tests.cpp +++ b/test/csv/src/csv_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/csv/src/encode_decode_csv_tests.cpp b/test/csv/src/encode_decode_csv_tests.cpp index 5acc1afb2e..1c9f356ed7 100644 --- a/test/csv/src/encode_decode_csv_tests.cpp +++ b/test/csv/src/encode_decode_csv_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/fuzz_regression/src/fuzz_regression_tests.cpp b/test/fuzz_regression/src/fuzz_regression_tests.cpp index 46cb4a8515..8912bba615 100644 --- a/test/fuzz_regression/src/fuzz_regression_tests.cpp +++ b/test/fuzz_regression/src/fuzz_regression_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/jmespath/src/jmespath_expression_tests.cpp b/test/jmespath/src/jmespath_expression_tests.cpp index 9e43f90fff..ce8fc3540f 100644 --- a/test/jmespath/src/jmespath_expression_tests.cpp +++ b/test/jmespath/src/jmespath_expression_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jmespath/src/jmespath_tests.cpp b/test/jmespath/src/jmespath_tests.cpp index fb964dde18..c17b1d48cb 100644 --- a/test/jmespath/src/jmespath_tests.cpp +++ b/test/jmespath/src/jmespath_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpatch/src/jsonpatch_test_suite.cpp b/test/jsonpatch/src/jsonpatch_test_suite.cpp index db274a3993..07599a543b 100644 --- a/test/jsonpatch/src/jsonpatch_test_suite.cpp +++ b/test/jsonpatch/src/jsonpatch_test_suite.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpatch/src/jsonpatch_tests.cpp b/test/jsonpatch/src/jsonpatch_tests.cpp index 23a1703ff3..707ad686a1 100644 --- a/test/jsonpatch/src/jsonpatch_tests.cpp +++ b/test/jsonpatch/src/jsonpatch_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/json_location_parser_tests.cpp b/test/jsonpath/src/json_location_parser_tests.cpp index 0dbc4b2f12..847a5a0fdf 100644 --- a/test/jsonpath/src/json_location_parser_tests.cpp +++ b/test/jsonpath/src/json_location_parser_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/jsonpath/src/json_location_tests.cpp b/test/jsonpath/src/json_location_tests.cpp index 9c4fcb5ed8..964060d9b5 100644 --- a/test/jsonpath/src/json_location_tests.cpp +++ b/test/jsonpath/src/json_location_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/jsonpath/src/jsonpath_custom_function_tests.cpp b/test/jsonpath/src/jsonpath_custom_function_tests.cpp index 5415d658ac..d665a57dd8 100644 --- a/test/jsonpath/src/jsonpath_custom_function_tests.cpp +++ b/test/jsonpath/src/jsonpath_custom_function_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/jsonpath_expression_tests.cpp b/test/jsonpath/src/jsonpath_expression_tests.cpp index 42ac5166c9..a921e1dec2 100644 --- a/test/jsonpath/src/jsonpath_expression_tests.cpp +++ b/test/jsonpath/src/jsonpath_expression_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/jsonpath_flatten_tests.cpp b/test/jsonpath/src/jsonpath_flatten_tests.cpp index aaaa198fe8..12fb3390cb 100644 --- a/test/jsonpath/src/jsonpath_flatten_tests.cpp +++ b/test/jsonpath/src/jsonpath_flatten_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/jsonpath_json_query_tests.cpp b/test/jsonpath/src/jsonpath_json_query_tests.cpp index 2657fcf831..d7f235f8cf 100644 --- a/test/jsonpath/src/jsonpath_json_query_tests.cpp +++ b/test/jsonpath/src/jsonpath_json_query_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/jsonpath_json_replace_tests.cpp b/test/jsonpath/src/jsonpath_json_replace_tests.cpp index bbf86bbd47..0022d85a0f 100644 --- a/test/jsonpath/src/jsonpath_json_replace_tests.cpp +++ b/test/jsonpath/src/jsonpath_json_replace_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/jsonpath_select_paths_tests.cpp b/test/jsonpath/src/jsonpath_select_paths_tests.cpp index eb7627b556..475eb1059e 100644 --- a/test/jsonpath/src/jsonpath_select_paths_tests.cpp +++ b/test/jsonpath/src/jsonpath_select_paths_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/jsonpath_stateful_allocator_tests.cpp b/test/jsonpath/src/jsonpath_stateful_allocator_tests.cpp index f5ef943fbe..46e1d6786a 100644 --- a/test/jsonpath/src/jsonpath_stateful_allocator_tests.cpp +++ b/test/jsonpath/src/jsonpath_stateful_allocator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/jsonpath_test_suite.cpp b/test/jsonpath/src/jsonpath_test_suite.cpp index e2fd2cdd6c..1c60ee2c63 100644 --- a/test/jsonpath/src/jsonpath_test_suite.cpp +++ b/test/jsonpath/src/jsonpath_test_suite.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpath/src/path_node_tests.cpp b/test/jsonpath/src/path_node_tests.cpp index 836f754d21..0ed8b8b88d 100644 --- a/test/jsonpath/src/path_node_tests.cpp +++ b/test/jsonpath/src/path_node_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpointer/src/jsonpointer_flatten_tests.cpp b/test/jsonpointer/src/jsonpointer_flatten_tests.cpp index de082983da..450ff74c98 100644 --- a/test/jsonpointer/src/jsonpointer_flatten_tests.cpp +++ b/test/jsonpointer/src/jsonpointer_flatten_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonpointer/src/jsonpointer_tests.cpp b/test/jsonpointer/src/jsonpointer_tests.cpp index e0d5117d50..07a42bf41a 100644 --- a/test/jsonpointer/src/jsonpointer_tests.cpp +++ b/test/jsonpointer/src/jsonpointer_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/jsonschema/src/abort_early_tests.cpp b/test/jsonschema/src/abort_early_tests.cpp index a9001f0560..f8df876c1d 100644 --- a/test/jsonschema/src/abort_early_tests.cpp +++ b/test/jsonschema/src/abort_early_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/jsonschema/src/dynamic_ref_tests.cpp b/test/jsonschema/src/dynamic_ref_tests.cpp index feace15203..cdcd9fc334 100644 --- a/test/jsonschema/src/dynamic_ref_tests.cpp +++ b/test/jsonschema/src/dynamic_ref_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/format_validator_tests.cpp b/test/jsonschema/src/format_validator_tests.cpp index 6e033878c9..3b6a179721 100644 --- a/test/jsonschema/src/format_validator_tests.cpp +++ b/test/jsonschema/src/format_validator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/json_schema_walk_tests.cpp b/test/jsonschema/src/json_schema_walk_tests.cpp index 243b6a849a..ffea025663 100644 --- a/test/jsonschema/src/json_schema_walk_tests.cpp +++ b/test/jsonschema/src/json_schema_walk_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/jsonschema_defaults_tests.cpp b/test/jsonschema/src/jsonschema_defaults_tests.cpp index 566bc36f7e..b63b64fe6b 100644 --- a/test/jsonschema/src/jsonschema_defaults_tests.cpp +++ b/test/jsonschema/src/jsonschema_defaults_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/jsonschema_draft201909_tests.cpp b/test/jsonschema/src/jsonschema_draft201909_tests.cpp index 0a0e1cb284..4f91835ec1 100644 --- a/test/jsonschema/src/jsonschema_draft201909_tests.cpp +++ b/test/jsonschema/src/jsonschema_draft201909_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/jsonschema_draft202012_tests.cpp b/test/jsonschema/src/jsonschema_draft202012_tests.cpp index 17d01a1256..53d731586b 100644 --- a/test/jsonschema/src/jsonschema_draft202012_tests.cpp +++ b/test/jsonschema/src/jsonschema_draft202012_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/jsonschema_draft4_tests.cpp b/test/jsonschema/src/jsonschema_draft4_tests.cpp index c9ac47b683..b01828512c 100644 --- a/test/jsonschema/src/jsonschema_draft4_tests.cpp +++ b/test/jsonschema/src/jsonschema_draft4_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/jsonschema_draft6_tests.cpp b/test/jsonschema/src/jsonschema_draft6_tests.cpp index f2ab45c483..a9fcef83ca 100644 --- a/test/jsonschema/src/jsonschema_draft6_tests.cpp +++ b/test/jsonschema/src/jsonschema_draft6_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/jsonschema_draft7_tests.cpp b/test/jsonschema/src/jsonschema_draft7_tests.cpp index 21ead19243..2df9dcdf05 100644 --- a/test/jsonschema/src/jsonschema_draft7_tests.cpp +++ b/test/jsonschema/src/jsonschema_draft7_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -11,7 +11,7 @@ #include #include -#include +#include using jsoncons::json; namespace jsonschema = jsoncons::jsonschema; diff --git a/test/jsonschema/src/jsonschema_validator_tests.cpp b/test/jsonschema/src/jsonschema_validator_tests.cpp index 44320c0539..22fc64071d 100644 --- a/test/jsonschema/src/jsonschema_validator_tests.cpp +++ b/test/jsonschema/src/jsonschema_validator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include diff --git a/test/jsonschema/src/range_collection_tests.cpp b/test/jsonschema/src/range_collection_tests.cpp index c32630457b..7a93c5316c 100644 --- a/test/jsonschema/src/range_collection_tests.cpp +++ b/test/jsonschema/src/range_collection_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -9,7 +9,7 @@ #include #include -#include +#include #include diff --git a/test/jsonschema/src/schema_version_tests.cpp b/test/jsonschema/src/schema_version_tests.cpp index a7b3c921c4..4330b1ba95 100644 --- a/test/jsonschema/src/schema_version_tests.cpp +++ b/test/jsonschema/src/schema_version_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/jsonschema/src/validation_report_tests.cpp b/test/jsonschema/src/validation_report_tests.cpp index 940ba78994..40d42beac5 100644 --- a/test/jsonschema/src/validation_report_tests.cpp +++ b/test/jsonschema/src/validation_report_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include diff --git a/test/mergepatch/src/mergepatch_test_suite.cpp b/test/mergepatch/src/mergepatch_test_suite.cpp index cc67334ed3..db877197c9 100644 --- a/test/mergepatch/src/mergepatch_test_suite.cpp +++ b/test/mergepatch/src/mergepatch_test_suite.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/msgpack/src/decode_msgpack_tests.cpp b/test/msgpack/src/decode_msgpack_tests.cpp index 7a71dbd8a0..68d5757cb0 100644 --- a/test/msgpack/src/decode_msgpack_tests.cpp +++ b/test/msgpack/src/decode_msgpack_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/msgpack/src/encode_msgpack_tests.cpp b/test/msgpack/src/encode_msgpack_tests.cpp index 8dd53226b2..077d5d2e37 100644 --- a/test/msgpack/src/encode_msgpack_tests.cpp +++ b/test/msgpack/src/encode_msgpack_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/msgpack/src/msgpack_bitset_traits_tests.cpp b/test/msgpack/src/msgpack_bitset_traits_tests.cpp index 7cbeed387a..71c3a3c4e2 100644 --- a/test/msgpack/src/msgpack_bitset_traits_tests.cpp +++ b/test/msgpack/src/msgpack_bitset_traits_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #include diff --git a/test/msgpack/src/msgpack_cursor_tests.cpp b/test/msgpack/src/msgpack_cursor_tests.cpp index 7c2a5e0f7b..0cf1a4e844 100644 --- a/test/msgpack/src/msgpack_cursor_tests.cpp +++ b/test/msgpack/src/msgpack_cursor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/msgpack/src/msgpack_encoder_tests.cpp b/test/msgpack/src/msgpack_encoder_tests.cpp index f05a57d743..a14f993d51 100644 --- a/test/msgpack/src/msgpack_encoder_tests.cpp +++ b/test/msgpack/src/msgpack_encoder_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/msgpack/src/msgpack_event_reader_tests.cpp b/test/msgpack/src/msgpack_event_reader_tests.cpp index 08ec60b635..39184879d6 100644 --- a/test/msgpack/src/msgpack_event_reader_tests.cpp +++ b/test/msgpack/src/msgpack_event_reader_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/msgpack/src/msgpack_tests.cpp b/test/msgpack/src/msgpack_tests.cpp index 58756c576f..186f0abdc0 100644 --- a/test/msgpack/src/msgpack_tests.cpp +++ b/test/msgpack/src/msgpack_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/msgpack/src/msgpack_timestamp_tests.cpp b/test/msgpack/src/msgpack_timestamp_tests.cpp index c545cc29b3..0430117d10 100644 --- a/test/msgpack/src/msgpack_timestamp_tests.cpp +++ b/test/msgpack/src/msgpack_timestamp_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/ubjson/src/decode_ubjson_tests.cpp b/test/ubjson/src/decode_ubjson_tests.cpp index b7bd9dbccd..fb4475b613 100644 --- a/test/ubjson/src/decode_ubjson_tests.cpp +++ b/test/ubjson/src/decode_ubjson_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/ubjson/src/encode_ubjson_tests.cpp b/test/ubjson/src/encode_ubjson_tests.cpp index dafca96426..0ffc3c46a1 100644 --- a/test/ubjson/src/encode_ubjson_tests.cpp +++ b/test/ubjson/src/encode_ubjson_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/ubjson/src/ubjson_cursor_tests.cpp b/test/ubjson/src/ubjson_cursor_tests.cpp index 50f0100571..b1d58e1b84 100644 --- a/test/ubjson/src/ubjson_cursor_tests.cpp +++ b/test/ubjson/src/ubjson_cursor_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER) diff --git a/test/ubjson/src/ubjson_encoder_tests.cpp b/test/ubjson/src/ubjson_encoder_tests.cpp index c5fdbdc547..5c8e57a163 100644 --- a/test/ubjson/src/ubjson_encoder_tests.cpp +++ b/test/ubjson/src/ubjson_encoder_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Daniel Parker +// Copyright 2013-2025 Daniel Parker // Distributed under Boost license #if defined(_MSC_VER)