From 9b86962fbc10e6165ec612cb9fdeb555b2f8d15d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 4 Oct 2020 11:06:25 -0700 Subject: [PATCH] Add metadata and update repo links --- bench/CMakeLists.txt | 2 +- bench/Jamfile | 2 +- bench/bench.cpp | 2 +- bench/results.html | 2 +- example/CMakeLists.txt | 2 +- example/Jamfile | 2 +- example/file.hpp | 2 +- example/path.cpp | 2 +- example/pretty.cpp | 2 +- example/proxy.cpp | 2 +- example/validate.cpp | 2 +- fuzzing/CMakeLists.txt | 2 +- fuzzing/Jamfile | 2 +- fuzzing/fuzz_basic_parser.cpp | 2 +- fuzzing/fuzz_parse.cpp | 2 +- fuzzing/fuzz_parser.cpp | 2 +- include/boost/json.hpp | 2 +- include/boost/json/array.hpp | 2 +- include/boost/json/basic_parser.hpp | 2 +- include/boost/json/detail/align.hpp | 2 +- include/boost/json/detail/array.hpp | 2 +- include/boost/json/detail/basic_parser.hpp | 2 +- include/boost/json/detail/buffer.hpp | 2 +- include/boost/json/detail/config.hpp | 2 +- include/boost/json/detail/counted_resource.hpp | 2 +- include/boost/json/detail/default_resource.hpp | 2 +- include/boost/json/detail/digest.hpp | 2 +- include/boost/json/detail/except.hpp | 2 +- include/boost/json/detail/format.hpp | 2 +- include/boost/json/detail/handler.hpp | 2 +- include/boost/json/detail/impl/array.hpp | 2 +- .../boost/json/detail/impl/counted_resource.ipp | 2 +- .../boost/json/detail/impl/default_resource.ipp | 2 +- include/boost/json/detail/impl/digest.ipp | 2 +- include/boost/json/detail/impl/except.ipp | 2 +- include/boost/json/detail/impl/format.ipp | 2 +- include/boost/json/detail/impl/handler.ipp | 2 +- include/boost/json/detail/impl/object_impl.hpp | 4 ++-- include/boost/json/detail/impl/object_impl.ipp | 2 +- include/boost/json/detail/impl/stack.ipp | 2 +- include/boost/json/detail/impl/string_impl.ipp | 2 +- include/boost/json/detail/number_cast.hpp | 2 +- include/boost/json/detail/object_impl.hpp | 2 +- include/boost/json/detail/sse2.hpp | 2 +- include/boost/json/detail/stack.hpp | 2 +- include/boost/json/detail/stream.hpp | 2 +- include/boost/json/detail/string_impl.hpp | 2 +- include/boost/json/detail/utf8.hpp | 2 +- include/boost/json/detail/value.hpp | 2 +- include/boost/json/detail/value_from.hpp | 2 +- include/boost/json/detail/value_to.hpp | 2 +- include/boost/json/detail/value_traits.hpp | 2 +- include/boost/json/error.hpp | 2 +- include/boost/json/fwd.hpp | 2 +- include/boost/json/impl/array.hpp | 2 +- include/boost/json/impl/array.ipp | 2 +- include/boost/json/impl/error.hpp | 2 +- include/boost/json/impl/error.ipp | 2 +- include/boost/json/impl/kind.ipp | 2 +- include/boost/json/impl/monotonic_resource.ipp | 2 +- include/boost/json/impl/null_resource.ipp | 2 +- include/boost/json/impl/object.hpp | 2 +- include/boost/json/impl/object.ipp | 2 +- include/boost/json/impl/parse.ipp | 2 +- include/boost/json/impl/parser.ipp | 2 +- include/boost/json/impl/serialize.ipp | 2 +- include/boost/json/impl/serializer.ipp | 2 +- include/boost/json/impl/static_resource.ipp | 2 +- include/boost/json/impl/stream_parser.ipp | 2 +- include/boost/json/impl/string.hpp | 2 +- include/boost/json/impl/string.ipp | 2 +- include/boost/json/impl/value.hpp | 2 +- include/boost/json/impl/value.ipp | 2 +- include/boost/json/impl/value_ref.hpp | 2 +- include/boost/json/impl/value_ref.ipp | 2 +- include/boost/json/impl/value_stack.ipp | 2 +- include/boost/json/kind.hpp | 2 +- include/boost/json/memory_resource.hpp | 2 +- include/boost/json/monotonic_resource.hpp | 2 +- include/boost/json/null_resource.hpp | 2 +- include/boost/json/number_cast.hpp | 2 +- include/boost/json/object.hpp | 2 +- include/boost/json/parse.hpp | 2 +- include/boost/json/parse_options.hpp | 2 +- include/boost/json/parser.hpp | 2 +- include/boost/json/pilfer.hpp | 2 +- include/boost/json/serialize.hpp | 2 +- include/boost/json/serializer.hpp | 2 +- include/boost/json/src.hpp | 4 ++-- include/boost/json/static_resource.hpp | 2 +- include/boost/json/storage_ptr.hpp | 2 +- include/boost/json/stream_parser.hpp | 2 +- include/boost/json/string.hpp | 2 +- include/boost/json/string_view.hpp | 2 +- include/boost/json/system_error.hpp | 2 +- include/boost/json/value.hpp | 2 +- include/boost/json/value_from.hpp | 2 +- include/boost/json/value_ref.hpp | 2 +- include/boost/json/value_stack.hpp | 2 +- include/boost/json/value_to.hpp | 2 +- meta/libraries.json | 17 +++++++++++++++++ src/src.cpp | 2 +- test/CMakeLists.txt | 2 +- test/Jamfile | 2 +- test/array.cpp | 2 +- test/basic_parser.cpp | 4 ++-- test/doc_background.cpp | 2 +- test/doc_parsing.cpp | 2 +- test/doc_quick_look.cpp | 2 +- test/doc_serializing.cpp | 2 +- test/doc_storage_ptr.cpp | 2 +- test/doc_uses_allocator.cpp | 2 +- test/doc_using_numbers.cpp | 2 +- test/double.cpp | 2 +- test/error.cpp | 2 +- test/fwd.cpp | 2 +- test/json.cpp | 2 +- test/kind.cpp | 2 +- test/limits.cpp | 2 +- test/main.cpp | 2 +- test/make-pvs.py | 2 +- test/memory_resource.cpp | 2 +- test/monotonic_resource.cpp | 2 +- test/natvis.cpp | 2 +- test/null_resource.cpp | 2 +- test/number_cast.cpp | 2 +- test/object.cpp | 2 +- test/parse-vectors.hpp | 2 +- test/parse.cpp | 2 +- test/parser.cpp | 2 +- test/pilfer.cpp | 2 +- test/ryu/gtest.hpp | 2 +- test/serialize.cpp | 2 +- test/serializer.cpp | 2 +- test/snippets.cpp | 2 +- test/static_resource.cpp | 2 +- test/storage_ptr.cpp | 4 ++-- test/stream_parser.cpp | 6 +++--- test/string.cpp | 2 +- test/string_view.cpp | 2 +- test/system_error.cpp | 2 +- test/test.hpp | 2 +- test/test_suite.hpp | 2 +- test/value.cpp | 2 +- test/value_from.cpp | 2 +- test/value_ref.cpp | 2 +- test/value_stack.cpp | 2 +- test/value_to.cpp | 2 +- 148 files changed, 170 insertions(+), 153 deletions(-) create mode 100644 meta/libraries.json diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt index 7bbe64fd..e799353f 100644 --- a/bench/CMakeLists.txt +++ b/bench/CMakeLists.txt @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Official repository: https://github.com/cppalliance/json +# Official repository: https://github.com/boostorg/json # source_group("" FILES diff --git a/bench/Jamfile b/bench/Jamfile index 83e72c97..8bb519fd 100644 --- a/bench/Jamfile +++ b/bench/Jamfile @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Official repository: https://github.com/cppalliance/json +# Official repository: https://github.com/boostorg/json # import os ; diff --git a/bench/bench.cpp b/bench/bench.cpp index 177bcbfc..a829a70b 100644 --- a/bench/bench.cpp +++ b/bench/bench.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/bench/results.html b/bench/results.html index c9240b0f..76c663d7 100644 --- a/bench/results.html +++ b/bench/results.html @@ -5,7 +5,7 @@ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - Official repository: https://github.com/cppalliance/json + Official repository: https://github.com/boostorg/json --> diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 90c84ffa..7fa2bb6c 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Official repository: https://github.com/cppalliance/json +# Official repository: https://github.com/boostorg/json # source_group("" FILES diff --git a/example/Jamfile b/example/Jamfile index efe32241..6eb7ed66 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Official repository: https://github.com/cppalliance/json +# Official repository: https://github.com/boostorg/json # import os ; diff --git a/example/file.hpp b/example/file.hpp index 5c355e1d..06e828f5 100644 --- a/example/file.hpp +++ b/example/file.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_EXAMPLE_FILE_HPP diff --git a/example/path.cpp b/example/path.cpp index be316a04..d6fe937b 100644 --- a/example/path.cpp +++ b/example/path.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/example/pretty.cpp b/example/pretty.cpp index ba92e028..899071d6 100644 --- a/example/pretty.cpp +++ b/example/pretty.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // //[example_pretty diff --git a/example/proxy.cpp b/example/proxy.cpp index 1f4a96fe..646df1bb 100644 --- a/example/proxy.cpp +++ b/example/proxy.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/example/validate.cpp b/example/validate.cpp index 736507e0..72a286d4 100644 --- a/example/validate.cpp +++ b/example/validate.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // //[example_validate diff --git a/fuzzing/CMakeLists.txt b/fuzzing/CMakeLists.txt index 8bc47bd2..056fad48 100644 --- a/fuzzing/CMakeLists.txt +++ b/fuzzing/CMakeLists.txt @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Official repository: https://github.com/cppalliance/json +# Official repository: https://github.com/boostorg/json # source_group("" FILES diff --git a/fuzzing/Jamfile b/fuzzing/Jamfile index 6bed7236..bbc43ef1 100644 --- a/fuzzing/Jamfile +++ b/fuzzing/Jamfile @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Official repository: https://github.com/cppalliance/json +# Official repository: https://github.com/boostorg/json # import os ; diff --git a/fuzzing/fuzz_basic_parser.cpp b/fuzzing/fuzz_basic_parser.cpp index f7949deb..b517767c 100644 --- a/fuzzing/fuzz_basic_parser.cpp +++ b/fuzzing/fuzz_basic_parser.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // This file must be manually included when diff --git a/fuzzing/fuzz_parse.cpp b/fuzzing/fuzz_parse.cpp index bd499fe6..185c1923 100644 --- a/fuzzing/fuzz_parse.cpp +++ b/fuzzing/fuzz_parse.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/fuzzing/fuzz_parser.cpp b/fuzzing/fuzz_parser.cpp index 2384ae63..7113d076 100644 --- a/fuzzing/fuzz_parser.cpp +++ b/fuzzing/fuzz_parser.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/include/boost/json.hpp b/include/boost/json.hpp index 06be6a15..15762a4a 100644 --- a/include/boost/json.hpp +++ b/include/boost/json.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_HPP diff --git a/include/boost/json/array.hpp b/include/boost/json/array.hpp index 7ed58222..328d8904 100644 --- a/include/boost/json/array.hpp +++ b/include/boost/json/array.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_ARRAY_HPP diff --git a/include/boost/json/basic_parser.hpp b/include/boost/json/basic_parser.hpp index 3e481378..a38f37fa 100644 --- a/include/boost/json/basic_parser.hpp +++ b/include/boost/json/basic_parser.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_BASIC_PARSER_HPP diff --git a/include/boost/json/detail/align.hpp b/include/boost/json/detail/align.hpp index e4a070da..a4483075 100644 --- a/include/boost/json/detail/align.hpp +++ b/include/boost/json/detail/align.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_ALIGN_HPP diff --git a/include/boost/json/detail/array.hpp b/include/boost/json/detail/array.hpp index a04fea93..fdd0a0e3 100644 --- a/include/boost/json/detail/array.hpp +++ b/include/boost/json/detail/array.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_ARRAY_HPP diff --git a/include/boost/json/detail/basic_parser.hpp b/include/boost/json/detail/basic_parser.hpp index af225543..3087b7c1 100644 --- a/include/boost/json/detail/basic_parser.hpp +++ b/include/boost/json/detail/basic_parser.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_BASIC_PARSER_HPP diff --git a/include/boost/json/detail/buffer.hpp b/include/boost/json/detail/buffer.hpp index 85a708d7..bfac7de0 100644 --- a/include/boost/json/detail/buffer.hpp +++ b/include/boost/json/detail/buffer.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_BUFFER_HPP diff --git a/include/boost/json/detail/config.hpp b/include/boost/json/detail/config.hpp index 824b3295..1ed1995a 100644 --- a/include/boost/json/detail/config.hpp +++ b/include/boost/json/detail/config.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_CONFIG_HPP diff --git a/include/boost/json/detail/counted_resource.hpp b/include/boost/json/detail/counted_resource.hpp index 360ad65a..639e60a3 100644 --- a/include/boost/json/detail/counted_resource.hpp +++ b/include/boost/json/detail/counted_resource.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_COUNTED_RESOURCE_HPP diff --git a/include/boost/json/detail/default_resource.hpp b/include/boost/json/detail/default_resource.hpp index 58664f20..72139d12 100644 --- a/include/boost/json/detail/default_resource.hpp +++ b/include/boost/json/detail/default_resource.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DEFAULT_RESOURCE_HPP diff --git a/include/boost/json/detail/digest.hpp b/include/boost/json/detail/digest.hpp index 88be65a4..60746ce8 100644 --- a/include/boost/json/detail/digest.hpp +++ b/include/boost/json/detail/digest.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_DIGEST_HPP diff --git a/include/boost/json/detail/except.hpp b/include/boost/json/detail/except.hpp index 1baccf59..0ca93c77 100644 --- a/include/boost/json/detail/except.hpp +++ b/include/boost/json/detail/except.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_EXCEPT_HPP diff --git a/include/boost/json/detail/format.hpp b/include/boost/json/detail/format.hpp index c9a4953e..43958f0a 100644 --- a/include/boost/json/detail/format.hpp +++ b/include/boost/json/detail/format.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_FORMAT_HPP diff --git a/include/boost/json/detail/handler.hpp b/include/boost/json/detail/handler.hpp index 73f934ca..6880d723 100644 --- a/include/boost/json/detail/handler.hpp +++ b/include/boost/json/detail/handler.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_HANDLER_HPP diff --git a/include/boost/json/detail/impl/array.hpp b/include/boost/json/detail/impl/array.hpp index a25d1a12..88e14da9 100644 --- a/include/boost/json/detail/impl/array.hpp +++ b/include/boost/json/detail/impl/array.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_ARRAY_HPP diff --git a/include/boost/json/detail/impl/counted_resource.ipp b/include/boost/json/detail/impl/counted_resource.ipp index ef9224be..96ab83f8 100644 --- a/include/boost/json/detail/impl/counted_resource.ipp +++ b/include/boost/json/detail/impl/counted_resource.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_COUNTED_RESOURCE_IPP diff --git a/include/boost/json/detail/impl/default_resource.ipp b/include/boost/json/detail/impl/default_resource.ipp index 46832c63..bd5ea937 100644 --- a/include/boost/json/detail/impl/default_resource.ipp +++ b/include/boost/json/detail/impl/default_resource.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_DEFAULT_RESOURCE_IPP diff --git a/include/boost/json/detail/impl/digest.ipp b/include/boost/json/detail/impl/digest.ipp index 2e64647b..ed65240f 100644 --- a/include/boost/json/detail/impl/digest.ipp +++ b/include/boost/json/detail/impl/digest.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_DIGEST_IPP diff --git a/include/boost/json/detail/impl/except.ipp b/include/boost/json/detail/impl/except.ipp index 56d86e5a..3681987a 100644 --- a/include/boost/json/detail/impl/except.ipp +++ b/include/boost/json/detail/impl/except.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_EXCEPT_IPP diff --git a/include/boost/json/detail/impl/format.ipp b/include/boost/json/detail/impl/format.ipp index 3929c104..0471024f 100644 --- a/include/boost/json/detail/impl/format.ipp +++ b/include/boost/json/detail/impl/format.ipp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_FORMAT_IPP diff --git a/include/boost/json/detail/impl/handler.ipp b/include/boost/json/detail/impl/handler.ipp index 2c03375a..20b40efa 100644 --- a/include/boost/json/detail/impl/handler.ipp +++ b/include/boost/json/detail/impl/handler.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_HANDLER_HPP diff --git a/include/boost/json/detail/impl/object_impl.hpp b/include/boost/json/detail/impl/object_impl.hpp index 2edd6150..56294d13 100644 --- a/include/boost/json/detail/impl/object_impl.hpp +++ b/include/boost/json/detail/impl/object_impl.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_OBJECT_IMPL_HPP @@ -88,7 +88,7 @@ bucket_index( std::size_t index) noexcept { // Suggested by Joaquin M Lopez Munoz - // https://github.com/CPPAlliance/json/issues/115 + // https://github.com/boostorg/json/issues/115 switch(index) { default: diff --git a/include/boost/json/detail/impl/object_impl.ipp b/include/boost/json/detail/impl/object_impl.ipp index 2557ffac..32047165 100644 --- a/include/boost/json/detail/impl/object_impl.ipp +++ b/include/boost/json/detail/impl/object_impl.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_OBJECT_IMPL_IPP diff --git a/include/boost/json/detail/impl/stack.ipp b/include/boost/json/detail/impl/stack.ipp index 5cbee27a..bf6d922f 100644 --- a/include/boost/json/detail/impl/stack.ipp +++ b/include/boost/json/detail/impl/stack.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_STACK_IPP diff --git a/include/boost/json/detail/impl/string_impl.ipp b/include/boost/json/detail/impl/string_impl.ipp index 4affc356..3c9a6a1e 100644 --- a/include/boost/json/detail/impl/string_impl.ipp +++ b/include/boost/json/detail/impl/string_impl.ipp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_IMPL_STRING_IMPL_IPP diff --git a/include/boost/json/detail/number_cast.hpp b/include/boost/json/detail/number_cast.hpp index 9c25df97..4d925e66 100644 --- a/include/boost/json/detail/number_cast.hpp +++ b/include/boost/json/detail/number_cast.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_NUMBER_CAST_HPP diff --git a/include/boost/json/detail/object_impl.hpp b/include/boost/json/detail/object_impl.hpp index 9ea7e8ce..f7e59607 100644 --- a/include/boost/json/detail/object_impl.hpp +++ b/include/boost/json/detail/object_impl.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_OBJECT_IMPL_HPP diff --git a/include/boost/json/detail/sse2.hpp b/include/boost/json/detail/sse2.hpp index 7a78e718..c542a1e6 100644 --- a/include/boost/json/detail/sse2.hpp +++ b/include/boost/json/detail/sse2.hpp @@ -6,7 +6,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_SSE2_HPP diff --git a/include/boost/json/detail/stack.hpp b/include/boost/json/detail/stack.hpp index 353820c4..a33054a6 100644 --- a/include/boost/json/detail/stack.hpp +++ b/include/boost/json/detail/stack.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_STACK_HPP diff --git a/include/boost/json/detail/stream.hpp b/include/boost/json/detail/stream.hpp index 0db7f642..80ead5e3 100644 --- a/include/boost/json/detail/stream.hpp +++ b/include/boost/json/detail/stream.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_STREAM_HPP diff --git a/include/boost/json/detail/string_impl.hpp b/include/boost/json/detail/string_impl.hpp index a4c7b5e1..3aae0416 100644 --- a/include/boost/json/detail/string_impl.hpp +++ b/include/boost/json/detail/string_impl.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_STRING_IMPL_HPP diff --git a/include/boost/json/detail/utf8.hpp b/include/boost/json/detail/utf8.hpp index e7532bf2..ddbd5a01 100644 --- a/include/boost/json/detail/utf8.hpp +++ b/include/boost/json/detail/utf8.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_UTF8_HPP diff --git a/include/boost/json/detail/value.hpp b/include/boost/json/detail/value.hpp index 6fdfb6b9..8d95f386 100644 --- a/include/boost/json/detail/value.hpp +++ b/include/boost/json/detail/value.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_VALUE_HPP diff --git a/include/boost/json/detail/value_from.hpp b/include/boost/json/detail/value_from.hpp index dcb30e36..2eedf7ed 100644 --- a/include/boost/json/detail/value_from.hpp +++ b/include/boost/json/detail/value_from.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_VALUE_FROM_HPP diff --git a/include/boost/json/detail/value_to.hpp b/include/boost/json/detail/value_to.hpp index f7a5cfed..5ddc55b3 100644 --- a/include/boost/json/detail/value_to.hpp +++ b/include/boost/json/detail/value_to.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_VALUE_TO_HPP diff --git a/include/boost/json/detail/value_traits.hpp b/include/boost/json/detail/value_traits.hpp index 7108d185..d2aa207d 100644 --- a/include/boost/json/detail/value_traits.hpp +++ b/include/boost/json/detail/value_traits.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_VALUE_TRAITS_HPP diff --git a/include/boost/json/error.hpp b/include/boost/json/error.hpp index b5406962..6bac054a 100644 --- a/include/boost/json/error.hpp +++ b/include/boost/json/error.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_ERROR_HPP diff --git a/include/boost/json/fwd.hpp b/include/boost/json/fwd.hpp index 937f0831..d1866be1 100644 --- a/include/boost/json/fwd.hpp +++ b/include/boost/json/fwd.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_FWD_HPP diff --git a/include/boost/json/impl/array.hpp b/include/boost/json/impl/array.hpp index 6d29aa3a..f452ba04 100644 --- a/include/boost/json/impl/array.hpp +++ b/include/boost/json/impl/array.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_ARRAY_HPP diff --git a/include/boost/json/impl/array.ipp b/include/boost/json/impl/array.ipp index 16763804..8c3d5c78 100644 --- a/include/boost/json/impl/array.ipp +++ b/include/boost/json/impl/array.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_ARRAY_IPP diff --git a/include/boost/json/impl/error.hpp b/include/boost/json/impl/error.hpp index f1d9a67d..7bee1180 100644 --- a/include/boost/json/impl/error.hpp +++ b/include/boost/json/impl/error.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_ERROR_HPP diff --git a/include/boost/json/impl/error.ipp b/include/boost/json/impl/error.ipp index ff982228..b946fa9d 100644 --- a/include/boost/json/impl/error.ipp +++ b/include/boost/json/impl/error.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_ERROR_IPP diff --git a/include/boost/json/impl/kind.ipp b/include/boost/json/impl/kind.ipp index 7105debf..b8161cd5 100644 --- a/include/boost/json/impl/kind.ipp +++ b/include/boost/json/impl/kind.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_KIND_IPP diff --git a/include/boost/json/impl/monotonic_resource.ipp b/include/boost/json/impl/monotonic_resource.ipp index cd95502d..3231a22e 100644 --- a/include/boost/json/impl/monotonic_resource.ipp +++ b/include/boost/json/impl/monotonic_resource.ipp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_MONOTONIC_RESOURCE_IPP diff --git a/include/boost/json/impl/null_resource.ipp b/include/boost/json/impl/null_resource.ipp index a67e886a..ee2b456b 100644 --- a/include/boost/json/impl/null_resource.ipp +++ b/include/boost/json/impl/null_resource.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_NULL_RESOURCE_IPP diff --git a/include/boost/json/impl/object.hpp b/include/boost/json/impl/object.hpp index 86c0f6db..c27afc82 100644 --- a/include/boost/json/impl/object.hpp +++ b/include/boost/json/impl/object.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_OBJECT_HPP diff --git a/include/boost/json/impl/object.ipp b/include/boost/json/impl/object.ipp index 89917750..a961e19c 100644 --- a/include/boost/json/impl/object.ipp +++ b/include/boost/json/impl/object.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_OBJECT_IPP diff --git a/include/boost/json/impl/parse.ipp b/include/boost/json/impl/parse.ipp index 2192e864..2a88f95e 100644 --- a/include/boost/json/impl/parse.ipp +++ b/include/boost/json/impl/parse.ipp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_PARSE_IPP diff --git a/include/boost/json/impl/parser.ipp b/include/boost/json/impl/parser.ipp index cc0ff1f2..e65e6131 100644 --- a/include/boost/json/impl/parser.ipp +++ b/include/boost/json/impl/parser.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_PARSER_IPP diff --git a/include/boost/json/impl/serialize.ipp b/include/boost/json/impl/serialize.ipp index e37aab0d..53833c6d 100644 --- a/include/boost/json/impl/serialize.ipp +++ b/include/boost/json/impl/serialize.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_SERIALIZE_IPP diff --git a/include/boost/json/impl/serializer.ipp b/include/boost/json/impl/serializer.ipp index ccce942b..c70a421a 100644 --- a/include/boost/json/impl/serializer.ipp +++ b/include/boost/json/impl/serializer.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_SERIALIZER_IPP diff --git a/include/boost/json/impl/static_resource.ipp b/include/boost/json/impl/static_resource.ipp index 4f4da04b..a11aef88 100644 --- a/include/boost/json/impl/static_resource.ipp +++ b/include/boost/json/impl/static_resource.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_STATIC_RESOURCE_IPP diff --git a/include/boost/json/impl/stream_parser.ipp b/include/boost/json/impl/stream_parser.ipp index 1a1de62f..1ea09004 100644 --- a/include/boost/json/impl/stream_parser.ipp +++ b/include/boost/json/impl/stream_parser.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_STREAM_PARSER_IPP diff --git a/include/boost/json/impl/string.hpp b/include/boost/json/impl/string.hpp index b07af455..9b8ac7ab 100644 --- a/include/boost/json/impl/string.hpp +++ b/include/boost/json/impl/string.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_STRING_HPP diff --git a/include/boost/json/impl/string.ipp b/include/boost/json/impl/string.ipp index f2a1a2df..57e61a79 100644 --- a/include/boost/json/impl/string.ipp +++ b/include/boost/json/impl/string.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_STRING_IPP diff --git a/include/boost/json/impl/value.hpp b/include/boost/json/impl/value.hpp index 1d85ae76..b1d86271 100644 --- a/include/boost/json/impl/value.hpp +++ b/include/boost/json/impl/value.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_VALUE_HPP diff --git a/include/boost/json/impl/value.ipp b/include/boost/json/impl/value.ipp index ef4110ca..cea2be60 100644 --- a/include/boost/json/impl/value.ipp +++ b/include/boost/json/impl/value.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_VALUE_IPP diff --git a/include/boost/json/impl/value_ref.hpp b/include/boost/json/impl/value_ref.hpp index f197c20f..648f8ba4 100644 --- a/include/boost/json/impl/value_ref.hpp +++ b/include/boost/json/impl/value_ref.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_VALUE_REF_HPP diff --git a/include/boost/json/impl/value_ref.ipp b/include/boost/json/impl/value_ref.ipp index 16e9c3db..f3e15adb 100644 --- a/include/boost/json/impl/value_ref.ipp +++ b/include/boost/json/impl/value_ref.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_VALUE_REF_IPP diff --git a/include/boost/json/impl/value_stack.ipp b/include/boost/json/impl/value_stack.ipp index 6a0f8b4a..59f51ac3 100644 --- a/include/boost/json/impl/value_stack.ipp +++ b/include/boost/json/impl/value_stack.ipp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_IMPL_VALUE_STACK_IPP diff --git a/include/boost/json/kind.hpp b/include/boost/json/kind.hpp index fb3f9399..eac37b0f 100644 --- a/include/boost/json/kind.hpp +++ b/include/boost/json/kind.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_KIND_HPP diff --git a/include/boost/json/memory_resource.hpp b/include/boost/json/memory_resource.hpp index 8cc6280e..992f8154 100644 --- a/include/boost/json/memory_resource.hpp +++ b/include/boost/json/memory_resource.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_MEMORY_RESOURCE_HPP diff --git a/include/boost/json/monotonic_resource.hpp b/include/boost/json/monotonic_resource.hpp index 65965537..368568fb 100644 --- a/include/boost/json/monotonic_resource.hpp +++ b/include/boost/json/monotonic_resource.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_MONOTONIC_RESOURCE_HPP diff --git a/include/boost/json/null_resource.hpp b/include/boost/json/null_resource.hpp index c074514e..80c8b305 100644 --- a/include/boost/json/null_resource.hpp +++ b/include/boost/json/null_resource.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_NULL_RESOURCE_HPP diff --git a/include/boost/json/number_cast.hpp b/include/boost/json/number_cast.hpp index 03c96925..d742f07a 100644 --- a/include/boost/json/number_cast.hpp +++ b/include/boost/json/number_cast.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_NUMBER_CAST_HPP diff --git a/include/boost/json/object.hpp b/include/boost/json/object.hpp index c43eba13..7a9d604b 100644 --- a/include/boost/json/object.hpp +++ b/include/boost/json/object.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_OBJECT_HPP diff --git a/include/boost/json/parse.hpp b/include/boost/json/parse.hpp index 420cc7cc..b442c01e 100644 --- a/include/boost/json/parse.hpp +++ b/include/boost/json/parse.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_PARSE_HPP diff --git a/include/boost/json/parse_options.hpp b/include/boost/json/parse_options.hpp index 1f40f6e4..cf77061b 100644 --- a/include/boost/json/parse_options.hpp +++ b/include/boost/json/parse_options.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_PARSE_OPTIONS_HPP diff --git a/include/boost/json/parser.hpp b/include/boost/json/parser.hpp index 23cba28c..2fa2ead6 100644 --- a/include/boost/json/parser.hpp +++ b/include/boost/json/parser.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_PARSER_HPP diff --git a/include/boost/json/pilfer.hpp b/include/boost/json/pilfer.hpp index f4d0f62e..1e830f54 100644 --- a/include/boost/json/pilfer.hpp +++ b/include/boost/json/pilfer.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_PILFER_HPP diff --git a/include/boost/json/serialize.hpp b/include/boost/json/serialize.hpp index 41d56671..1b1a0d16 100644 --- a/include/boost/json/serialize.hpp +++ b/include/boost/json/serialize.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_SERIALIZE_HPP diff --git a/include/boost/json/serializer.hpp b/include/boost/json/serializer.hpp index 6f80b24e..53bd2d7a 100644 --- a/include/boost/json/serializer.hpp +++ b/include/boost/json/serializer.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_SERIALIZER_HPP diff --git a/include/boost/json/src.hpp b/include/boost/json/src.hpp index a6153160..3c31e5e7 100644 --- a/include/boost/json/src.hpp +++ b/include/boost/json/src.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_SRC_HPP @@ -23,7 +23,7 @@ in a translation unit of the program. // We include this in case someone is using // src.hpp as their main JSON header file -// https://github.com/CPPAlliance/json/issues/223#issuecomment-689264149 +// https://github.com/boostorg/json/issues/223#issuecomment-689264149 #include #include diff --git a/include/boost/json/static_resource.hpp b/include/boost/json/static_resource.hpp index 3ca920f2..469edcb1 100644 --- a/include/boost/json/static_resource.hpp +++ b/include/boost/json/static_resource.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_STATIC_RESOURCE_HPP diff --git a/include/boost/json/storage_ptr.hpp b/include/boost/json/storage_ptr.hpp index c9d9d55f..77f472cd 100644 --- a/include/boost/json/storage_ptr.hpp +++ b/include/boost/json/storage_ptr.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_STORAGE_PTR_HPP diff --git a/include/boost/json/stream_parser.hpp b/include/boost/json/stream_parser.hpp index cb102c0d..0de215de 100644 --- a/include/boost/json/stream_parser.hpp +++ b/include/boost/json/stream_parser.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_STREAM_PARSER_HPP diff --git a/include/boost/json/string.hpp b/include/boost/json/string.hpp index 712490a1..9d49be5d 100644 --- a/include/boost/json/string.hpp +++ b/include/boost/json/string.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_STRING_HPP diff --git a/include/boost/json/string_view.hpp b/include/boost/json/string_view.hpp index 22926624..82c98df8 100644 --- a/include/boost/json/string_view.hpp +++ b/include/boost/json/string_view.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_STRING_VIEW_HPP diff --git a/include/boost/json/system_error.hpp b/include/boost/json/system_error.hpp index c891ccd1..fb4727de 100644 --- a/include/boost/json/system_error.hpp +++ b/include/boost/json/system_error.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_SYSTEM_ERROR_HPP diff --git a/include/boost/json/value.hpp b/include/boost/json/value.hpp index 635d57e6..7a90b392 100644 --- a/include/boost/json/value.hpp +++ b/include/boost/json/value.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_VALUE_HPP diff --git a/include/boost/json/value_from.hpp b/include/boost/json/value_from.hpp index 3dbe94af..da68b717 100644 --- a/include/boost/json/value_from.hpp +++ b/include/boost/json/value_from.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_VALUE_FROM_HPP diff --git a/include/boost/json/value_ref.hpp b/include/boost/json/value_ref.hpp index 9cbdf065..8efa2842 100644 --- a/include/boost/json/value_ref.hpp +++ b/include/boost/json/value_ref.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_VALUE_REF_HPP diff --git a/include/boost/json/value_stack.hpp b/include/boost/json/value_stack.hpp index f5c5157f..fee8adf7 100644 --- a/include/boost/json/value_stack.hpp +++ b/include/boost/json/value_stack.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_VALUE_STACK_HPP diff --git a/include/boost/json/value_to.hpp b/include/boost/json/value_to.hpp index ab961c92..66b7f43e 100644 --- a/include/boost/json/value_to.hpp +++ b/include/boost/json/value_to.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_VALUE_TO_HPP diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 00000000..a1dd987a --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,17 @@ +{ + "key": "json", + "name": "JSON", + "authors": [ + "Vinnie Falco", + "Krystian Stasiowski" + ], + "description": "JSON parsing, serialization, and DOM in C++11", + "category": [ + "Containers", + "Data", + "IO" + ], + "maintainers": [ + "Vinnie Falco " + ] +} diff --git a/src/src.cpp b/src/src.cpp index 11430cd1..6e6e1e24 100644 --- a/src/src.cpp +++ b/src/src.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f83c15d8..0cffa756 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Official repository: https://github.com/cppalliance/json +# Official repository: https://github.com/boostorg/json # file(GLOB_RECURSE BOOST_JSON_TESTS_FILES CONFIGURE_DEPENDS Jamfile *.cpp *.hpp) diff --git a/test/Jamfile b/test/Jamfile index ddb516bf..ba191664 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -4,7 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Official repository: https://github.com/cppalliance/json +# Official repository: https://github.com/boostorg/json # import testing ; diff --git a/test/array.cpp b/test/array.cpp index ea46d137..251b2c67 100644 --- a/test/array.cpp +++ b/test/array.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/basic_parser.cpp b/test/basic_parser.cpp index c14d4e95..e52fda44 100644 --- a/test/basic_parser.cpp +++ b/test/basic_parser.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. @@ -782,7 +782,7 @@ public: } } - // https://github.com/cppalliance/json/issues/13 + // https://github.com/boostorg/json/issues/13 void testIssue13() { diff --git a/test/doc_background.cpp b/test/doc_background.cpp index 2614c267..1e755799 100644 --- a/test/doc_background.cpp +++ b/test/doc_background.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/doc_parsing.cpp b/test/doc_parsing.cpp index 1b75a7ab..114330de 100644 --- a/test/doc_parsing.cpp +++ b/test/doc_parsing.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/doc_quick_look.cpp b/test/doc_quick_look.cpp index 0393701b..8d1a50a2 100644 --- a/test/doc_quick_look.cpp +++ b/test/doc_quick_look.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/doc_serializing.cpp b/test/doc_serializing.cpp index 9eec67a9..8d1dc456 100644 --- a/test/doc_serializing.cpp +++ b/test/doc_serializing.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/doc_storage_ptr.cpp b/test/doc_storage_ptr.cpp index 18f3d49c..cfcfeeab 100644 --- a/test/doc_storage_ptr.cpp +++ b/test/doc_storage_ptr.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/doc_uses_allocator.cpp b/test/doc_uses_allocator.cpp index 74bb5190..c8644164 100644 --- a/test/doc_uses_allocator.cpp +++ b/test/doc_uses_allocator.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/doc_using_numbers.cpp b/test/doc_using_numbers.cpp index 148fd1c4..fe2e2159 100644 --- a/test/doc_using_numbers.cpp +++ b/test/doc_using_numbers.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/double.cpp b/test/double.cpp index 2178c731..b4d476e6 100644 --- a/test/double.cpp +++ b/test/double.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/error.cpp b/test/error.cpp index d8c5fd65..b551db71 100644 --- a/test/error.cpp +++ b/test/error.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/fwd.cpp b/test/fwd.cpp index 3383457c..75063e62 100644 --- a/test/fwd.cpp +++ b/test/fwd.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/json.cpp b/test/json.cpp index f9c8f2ab..8fd9e921 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/kind.cpp b/test/kind.cpp index 178a4f09..c7c644bf 100644 --- a/test/kind.cpp +++ b/test/kind.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/limits.cpp b/test/limits.cpp index c25e08fc..4db9bbd7 100644 --- a/test/limits.cpp +++ b/test/limits.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/main.cpp b/test/main.cpp index ca2f38fb..6ee59cdf 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include "test_suite.hpp" diff --git a/test/make-pvs.py b/test/make-pvs.py index ae21cb4f..74e6cdb2 100644 --- a/test/make-pvs.py +++ b/test/make-pvs.py @@ -48,7 +48,7 @@ print(""" // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef PARSE_VECTORS diff --git a/test/memory_resource.cpp b/test/memory_resource.cpp index d439f150..27dd2077 100644 --- a/test/memory_resource.cpp +++ b/test/memory_resource.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/monotonic_resource.cpp b/test/monotonic_resource.cpp index 296544ca..3477550f 100644 --- a/test/monotonic_resource.cpp +++ b/test/monotonic_resource.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/natvis.cpp b/test/natvis.cpp index 3e96cc52..0191a50f 100644 --- a/test/natvis.cpp +++ b/test/natvis.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/null_resource.cpp b/test/null_resource.cpp index 0e95a97b..8b405644 100644 --- a/test/null_resource.cpp +++ b/test/null_resource.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/number_cast.cpp b/test/number_cast.cpp index 686cf735..9ebe223e 100644 --- a/test/number_cast.cpp +++ b/test/number_cast.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/object.cpp b/test/object.cpp index 396902b9..45d489e8 100644 --- a/test/object.cpp +++ b/test/object.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/parse-vectors.hpp b/test/parse-vectors.hpp index df2f981d..dc120d96 100644 --- a/test/parse-vectors.hpp +++ b/test/parse-vectors.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef PARSE_VECTORS diff --git a/test/parse.cpp b/test/parse.cpp index 755a8c32..7101952d 100644 --- a/test/parse.cpp +++ b/test/parse.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/parser.cpp b/test/parser.cpp index 883878aa..97a27747 100644 --- a/test/parser.cpp +++ b/test/parser.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/pilfer.cpp b/test/pilfer.cpp index fbb73270..c98153a5 100644 --- a/test/pilfer.cpp +++ b/test/pilfer.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/ryu/gtest.hpp b/test/ryu/gtest.hpp index e2f4e3aa..582cebe2 100644 --- a/test/ryu/gtest.hpp +++ b/test/ryu/gtest.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef GTEST_HPP diff --git a/test/serialize.cpp b/test/serialize.cpp index d741e668..0bbde703 100644 --- a/test/serialize.cpp +++ b/test/serialize.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/serializer.cpp b/test/serializer.cpp index 7dfc358c..7a78f0f2 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/snippets.cpp b/test/snippets.cpp index 6fc8f36e..deffa344 100644 --- a/test/snippets.cpp +++ b/test/snippets.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #include diff --git a/test/static_resource.cpp b/test/static_resource.cpp index 3b7190bb..6c781932 100644 --- a/test/static_resource.cpp +++ b/test/static_resource.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/storage_ptr.cpp b/test/storage_ptr.cpp index 0327aff6..f46f54dc 100644 --- a/test/storage_ptr.cpp +++ b/test/storage_ptr.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. @@ -137,7 +137,7 @@ public: } } - // https://github.com/CPPAlliance/json/pull/182 + // https://github.com/boostorg/json/pull/182 void testPull182() { diff --git a/test/stream_parser.cpp b/test/stream_parser.cpp index 83bdb846..d3357668 100644 --- a/test/stream_parser.cpp +++ b/test/stream_parser.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. @@ -1168,7 +1168,7 @@ R"xx({ //------------------------------------------------------ - // https://github.com/cppalliance/json/issues/15 + // https://github.com/boostorg/json/issues/15 void testIssue15() { @@ -1179,7 +1179,7 @@ R"xx({ .as_int64() == 12345); } - // https://github.com/cppalliance/json/issues/45 + // https://github.com/boostorg/json/issues/45 void testIssue45() { diff --git a/test/string.cpp b/test/string.cpp index dd836634..c1e78206 100644 --- a/test/string.cpp +++ b/test/string.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/string_view.cpp b/test/string_view.cpp index 578d624e..671132c3 100644 --- a/test/string_view.cpp +++ b/test/string_view.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/system_error.cpp b/test/system_error.cpp index fbd5d15a..4b34ec79 100644 --- a/test/system_error.cpp +++ b/test/system_error.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/test.hpp b/test/test.hpp index b70b4332..89edc7c0 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_TEST_HPP diff --git a/test/test_suite.hpp b/test/test_suite.hpp index 508eaefe..b9198072 100644 --- a/test/test_suite.hpp +++ b/test/test_suite.hpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // #ifndef TEST_SUITE_HPP diff --git a/test/value.cpp b/test/value.cpp index a7115368..a3569d46 100644 --- a/test/value.cpp +++ b/test/value.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/value_from.cpp b/test/value_from.cpp index 91912823..f33d53a7 100644 --- a/test/value_from.cpp +++ b/test/value_from.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/value_ref.cpp b/test/value_ref.cpp index c8b7a8da..462eee48 100644 --- a/test/value_ref.cpp +++ b/test/value_ref.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/value_stack.cpp b/test/value_stack.cpp index 0b7710c2..56169d38 100644 --- a/test/value_stack.cpp +++ b/test/value_stack.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained. diff --git a/test/value_to.cpp b/test/value_to.cpp index d01cd14f..e207ba6e 100644 --- a/test/value_to.cpp +++ b/test/value_to.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/cppalliance/json +// Official repository: https://github.com/boostorg/json // // Test that header file is self-contained.