From 904252de0b19e4ce2b77e14ed250aea3dc6f861d Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Wed, 1 Jul 2020 00:06:05 -0400 Subject: [PATCH] Fix repo links close #123 --- CMakeLists.txt | 2 +- CONTRIBUTING.md | 2 +- Jamfile | 2 +- bench/CMakeLists.txt | 2 +- bench/Jamfile | 2 +- bench/bench.cpp | 2 +- bench/results.html | 2 +- doc/Jamfile | 2 +- doc/javadoc.hpp | 2 +- doc/qbk/01_overview.qbk | 2 +- doc/qbk/02_10_init_lists.qbk | 2 +- doc/qbk/02_1_values.qbk | 2 +- doc/qbk/02_2_strings.qbk | 2 +- doc/qbk/02_3_arrays.qbk | 2 +- doc/qbk/02_4_objects.qbk | 2 +- doc/qbk/02_5_numbers.qbk | 2 +- doc/qbk/02_6_allocators.qbk | 2 +- doc/qbk/02_7_parsing.qbk | 2 +- doc/qbk/02_8_serializing.qbk | 2 +- doc/qbk/02_9_conversion.qbk | 2 +- doc/qbk/02_usage.qbk | 2 +- doc/qbk/03_examples.qbk | 2 +- doc/qbk/04_comparison.qbk | 2 +- doc/qbk/05_benchmarks.qbk | 2 +- doc/qbk/index.xml | 2 +- doc/qbk/main.qbk | 6 +++--- doc/qbk/quickref.xml | 2 +- example/CMakeLists.txt | 2 +- example/Jamfile | 2 +- example/file.hpp | 2 +- example/pretty.cpp | 2 +- example/validate.cpp | 2 +- include/boost/json.hpp | 2 +- include/boost/json/array.hpp | 2 +- include/boost/json/basic_parser.hpp | 2 +- include/boost/json/detail/array_impl.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/format.hpp | 2 +- include/boost/json/detail/impl/array_impl.hpp | 2 +- include/boost/json/detail/impl/array_impl.ipp | 2 +- include/boost/json/detail/impl/format.ipp | 2 +- include/boost/json/detail/impl/object_impl.hpp | 2 +- include/boost/json/detail/impl/object_impl.ipp | 2 +- include/boost/json/detail/impl/raw_stack.ipp | 2 +- include/boost/json/detail/impl/stack.ipp | 2 +- include/boost/json/detail/impl/string_impl.ipp | 2 +- include/boost/json/detail/monotonic_resource.hpp | 2 +- include/boost/json/detail/number_cast.hpp | 2 +- include/boost/json/detail/object_impl.hpp | 2 +- include/boost/json/detail/raw_stack.hpp | 2 +- include/boost/json/detail/scalar_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/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/except.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/except.ipp | 2 +- include/boost/json/impl/monotonic_resource.ipp | 2 +- include/boost/json/impl/object.hpp | 2 +- include/boost/json/impl/object.ipp | 2 +- include/boost/json/impl/parser.ipp | 2 +- include/boost/json/impl/serializer.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/kind.hpp | 2 +- include/boost/json/memory_resource.hpp | 2 +- include/boost/json/monotonic_resource.hpp | 2 +- include/boost/json/number_cast.hpp | 2 +- include/boost/json/object.hpp | 2 +- include/boost/json/parser.hpp | 2 +- include/boost/json/serializer.hpp | 2 +- include/boost/json/src.hpp | 2 +- include/boost/json/storage_ptr.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_to.hpp | 2 +- include/boost/pilfer.hpp | 2 +- src/src.cpp | 2 +- test/CMakeLists.txt | 2 +- test/Jamfile | 2 +- test/basic_parser.cpp | 4 ++-- test/error.cpp | 2 +- test/except.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/number_cast.cpp | 2 +- test/parse-vectors.hpp | 2 +- test/parser.cpp | 4 ++-- test/pilfer.cpp | 2 +- test/ryu/gtest.hpp | 2 +- test/snippets.cpp | 2 +- test/storage_ptr.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_to.cpp | 2 +- 124 files changed, 128 insertions(+), 128 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 064cab47..c405137d 100644 --- a/CMakeLists.txt +++ b/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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # cmake_minimum_required(VERSION 3.5...3.16) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4131ebe1..84c179c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Here is minimal sequence of steps required to prepare development environment: ``` git clone --recurse-submodules --jobs 8 https://github.com/boostorg/boost.git cd boost/libs -git clone --recurse-submodules https://github.com/vinniefalco/json.git +git clone --recurse-submodules https://github.com/cppalliance/json.git cd .. ./bootstrap.sh ./b2 headers diff --git a/Jamfile b/Jamfile index b5d2b6e9..1cd6798d 100644 --- a/Jamfile +++ b/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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # path-constant LIB_DIR : . ; diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt index 55f7ee4b..7bbe64fd 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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # source_group("" FILES diff --git a/bench/Jamfile b/bench/Jamfile index b681cda6..83e72c97 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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # import os ; diff --git a/bench/bench.cpp b/bench/bench.cpp index d73bdb23..1af4941f 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #include diff --git a/bench/results.html b/bench/results.html index b6f84767..bb6f1487 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/vinniefalco/json + Official repository: https://github.com/cppalliance/json --> diff --git a/doc/Jamfile b/doc/Jamfile index d74c907a..4089f984 100644 --- a/doc/Jamfile +++ b/doc/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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # project json/doc ; diff --git a/doc/javadoc.hpp b/doc/javadoc.hpp index c0f18dbd..d8e1e6b1 100644 --- a/doc/javadoc.hpp +++ b/doc/javadoc.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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // ----------------------------- DOCUMENTATION STYLE GUIDE ------------------------------- diff --git a/doc/qbk/01_overview.qbk b/doc/qbk/01_overview.qbk index 264802d3..b07e5926 100644 --- a/doc/qbk/01_overview.qbk +++ b/doc/qbk/01_overview.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [section Overview] diff --git a/doc/qbk/02_10_init_lists.qbk b/doc/qbk/02_10_init_lists.qbk index 8f67eb1a..59ef62f0 100644 --- a/doc/qbk/02_10_init_lists.qbk +++ b/doc/qbk/02_10_init_lists.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_1_values.qbk b/doc/qbk/02_1_values.qbk index a341a7ed..1d4615ab 100644 --- a/doc/qbk/02_1_values.qbk +++ b/doc/qbk/02_1_values.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [section:values Using Values] diff --git a/doc/qbk/02_2_strings.qbk b/doc/qbk/02_2_strings.qbk index b009810e..7424c5f8 100644 --- a/doc/qbk/02_2_strings.qbk +++ b/doc/qbk/02_2_strings.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_3_arrays.qbk b/doc/qbk/02_3_arrays.qbk index b31de63f..27b55d42 100644 --- a/doc/qbk/02_3_arrays.qbk +++ b/doc/qbk/02_3_arrays.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_4_objects.qbk b/doc/qbk/02_4_objects.qbk index 5f1385d0..8d0c7449 100644 --- a/doc/qbk/02_4_objects.qbk +++ b/doc/qbk/02_4_objects.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_5_numbers.qbk b/doc/qbk/02_5_numbers.qbk index b3ab6f39..a72f8387 100644 --- a/doc/qbk/02_5_numbers.qbk +++ b/doc/qbk/02_5_numbers.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_6_allocators.qbk b/doc/qbk/02_6_allocators.qbk index dede1101..9ff208e1 100644 --- a/doc/qbk/02_6_allocators.qbk +++ b/doc/qbk/02_6_allocators.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_7_parsing.qbk b/doc/qbk/02_7_parsing.qbk index 3728bde0..af7d275f 100644 --- a/doc/qbk/02_7_parsing.qbk +++ b/doc/qbk/02_7_parsing.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_8_serializing.qbk b/doc/qbk/02_8_serializing.qbk index fcd554f4..aaa2e2b0 100644 --- a/doc/qbk/02_8_serializing.qbk +++ b/doc/qbk/02_8_serializing.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_9_conversion.qbk b/doc/qbk/02_9_conversion.qbk index 8654d735..91d69b96 100644 --- a/doc/qbk/02_9_conversion.qbk +++ b/doc/qbk/02_9_conversion.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/02_usage.qbk b/doc/qbk/02_usage.qbk index df3d09cd..76fecebb 100644 --- a/doc/qbk/02_usage.qbk +++ b/doc/qbk/02_usage.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [section Usage] diff --git a/doc/qbk/03_examples.qbk b/doc/qbk/03_examples.qbk index 710a2f17..b94d59ae 100644 --- a/doc/qbk/03_examples.qbk +++ b/doc/qbk/03_examples.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/04_comparison.qbk b/doc/qbk/04_comparison.qbk index 409cb59a..f345fdd7 100644 --- a/doc/qbk/04_comparison.qbk +++ b/doc/qbk/04_comparison.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [section:comparison Comparison to Other Libraries] diff --git a/doc/qbk/05_benchmarks.qbk b/doc/qbk/05_benchmarks.qbk index f5643b0c..c2bcc31e 100644 --- a/doc/qbk/05_benchmarks.qbk +++ b/doc/qbk/05_benchmarks.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [section Benchmarks] diff --git a/doc/qbk/index.xml b/doc/qbk/index.xml index ed7b267c..8e4eb844 100644 --- a/doc/qbk/index.xml +++ b/doc/qbk/index.xml @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json -->
diff --git a/doc/qbk/main.qbk b/doc/qbk/main.qbk index 00bc635e..1faa1369 100644 --- a/doc/qbk/main.qbk +++ b/doc/qbk/main.qbk @@ -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/vinniefalco/json + Official repository: https://github.com/cppalliance/json ] [library Boost.JSON @@ -26,8 +26,8 @@ [template indexterm1[term1] ''''''[term1]''''''] [template indexterm2[term1 term2] ''''''[term1]''''''[term2]''''''] -[template include_file[path][^<''''''[path]''''''>]] -[template issue[n] '''#'''[n]''''''] +[template include_file[path][^<''''''[path]''''''>]] +[template issue[n] '''#'''[n]''''''] [/ Named Requirements ] diff --git a/doc/qbk/quickref.xml b/doc/qbk/quickref.xml index 8777d71a..ddd339e8 100644 --- a/doc/qbk/quickref.xml +++ b/doc/qbk/quickref.xml @@ -7,7 +7,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/vinniefalco/json + Official repository: https://github.com/cppalliance/json --> diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 2b86f9fa..8fcdd7b7 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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # source_group("" FILES diff --git a/example/Jamfile b/example/Jamfile index 8b07fd10..4ff0d66b 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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # import os ; diff --git a/example/file.hpp b/example/file.hpp index 8468f3cc..5c355e1d 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_EXAMPLE_FILE_HPP diff --git a/example/pretty.cpp b/example/pretty.cpp index 8b74941d..bee60395 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // //[example_pretty diff --git a/example/validate.cpp b/example/validate.cpp index 282d8ddf..a1a93967 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // /* diff --git a/include/boost/json.hpp b/include/boost/json.hpp index 4dfc8768..feb24672 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_HPP diff --git a/include/boost/json/array.hpp b/include/boost/json/array.hpp index 2b3a11ae..25ee9599 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_ARRAY_HPP diff --git a/include/boost/json/basic_parser.hpp b/include/boost/json/basic_parser.hpp index d5a1d82d..90c97d51 100644 --- a/include/boost/json/basic_parser.hpp +++ b/include/boost/json/basic_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_BASIC_PARSER_HPP diff --git a/include/boost/json/detail/array_impl.hpp b/include/boost/json/detail/array_impl.hpp index e254213c..30c4bb9c 100644 --- a/include/boost/json/detail/array_impl.hpp +++ b/include/boost/json/detail/array_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_ARRAY_IMPL_HPP diff --git a/include/boost/json/detail/basic_parser.hpp b/include/boost/json/detail/basic_parser.hpp index 5727a5d1..22b64699 100644 --- a/include/boost/json/detail/basic_parser.hpp +++ b/include/boost/json/detail/basic_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 c444d08d..c249034c 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_BUFFER_HPP diff --git a/include/boost/json/detail/config.hpp b/include/boost/json/detail/config.hpp index d7a4d9d1..80b0ee87 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 57605e9b..6aee5054 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 1fca9f6d..d212d916 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DEFAULT_RESOURCE_HPP diff --git a/include/boost/json/detail/format.hpp b/include/boost/json/detail/format.hpp index dfed9572..7e04ad0d 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_FORMAT_HPP diff --git a/include/boost/json/detail/impl/array_impl.hpp b/include/boost/json/detail/impl/array_impl.hpp index 9df966a3..6a68b930 100644 --- a/include/boost/json/detail/impl/array_impl.hpp +++ b/include/boost/json/detail/impl/array_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_IMPL_ARRAY_IMPL_HPP diff --git a/include/boost/json/detail/impl/array_impl.ipp b/include/boost/json/detail/impl/array_impl.ipp index 09ae0b18..4d2fddd4 100644 --- a/include/boost/json/detail/impl/array_impl.ipp +++ b/include/boost/json/detail/impl/array_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_IMPL_ARRAY_IMPL_IPP diff --git a/include/boost/json/detail/impl/format.ipp b/include/boost/json/detail/impl/format.ipp index ef08e4b2..3a4cce5b 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_IMPL_FORMAT_IPP diff --git a/include/boost/json/detail/impl/object_impl.hpp b/include/boost/json/detail/impl/object_impl.hpp index 4dcc3d67..5820ca05 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_IMPL_OBJECT_IMPL_HPP diff --git a/include/boost/json/detail/impl/object_impl.ipp b/include/boost/json/detail/impl/object_impl.ipp index 73edad01..47523230 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_IMPL_OBJECT_IMPL_IPP diff --git a/include/boost/json/detail/impl/raw_stack.ipp b/include/boost/json/detail/impl/raw_stack.ipp index 62ba29c3..990c3159 100644 --- a/include/boost/json/detail/impl/raw_stack.ipp +++ b/include/boost/json/detail/impl/raw_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_IMPL_RAW_STACK_IPP diff --git a/include/boost/json/detail/impl/stack.ipp b/include/boost/json/detail/impl/stack.ipp index 1c04d7cc..72e00e41 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 91173a8e..b3359691 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_IMPL_STRING_IMPL_IPP diff --git a/include/boost/json/detail/monotonic_resource.hpp b/include/boost/json/detail/monotonic_resource.hpp index 1552e115..de4882a2 100644 --- a/include/boost/json/detail/monotonic_resource.hpp +++ b/include/boost/json/detail/monotonic_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_MONOTONIC_RESOURCE_HPP diff --git a/include/boost/json/detail/number_cast.hpp b/include/boost/json/detail/number_cast.hpp index 0dbff538..bb0f344b 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 1b41ac0d..9c9d5732 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_OBJECT_IMPL_HPP diff --git a/include/boost/json/detail/raw_stack.hpp b/include/boost/json/detail/raw_stack.hpp index 49cc5fa5..fc335891 100644 --- a/include/boost/json/detail/raw_stack.hpp +++ b/include/boost/json/detail/raw_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_RAW_STACK_HPP diff --git a/include/boost/json/detail/scalar_impl.hpp b/include/boost/json/detail/scalar_impl.hpp index a6a4e607..0179aaed 100644 --- a/include/boost/json/detail/scalar_impl.hpp +++ b/include/boost/json/detail/scalar_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_SCALAR_IMPL_HPP diff --git a/include/boost/json/detail/sse2.hpp b/include/boost/json/detail/sse2.hpp index f56998d2..29e8d805 100644 --- a/include/boost/json/detail/sse2.hpp +++ b/include/boost/json/detail/sse2.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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_SSE2_HPP diff --git a/include/boost/json/detail/stack.hpp b/include/boost/json/detail/stack.hpp index 44e95422..39258c14 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_STACK_HPP diff --git a/include/boost/json/detail/stream.hpp b/include/boost/json/detail/stream.hpp index 68363917..7e0f3524 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 b46c52f5..2df22b04 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_STRING_IMPL_HPP diff --git a/include/boost/json/detail/value_from.hpp b/include/boost/json/detail/value_from.hpp index 2d1e20c3..0140fa88 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 c62e8452..fd4bf55c 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 8557a15a..311f901f 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_DETAIL_VALUE_TRAITS_HPP diff --git a/include/boost/json/error.hpp b/include/boost/json/error.hpp index 9ddf85b6..ae093415 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_ERROR_HPP diff --git a/include/boost/json/except.hpp b/include/boost/json/except.hpp index 14184184..4e25e68f 100644 --- a/include/boost/json/except.hpp +++ b/include/boost/json/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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_EXCEPT_HPP diff --git a/include/boost/json/impl/array.hpp b/include/boost/json/impl/array.hpp index 2a4d28c4..1f31fb49 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_ARRAY_HPP diff --git a/include/boost/json/impl/array.ipp b/include/boost/json/impl/array.ipp index 53cc3702..3c0d1ec6 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_ARRAY_IPP diff --git a/include/boost/json/impl/error.hpp b/include/boost/json/impl/error.hpp index 3111d78a..adff5289 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_ERROR_HPP diff --git a/include/boost/json/impl/error.ipp b/include/boost/json/impl/error.ipp index 33fcbe47..2b61fc7c 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_ERROR_IPP diff --git a/include/boost/json/impl/except.ipp b/include/boost/json/impl/except.ipp index 50d0acfd..8d3238e0 100644 --- a/include/boost/json/impl/except.ipp +++ b/include/boost/json/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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_EXCEPT_IPP diff --git a/include/boost/json/impl/monotonic_resource.ipp b/include/boost/json/impl/monotonic_resource.ipp index cf26832b..be70cacf 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_MONOTONIC_RESOURCE_IPP diff --git a/include/boost/json/impl/object.hpp b/include/boost/json/impl/object.hpp index f3183346..4f47286a 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_OBJECT_HPP diff --git a/include/boost/json/impl/object.ipp b/include/boost/json/impl/object.ipp index c0d2fc16..015f2397 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_OBJECT_IPP diff --git a/include/boost/json/impl/parser.ipp b/include/boost/json/impl/parser.ipp index f6a5c0cb..1e37ead5 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_PARSER_IPP diff --git a/include/boost/json/impl/serializer.ipp b/include/boost/json/impl/serializer.ipp index ffb2f708..b6cb2d05 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_SERIALIZER_IPP diff --git a/include/boost/json/impl/string.hpp b/include/boost/json/impl/string.hpp index 2e482fa4..0c348b82 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_STRING_HPP diff --git a/include/boost/json/impl/string.ipp b/include/boost/json/impl/string.ipp index 07872e01..9d126e9a 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_STRING_IPP diff --git a/include/boost/json/impl/value.hpp b/include/boost/json/impl/value.hpp index bc99ab64..c7bd5cde 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_VALUE_HPP diff --git a/include/boost/json/impl/value.ipp b/include/boost/json/impl/value.ipp index 721b084a..059c3ed1 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 d819e39e..a1d760b1 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/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 dd6d120d..1255f4ce 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_IMPL_VALUE_REF_IPP diff --git a/include/boost/json/kind.hpp b/include/boost/json/kind.hpp index d9ba8301..3adf9740 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_KIND_HPP diff --git a/include/boost/json/memory_resource.hpp b/include/boost/json/memory_resource.hpp index 0a590eb3..362b293e 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_MEMORY_RESOURCE_HPP diff --git a/include/boost/json/monotonic_resource.hpp b/include/boost/json/monotonic_resource.hpp index 5cff86de..5e376087 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_MONOTONIC_RESOURCE_HPP diff --git a/include/boost/json/number_cast.hpp b/include/boost/json/number_cast.hpp index 6c015a76..ad650cec 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_NUMBER_CAST_HPP diff --git a/include/boost/json/object.hpp b/include/boost/json/object.hpp index c684785d..686f8a97 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_OBJECT_HPP diff --git a/include/boost/json/parser.hpp b/include/boost/json/parser.hpp index 7980acf9..dfa249fb 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_PARSER_HPP diff --git a/include/boost/json/serializer.hpp b/include/boost/json/serializer.hpp index c7bb29d8..d7ef40b4 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_SERIALIZER_HPP diff --git a/include/boost/json/src.hpp b/include/boost/json/src.hpp index dde5a5f8..fda6f52d 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_SRC_HPP diff --git a/include/boost/json/storage_ptr.hpp b/include/boost/json/storage_ptr.hpp index 9ac78282..1d31453f 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_STORAGE_PTR_HPP diff --git a/include/boost/json/string.hpp b/include/boost/json/string.hpp index 864496e0..50b22ca2 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_STRING_HPP diff --git a/include/boost/json/string_view.hpp b/include/boost/json/string_view.hpp index 114109db..40c1869a 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_STRING_VIEW_HPP diff --git a/include/boost/json/system_error.hpp b/include/boost/json/system_error.hpp index f3f81c8b..ce951c70 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_SYSTEM_ERROR_HPP diff --git a/include/boost/json/value.hpp b/include/boost/json/value.hpp index bc700e05..5e9565e7 100644 --- a/include/boost/json/value.hpp +++ b/include/boost/json/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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_VALUE_HPP diff --git a/include/boost/json/value_from.hpp b/include/boost/json/value_from.hpp index c5d49ea8..69969a16 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_VALUE_FROM_HPP diff --git a/include/boost/json/value_ref.hpp b/include/boost/json/value_ref.hpp index e409c7c6..ed81a26f 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_VALUE_REF_HPP diff --git a/include/boost/json/value_to.hpp b/include/boost/json/value_to.hpp index b1e26463..e9b45016 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_VALUE_TO_HPP diff --git a/include/boost/pilfer.hpp b/include/boost/pilfer.hpp index 1e4ea0cf..910dffc0 100644 --- a/include/boost/pilfer.hpp +++ b/include/boost/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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_PILFER_HPP diff --git a/src/src.cpp b/src/src.cpp index 1faab23c..6fe1072e 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_HEADER_ONLY diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8973851a..2c94b208 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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # file(GLOB_RECURSE BOOST_JSON_TESTS_FILES CONFIGURE_DEPENDS Jamfile *.cpp *.hpp) diff --git a/test/Jamfile b/test/Jamfile index 0d803314..9c90cf6a 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/vinniefalco/json +# Official repository: https://github.com/cppalliance/json # import testing ; diff --git a/test/basic_parser.cpp b/test/basic_parser.cpp index 346a1956..a531d06d 100644 --- a/test/basic_parser.cpp +++ b/test/basic_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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. @@ -721,7 +721,7 @@ public: } } - // https://github.com/vinniefalco/json/issues/13 + // https://github.com/cppalliance/json/issues/13 void testIssue13() { diff --git a/test/error.cpp b/test/error.cpp index 82836aa6..8837494c 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/except.cpp b/test/except.cpp index 4054411c..945573cc 100644 --- a/test/except.cpp +++ b/test/except.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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/json.cpp b/test/json.cpp index 6d4e39e1..424d37fe 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/kind.cpp b/test/kind.cpp index 56281bfb..376ad182 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/limits.cpp b/test/limits.cpp index d3a842ec..88ead4fe 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #include diff --git a/test/main.cpp b/test/main.cpp index 562435c6..ca2f38fb 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #include "test_suite.hpp" diff --git a/test/make-pvs.py b/test/make-pvs.py index 73e20940..ae21cb4f 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef PARSE_VECTORS diff --git a/test/memory_resource.cpp b/test/memory_resource.cpp index a8c7e223..62fc2bce 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/monotonic_resource.cpp b/test/monotonic_resource.cpp index e716c14c..52658053 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/number_cast.cpp b/test/number_cast.cpp index 61babb5f..9ae46166 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/parse-vectors.hpp b/test/parse-vectors.hpp index 26b279f9..9d952ad7 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef PARSE_VECTORS diff --git a/test/parser.cpp b/test/parser.cpp index 00ddfa83..49e26a37 100644 --- a/test/parser.cpp +++ b/test/parser.cpp @@ -891,7 +891,7 @@ R"xx({ //------------------------------------------------------ - // https://github.com/vinniefalco/json/issues/15 + // https://github.com/cppalliance/json/issues/15 void testIssue15() { @@ -902,7 +902,7 @@ R"xx({ .as_int64() == 12345); } - // https://github.com/vinniefalco/json/issues/45 + // https://github.com/cppalliance/json/issues/45 void testIssue45() { diff --git a/test/pilfer.cpp b/test/pilfer.cpp index 54ff0037..3f18d468 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/ryu/gtest.hpp b/test/ryu/gtest.hpp index 2b796725..e2f4e3aa 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef GTEST_HPP diff --git a/test/snippets.cpp b/test/snippets.cpp index b9913a32..1feb31ca 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #include diff --git a/test/storage_ptr.cpp b/test/storage_ptr.cpp index 459953a0..4deb7a0f 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/system_error.cpp b/test/system_error.cpp index 12feca77..fbd5d15a 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/test.hpp b/test/test.hpp index b2041bba..d27454e9 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef BOOST_JSON_TEST_HPP diff --git a/test/test_suite.hpp b/test/test_suite.hpp index 9aac3adc..3e9638ac 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // #ifndef TEST_SUITE_HPP diff --git a/test/value.cpp b/test/value.cpp index 9eea9c8f..22b89a5e 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/value_from.cpp b/test/value_from.cpp index d6eeb0b7..1e5ac2d2 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/value_ref.cpp b/test/value_ref.cpp index 8a79f014..499fbedf 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/value_to.cpp b/test/value_to.cpp index bab3c76c..f08b5486 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/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained.