diff --git a/src/diagnostics/nlohmann/adl_serializer.hpp b/src/diagnostics/nlohmann/adl_serializer.hpp index 030063e..51f2206 100644 --- a/src/diagnostics/nlohmann/adl_serializer.hpp +++ b/src/diagnostics/nlohmann/adl_serializer.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include diff --git a/src/diagnostics/nlohmann/byte_container_with_subtype.hpp b/src/diagnostics/nlohmann/byte_container_with_subtype.hpp index 6e9e38d..83e88a5 100644 --- a/src/diagnostics/nlohmann/byte_container_with_subtype.hpp +++ b/src/diagnostics/nlohmann/byte_container_with_subtype.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // uint8_t, uint64_t diff --git a/src/diagnostics/nlohmann/detail/conversions/from_json.hpp b/src/diagnostics/nlohmann/detail/conversions/from_json.hpp index 207d3e3..3f81033 100644 --- a/src/diagnostics/nlohmann/detail/conversions/from_json.hpp +++ b/src/diagnostics/nlohmann/detail/conversions/from_json.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // transform diff --git a/src/diagnostics/nlohmann/detail/conversions/to_chars.hpp b/src/diagnostics/nlohmann/detail/conversions/to_chars.hpp index f6c729b..9d70ca4 100644 --- a/src/diagnostics/nlohmann/detail/conversions/to_chars.hpp +++ b/src/diagnostics/nlohmann/detail/conversions/to_chars.hpp @@ -1,3 +1,12 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2009 Florian Loitsch +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // array diff --git a/src/diagnostics/nlohmann/detail/conversions/to_json.hpp b/src/diagnostics/nlohmann/detail/conversions/to_json.hpp index 7628ae0..19eda77 100644 --- a/src/diagnostics/nlohmann/detail/conversions/to_json.hpp +++ b/src/diagnostics/nlohmann/detail/conversions/to_json.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // copy diff --git a/src/diagnostics/nlohmann/detail/exceptions.hpp b/src/diagnostics/nlohmann/detail/exceptions.hpp index b4b1804..5c79147 100644 --- a/src/diagnostics/nlohmann/detail/exceptions.hpp +++ b/src/diagnostics/nlohmann/detail/exceptions.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // exception diff --git a/src/diagnostics/nlohmann/detail/hash.hpp b/src/diagnostics/nlohmann/detail/hash.hpp index 776b9ca..1ddf64e 100644 --- a/src/diagnostics/nlohmann/detail/hash.hpp +++ b/src/diagnostics/nlohmann/detail/hash.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // uint8_t diff --git a/src/diagnostics/nlohmann/detail/input/binary_reader.hpp b/src/diagnostics/nlohmann/detail/input/binary_reader.hpp index 65e0047..ef668df 100644 --- a/src/diagnostics/nlohmann/detail/input/binary_reader.hpp +++ b/src/diagnostics/nlohmann/detail/input/binary_reader.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // generate_n diff --git a/src/diagnostics/nlohmann/detail/input/input_adapters.hpp b/src/diagnostics/nlohmann/detail/input/input_adapters.hpp index d196aec..e3e6576 100644 --- a/src/diagnostics/nlohmann/detail/input/input_adapters.hpp +++ b/src/diagnostics/nlohmann/detail/input/input_adapters.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // array diff --git a/src/diagnostics/nlohmann/detail/input/json_sax.hpp b/src/diagnostics/nlohmann/detail/input/json_sax.hpp index fd9dab8..7f7ae77 100644 --- a/src/diagnostics/nlohmann/detail/input/json_sax.hpp +++ b/src/diagnostics/nlohmann/detail/input/json_sax.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include diff --git a/src/diagnostics/nlohmann/detail/input/lexer.hpp b/src/diagnostics/nlohmann/detail/input/lexer.hpp index d0c063a..549f47b 100644 --- a/src/diagnostics/nlohmann/detail/input/lexer.hpp +++ b/src/diagnostics/nlohmann/detail/input/lexer.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // array diff --git a/src/diagnostics/nlohmann/detail/input/parser.hpp b/src/diagnostics/nlohmann/detail/input/parser.hpp index 024dd04..93217b1 100644 --- a/src/diagnostics/nlohmann/detail/input/parser.hpp +++ b/src/diagnostics/nlohmann/detail/input/parser.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // isfinite diff --git a/src/diagnostics/nlohmann/detail/input/position_t.hpp b/src/diagnostics/nlohmann/detail/input/position_t.hpp index 14e9649..bca52eb 100644 --- a/src/diagnostics/nlohmann/detail/input/position_t.hpp +++ b/src/diagnostics/nlohmann/detail/input/position_t.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // size_t diff --git a/src/diagnostics/nlohmann/detail/iterators/internal_iterator.hpp b/src/diagnostics/nlohmann/detail/iterators/internal_iterator.hpp index 2c81f72..fb4f363 100644 --- a/src/diagnostics/nlohmann/detail/iterators/internal_iterator.hpp +++ b/src/diagnostics/nlohmann/detail/iterators/internal_iterator.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include diff --git a/src/diagnostics/nlohmann/detail/iterators/iter_impl.hpp b/src/diagnostics/nlohmann/detail/iterators/iter_impl.hpp index 434a62d..52a4ca9 100644 --- a/src/diagnostics/nlohmann/detail/iterators/iter_impl.hpp +++ b/src/diagnostics/nlohmann/detail/iterators/iter_impl.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // iterator, random_access_iterator_tag, bidirectional_iterator_tag, advance, next diff --git a/src/diagnostics/nlohmann/detail/iterators/iteration_proxy.hpp b/src/diagnostics/nlohmann/detail/iterators/iteration_proxy.hpp index 9994b36..9b9db43 100644 --- a/src/diagnostics/nlohmann/detail/iterators/iteration_proxy.hpp +++ b/src/diagnostics/nlohmann/detail/iterators/iteration_proxy.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // size_t diff --git a/src/diagnostics/nlohmann/detail/iterators/iterator_traits.hpp b/src/diagnostics/nlohmann/detail/iterators/iterator_traits.hpp index da56361..08e505e 100644 --- a/src/diagnostics/nlohmann/detail/iterators/iterator_traits.hpp +++ b/src/diagnostics/nlohmann/detail/iterators/iterator_traits.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // random_access_iterator_tag diff --git a/src/diagnostics/nlohmann/detail/iterators/json_reverse_iterator.hpp b/src/diagnostics/nlohmann/detail/iterators/json_reverse_iterator.hpp index e787fdb..b20a42f 100644 --- a/src/diagnostics/nlohmann/detail/iterators/json_reverse_iterator.hpp +++ b/src/diagnostics/nlohmann/detail/iterators/json_reverse_iterator.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // ptrdiff_t diff --git a/src/diagnostics/nlohmann/detail/iterators/primitive_iterator.hpp b/src/diagnostics/nlohmann/detail/iterators/primitive_iterator.hpp index 15aa2f0..98ab9a7 100644 --- a/src/diagnostics/nlohmann/detail/iterators/primitive_iterator.hpp +++ b/src/diagnostics/nlohmann/detail/iterators/primitive_iterator.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // ptrdiff_t diff --git a/src/diagnostics/nlohmann/detail/json_pointer.hpp b/src/diagnostics/nlohmann/detail/json_pointer.hpp index caed67c..b433a69 100644 --- a/src/diagnostics/nlohmann/detail/json_pointer.hpp +++ b/src/diagnostics/nlohmann/detail/json_pointer.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // all_of diff --git a/src/diagnostics/nlohmann/detail/json_ref.hpp b/src/diagnostics/nlohmann/detail/json_ref.hpp index b4e5dab..9154787 100644 --- a/src/diagnostics/nlohmann/detail/json_ref.hpp +++ b/src/diagnostics/nlohmann/detail/json_ref.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include diff --git a/src/diagnostics/nlohmann/detail/macro_scope.hpp b/src/diagnostics/nlohmann/detail/macro_scope.hpp index b2843f0..82010c8 100644 --- a/src/diagnostics/nlohmann/detail/macro_scope.hpp +++ b/src/diagnostics/nlohmann/detail/macro_scope.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // declval, pair diff --git a/src/diagnostics/nlohmann/detail/macro_unscope.hpp b/src/diagnostics/nlohmann/detail/macro_unscope.hpp index 1a29fb5..2e42574 100644 --- a/src/diagnostics/nlohmann/detail/macro_unscope.hpp +++ b/src/diagnostics/nlohmann/detail/macro_unscope.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once // restore clang diagnostic settings diff --git a/src/diagnostics/nlohmann/detail/meta/call_std/begin.hpp b/src/diagnostics/nlohmann/detail/meta/call_std/begin.hpp index da93714..e1def04 100644 --- a/src/diagnostics/nlohmann/detail/meta/call_std/begin.hpp +++ b/src/diagnostics/nlohmann/detail/meta/call_std/begin.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include diff --git a/src/diagnostics/nlohmann/detail/meta/call_std/end.hpp b/src/diagnostics/nlohmann/detail/meta/call_std/end.hpp index 1909007..81d9444 100644 --- a/src/diagnostics/nlohmann/detail/meta/call_std/end.hpp +++ b/src/diagnostics/nlohmann/detail/meta/call_std/end.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include diff --git a/src/diagnostics/nlohmann/detail/meta/cpp_future.hpp b/src/diagnostics/nlohmann/detail/meta/cpp_future.hpp index 147f2fa..955be16 100644 --- a/src/diagnostics/nlohmann/detail/meta/cpp_future.hpp +++ b/src/diagnostics/nlohmann/detail/meta/cpp_future.hpp @@ -1,3 +1,12 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-FileCopyrightText: 2018 The Abseil Authors +// SPDX-License-Identifier: MIT + #pragma once #include // size_t diff --git a/src/diagnostics/nlohmann/detail/meta/detected.hpp b/src/diagnostics/nlohmann/detail/meta/detected.hpp index 8480e1c..3780e60 100644 --- a/src/diagnostics/nlohmann/detail/meta/detected.hpp +++ b/src/diagnostics/nlohmann/detail/meta/detected.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include diff --git a/src/diagnostics/nlohmann/detail/meta/identity_tag.hpp b/src/diagnostics/nlohmann/detail/meta/identity_tag.hpp index 73a3e91..fbbbe2c 100644 --- a/src/diagnostics/nlohmann/detail/meta/identity_tag.hpp +++ b/src/diagnostics/nlohmann/detail/meta/identity_tag.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once namespace nlohmann diff --git a/src/diagnostics/nlohmann/detail/meta/is_sax.hpp b/src/diagnostics/nlohmann/detail/meta/is_sax.hpp index e1e48a0..c40b018 100644 --- a/src/diagnostics/nlohmann/detail/meta/is_sax.hpp +++ b/src/diagnostics/nlohmann/detail/meta/is_sax.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // size_t diff --git a/src/diagnostics/nlohmann/detail/meta/type_traits.hpp b/src/diagnostics/nlohmann/detail/meta/type_traits.hpp index 984ca19..acd540e 100644 --- a/src/diagnostics/nlohmann/detail/meta/type_traits.hpp +++ b/src/diagnostics/nlohmann/detail/meta/type_traits.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // numeric_limits diff --git a/src/diagnostics/nlohmann/detail/output/binary_writer.hpp b/src/diagnostics/nlohmann/detail/output/binary_writer.hpp index 5985871..3084ced 100644 --- a/src/diagnostics/nlohmann/detail/output/binary_writer.hpp +++ b/src/diagnostics/nlohmann/detail/output/binary_writer.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // reverse diff --git a/src/diagnostics/nlohmann/detail/output/output_adapters.hpp b/src/diagnostics/nlohmann/detail/output/output_adapters.hpp index 1cad57b..1861e0e 100644 --- a/src/diagnostics/nlohmann/detail/output/output_adapters.hpp +++ b/src/diagnostics/nlohmann/detail/output/output_adapters.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // copy diff --git a/src/diagnostics/nlohmann/detail/output/serializer.hpp b/src/diagnostics/nlohmann/detail/output/serializer.hpp index 7cce7d5..1f5a13e 100644 --- a/src/diagnostics/nlohmann/detail/output/serializer.hpp +++ b/src/diagnostics/nlohmann/detail/output/serializer.hpp @@ -1,3 +1,12 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2008-2009 Björn Hoehrmann +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // reverse, remove, fill, find, none_of diff --git a/src/diagnostics/nlohmann/detail/string_escape.hpp b/src/diagnostics/nlohmann/detail/string_escape.hpp index 84f7da5..aadf84d 100644 --- a/src/diagnostics/nlohmann/detail/string_escape.hpp +++ b/src/diagnostics/nlohmann/detail/string_escape.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include diff --git a/src/diagnostics/nlohmann/detail/value_t.hpp b/src/diagnostics/nlohmann/detail/value_t.hpp index a98c435..8b2bf39 100644 --- a/src/diagnostics/nlohmann/detail/value_t.hpp +++ b/src/diagnostics/nlohmann/detail/value_t.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // array diff --git a/src/diagnostics/nlohmann/json.hpp b/src/diagnostics/nlohmann/json.hpp index a79be2d..cac898b 100644 --- a/src/diagnostics/nlohmann/json.hpp +++ b/src/diagnostics/nlohmann/json.hpp @@ -1,31 +1,10 @@ -/* - __ _____ _____ _____ - __| | __| | | | JSON for Modern C++ -| | |__ | | | | | | version 3.10.5 -|_____|_____|_____|_|___| https://github.com/nlohmann/json - -Licensed under the MIT License . -SPDX-License-Identifier: MIT -Copyright (c) 2013-2022 Niels Lohmann . - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -*/ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT /****************************************************************************\ * Note on documentation: The source files contain links to the online * @@ -33,7 +12,7 @@ SOFTWARE. * contains the most recent documentation and should also be applicable to * * previous versions; documentation for deprecated functions is not * * removed, but marked deprecated. See "Generate documentation" section in * - * file doc/README.md. * + * file docs/README.md. * \****************************************************************************/ #ifndef INCLUDE_NLOHMANN_JSON_HPP_ diff --git a/src/diagnostics/nlohmann/json_fwd.hpp b/src/diagnostics/nlohmann/json_fwd.hpp index 2d5ba38..9e91f55 100644 --- a/src/diagnostics/nlohmann/json_fwd.hpp +++ b/src/diagnostics/nlohmann/json_fwd.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #ifndef INCLUDE_NLOHMANN_JSON_FWD_HPP_ #define INCLUDE_NLOHMANN_JSON_FWD_HPP_ diff --git a/src/diagnostics/nlohmann/ordered_map.hpp b/src/diagnostics/nlohmann/ordered_map.hpp index bfcf89a..ddc51c2 100644 --- a/src/diagnostics/nlohmann/ordered_map.hpp +++ b/src/diagnostics/nlohmann/ordered_map.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #include // less diff --git a/src/diagnostics/nlohmann/thirdparty/hedley/hedley.hpp b/src/diagnostics/nlohmann/thirdparty/hedley/hedley.hpp index b309e98..a1dc64f 100644 --- a/src/diagnostics/nlohmann/thirdparty/hedley/hedley.hpp +++ b/src/diagnostics/nlohmann/thirdparty/hedley/hedley.hpp @@ -1,15 +1,16 @@ #pragma once +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-FileCopyrightText: 2016-2021 Evan Nemerson +// SPDX-License-Identifier: MIT + /* Hedley - https://nemequ.github.io/hedley * Created by Evan Nemerson - * - * To the extent possible under law, the author(s) have dedicated all - * copyright and related and neighboring rights to this software to - * the public domain worldwide. This software is distributed without - * any warranty. - * - * For details, see . - * SPDX-License-Identifier: CC0-1.0 */ #if !defined(JSON_HEDLEY_VERSION) || (JSON_HEDLEY_VERSION < 15) diff --git a/src/diagnostics/nlohmann/thirdparty/hedley/hedley_undef.hpp b/src/diagnostics/nlohmann/thirdparty/hedley/hedley_undef.hpp index d2b37a1..c0aee2b 100644 --- a/src/diagnostics/nlohmann/thirdparty/hedley/hedley_undef.hpp +++ b/src/diagnostics/nlohmann/thirdparty/hedley/hedley_undef.hpp @@ -1,3 +1,11 @@ +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #pragma once #undef JSON_HEDLEY_ALWAYS_INLINE