From de907fe2f3bfb858a539871346051b9f879c4c5f Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Fri, 9 Sep 2022 16:04:07 -0300 Subject: [PATCH] update links --- CMakeLists.txt | 2 +- Jamfile | 2 +- README.md | 16 ++++++++-------- doc/qbk/0.main.qbk | 6 +++--- doc/qbk/1.0.overview.qbk | 2 +- doc/qbk/2.0.quicklook.qbk | 2 +- doc/qbk/3.0.containers.qbk | 2 +- doc/qbk/3.1.parsing.qbk | 2 +- doc/qbk/3.2.scheme.qbk | 2 +- doc/qbk/3.3.authority.qbk | 2 +- doc/qbk/3.4.path.qbk | 2 +- doc/qbk/3.5.query.qbk | 2 +- doc/qbk/3.6.fragment.qbk | 2 +- doc/qbk/4.0.grammar.qbk | 2 +- doc/qbk/4.1.rules.qbk | 2 +- doc/qbk/4.2.charset.qbk | 2 +- doc/qbk/4.3.combinators.qbk | 2 +- doc/qbk/4.4.range.qbk | 2 +- doc/qbk/4.5.rfc3986.qbk | 2 +- doc/qbk/5.0.concepts.qbk | 2 +- doc/qbk/5.1.CharSet.qbk | 2 +- doc/qbk/5.2.MutableString.qbk | 2 +- doc/qbk/5.3.Rule.qbk | 2 +- doc/qbk/5.4.StringToken.qbk | 2 +- doc/qbk/7.1.HelpCard.qbk | 2 +- doc/qbk/clipboard.qbk | 2 +- doc/qbk/index.xml | 2 +- doc/qbk/quickref.xml | 2 +- doc/qbk/toc.xml | 2 +- example/CMakeLists.txt | 2 +- example/Jamfile | 2 +- example/magnet/CMakeLists.txt | 2 +- example/magnet/Jamfile | 2 +- example/route/CMakeLists.txt | 2 +- example/route/Jamfile | 2 +- example/route/route.cpp | 2 +- extra/test_main.cpp | 2 +- extra/test_suite.hpp | 2 +- include/boost/url.hpp | 2 +- include/boost/url/authority_view.hpp | 2 +- include/boost/url/decode.hpp | 2 +- include/boost/url/decode_opts.hpp | 2 +- include/boost/url/decode_view.hpp | 2 +- include/boost/url/detail/any_params_iter.hpp | 2 +- include/boost/url/detail/any_segments_iter.hpp | 2 +- include/boost/url/detail/config.hpp | 2 +- include/boost/url/detail/decode.hpp | 2 +- include/boost/url/detail/decode_view.hpp | 2 +- include/boost/url/detail/encode.hpp | 2 +- include/boost/url/detail/except.hpp | 2 +- .../boost/url/detail/impl/any_params_iter.ipp | 2 +- .../boost/url/detail/impl/any_segments_iter.ipp | 2 +- include/boost/url/detail/impl/decode.hpp | 2 +- include/boost/url/detail/impl/decode.ipp | 2 +- include/boost/url/detail/impl/decode_view.ipp | 2 +- include/boost/url/detail/impl/except.ipp | 2 +- include/boost/url/detail/impl/normalize.ipp | 2 +- .../boost/url/detail/impl/params_iter_impl.ipp | 2 +- include/boost/url/detail/impl/path.ipp | 2 +- .../url/detail/impl/remove_dot_segments.ipp | 2 +- .../boost/url/detail/impl/segments_iter_impl.ipp | 2 +- include/boost/url/detail/impl/url_impl.ipp | 2 +- include/boost/url/detail/move_chars.hpp | 2 +- include/boost/url/detail/normalize.hpp | 2 +- include/boost/url/detail/over_allocator.hpp | 2 +- include/boost/url/detail/params_iter_impl.hpp | 2 +- include/boost/url/detail/parts_base.hpp | 2 +- include/boost/url/detail/path.hpp | 2 +- include/boost/url/detail/print.hpp | 2 +- include/boost/url/detail/remove_dot_segments.hpp | 2 +- include/boost/url/detail/segments_iter_impl.hpp | 2 +- include/boost/url/detail/url_impl.hpp | 2 +- include/boost/url/encode.hpp | 2 +- include/boost/url/encode_opts.hpp | 2 +- include/boost/url/error.hpp | 2 +- include/boost/url/error_types.hpp | 2 +- include/boost/url/grammar.hpp | 2 +- include/boost/url/grammar/all_chars.hpp | 2 +- include/boost/url/grammar/alnum_chars.hpp | 2 +- include/boost/url/grammar/alpha_chars.hpp | 2 +- include/boost/url/grammar/charset.hpp | 2 +- include/boost/url/grammar/ci_string.hpp | 2 +- include/boost/url/grammar/dec_octet_rule.hpp | 2 +- include/boost/url/grammar/delim_rule.hpp | 2 +- include/boost/url/grammar/detail/charset.hpp | 2 +- include/boost/url/grammar/detail/ci_string.hpp | 2 +- .../boost/url/grammar/detail/impl/ci_string.ipp | 2 +- .../boost/url/grammar/detail/impl/recycled.ipp | 2 +- include/boost/url/grammar/detail/recycled.hpp | 2 +- include/boost/url/grammar/detail/type_traits.hpp | 2 +- include/boost/url/grammar/digit_chars.hpp | 2 +- include/boost/url/grammar/error.hpp | 2 +- include/boost/url/grammar/hexdig_chars.hpp | 2 +- include/boost/url/grammar/impl/ci_string.ipp | 2 +- .../boost/url/grammar/impl/dec_octet_rule.ipp | 2 +- include/boost/url/grammar/impl/delim_rule.ipp | 2 +- include/boost/url/grammar/impl/error.hpp | 2 +- include/boost/url/grammar/impl/error.ipp | 2 +- include/boost/url/grammar/impl/literal_rule.ipp | 2 +- .../boost/url/grammar/impl/not_empty_rule.hpp | 2 +- include/boost/url/grammar/impl/optional_rule.hpp | 2 +- include/boost/url/grammar/impl/parse.hpp | 2 +- include/boost/url/grammar/impl/range_rule.hpp | 2 +- include/boost/url/grammar/impl/recycled.hpp | 2 +- include/boost/url/grammar/impl/token_rule.hpp | 2 +- include/boost/url/grammar/impl/tuple_rule.hpp | 2 +- include/boost/url/grammar/impl/unsigned_rule.hpp | 2 +- include/boost/url/grammar/impl/variant_rule.hpp | 2 +- include/boost/url/grammar/literal_rule.hpp | 2 +- include/boost/url/grammar/lut_chars.hpp | 2 +- include/boost/url/grammar/not_empty_rule.hpp | 2 +- include/boost/url/grammar/optional_rule.hpp | 2 +- include/boost/url/grammar/parse.hpp | 2 +- include/boost/url/grammar/range_rule.hpp | 2 +- include/boost/url/grammar/recycled.hpp | 2 +- include/boost/url/grammar/string_token.hpp | 2 +- include/boost/url/grammar/token_rule.hpp | 2 +- include/boost/url/grammar/tuple_rule.hpp | 2 +- include/boost/url/grammar/type_traits.hpp | 2 +- include/boost/url/grammar/unsigned_rule.hpp | 2 +- include/boost/url/grammar/variant_rule.hpp | 2 +- include/boost/url/grammar/vchars.hpp | 2 +- include/boost/url/host_type.hpp | 2 +- include/boost/url/ignore_case.hpp | 2 +- include/boost/url/impl/authority_view.ipp | 2 +- include/boost/url/impl/decode.hpp | 2 +- include/boost/url/impl/decode_view.hpp | 2 +- include/boost/url/impl/decode_view.ipp | 2 +- include/boost/url/impl/encode.hpp | 2 +- include/boost/url/impl/error.hpp | 2 +- include/boost/url/impl/error.ipp | 2 +- include/boost/url/impl/ipv4_address.ipp | 2 +- include/boost/url/impl/ipv6_address.ipp | 2 +- include/boost/url/impl/params_base.hpp | 2 +- include/boost/url/impl/params_base.ipp | 2 +- include/boost/url/impl/params_encoded_base.hpp | 2 +- include/boost/url/impl/params_encoded_base.ipp | 2 +- include/boost/url/impl/params_encoded_view.hpp | 2 +- include/boost/url/impl/params_encoded_view.ipp | 2 +- include/boost/url/impl/params_view.hpp | 2 +- include/boost/url/impl/params_view.ipp | 2 +- include/boost/url/impl/parse.ipp | 2 +- include/boost/url/impl/parse_path.ipp | 2 +- include/boost/url/impl/pct_string_view.ipp | 2 +- include/boost/url/impl/scheme.ipp | 2 +- include/boost/url/impl/segments_base.hpp | 2 +- include/boost/url/impl/segments_base.ipp | 2 +- include/boost/url/impl/segments_encoded_base.hpp | 2 +- include/boost/url/impl/segments_encoded_base.ipp | 2 +- include/boost/url/impl/segments_encoded_ref.hpp | 2 +- include/boost/url/impl/segments_encoded_ref.ipp | 2 +- include/boost/url/impl/segments_encoded_view.ipp | 2 +- include/boost/url/impl/segments_ref.hpp | 2 +- include/boost/url/impl/segments_ref.ipp | 2 +- include/boost/url/impl/segments_view.ipp | 2 +- include/boost/url/impl/static_url.ipp | 2 +- include/boost/url/impl/url.ipp | 2 +- include/boost/url/impl/url_base.ipp | 2 +- include/boost/url/impl/url_view.hpp | 2 +- include/boost/url/impl/url_view.ipp | 2 +- include/boost/url/impl/url_view_base.ipp | 2 +- include/boost/url/ipv4_address.hpp | 2 +- include/boost/url/ipv6_address.hpp | 2 +- include/boost/url/optional.hpp | 2 +- include/boost/url/param.hpp | 2 +- include/boost/url/params_base.hpp | 2 +- include/boost/url/params_const_encoded_view.hpp | 2 +- include/boost/url/params_const_view.hpp | 2 +- include/boost/url/params_encoded_base.hpp | 2 +- include/boost/url/params_encoded_view.hpp | 2 +- include/boost/url/params_view.hpp | 2 +- include/boost/url/parse.hpp | 2 +- include/boost/url/parse_path.hpp | 2 +- include/boost/url/pct_string_view.hpp | 2 +- include/boost/url/rfc/absolute_uri_rule.hpp | 2 +- include/boost/url/rfc/authority_rule.hpp | 2 +- include/boost/url/rfc/detail/charsets.hpp | 2 +- include/boost/url/rfc/detail/fragment_rule.hpp | 2 +- include/boost/url/rfc/detail/h16_rule.hpp | 2 +- include/boost/url/rfc/detail/hier_part_rule.hpp | 2 +- include/boost/url/rfc/detail/host_rule.hpp | 2 +- include/boost/url/rfc/detail/impl/h16_rule.ipp | 2 +- .../boost/url/rfc/detail/impl/hier_part_rule.ipp | 2 +- include/boost/url/rfc/detail/impl/host_rule.ipp | 2 +- .../url/rfc/detail/impl/ip_literal_rule.ipp | 2 +- .../boost/url/rfc/detail/impl/ipvfuture_rule.ipp | 2 +- include/boost/url/rfc/detail/impl/path_rules.ipp | 2 +- include/boost/url/rfc/detail/impl/port_rule.ipp | 2 +- .../url/rfc/detail/impl/relative_part_rule.ipp | 2 +- .../boost/url/rfc/detail/impl/scheme_rule.ipp | 2 +- .../boost/url/rfc/detail/impl/userinfo_rule.ipp | 2 +- include/boost/url/rfc/detail/ip_literal_rule.hpp | 2 +- include/boost/url/rfc/detail/ipvfuture_rule.hpp | 2 +- include/boost/url/rfc/detail/path_rules.hpp | 2 +- include/boost/url/rfc/detail/port_rule.hpp | 2 +- include/boost/url/rfc/detail/reg_name_rule.hpp | 2 +- .../boost/url/rfc/detail/relative_part_rule.hpp | 2 +- include/boost/url/rfc/detail/scheme_rule.hpp | 2 +- include/boost/url/rfc/detail/userinfo_rule.hpp | 2 +- include/boost/url/rfc/gen_delim_chars.hpp | 2 +- include/boost/url/rfc/impl/absolute_uri_rule.ipp | 2 +- include/boost/url/rfc/impl/authority_rule.ipp | 2 +- include/boost/url/rfc/impl/ipv4_address_rule.ipp | 2 +- include/boost/url/rfc/impl/ipv6_address_rule.ipp | 2 +- include/boost/url/rfc/impl/origin_form_rule.ipp | 2 +- include/boost/url/rfc/impl/pct_encoded_rule.hpp | 2 +- include/boost/url/rfc/impl/query_rule.ipp | 2 +- include/boost/url/rfc/impl/relative_ref_rule.ipp | 2 +- .../boost/url/rfc/impl/uri_reference_rule.ipp | 2 +- include/boost/url/rfc/impl/uri_rule.ipp | 2 +- include/boost/url/rfc/ipv4_address_rule.hpp | 2 +- include/boost/url/rfc/ipv6_address_rule.hpp | 2 +- include/boost/url/rfc/origin_form_rule.hpp | 2 +- include/boost/url/rfc/pchars.hpp | 2 +- include/boost/url/rfc/pct_encoded_rule.hpp | 2 +- include/boost/url/rfc/query_rule.hpp | 2 +- include/boost/url/rfc/relative_ref_rule.hpp | 2 +- include/boost/url/rfc/reserved_chars.hpp | 2 +- include/boost/url/rfc/sub_delim_chars.hpp | 2 +- include/boost/url/rfc/unreserved_chars.hpp | 2 +- include/boost/url/rfc/uri_reference_rule.hpp | 2 +- include/boost/url/rfc/uri_rule.hpp | 2 +- include/boost/url/scheme.hpp | 2 +- include/boost/url/segments_base.hpp | 2 +- include/boost/url/segments_encoded_base.hpp | 2 +- include/boost/url/segments_encoded_ref.hpp | 2 +- include/boost/url/segments_encoded_view.hpp | 2 +- include/boost/url/segments_ref.hpp | 2 +- include/boost/url/segments_view.hpp | 2 +- include/boost/url/src.hpp | 2 +- include/boost/url/static_url.hpp | 2 +- include/boost/url/string_view.hpp | 2 +- include/boost/url/url.hpp | 2 +- include/boost/url/url_base.hpp | 2 +- include/boost/url/url_view.hpp | 2 +- include/boost/url/url_view_base.hpp | 2 +- include/boost/url/urls.hpp | 2 +- include/boost/url/variant.hpp | 2 +- src/src.cpp | 2 +- test/CMakeLists.txt | 2 +- test/extra/CMakeLists.txt | 2 +- test/extra/Jamfile | 2 +- test/extra/test_suite.cpp | 2 +- test/limits/CMakeLists.txt | 2 +- test/limits/Jamfile | 2 +- test/limits/limits.cpp | 2 +- test/unit/CMakeLists.txt | 2 +- test/unit/Jamfile | 2 +- test/unit/authority_view.cpp | 2 +- test/unit/decode.cpp | 2 +- test/unit/decode_view.cpp | 2 +- test/unit/doc_container.cpp | 2 +- test/unit/doc_grammar.cpp | 2 +- test/unit/encode.cpp | 2 +- test/unit/error.cpp | 2 +- test/unit/error_types.cpp | 2 +- test/unit/grammar.cpp | 2 +- test/unit/grammar/alnum_chars.cpp | 2 +- test/unit/grammar/alpha_chars.cpp | 2 +- test/unit/grammar/charset.cpp | 2 +- test/unit/grammar/ci_string.cpp | 2 +- test/unit/grammar/copied_strings.cpp | 2 +- test/unit/grammar/dec_octet_rule.cpp | 2 +- test/unit/grammar/delim_rule.cpp | 2 +- test/unit/grammar/digit_chars.cpp | 2 +- test/unit/grammar/grammar_error.cpp | 2 +- test/unit/grammar/hexdig_chars.cpp | 2 +- test/unit/grammar/literal_rule.cpp | 2 +- test/unit/grammar/lut_chars.cpp | 2 +- test/unit/grammar/not_empty_rule.cpp | 2 +- test/unit/grammar/optional_rule.cpp | 2 +- test/unit/grammar/parse.cpp | 2 +- test/unit/grammar/range_rule.cpp | 2 +- test/unit/grammar/recycled.cpp | 2 +- test/unit/grammar/string_token.cpp | 2 +- test/unit/grammar/token_rule.cpp | 2 +- test/unit/grammar/tuple_rule.cpp | 2 +- test/unit/grammar/type_traits.cpp | 2 +- test/unit/grammar/unsigned_rule.cpp | 2 +- test/unit/grammar/variant_rule.cpp | 2 +- test/unit/grammar/vchars.cpp | 2 +- test/unit/host_type.cpp | 2 +- test/unit/ignore_case.cpp | 2 +- test/unit/ipv4_address.cpp | 2 +- test/unit/ipv6_address.cpp | 2 +- test/unit/natvis.cpp | 2 +- test/unit/optional.cpp | 2 +- test/unit/param.cpp | 2 +- test/unit/params_base.cpp | 2 +- test/unit/params_const_encoded_view.cpp | 2 +- test/unit/params_const_view.cpp | 2 +- test/unit/params_encoded_base.cpp | 2 +- test/unit/params_encoded_view.cpp | 2 +- test/unit/params_view.cpp | 2 +- test/unit/parse.cpp | 2 +- test/unit/parse_path.cpp | 2 +- test/unit/pct_string_view.cpp | 2 +- test/unit/rfc/absolute_uri_rule.cpp | 2 +- test/unit/rfc/authority_rule.cpp | 2 +- test/unit/rfc/gen_delim_chars.cpp | 2 +- test/unit/rfc/ipv4_address_rule.cpp | 2 +- test/unit/rfc/ipv6_address_rule.cpp | 2 +- test/unit/rfc/origin_form_rule.cpp | 2 +- test/unit/rfc/pchars.cpp | 2 +- test/unit/rfc/pct_encoded_rule.cpp | 2 +- test/unit/rfc/query_rule.cpp | 2 +- test/unit/rfc/relative_ref_rule.cpp | 2 +- test/unit/rfc/reserved_chars.cpp | 2 +- test/unit/rfc/sub_delim_chars.cpp | 2 +- test/unit/rfc/unreserved_chars.cpp | 2 +- test/unit/rfc/uri_reference_rule.cpp | 2 +- test/unit/rfc/uri_rule.cpp | 2 +- test/unit/scheme.cpp | 2 +- test/unit/segments_base.cpp | 2 +- test/unit/segments_encoded_base.cpp | 2 +- test/unit/segments_encoded_ref.cpp | 2 +- test/unit/segments_encoded_view.cpp | 2 +- test/unit/segments_ref.cpp | 2 +- test/unit/segments_test.cpp | 2 +- test/unit/segments_test.hpp | 2 +- test/unit/segments_view.cpp | 2 +- test/unit/snippets.cpp | 2 +- test/unit/static_url.cpp | 2 +- test/unit/string_view.cpp | 2 +- test/unit/test_rule.hpp | 2 +- test/unit/url.cpp | 2 +- test/unit/url_base.cpp | 2 +- test/unit/url_view.cpp | 2 +- test/unit/url_view_base.cpp | 2 +- test/unit/urls.cpp | 2 +- test/unit/variant.cpp | 2 +- test/wpt/CMakeLists.txt | 2 +- test/wpt/main.cpp | 2 +- 333 files changed, 342 insertions(+), 342 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63dd509f..bf24225c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/url +# Official repository: https://github.com/boostorg/url # cmake_minimum_required(VERSION 3.8...3.16) diff --git a/Jamfile b/Jamfile index 6bbf5d6f..cd2a8463 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/CPPAlliance/url +# Official repository: https://github.com/boostorg/url # import ../../config/checks/config : requires ; diff --git a/README.md b/README.md index f3bf526a..dedd9db2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ [![Boost.URL](https://raw.githubusercontent.com/vinniefalco/url/master/doc/images/repo-logo.png)](http://master.url.cpp.al/) -Branch | [`master`](https://github.com/CPPAlliance/url/tree/master) | [`develop`](https://github.com/CPPAlliance/url/tree/develop) | ---------------- | ----------------------------------------------------------- | ------------------------------------------------------------- | -Docs | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](http://master.url.cpp.al/) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](http://develop.url.cpp.al/) -[Drone](https://drone.io/) | [![Build Status](https://drone.cpp.al/api/badges/CPPAlliance/url/status.svg?ref=refs/heads/master)](https://drone.cpp.al/CPPAlliance/url) | [![Build Status](https://drone.cpp.al/api/badges/CPPAlliance/url/status.svg?ref=refs/heads/develop)](https://drone.cpp.al/CPPAlliance/url) -[GitHub Actions](https://github.com/) | [![CI](https://github.com/CPPAlliance/url/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/CPPAlliance/url/actions/workflows/ci.yml) | [![CI](https://github.com/CPPAlliance/url/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/CPPAlliance/url/actions/workflows/ci.yml) -[codecov.io](https://codecov.io) | [![codecov](https://codecov.io/gh/CPPAlliance/url/branch/master/graph/badge.svg)](https://codecov.io/gh/CPPAlliance/url/branch/master) | [![codecov](https://codecov.io/gh/CPPAlliance/url/branch/develop/graph/badge.svg)](https://codecov.io/gh/CPPAlliance/url/branch/develop) -Matrix | --- | --- -Fuzzing | --- | --- +Branch | [`master`](https://github.com/boostorg/url/tree/master) | [`develop`](https://github.com/boostorg/url/tree/develop) | +--------------- |-----------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------- | +Docs | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](http://master.url.cpp.al/) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](http://develop.url.cpp.al/) +[Drone](https://drone.io/) | [![Build Status](https://drone.cpp.al/api/badges/boostorg/url/status.svg?ref=refs/heads/master)](https://drone.cpp.al/boostorg/url) | [![Build Status](https://drone.cpp.al/api/badges/boostorg/url/status.svg?ref=refs/heads/develop)](https://drone.cpp.al/boostorg/url) +[GitHub Actions](https://github.com/) | [![CI](https://github.com/boostorg/url/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/url/actions/workflows/ci.yml) | [![CI](https://github.com/boostorg/url/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/url/actions/workflows/ci.yml) +[codecov.io](https://codecov.io) | [![codecov](https://codecov.io/gh/CPPAlliance/url/branch/master/graph/badge.svg)](https://codecov.io/gh/CPPAlliance/url/branch/master) | [![codecov](https://codecov.io/gh/CPPAlliance/url/branch/develop/graph/badge.svg)](https://codecov.io/gh/CPPAlliance/url/branch/develop) +Matrix | --- | --- +Fuzzing | --- | --- # Boost.URL diff --git a/doc/qbk/0.main.qbk b/doc/qbk/0.main.qbk index 7def120f..9649853f 100644 --- a/doc/qbk/0.main.qbk +++ b/doc/qbk/0.main.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [library Boost.URL @@ -27,8 +27,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]''''''] [def __rfc3986__ [@https://tools.ietf.org/html/rfc3986 rfc3986]] [def __rfc7230__ [@https://tools.ietf.org/html/rfc7230 rfc7230]] diff --git a/doc/qbk/1.0.overview.qbk b/doc/qbk/1.0.overview.qbk index 882c86b6..80fe9f8a 100644 --- a/doc/qbk/1.0.overview.qbk +++ b/doc/qbk/1.0.overview.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Overview] diff --git a/doc/qbk/2.0.quicklook.qbk b/doc/qbk/2.0.quicklook.qbk index ee4957ee..5f950989 100644 --- a/doc/qbk/2.0.quicklook.qbk +++ b/doc/qbk/2.0.quicklook.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Quick Look] diff --git a/doc/qbk/3.0.containers.qbk b/doc/qbk/3.0.containers.qbk index ef23f527..ee17cdaa 100644 --- a/doc/qbk/3.0.containers.qbk +++ b/doc/qbk/3.0.containers.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Containers] diff --git a/doc/qbk/3.1.parsing.qbk b/doc/qbk/3.1.parsing.qbk index 610b5e6b..a602c780 100644 --- a/doc/qbk/3.1.parsing.qbk +++ b/doc/qbk/3.1.parsing.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Parsing] diff --git a/doc/qbk/3.2.scheme.qbk b/doc/qbk/3.2.scheme.qbk index 78183fa9..45c0860f 100644 --- a/doc/qbk/3.2.scheme.qbk +++ b/doc/qbk/3.2.scheme.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/3.3.authority.qbk b/doc/qbk/3.3.authority.qbk index e65a7cf3..2373d3d8 100644 --- a/doc/qbk/3.3.authority.qbk +++ b/doc/qbk/3.3.authority.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/3.4.path.qbk b/doc/qbk/3.4.path.qbk index bfecd351..6f9db710 100644 --- a/doc/qbk/3.4.path.qbk +++ b/doc/qbk/3.4.path.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/3.5.query.qbk b/doc/qbk/3.5.query.qbk index 9e3f55c4..d2a6dab1 100644 --- a/doc/qbk/3.5.query.qbk +++ b/doc/qbk/3.5.query.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/3.6.fragment.qbk b/doc/qbk/3.6.fragment.qbk index c9a205c9..2ebed6ea 100644 --- a/doc/qbk/3.6.fragment.qbk +++ b/doc/qbk/3.6.fragment.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [/-----------------------------------------------------------------------------] diff --git a/doc/qbk/4.0.grammar.qbk b/doc/qbk/4.0.grammar.qbk index bfef5830..e6784532 100644 --- a/doc/qbk/4.0.grammar.qbk +++ b/doc/qbk/4.0.grammar.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section:grammar Customization] diff --git a/doc/qbk/4.1.rules.qbk b/doc/qbk/4.1.rules.qbk index b8642ee2..371676ac 100644 --- a/doc/qbk/4.1.rules.qbk +++ b/doc/qbk/4.1.rules.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Parse Rules] diff --git a/doc/qbk/4.2.charset.qbk b/doc/qbk/4.2.charset.qbk index a9cfb790..97e9daf2 100644 --- a/doc/qbk/4.2.charset.qbk +++ b/doc/qbk/4.2.charset.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Character Sets] diff --git a/doc/qbk/4.3.combinators.qbk b/doc/qbk/4.3.combinators.qbk index 3838830b..ea712c3c 100644 --- a/doc/qbk/4.3.combinators.qbk +++ b/doc/qbk/4.3.combinators.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Compound Rules] diff --git a/doc/qbk/4.4.range.qbk b/doc/qbk/4.4.range.qbk index d6087301..2c65a64e 100644 --- a/doc/qbk/4.4.range.qbk +++ b/doc/qbk/4.4.range.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Ranges] diff --git a/doc/qbk/4.5.rfc3986.qbk b/doc/qbk/4.5.rfc3986.qbk index 5ec97ebe..a041c2d8 100644 --- a/doc/qbk/4.5.rfc3986.qbk +++ b/doc/qbk/4.5.rfc3986.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section RFC 3986] diff --git a/doc/qbk/5.0.concepts.qbk b/doc/qbk/5.0.concepts.qbk index 482e2e67..7459d6b1 100644 --- a/doc/qbk/5.0.concepts.qbk +++ b/doc/qbk/5.0.concepts.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Concepts] diff --git a/doc/qbk/5.1.CharSet.qbk b/doc/qbk/5.1.CharSet.qbk index 25f6da5c..09a82cd9 100644 --- a/doc/qbk/5.1.CharSet.qbk +++ b/doc/qbk/5.1.CharSet.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section:charset CharSet] diff --git a/doc/qbk/5.2.MutableString.qbk b/doc/qbk/5.2.MutableString.qbk index 82cdb3fc..1acc104a 100644 --- a/doc/qbk/5.2.MutableString.qbk +++ b/doc/qbk/5.2.MutableString.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section MutableString] diff --git a/doc/qbk/5.3.Rule.qbk b/doc/qbk/5.3.Rule.qbk index d8a23a84..405edfca 100644 --- a/doc/qbk/5.3.Rule.qbk +++ b/doc/qbk/5.3.Rule.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section Rule] diff --git a/doc/qbk/5.4.StringToken.qbk b/doc/qbk/5.4.StringToken.qbk index 34f78e6b..4582eb26 100644 --- a/doc/qbk/5.4.StringToken.qbk +++ b/doc/qbk/5.4.StringToken.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section StringToken] diff --git a/doc/qbk/7.1.HelpCard.qbk b/doc/qbk/7.1.HelpCard.qbk index eebf2d9c..d96552f9 100644 --- a/doc/qbk/7.1.HelpCard.qbk +++ b/doc/qbk/7.1.HelpCard.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [section:helpcard Help Card] diff --git a/doc/qbk/clipboard.qbk b/doc/qbk/clipboard.qbk index 464be07b..64376623 100644 --- a/doc/qbk/clipboard.qbk +++ b/doc/qbk/clipboard.qbk @@ -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/CPPAlliance/url + Official repository: https://github.com/boostorg/url ] [/------------------------------------------------------------] diff --git a/doc/qbk/index.xml b/doc/qbk/index.xml index 02bcdea4..73232f80 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/CPPAlliance/url + Official repository: https://github.com/boostorg/url -->
diff --git a/doc/qbk/quickref.xml b/doc/qbk/quickref.xml index 65c0cd32..55e72df0 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/CPPAlliance/url + Official repository: https://github.com/boostorg/url --> diff --git a/doc/qbk/toc.xml b/doc/qbk/toc.xml index 9b2223eb..c36bbcd9 100644 --- a/doc/qbk/toc.xml +++ b/doc/qbk/toc.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/CPPAlliance/url + Official repository: https://github.com/boostorg/url --> Overview diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index ea4b3d9b..321000bb 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/url +# Official repository: https://github.com/boostorg/url # add_subdirectory(magnet) diff --git a/example/Jamfile b/example/Jamfile index 117a38ce..4980f422 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/url +# Official repository: https://github.com/boostorg/url # build-project magnet ; diff --git a/example/magnet/CMakeLists.txt b/example/magnet/CMakeLists.txt index b824d689..73ed489f 100644 --- a/example/magnet/CMakeLists.txt +++ b/example/magnet/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/url +# Official repository: https://github.com/boostorg/url # source_group("" FILES diff --git a/example/magnet/Jamfile b/example/magnet/Jamfile index 0bb508e9..5b6b1983 100644 --- a/example/magnet/Jamfile +++ b/example/magnet/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/url +# Official repository: https://github.com/boostorg/url # project : requirements ; diff --git a/example/route/CMakeLists.txt b/example/route/CMakeLists.txt index 35f1bc8e..f892dfc6 100644 --- a/example/route/CMakeLists.txt +++ b/example/route/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/url +# Official repository: https://github.com/boostorg/url # source_group("" FILES diff --git a/example/route/Jamfile b/example/route/Jamfile index df94dddf..7e9a5981 100644 --- a/example/route/Jamfile +++ b/example/route/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/url +# Official repository: https://github.com/boostorg/url # project : requirements ; diff --git a/example/route/route.cpp b/example/route/route.cpp index 6d0c1126..53a5c2fb 100644 --- a/example/route/route.cpp +++ b/example/route/route.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/url +// Official repository: https://github.com/boostorg/url // //[example_route diff --git a/extra/test_main.cpp b/extra/test_main.cpp index 0f59f6ac..307a7ae8 100644 --- a/extra/test_main.cpp +++ b/extra/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/url +// Official repository: https://github.com/boostorg/url // #include "test_suite.hpp" diff --git a/extra/test_suite.hpp b/extra/test_suite.hpp index c68a7932..940c86be 100644 --- a/extra/test_suite.hpp +++ b/extra/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_EXTRA_TEST_SUITE_HPP diff --git a/include/boost/url.hpp b/include/boost/url.hpp index 98686cca..7f57ab87 100644 --- a/include/boost/url.hpp +++ b/include/boost/url.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_HPP diff --git a/include/boost/url/authority_view.hpp b/include/boost/url/authority_view.hpp index 66033fd1..4156dfe2 100644 --- a/include/boost/url/authority_view.hpp +++ b/include/boost/url/authority_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_AUTHORITY_VIEW_HPP diff --git a/include/boost/url/decode.hpp b/include/boost/url/decode.hpp index 333591ea..962fdfbc 100644 --- a/include/boost/url/decode.hpp +++ b/include/boost/url/decode.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DECODE_HPP diff --git a/include/boost/url/decode_opts.hpp b/include/boost/url/decode_opts.hpp index 43e462d2..241997f1 100644 --- a/include/boost/url/decode_opts.hpp +++ b/include/boost/url/decode_opts.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DECODE_OPTS_HPP diff --git a/include/boost/url/decode_view.hpp b/include/boost/url/decode_view.hpp index c6516efc..e655e2d2 100644 --- a/include/boost/url/decode_view.hpp +++ b/include/boost/url/decode_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DECODE_VIEW_HPP diff --git a/include/boost/url/detail/any_params_iter.hpp b/include/boost/url/detail/any_params_iter.hpp index 39f4052e..0262e47a 100644 --- a/include/boost/url/detail/any_params_iter.hpp +++ b/include/boost/url/detail/any_params_iter.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_ANY_PARAMS_ITER_HPP diff --git a/include/boost/url/detail/any_segments_iter.hpp b/include/boost/url/detail/any_segments_iter.hpp index 49d8ce2b..74574751 100644 --- a/include/boost/url/detail/any_segments_iter.hpp +++ b/include/boost/url/detail/any_segments_iter.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_ANY_SEGMENTS_ITER_HPP diff --git a/include/boost/url/detail/config.hpp b/include/boost/url/detail/config.hpp index a038a37d..089d82e1 100644 --- a/include/boost/url/detail/config.hpp +++ b/include/boost/url/detail/config.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_CONFIG_HPP diff --git a/include/boost/url/detail/decode.hpp b/include/boost/url/detail/decode.hpp index f2b65c4b..622ac130 100644 --- a/include/boost/url/detail/decode.hpp +++ b/include/boost/url/detail/decode.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_DECODE_HPP diff --git a/include/boost/url/detail/decode_view.hpp b/include/boost/url/detail/decode_view.hpp index 44627200..47773b73 100644 --- a/include/boost/url/detail/decode_view.hpp +++ b/include/boost/url/detail/decode_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_DECODE_VIEW_HPP diff --git a/include/boost/url/detail/encode.hpp b/include/boost/url/detail/encode.hpp index 51c8a0c9..4108c24d 100644 --- a/include/boost/url/detail/encode.hpp +++ b/include/boost/url/detail/encode.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_ENCODE_HPP diff --git a/include/boost/url/detail/except.hpp b/include/boost/url/detail/except.hpp index 6897206c..d13863d5 100644 --- a/include/boost/url/detail/except.hpp +++ b/include/boost/url/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_EXCEPT_HPP diff --git a/include/boost/url/detail/impl/any_params_iter.ipp b/include/boost/url/detail/impl/any_params_iter.ipp index 4c730994..1ff8835c 100644 --- a/include/boost/url/detail/impl/any_params_iter.ipp +++ b/include/boost/url/detail/impl/any_params_iter.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_ANY_PARAMS_ITER_IPP diff --git a/include/boost/url/detail/impl/any_segments_iter.ipp b/include/boost/url/detail/impl/any_segments_iter.ipp index 58e1845a..f49d4159 100644 --- a/include/boost/url/detail/impl/any_segments_iter.ipp +++ b/include/boost/url/detail/impl/any_segments_iter.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_ANY_SEGMENTS_ITER_IPP diff --git a/include/boost/url/detail/impl/decode.hpp b/include/boost/url/detail/impl/decode.hpp index dd7d0955..8d037ad5 100644 --- a/include/boost/url/detail/impl/decode.hpp +++ b/include/boost/url/detail/impl/decode.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_DECODE_HPP diff --git a/include/boost/url/detail/impl/decode.ipp b/include/boost/url/detail/impl/decode.ipp index a2501d80..c6ed7e22 100644 --- a/include/boost/url/detail/impl/decode.ipp +++ b/include/boost/url/detail/impl/decode.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_DECODE_IPP diff --git a/include/boost/url/detail/impl/decode_view.ipp b/include/boost/url/detail/impl/decode_view.ipp index d82cdfce..f1892722 100644 --- a/include/boost/url/detail/impl/decode_view.ipp +++ b/include/boost/url/detail/impl/decode_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_DECODE_VIEW_IPP diff --git a/include/boost/url/detail/impl/except.ipp b/include/boost/url/detail/impl/except.ipp index f4ec6fe6..d6977a59 100644 --- a/include/boost/url/detail/impl/except.ipp +++ b/include/boost/url/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_EXCEPT_IPP diff --git a/include/boost/url/detail/impl/normalize.ipp b/include/boost/url/detail/impl/normalize.ipp index d0748c2b..b54e8ecc 100644 --- a/include/boost/url/detail/impl/normalize.ipp +++ b/include/boost/url/detail/impl/normalize.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_NORMALIZE_IPP diff --git a/include/boost/url/detail/impl/params_iter_impl.ipp b/include/boost/url/detail/impl/params_iter_impl.ipp index 631bd4e7..da3645f1 100644 --- a/include/boost/url/detail/impl/params_iter_impl.ipp +++ b/include/boost/url/detail/impl/params_iter_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_PARAMS_ITER_IMPL_IPP diff --git a/include/boost/url/detail/impl/path.ipp b/include/boost/url/detail/impl/path.ipp index 736df2f4..916bfa70 100644 --- a/include/boost/url/detail/impl/path.ipp +++ b/include/boost/url/detail/impl/path.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_PATH_IPP diff --git a/include/boost/url/detail/impl/remove_dot_segments.ipp b/include/boost/url/detail/impl/remove_dot_segments.ipp index 24ab1977..202432d9 100644 --- a/include/boost/url/detail/impl/remove_dot_segments.ipp +++ b/include/boost/url/detail/impl/remove_dot_segments.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_REMOVE_DOT_SEGMENTS_IPP diff --git a/include/boost/url/detail/impl/segments_iter_impl.ipp b/include/boost/url/detail/impl/segments_iter_impl.ipp index e7f2d0ae..43904653 100644 --- a/include/boost/url/detail/impl/segments_iter_impl.ipp +++ b/include/boost/url/detail/impl/segments_iter_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_SEGMENTS_ITER_IMPL_IPP diff --git a/include/boost/url/detail/impl/url_impl.ipp b/include/boost/url/detail/impl/url_impl.ipp index d187bdd2..3e164ce7 100644 --- a/include/boost/url/detail/impl/url_impl.ipp +++ b/include/boost/url/detail/impl/url_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_URL_IMPL_IPP diff --git a/include/boost/url/detail/move_chars.hpp b/include/boost/url/detail/move_chars.hpp index d9beacff..a1e9bb04 100644 --- a/include/boost/url/detail/move_chars.hpp +++ b/include/boost/url/detail/move_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_MOVE_CHARS_HPP diff --git a/include/boost/url/detail/normalize.hpp b/include/boost/url/detail/normalize.hpp index 74322757..60e74abf 100644 --- a/include/boost/url/detail/normalize.hpp +++ b/include/boost/url/detail/normalize.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_NORMALIZED_HPP diff --git a/include/boost/url/detail/over_allocator.hpp b/include/boost/url/detail/over_allocator.hpp index 97cad201..2a084e6f 100644 --- a/include/boost/url/detail/over_allocator.hpp +++ b/include/boost/url/detail/over_allocator.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_OVER_ALLOCATOR_HPP diff --git a/include/boost/url/detail/params_iter_impl.hpp b/include/boost/url/detail/params_iter_impl.hpp index 04af661f..628586ee 100644 --- a/include/boost/url/detail/params_iter_impl.hpp +++ b/include/boost/url/detail/params_iter_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_PARAMS_ITER_IMPL_HPP diff --git a/include/boost/url/detail/parts_base.hpp b/include/boost/url/detail/parts_base.hpp index 3dcb03a2..d1958fad 100644 --- a/include/boost/url/detail/parts_base.hpp +++ b/include/boost/url/detail/parts_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_PARTS_BASE_HPP diff --git a/include/boost/url/detail/path.hpp b/include/boost/url/detail/path.hpp index c0c7cf0d..d7f0aae2 100644 --- a/include/boost/url/detail/path.hpp +++ b/include/boost/url/detail/path.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_PATH_HPP diff --git a/include/boost/url/detail/print.hpp b/include/boost/url/detail/print.hpp index 4b1099ee..89a07829 100644 --- a/include/boost/url/detail/print.hpp +++ b/include/boost/url/detail/print.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_PRINT_HPP diff --git a/include/boost/url/detail/remove_dot_segments.hpp b/include/boost/url/detail/remove_dot_segments.hpp index 79935055..167694e9 100644 --- a/include/boost/url/detail/remove_dot_segments.hpp +++ b/include/boost/url/detail/remove_dot_segments.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_REMOVE_DOT_SEGMENTS_HPP diff --git a/include/boost/url/detail/segments_iter_impl.hpp b/include/boost/url/detail/segments_iter_impl.hpp index 9c760e90..9edfd7bc 100644 --- a/include/boost/url/detail/segments_iter_impl.hpp +++ b/include/boost/url/detail/segments_iter_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_SEGMENTS_ITER_IMPL_HPP diff --git a/include/boost/url/detail/url_impl.hpp b/include/boost/url/detail/url_impl.hpp index 2de19c1c..98b5d68d 100644 --- a/include/boost/url/detail/url_impl.hpp +++ b/include/boost/url/detail/url_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_URL_IMPL_HPP diff --git a/include/boost/url/encode.hpp b/include/boost/url/encode.hpp index 0372b978..566113f6 100644 --- a/include/boost/url/encode.hpp +++ b/include/boost/url/encode.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_ENCODE_HPP diff --git a/include/boost/url/encode_opts.hpp b/include/boost/url/encode_opts.hpp index 92cf0d5d..435f2548 100644 --- a/include/boost/url/encode_opts.hpp +++ b/include/boost/url/encode_opts.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_ENCODE_OPTS_HPP diff --git a/include/boost/url/error.hpp b/include/boost/url/error.hpp index 8dc6c82d..23b0704f 100644 --- a/include/boost/url/error.hpp +++ b/include/boost/url/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_ERROR_HPP diff --git a/include/boost/url/error_types.hpp b/include/boost/url/error_types.hpp index cb06209d..29517cd3 100644 --- a/include/boost/url/error_types.hpp +++ b/include/boost/url/error_types.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_ERROR_TYPES_HPP diff --git a/include/boost/url/grammar.hpp b/include/boost/url/grammar.hpp index f576434a..78c718a4 100644 --- a/include/boost/url/grammar.hpp +++ b/include/boost/url/grammar.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_HPP diff --git a/include/boost/url/grammar/all_chars.hpp b/include/boost/url/grammar/all_chars.hpp index 57352f2e..dc66789b 100644 --- a/include/boost/url/grammar/all_chars.hpp +++ b/include/boost/url/grammar/all_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_ALL_CHARS_HPP diff --git a/include/boost/url/grammar/alnum_chars.hpp b/include/boost/url/grammar/alnum_chars.hpp index 89a6437a..bd6cb96d 100644 --- a/include/boost/url/grammar/alnum_chars.hpp +++ b/include/boost/url/grammar/alnum_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_ALNUM_CHARS_HPP diff --git a/include/boost/url/grammar/alpha_chars.hpp b/include/boost/url/grammar/alpha_chars.hpp index a23f8d33..51dd83ae 100644 --- a/include/boost/url/grammar/alpha_chars.hpp +++ b/include/boost/url/grammar/alpha_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_ALPHA_CHARS_HPP diff --git a/include/boost/url/grammar/charset.hpp b/include/boost/url/grammar/charset.hpp index 03760b4f..fed70dbf 100644 --- a/include/boost/url/grammar/charset.hpp +++ b/include/boost/url/grammar/charset.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_CHARSET_HPP diff --git a/include/boost/url/grammar/ci_string.hpp b/include/boost/url/grammar/ci_string.hpp index 4f46813b..50e790f8 100644 --- a/include/boost/url/grammar/ci_string.hpp +++ b/include/boost/url/grammar/ci_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_CI_STRING_HPP diff --git a/include/boost/url/grammar/dec_octet_rule.hpp b/include/boost/url/grammar/dec_octet_rule.hpp index bd072d7f..d32ab46a 100644 --- a/include/boost/url/grammar/dec_octet_rule.hpp +++ b/include/boost/url/grammar/dec_octet_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DEC_OCTET_RULE_HPP diff --git a/include/boost/url/grammar/delim_rule.hpp b/include/boost/url/grammar/delim_rule.hpp index cc1f9836..2493d6b0 100644 --- a/include/boost/url/grammar/delim_rule.hpp +++ b/include/boost/url/grammar/delim_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DELIM_RULE_HPP diff --git a/include/boost/url/grammar/detail/charset.hpp b/include/boost/url/grammar/detail/charset.hpp index a55fb467..c41a4d20 100644 --- a/include/boost/url/grammar/detail/charset.hpp +++ b/include/boost/url/grammar/detail/charset.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DETAIL_CHARSET_HPP diff --git a/include/boost/url/grammar/detail/ci_string.hpp b/include/boost/url/grammar/detail/ci_string.hpp index d6b72272..536383be 100644 --- a/include/boost/url/grammar/detail/ci_string.hpp +++ b/include/boost/url/grammar/detail/ci_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DETAIL_CI_STRING_HPP diff --git a/include/boost/url/grammar/detail/impl/ci_string.ipp b/include/boost/url/grammar/detail/impl/ci_string.ipp index 8d19556f..4854acf8 100644 --- a/include/boost/url/grammar/detail/impl/ci_string.ipp +++ b/include/boost/url/grammar/detail/impl/ci_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DETAIL_IMPL_CI_STRING_IPP diff --git a/include/boost/url/grammar/detail/impl/recycled.ipp b/include/boost/url/grammar/detail/impl/recycled.ipp index 989903d7..cf2a03e4 100644 --- a/include/boost/url/grammar/detail/impl/recycled.ipp +++ b/include/boost/url/grammar/detail/impl/recycled.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DETAIL_IMPL_RECYCLED_IPP diff --git a/include/boost/url/grammar/detail/recycled.hpp b/include/boost/url/grammar/detail/recycled.hpp index 887bde53..a116f13f 100644 --- a/include/boost/url/grammar/detail/recycled.hpp +++ b/include/boost/url/grammar/detail/recycled.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DETAIL_RECYCLED_HPP diff --git a/include/boost/url/grammar/detail/type_traits.hpp b/include/boost/url/grammar/detail/type_traits.hpp index 44a84966..b4c21adb 100644 --- a/include/boost/url/grammar/detail/type_traits.hpp +++ b/include/boost/url/grammar/detail/type_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DETAIL_TYPE_TRAITS_HPP diff --git a/include/boost/url/grammar/digit_chars.hpp b/include/boost/url/grammar/digit_chars.hpp index 8a613334..a48b0b8c 100644 --- a/include/boost/url/grammar/digit_chars.hpp +++ b/include/boost/url/grammar/digit_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_DIGIT_CHARS_HPP diff --git a/include/boost/url/grammar/error.hpp b/include/boost/url/grammar/error.hpp index 7cc31644..7cdaaf79 100644 --- a/include/boost/url/grammar/error.hpp +++ b/include/boost/url/grammar/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_ERROR_HPP diff --git a/include/boost/url/grammar/hexdig_chars.hpp b/include/boost/url/grammar/hexdig_chars.hpp index c462d4f9..6ecf2366 100644 --- a/include/boost/url/grammar/hexdig_chars.hpp +++ b/include/boost/url/grammar/hexdig_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_HEXDIG_CHARS_HPP diff --git a/include/boost/url/grammar/impl/ci_string.ipp b/include/boost/url/grammar/impl/ci_string.ipp index 2e0afa84..484d230b 100644 --- a/include/boost/url/grammar/impl/ci_string.ipp +++ b/include/boost/url/grammar/impl/ci_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_CI_STRING_IPP diff --git a/include/boost/url/grammar/impl/dec_octet_rule.ipp b/include/boost/url/grammar/impl/dec_octet_rule.ipp index 08b157e0..a4ae2d8d 100644 --- a/include/boost/url/grammar/impl/dec_octet_rule.ipp +++ b/include/boost/url/grammar/impl/dec_octet_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_GRAMMAR_DEC_OCTET_RULE_IPP diff --git a/include/boost/url/grammar/impl/delim_rule.ipp b/include/boost/url/grammar/impl/delim_rule.ipp index e753b5fc..4341a136 100644 --- a/include/boost/url/grammar/impl/delim_rule.ipp +++ b/include/boost/url/grammar/impl/delim_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_DELIM_RULE_IPP diff --git a/include/boost/url/grammar/impl/error.hpp b/include/boost/url/grammar/impl/error.hpp index 94d00bd9..4dcdbe24 100644 --- a/include/boost/url/grammar/impl/error.hpp +++ b/include/boost/url/grammar/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_ERROR_HPP diff --git a/include/boost/url/grammar/impl/error.ipp b/include/boost/url/grammar/impl/error.ipp index da5d627f..ba602e76 100644 --- a/include/boost/url/grammar/impl/error.ipp +++ b/include/boost/url/grammar/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_ERROR_IPP diff --git a/include/boost/url/grammar/impl/literal_rule.ipp b/include/boost/url/grammar/impl/literal_rule.ipp index 4b7c2071..fb189270 100644 --- a/include/boost/url/grammar/impl/literal_rule.ipp +++ b/include/boost/url/grammar/impl/literal_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_LITERAL_RULE_IPP diff --git a/include/boost/url/grammar/impl/not_empty_rule.hpp b/include/boost/url/grammar/impl/not_empty_rule.hpp index ee498d4f..37689b93 100644 --- a/include/boost/url/grammar/impl/not_empty_rule.hpp +++ b/include/boost/url/grammar/impl/not_empty_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_NOT_EMPTY_RULE_HPP diff --git a/include/boost/url/grammar/impl/optional_rule.hpp b/include/boost/url/grammar/impl/optional_rule.hpp index 57203b9c..75016794 100644 --- a/include/boost/url/grammar/impl/optional_rule.hpp +++ b/include/boost/url/grammar/impl/optional_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_OPTIONAL_RULE_HPP diff --git a/include/boost/url/grammar/impl/parse.hpp b/include/boost/url/grammar/impl/parse.hpp index 2aaa78e9..f03631f0 100644 --- a/include/boost/url/grammar/impl/parse.hpp +++ b/include/boost/url/grammar/impl/parse.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_PARSE_HPP diff --git a/include/boost/url/grammar/impl/range_rule.hpp b/include/boost/url/grammar/impl/range_rule.hpp index 13293d06..d9894a2a 100644 --- a/include/boost/url/grammar/impl/range_rule.hpp +++ b/include/boost/url/grammar/impl/range_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_RANGE_HPP diff --git a/include/boost/url/grammar/impl/recycled.hpp b/include/boost/url/grammar/impl/recycled.hpp index bc866cb0..c8cad0a7 100644 --- a/include/boost/url/grammar/impl/recycled.hpp +++ b/include/boost/url/grammar/impl/recycled.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_RECYCLED_PTR_HPP diff --git a/include/boost/url/grammar/impl/token_rule.hpp b/include/boost/url/grammar/impl/token_rule.hpp index 64659f19..1ec063a6 100644 --- a/include/boost/url/grammar/impl/token_rule.hpp +++ b/include/boost/url/grammar/impl/token_rule.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/http_proto +// Official repository: https://github.com/boostorg/http_proto // #ifndef BOOST_URL_IMPL_GRAMMAR_TOKEN_RULE_HPP diff --git a/include/boost/url/grammar/impl/tuple_rule.hpp b/include/boost/url/grammar/impl/tuple_rule.hpp index 1605ac32..ae2cf130 100644 --- a/include/boost/url/grammar/impl/tuple_rule.hpp +++ b/include/boost/url/grammar/impl/tuple_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_TUPLE_RULE_HPP diff --git a/include/boost/url/grammar/impl/unsigned_rule.hpp b/include/boost/url/grammar/impl/unsigned_rule.hpp index 19e7406d..f45d371e 100644 --- a/include/boost/url/grammar/impl/unsigned_rule.hpp +++ b/include/boost/url/grammar/impl/unsigned_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_UNSIGNED_RULE_HPP diff --git a/include/boost/url/grammar/impl/variant_rule.hpp b/include/boost/url/grammar/impl/variant_rule.hpp index 2e367447..86f12e07 100644 --- a/include/boost/url/grammar/impl/variant_rule.hpp +++ b/include/boost/url/grammar/impl/variant_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_IMPL_VARIANT_RULE_HPP diff --git a/include/boost/url/grammar/literal_rule.hpp b/include/boost/url/grammar/literal_rule.hpp index 779c26a9..73b15697 100644 --- a/include/boost/url/grammar/literal_rule.hpp +++ b/include/boost/url/grammar/literal_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_LITERAL_RULE_HPP diff --git a/include/boost/url/grammar/lut_chars.hpp b/include/boost/url/grammar/lut_chars.hpp index 691fb9c5..c4e050c0 100644 --- a/include/boost/url/grammar/lut_chars.hpp +++ b/include/boost/url/grammar/lut_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_LUT_CHARS_HPP diff --git a/include/boost/url/grammar/not_empty_rule.hpp b/include/boost/url/grammar/not_empty_rule.hpp index 69d6ed72..9ffe3f6c 100644 --- a/include/boost/url/grammar/not_empty_rule.hpp +++ b/include/boost/url/grammar/not_empty_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_NOT_EMPTY_RULE_HPP diff --git a/include/boost/url/grammar/optional_rule.hpp b/include/boost/url/grammar/optional_rule.hpp index 24e327bc..fd1affc5 100644 --- a/include/boost/url/grammar/optional_rule.hpp +++ b/include/boost/url/grammar/optional_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_OPTIONAL_RULE_HPP diff --git a/include/boost/url/grammar/parse.hpp b/include/boost/url/grammar/parse.hpp index 339e29d3..71cf69cd 100644 --- a/include/boost/url/grammar/parse.hpp +++ b/include/boost/url/grammar/parse.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_PARSE_HPP diff --git a/include/boost/url/grammar/range_rule.hpp b/include/boost/url/grammar/range_rule.hpp index 7fa12f6b..e89dbb1f 100644 --- a/include/boost/url/grammar/range_rule.hpp +++ b/include/boost/url/grammar/range_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_RANGE_RULE_HPP diff --git a/include/boost/url/grammar/recycled.hpp b/include/boost/url/grammar/recycled.hpp index 2e1243a7..7eef7385 100644 --- a/include/boost/url/grammar/recycled.hpp +++ b/include/boost/url/grammar/recycled.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_RECYCLED_HPP diff --git a/include/boost/url/grammar/string_token.hpp b/include/boost/url/grammar/string_token.hpp index dcebdbb4..876e5e55 100644 --- a/include/boost/url/grammar/string_token.hpp +++ b/include/boost/url/grammar/string_token.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_STRING_TOKEN_HPP diff --git a/include/boost/url/grammar/token_rule.hpp b/include/boost/url/grammar/token_rule.hpp index b1b6d01e..dbb8ec2d 100644 --- a/include/boost/url/grammar/token_rule.hpp +++ b/include/boost/url/grammar/token_rule.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/http_proto +// Official repository: https://github.com/boostorg/http_proto // #ifndef BOOST_URL_GRAMMAR_TOKEN_RULE_HPP diff --git a/include/boost/url/grammar/tuple_rule.hpp b/include/boost/url/grammar/tuple_rule.hpp index 6c4b7cbe..bb59ca96 100644 --- a/include/boost/url/grammar/tuple_rule.hpp +++ b/include/boost/url/grammar/tuple_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_TUPLE_RULE_HPP diff --git a/include/boost/url/grammar/type_traits.hpp b/include/boost/url/grammar/type_traits.hpp index a6c6712e..51de58fa 100644 --- a/include/boost/url/grammar/type_traits.hpp +++ b/include/boost/url/grammar/type_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_TYPE_TRAITS_HPP diff --git a/include/boost/url/grammar/unsigned_rule.hpp b/include/boost/url/grammar/unsigned_rule.hpp index 41caae2f..9addf3ce 100644 --- a/include/boost/url/grammar/unsigned_rule.hpp +++ b/include/boost/url/grammar/unsigned_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_UNSIGNED_RULE_HPP diff --git a/include/boost/url/grammar/variant_rule.hpp b/include/boost/url/grammar/variant_rule.hpp index 99fa457e..f8bcf20e 100644 --- a/include/boost/url/grammar/variant_rule.hpp +++ b/include/boost/url/grammar/variant_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_VARIANT_RULE_HPP diff --git a/include/boost/url/grammar/vchars.hpp b/include/boost/url/grammar/vchars.hpp index 05df326d..1b161dcc 100644 --- a/include/boost/url/grammar/vchars.hpp +++ b/include/boost/url/grammar/vchars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_GRAMMAR_VCHARS_HPP diff --git a/include/boost/url/host_type.hpp b/include/boost/url/host_type.hpp index 228797fc..d0d9fb6a 100644 --- a/include/boost/url/host_type.hpp +++ b/include/boost/url/host_type.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_HOST_TYPE_HPP diff --git a/include/boost/url/ignore_case.hpp b/include/boost/url/ignore_case.hpp index c964ba86..9c326b6b 100644 --- a/include/boost/url/ignore_case.hpp +++ b/include/boost/url/ignore_case.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IGNORE_CASE_HPP diff --git a/include/boost/url/impl/authority_view.ipp b/include/boost/url/impl/authority_view.ipp index 48becf45..cb64f96a 100644 --- a/include/boost/url/impl/authority_view.ipp +++ b/include/boost/url/impl/authority_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_AUTHORITY_VIEW_IPP diff --git a/include/boost/url/impl/decode.hpp b/include/boost/url/impl/decode.hpp index f8c2a5cc..0807f58a 100644 --- a/include/boost/url/impl/decode.hpp +++ b/include/boost/url/impl/decode.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_DECODE_HPP diff --git a/include/boost/url/impl/decode_view.hpp b/include/boost/url/impl/decode_view.hpp index d5a80ffa..faf84894 100644 --- a/include/boost/url/impl/decode_view.hpp +++ b/include/boost/url/impl/decode_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PCT_ENCODED_VIEW_HPP diff --git a/include/boost/url/impl/decode_view.ipp b/include/boost/url/impl/decode_view.ipp index d2577cff..b4368b66 100644 --- a/include/boost/url/impl/decode_view.ipp +++ b/include/boost/url/impl/decode_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PCT_ENCODED_VIEW_IPP diff --git a/include/boost/url/impl/encode.hpp b/include/boost/url/impl/encode.hpp index 62f78d36..8e32e65f 100644 --- a/include/boost/url/impl/encode.hpp +++ b/include/boost/url/impl/encode.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_ENCODE_HPP diff --git a/include/boost/url/impl/error.hpp b/include/boost/url/impl/error.hpp index 49bb79a6..ee8b3a18 100644 --- a/include/boost/url/impl/error.hpp +++ b/include/boost/url/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_ERROR_HPP diff --git a/include/boost/url/impl/error.ipp b/include/boost/url/impl/error.ipp index 54101623..40f88109 100644 --- a/include/boost/url/impl/error.ipp +++ b/include/boost/url/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_ERROR_IPP diff --git a/include/boost/url/impl/ipv4_address.ipp b/include/boost/url/impl/ipv4_address.ipp index 7896aab2..98a958d9 100644 --- a/include/boost/url/impl/ipv4_address.ipp +++ b/include/boost/url/impl/ipv4_address.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_IPV4_ADDRESS_IPP diff --git a/include/boost/url/impl/ipv6_address.ipp b/include/boost/url/impl/ipv6_address.ipp index a8128aa4..30c6920e 100644 --- a/include/boost/url/impl/ipv6_address.ipp +++ b/include/boost/url/impl/ipv6_address.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_IPV6_ADDRESS_IPP diff --git a/include/boost/url/impl/params_base.hpp b/include/boost/url/impl/params_base.hpp index 6a53055f..60dac3c8 100644 --- a/include/boost/url/impl/params_base.hpp +++ b/include/boost/url/impl/params_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARAMS_BASE_HPP diff --git a/include/boost/url/impl/params_base.ipp b/include/boost/url/impl/params_base.ipp index 9e5a3770..4f2fd6f0 100644 --- a/include/boost/url/impl/params_base.ipp +++ b/include/boost/url/impl/params_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARAMS_BASE_IPP diff --git a/include/boost/url/impl/params_encoded_base.hpp b/include/boost/url/impl/params_encoded_base.hpp index f376d296..dbe50430 100644 --- a/include/boost/url/impl/params_encoded_base.hpp +++ b/include/boost/url/impl/params_encoded_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARAMS_ENCODED_BASE_HPP diff --git a/include/boost/url/impl/params_encoded_base.ipp b/include/boost/url/impl/params_encoded_base.ipp index 616e42c5..44af99b6 100644 --- a/include/boost/url/impl/params_encoded_base.ipp +++ b/include/boost/url/impl/params_encoded_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARAMS_ENCODED_BASE_IPP diff --git a/include/boost/url/impl/params_encoded_view.hpp b/include/boost/url/impl/params_encoded_view.hpp index 29e9d8e5..056ac36a 100644 --- a/include/boost/url/impl/params_encoded_view.hpp +++ b/include/boost/url/impl/params_encoded_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARAMS_ENCODED_VIEW_HPP diff --git a/include/boost/url/impl/params_encoded_view.ipp b/include/boost/url/impl/params_encoded_view.ipp index b12b54d0..8c5ec846 100644 --- a/include/boost/url/impl/params_encoded_view.ipp +++ b/include/boost/url/impl/params_encoded_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARAMS_ENCODED_VIEW_IPP diff --git a/include/boost/url/impl/params_view.hpp b/include/boost/url/impl/params_view.hpp index 982d8e3b..ce7b69e5 100644 --- a/include/boost/url/impl/params_view.hpp +++ b/include/boost/url/impl/params_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARAMS_VIEW_HPP diff --git a/include/boost/url/impl/params_view.ipp b/include/boost/url/impl/params_view.ipp index 290b05cd..d661c205 100644 --- a/include/boost/url/impl/params_view.ipp +++ b/include/boost/url/impl/params_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARAMS_VIEW_IPP diff --git a/include/boost/url/impl/parse.ipp b/include/boost/url/impl/parse.ipp index 396979b5..f063eeb1 100644 --- a/include/boost/url/impl/parse.ipp +++ b/include/boost/url/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARSE_IPP diff --git a/include/boost/url/impl/parse_path.ipp b/include/boost/url/impl/parse_path.ipp index 903c165d..a1b7c723 100644 --- a/include/boost/url/impl/parse_path.ipp +++ b/include/boost/url/impl/parse_path.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PARSE_PATH_IPP diff --git a/include/boost/url/impl/pct_string_view.ipp b/include/boost/url/impl/pct_string_view.ipp index d0eea4b2..e551338b 100644 --- a/include/boost/url/impl/pct_string_view.ipp +++ b/include/boost/url/impl/pct_string_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PCT_STRING_VIEW_IPP diff --git a/include/boost/url/impl/scheme.ipp b/include/boost/url/impl/scheme.ipp index a19ce19e..eb8d7786 100644 --- a/include/boost/url/impl/scheme.ipp +++ b/include/boost/url/impl/scheme.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SCHEME_IPP diff --git a/include/boost/url/impl/segments_base.hpp b/include/boost/url/impl/segments_base.hpp index 143260c5..262a48f1 100644 --- a/include/boost/url/impl/segments_base.hpp +++ b/include/boost/url/impl/segments_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_BASE_HPP diff --git a/include/boost/url/impl/segments_base.ipp b/include/boost/url/impl/segments_base.ipp index 5d5fdd86..8c137e19 100644 --- a/include/boost/url/impl/segments_base.ipp +++ b/include/boost/url/impl/segments_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_BASE_IPP diff --git a/include/boost/url/impl/segments_encoded_base.hpp b/include/boost/url/impl/segments_encoded_base.hpp index 9b0f53df..e14ee436 100644 --- a/include/boost/url/impl/segments_encoded_base.hpp +++ b/include/boost/url/impl/segments_encoded_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_ENCODED_BASE_HPP diff --git a/include/boost/url/impl/segments_encoded_base.ipp b/include/boost/url/impl/segments_encoded_base.ipp index 37d117a6..feca155d 100644 --- a/include/boost/url/impl/segments_encoded_base.ipp +++ b/include/boost/url/impl/segments_encoded_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_ENCODED_BASE_IPP diff --git a/include/boost/url/impl/segments_encoded_ref.hpp b/include/boost/url/impl/segments_encoded_ref.hpp index 5ac87fc3..ede4f483 100644 --- a/include/boost/url/impl/segments_encoded_ref.hpp +++ b/include/boost/url/impl/segments_encoded_ref.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_ENCODED_REF_HPP diff --git a/include/boost/url/impl/segments_encoded_ref.ipp b/include/boost/url/impl/segments_encoded_ref.ipp index d28d964b..8f05ebd9 100644 --- a/include/boost/url/impl/segments_encoded_ref.ipp +++ b/include/boost/url/impl/segments_encoded_ref.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_ENCODED_REF_IPP diff --git a/include/boost/url/impl/segments_encoded_view.ipp b/include/boost/url/impl/segments_encoded_view.ipp index 43faf5ad..bd0d00fc 100644 --- a/include/boost/url/impl/segments_encoded_view.ipp +++ b/include/boost/url/impl/segments_encoded_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_ENCODED_VIEW_IPP diff --git a/include/boost/url/impl/segments_ref.hpp b/include/boost/url/impl/segments_ref.hpp index 2c5c3625..33f543df 100644 --- a/include/boost/url/impl/segments_ref.hpp +++ b/include/boost/url/impl/segments_ref.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_REF_HPP diff --git a/include/boost/url/impl/segments_ref.ipp b/include/boost/url/impl/segments_ref.ipp index 46c3e25d..e82ea611 100644 --- a/include/boost/url/impl/segments_ref.ipp +++ b/include/boost/url/impl/segments_ref.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_REF_IPP diff --git a/include/boost/url/impl/segments_view.ipp b/include/boost/url/impl/segments_view.ipp index f20dd42a..98cf7988 100644 --- a/include/boost/url/impl/segments_view.ipp +++ b/include/boost/url/impl/segments_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SEGMENTS_VIEW_IPP diff --git a/include/boost/url/impl/static_url.ipp b/include/boost/url/impl/static_url.ipp index a9bbda4b..5cd31450 100644 --- a/include/boost/url/impl/static_url.ipp +++ b/include/boost/url/impl/static_url.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_STATIC_URL_IPP diff --git a/include/boost/url/impl/url.ipp b/include/boost/url/impl/url.ipp index 40ac1c59..d273b9d1 100644 --- a/include/boost/url/impl/url.ipp +++ b/include/boost/url/impl/url.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_URL_IPP diff --git a/include/boost/url/impl/url_base.ipp b/include/boost/url/impl/url_base.ipp index 597a9f02..a5531936 100644 --- a/include/boost/url/impl/url_base.ipp +++ b/include/boost/url/impl/url_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_URL_BASE_IPP diff --git a/include/boost/url/impl/url_view.hpp b/include/boost/url/impl/url_view.hpp index 9f13ba5c..a0be02e8 100644 --- a/include/boost/url/impl/url_view.hpp +++ b/include/boost/url/impl/url_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_URL_VIEW_HPP diff --git a/include/boost/url/impl/url_view.ipp b/include/boost/url/impl/url_view.ipp index 58e9b6cd..482bad7b 100644 --- a/include/boost/url/impl/url_view.ipp +++ b/include/boost/url/impl/url_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_URL_VIEW_IPP diff --git a/include/boost/url/impl/url_view_base.ipp b/include/boost/url/impl/url_view_base.ipp index 74c7d5b6..483b4354 100644 --- a/include/boost/url/impl/url_view_base.ipp +++ b/include/boost/url/impl/url_view_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_URL_VIEW_BASE_IPP diff --git a/include/boost/url/ipv4_address.hpp b/include/boost/url/ipv4_address.hpp index 16d77e67..2dbdadc7 100644 --- a/include/boost/url/ipv4_address.hpp +++ b/include/boost/url/ipv4_address.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IPV4_ADDRESS_HPP diff --git a/include/boost/url/ipv6_address.hpp b/include/boost/url/ipv6_address.hpp index 6390e928..3bbda1e2 100644 --- a/include/boost/url/ipv6_address.hpp +++ b/include/boost/url/ipv6_address.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IPV6_ADDRESS_HPP diff --git a/include/boost/url/optional.hpp b/include/boost/url/optional.hpp index 5876251f..c6a90520 100644 --- a/include/boost/url/optional.hpp +++ b/include/boost/url/optional.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_OPTIONAL_HPP diff --git a/include/boost/url/param.hpp b/include/boost/url/param.hpp index f683c3e3..da1263ec 100644 --- a/include/boost/url/param.hpp +++ b/include/boost/url/param.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARAM_HPP diff --git a/include/boost/url/params_base.hpp b/include/boost/url/params_base.hpp index 5623e059..9695657a 100644 --- a/include/boost/url/params_base.hpp +++ b/include/boost/url/params_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARAMS_BASE_HPP diff --git a/include/boost/url/params_const_encoded_view.hpp b/include/boost/url/params_const_encoded_view.hpp index 91d441c4..1d38f617 100644 --- a/include/boost/url/params_const_encoded_view.hpp +++ b/include/boost/url/params_const_encoded_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARAMS_CONST_ENCODED_VIEW_HPP diff --git a/include/boost/url/params_const_view.hpp b/include/boost/url/params_const_view.hpp index 097a6f03..78f9cd56 100644 --- a/include/boost/url/params_const_view.hpp +++ b/include/boost/url/params_const_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARAMS_CONST_VIEW_HPP diff --git a/include/boost/url/params_encoded_base.hpp b/include/boost/url/params_encoded_base.hpp index 65a268f6..31bc15ae 100644 --- a/include/boost/url/params_encoded_base.hpp +++ b/include/boost/url/params_encoded_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARAMS_ENCODED_BASE_HPP diff --git a/include/boost/url/params_encoded_view.hpp b/include/boost/url/params_encoded_view.hpp index 44319f4b..896f4747 100644 --- a/include/boost/url/params_encoded_view.hpp +++ b/include/boost/url/params_encoded_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARAMS_ENCODED_VIEW_HPP diff --git a/include/boost/url/params_view.hpp b/include/boost/url/params_view.hpp index ecc012b6..07a35813 100644 --- a/include/boost/url/params_view.hpp +++ b/include/boost/url/params_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARAMS_VIEW_HPP diff --git a/include/boost/url/parse.hpp b/include/boost/url/parse.hpp index eb055702..baceb999 100644 --- a/include/boost/url/parse.hpp +++ b/include/boost/url/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARSE_HPP diff --git a/include/boost/url/parse_path.hpp b/include/boost/url/parse_path.hpp index fd629497..e7ad2fc6 100644 --- a/include/boost/url/parse_path.hpp +++ b/include/boost/url/parse_path.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PARSE_PATH_HPP diff --git a/include/boost/url/pct_string_view.hpp b/include/boost/url/pct_string_view.hpp index d2195e71..644d4ec6 100644 --- a/include/boost/url/pct_string_view.hpp +++ b/include/boost/url/pct_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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_PCT_STRING_VIEW_HPP diff --git a/include/boost/url/rfc/absolute_uri_rule.hpp b/include/boost/url/rfc/absolute_uri_rule.hpp index 58bcaffa..9d11a925 100644 --- a/include/boost/url/rfc/absolute_uri_rule.hpp +++ b/include/boost/url/rfc/absolute_uri_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_ABSOLUTE_URI_RULE_HPP diff --git a/include/boost/url/rfc/authority_rule.hpp b/include/boost/url/rfc/authority_rule.hpp index 05f0d4e2..eeab8440 100644 --- a/include/boost/url/rfc/authority_rule.hpp +++ b/include/boost/url/rfc/authority_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_AUTHORITY_RULE_HPP diff --git a/include/boost/url/rfc/detail/charsets.hpp b/include/boost/url/rfc/detail/charsets.hpp index 60d7d40e..009c9e98 100644 --- a/include/boost/url/rfc/detail/charsets.hpp +++ b/include/boost/url/rfc/detail/charsets.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_CHARSETS_HPP diff --git a/include/boost/url/rfc/detail/fragment_rule.hpp b/include/boost/url/rfc/detail/fragment_rule.hpp index e60f0eb9..86a04108 100644 --- a/include/boost/url/rfc/detail/fragment_rule.hpp +++ b/include/boost/url/rfc/detail/fragment_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_FRAGMENT_RULE_HPP diff --git a/include/boost/url/rfc/detail/h16_rule.hpp b/include/boost/url/rfc/detail/h16_rule.hpp index 3825bae0..f86fd4ab 100644 --- a/include/boost/url/rfc/detail/h16_rule.hpp +++ b/include/boost/url/rfc/detail/h16_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_H16_RULE_HPP diff --git a/include/boost/url/rfc/detail/hier_part_rule.hpp b/include/boost/url/rfc/detail/hier_part_rule.hpp index 56278c7c..5b79d836 100644 --- a/include/boost/url/rfc/detail/hier_part_rule.hpp +++ b/include/boost/url/rfc/detail/hier_part_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_HIER_PART_RULE_HPP diff --git a/include/boost/url/rfc/detail/host_rule.hpp b/include/boost/url/rfc/detail/host_rule.hpp index f2ad1265..609d8a9d 100644 --- a/include/boost/url/rfc/detail/host_rule.hpp +++ b/include/boost/url/rfc/detail/host_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_HOST_RULE_HPP diff --git a/include/boost/url/rfc/detail/impl/h16_rule.ipp b/include/boost/url/rfc/detail/impl/h16_rule.ipp index 46a7689e..d1954cf2 100644 --- a/include/boost/url/rfc/detail/impl/h16_rule.ipp +++ b/include/boost/url/rfc/detail/impl/h16_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_IMPL_H16_RULE_HPP diff --git a/include/boost/url/rfc/detail/impl/hier_part_rule.ipp b/include/boost/url/rfc/detail/impl/hier_part_rule.ipp index 47e3ba3d..2ce09568 100644 --- a/include/boost/url/rfc/detail/impl/hier_part_rule.ipp +++ b/include/boost/url/rfc/detail/impl/hier_part_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_IMPL_HIER_PART_RULE_IPP diff --git a/include/boost/url/rfc/detail/impl/host_rule.ipp b/include/boost/url/rfc/detail/impl/host_rule.ipp index dce519cc..bff5ed56 100644 --- a/include/boost/url/rfc/detail/impl/host_rule.ipp +++ b/include/boost/url/rfc/detail/impl/host_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_IMPL_HOST_RULE_IPP diff --git a/include/boost/url/rfc/detail/impl/ip_literal_rule.ipp b/include/boost/url/rfc/detail/impl/ip_literal_rule.ipp index f0e7b610..3bef6868 100644 --- a/include/boost/url/rfc/detail/impl/ip_literal_rule.ipp +++ b/include/boost/url/rfc/detail/impl/ip_literal_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_IP_LITERAL_RULE_IPP diff --git a/include/boost/url/rfc/detail/impl/ipvfuture_rule.ipp b/include/boost/url/rfc/detail/impl/ipvfuture_rule.ipp index b35bb1cf..2ed99d2c 100644 --- a/include/boost/url/rfc/detail/impl/ipvfuture_rule.ipp +++ b/include/boost/url/rfc/detail/impl/ipvfuture_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_DETAIL_IMPL_IPVFUTURE_RULE_IPP diff --git a/include/boost/url/rfc/detail/impl/path_rules.ipp b/include/boost/url/rfc/detail/impl/path_rules.ipp index afa449d9..560e3aa2 100644 --- a/include/boost/url/rfc/detail/impl/path_rules.ipp +++ b/include/boost/url/rfc/detail/impl/path_rules.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_IMPL_PATH_RULES_IPP diff --git a/include/boost/url/rfc/detail/impl/port_rule.ipp b/include/boost/url/rfc/detail/impl/port_rule.ipp index 41a7eb6a..f25cb64d 100644 --- a/include/boost/url/rfc/detail/impl/port_rule.ipp +++ b/include/boost/url/rfc/detail/impl/port_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_PORT_RULE_IPP diff --git a/include/boost/url/rfc/detail/impl/relative_part_rule.ipp b/include/boost/url/rfc/detail/impl/relative_part_rule.ipp index a14ce6e4..697ea2ac 100644 --- a/include/boost/url/rfc/detail/impl/relative_part_rule.ipp +++ b/include/boost/url/rfc/detail/impl/relative_part_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_IMPL_RELATIVE_PART_RULE_IPP diff --git a/include/boost/url/rfc/detail/impl/scheme_rule.ipp b/include/boost/url/rfc/detail/impl/scheme_rule.ipp index ebe0d615..3088c588 100644 --- a/include/boost/url/rfc/detail/impl/scheme_rule.ipp +++ b/include/boost/url/rfc/detail/impl/scheme_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_IMPL_SCHEME_RULE_IPP diff --git a/include/boost/url/rfc/detail/impl/userinfo_rule.ipp b/include/boost/url/rfc/detail/impl/userinfo_rule.ipp index da1586dd..b8a8ee47 100644 --- a/include/boost/url/rfc/detail/impl/userinfo_rule.ipp +++ b/include/boost/url/rfc/detail/impl/userinfo_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_IMPL_USERINFO_RULE_IPP diff --git a/include/boost/url/rfc/detail/ip_literal_rule.hpp b/include/boost/url/rfc/detail/ip_literal_rule.hpp index 9d06c2b0..779467b2 100644 --- a/include/boost/url/rfc/detail/ip_literal_rule.hpp +++ b/include/boost/url/rfc/detail/ip_literal_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_IP_LITERAL_RULE_HPP diff --git a/include/boost/url/rfc/detail/ipvfuture_rule.hpp b/include/boost/url/rfc/detail/ipvfuture_rule.hpp index 27eff2eb..27390e3d 100644 --- a/include/boost/url/rfc/detail/ipvfuture_rule.hpp +++ b/include/boost/url/rfc/detail/ipvfuture_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_IPVFUTURE_RULE_HPP diff --git a/include/boost/url/rfc/detail/path_rules.hpp b/include/boost/url/rfc/detail/path_rules.hpp index c394f279..2fe29589 100644 --- a/include/boost/url/rfc/detail/path_rules.hpp +++ b/include/boost/url/rfc/detail/path_rules.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_PATH_RULES_HPP diff --git a/include/boost/url/rfc/detail/port_rule.hpp b/include/boost/url/rfc/detail/port_rule.hpp index 8fac7fe7..e7079410 100644 --- a/include/boost/url/rfc/detail/port_rule.hpp +++ b/include/boost/url/rfc/detail/port_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_PORT_RULE_HPP diff --git a/include/boost/url/rfc/detail/reg_name_rule.hpp b/include/boost/url/rfc/detail/reg_name_rule.hpp index 0b96f776..e71415d1 100644 --- a/include/boost/url/rfc/detail/reg_name_rule.hpp +++ b/include/boost/url/rfc/detail/reg_name_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_REG_NAME_RULE_HPP diff --git a/include/boost/url/rfc/detail/relative_part_rule.hpp b/include/boost/url/rfc/detail/relative_part_rule.hpp index abf1e7ae..b2510283 100644 --- a/include/boost/url/rfc/detail/relative_part_rule.hpp +++ b/include/boost/url/rfc/detail/relative_part_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_RELATIVE_PART_RULE_HPP diff --git a/include/boost/url/rfc/detail/scheme_rule.hpp b/include/boost/url/rfc/detail/scheme_rule.hpp index 0d51fd1b..29c15393 100644 --- a/include/boost/url/rfc/detail/scheme_rule.hpp +++ b/include/boost/url/rfc/detail/scheme_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_SCHEME_RULE_HPP diff --git a/include/boost/url/rfc/detail/userinfo_rule.hpp b/include/boost/url/rfc/detail/userinfo_rule.hpp index c676bd57..90c94d14 100644 --- a/include/boost/url/rfc/detail/userinfo_rule.hpp +++ b/include/boost/url/rfc/detail/userinfo_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_DETAIL_USERINFO_RULE_HPP diff --git a/include/boost/url/rfc/gen_delim_chars.hpp b/include/boost/url/rfc/gen_delim_chars.hpp index 899e02d9..b1ffc3d9 100644 --- a/include/boost/url/rfc/gen_delim_chars.hpp +++ b/include/boost/url/rfc/gen_delim_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_GEN_DELIM_CHARS_HPP diff --git a/include/boost/url/rfc/impl/absolute_uri_rule.ipp b/include/boost/url/rfc/impl/absolute_uri_rule.ipp index 1463cbe6..126530cf 100644 --- a/include/boost/url/rfc/impl/absolute_uri_rule.ipp +++ b/include/boost/url/rfc/impl/absolute_uri_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_ABSOLUTE_URI_RULE_IPP diff --git a/include/boost/url/rfc/impl/authority_rule.ipp b/include/boost/url/rfc/impl/authority_rule.ipp index b27c9a87..6a1fd0dd 100644 --- a/include/boost/url/rfc/impl/authority_rule.ipp +++ b/include/boost/url/rfc/impl/authority_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_AUTHORITY_RULE_IPP diff --git a/include/boost/url/rfc/impl/ipv4_address_rule.ipp b/include/boost/url/rfc/impl/ipv4_address_rule.ipp index 151d606b..17f49338 100644 --- a/include/boost/url/rfc/impl/ipv4_address_rule.ipp +++ b/include/boost/url/rfc/impl/ipv4_address_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_IPV4_ADDRESS_RULE_IPP diff --git a/include/boost/url/rfc/impl/ipv6_address_rule.ipp b/include/boost/url/rfc/impl/ipv6_address_rule.ipp index a56fe151..c8746603 100644 --- a/include/boost/url/rfc/impl/ipv6_address_rule.ipp +++ b/include/boost/url/rfc/impl/ipv6_address_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_IPV6_ADDRESS_RULE_IPP diff --git a/include/boost/url/rfc/impl/origin_form_rule.ipp b/include/boost/url/rfc/impl/origin_form_rule.ipp index 19840c48..4732182a 100644 --- a/include/boost/url/rfc/impl/origin_form_rule.ipp +++ b/include/boost/url/rfc/impl/origin_form_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_ORIGIN_FORM_RULE_IPP diff --git a/include/boost/url/rfc/impl/pct_encoded_rule.hpp b/include/boost/url/rfc/impl/pct_encoded_rule.hpp index aadbc71d..59aa86f2 100644 --- a/include/boost/url/rfc/impl/pct_encoded_rule.hpp +++ b/include/boost/url/rfc/impl/pct_encoded_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_PCT_ENCODED_RULE_HPP diff --git a/include/boost/url/rfc/impl/query_rule.ipp b/include/boost/url/rfc/impl/query_rule.ipp index bb4e1c11..b29c5cc8 100644 --- a/include/boost/url/rfc/impl/query_rule.ipp +++ b/include/boost/url/rfc/impl/query_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_QUERY_RULE_IPP diff --git a/include/boost/url/rfc/impl/relative_ref_rule.ipp b/include/boost/url/rfc/impl/relative_ref_rule.ipp index dafd20dc..22416ac9 100644 --- a/include/boost/url/rfc/impl/relative_ref_rule.ipp +++ b/include/boost/url/rfc/impl/relative_ref_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_RELATIVE_REF_RULE_IPP diff --git a/include/boost/url/rfc/impl/uri_reference_rule.ipp b/include/boost/url/rfc/impl/uri_reference_rule.ipp index 8734e680..ffd94335 100644 --- a/include/boost/url/rfc/impl/uri_reference_rule.ipp +++ b/include/boost/url/rfc/impl/uri_reference_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_URI_REFERENCE_RULE_IPP diff --git a/include/boost/url/rfc/impl/uri_rule.ipp b/include/boost/url/rfc/impl/uri_rule.ipp index 19874bcc..1d8f5278 100644 --- a/include/boost/url/rfc/impl/uri_rule.ipp +++ b/include/boost/url/rfc/impl/uri_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IMPL_URI_RULE_IPP diff --git a/include/boost/url/rfc/ipv4_address_rule.hpp b/include/boost/url/rfc/ipv4_address_rule.hpp index c65536a9..3be02d75 100644 --- a/include/boost/url/rfc/ipv4_address_rule.hpp +++ b/include/boost/url/rfc/ipv4_address_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IPV4_ADDRESS_RULE_HPP diff --git a/include/boost/url/rfc/ipv6_address_rule.hpp b/include/boost/url/rfc/ipv6_address_rule.hpp index a3f110e9..12cb7cb4 100644 --- a/include/boost/url/rfc/ipv6_address_rule.hpp +++ b/include/boost/url/rfc/ipv6_address_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_IPV6_ADDRESS_RULE_HPP diff --git a/include/boost/url/rfc/origin_form_rule.hpp b/include/boost/url/rfc/origin_form_rule.hpp index 5f13adb7..82baf8b7 100644 --- a/include/boost/url/rfc/origin_form_rule.hpp +++ b/include/boost/url/rfc/origin_form_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_ORIGIN_FORM_RULE_HPP diff --git a/include/boost/url/rfc/pchars.hpp b/include/boost/url/rfc/pchars.hpp index 62ece999..9f7d575c 100644 --- a/include/boost/url/rfc/pchars.hpp +++ b/include/boost/url/rfc/pchars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_PCHARS_HPP diff --git a/include/boost/url/rfc/pct_encoded_rule.hpp b/include/boost/url/rfc/pct_encoded_rule.hpp index af2a58a7..650f5b69 100644 --- a/include/boost/url/rfc/pct_encoded_rule.hpp +++ b/include/boost/url/rfc/pct_encoded_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_PCT_ENCODED_RULE_HPP diff --git a/include/boost/url/rfc/query_rule.hpp b/include/boost/url/rfc/query_rule.hpp index 8a024dc8..a93815cb 100644 --- a/include/boost/url/rfc/query_rule.hpp +++ b/include/boost/url/rfc/query_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_QUERY_RULE_HPP diff --git a/include/boost/url/rfc/relative_ref_rule.hpp b/include/boost/url/rfc/relative_ref_rule.hpp index 498deab1..51103260 100644 --- a/include/boost/url/rfc/relative_ref_rule.hpp +++ b/include/boost/url/rfc/relative_ref_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_RELATIVE_REF_RULE_HPP diff --git a/include/boost/url/rfc/reserved_chars.hpp b/include/boost/url/rfc/reserved_chars.hpp index 49451fcf..95361f31 100644 --- a/include/boost/url/rfc/reserved_chars.hpp +++ b/include/boost/url/rfc/reserved_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_RESERVED_CHARS_HPP diff --git a/include/boost/url/rfc/sub_delim_chars.hpp b/include/boost/url/rfc/sub_delim_chars.hpp index 88076335..c5b97145 100644 --- a/include/boost/url/rfc/sub_delim_chars.hpp +++ b/include/boost/url/rfc/sub_delim_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_SUB_DELIM_CHARS_HPP diff --git a/include/boost/url/rfc/unreserved_chars.hpp b/include/boost/url/rfc/unreserved_chars.hpp index 44b18e9e..9f70b4c4 100644 --- a/include/boost/url/rfc/unreserved_chars.hpp +++ b/include/boost/url/rfc/unreserved_chars.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_UNRESERVED_CHARS_HPP diff --git a/include/boost/url/rfc/uri_reference_rule.hpp b/include/boost/url/rfc/uri_reference_rule.hpp index 6047bdfa..fb99cf06 100644 --- a/include/boost/url/rfc/uri_reference_rule.hpp +++ b/include/boost/url/rfc/uri_reference_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_URI_REFERENCE_RULE_HPP diff --git a/include/boost/url/rfc/uri_rule.hpp b/include/boost/url/rfc/uri_rule.hpp index 99c9dc33..8e64918d 100644 --- a/include/boost/url/rfc/uri_rule.hpp +++ b/include/boost/url/rfc/uri_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_RFC_URI_RULE_HPP diff --git a/include/boost/url/scheme.hpp b/include/boost/url/scheme.hpp index 27d37845..59b53a6d 100644 --- a/include/boost/url/scheme.hpp +++ b/include/boost/url/scheme.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_SCHEME_HPP diff --git a/include/boost/url/segments_base.hpp b/include/boost/url/segments_base.hpp index 2c504fcf..fd28ceaa 100644 --- a/include/boost/url/segments_base.hpp +++ b/include/boost/url/segments_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_SEGMENTS_BASE_HPP diff --git a/include/boost/url/segments_encoded_base.hpp b/include/boost/url/segments_encoded_base.hpp index 279b400e..2e821410 100644 --- a/include/boost/url/segments_encoded_base.hpp +++ b/include/boost/url/segments_encoded_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_SEGMENTS_ENCODED_BASE_HPP diff --git a/include/boost/url/segments_encoded_ref.hpp b/include/boost/url/segments_encoded_ref.hpp index 127af97a..7aed85e6 100644 --- a/include/boost/url/segments_encoded_ref.hpp +++ b/include/boost/url/segments_encoded_ref.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_SEGMENTS_ENCODED_REF_HPP diff --git a/include/boost/url/segments_encoded_view.hpp b/include/boost/url/segments_encoded_view.hpp index e042ff10..c785faba 100644 --- a/include/boost/url/segments_encoded_view.hpp +++ b/include/boost/url/segments_encoded_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_SEGMENTS_ENCODED_VIEW_HPP diff --git a/include/boost/url/segments_ref.hpp b/include/boost/url/segments_ref.hpp index 832665a2..ef80dbe4 100644 --- a/include/boost/url/segments_ref.hpp +++ b/include/boost/url/segments_ref.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_SEGMENTS_REF_HPP diff --git a/include/boost/url/segments_view.hpp b/include/boost/url/segments_view.hpp index e3ddfcc7..1af4a7b2 100644 --- a/include/boost/url/segments_view.hpp +++ b/include/boost/url/segments_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_SEGMENTS_VIEW_HPP diff --git a/include/boost/url/src.hpp b/include/boost/url/src.hpp index 7c73d0fe..30ecfcce 100644 --- a/include/boost/url/src.hpp +++ b/include/boost/url/src.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_SRC_HPP diff --git a/include/boost/url/static_url.hpp b/include/boost/url/static_url.hpp index 60464654..efc1412f 100644 --- a/include/boost/url/static_url.hpp +++ b/include/boost/url/static_url.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_STATIC_URL_HPP diff --git a/include/boost/url/string_view.hpp b/include/boost/url/string_view.hpp index 3e98f981..cb994b90 100644 --- a/include/boost/url/string_view.hpp +++ b/include/boost/url/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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_STRING_VIEW_HPP diff --git a/include/boost/url/url.hpp b/include/boost/url/url.hpp index 8a423d46..2ecdd14b 100644 --- a/include/boost/url/url.hpp +++ b/include/boost/url/url.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_URL_HPP diff --git a/include/boost/url/url_base.hpp b/include/boost/url/url_base.hpp index f551debe..e4fa9eeb 100644 --- a/include/boost/url/url_base.hpp +++ b/include/boost/url/url_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_URL_BASE_HPP diff --git a/include/boost/url/url_view.hpp b/include/boost/url/url_view.hpp index 9b4aa90a..b7513ff0 100644 --- a/include/boost/url/url_view.hpp +++ b/include/boost/url/url_view.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_URL_VIEW_HPP diff --git a/include/boost/url/url_view_base.hpp b/include/boost/url/url_view_base.hpp index 84b7b9a6..e8a3999a 100644 --- a/include/boost/url/url_view_base.hpp +++ b/include/boost/url/url_view_base.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_URL_VIEW_BASE_HPP diff --git a/include/boost/url/urls.hpp b/include/boost/url/urls.hpp index f8aacb4e..c0800213 100644 --- a/include/boost/url/urls.hpp +++ b/include/boost/url/urls.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_URLS_HPP diff --git a/include/boost/url/variant.hpp b/include/boost/url/variant.hpp index 83809c45..81d2c32e 100644 --- a/include/boost/url/variant.hpp +++ b/include/boost/url/variant.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_VARIANT_HPP diff --git a/src/src.cpp b/src/src.cpp index 1740073f..e48d83a0 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/url +// Official repository: https://github.com/boostorg/url // #include diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1011b173..0098f04b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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/url +# Official repository: https://github.com/boostorg/url # if(NOT TARGET boost_url_all_tests) diff --git a/test/extra/CMakeLists.txt b/test/extra/CMakeLists.txt index 45d4b9b4..3af6013a 100644 --- a/test/extra/CMakeLists.txt +++ b/test/extra/CMakeLists.txt @@ -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/url +# Official repository: https://github.com/boostorg/url # set(TEST_FILES diff --git a/test/extra/Jamfile b/test/extra/Jamfile index 5736ff01..237fc526 100644 --- a/test/extra/Jamfile +++ b/test/extra/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/url +# Official repository: https://github.com/boostorg/url # import testing ; diff --git a/test/extra/test_suite.cpp b/test/extra/test_suite.cpp index e0a3e378..44878961 100644 --- a/test/extra/test_suite.cpp +++ b/test/extra/test_suite.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/limits/CMakeLists.txt b/test/limits/CMakeLists.txt index b713d1a5..f88cb5ad 100644 --- a/test/limits/CMakeLists.txt +++ b/test/limits/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/url +# Official repository: https://github.com/boostorg/url # set(SUITE_FILES ../../extra/test_main.cpp ../../extra/test_suite.hpp) diff --git a/test/limits/Jamfile b/test/limits/Jamfile index 4391ac18..8ef9973d 100644 --- a/test/limits/Jamfile +++ b/test/limits/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/url +# Official repository: https://github.com/boostorg/url # import testing ; diff --git a/test/limits/limits.cpp b/test/limits/limits.cpp index fd0837a0..1a7b2352 100644 --- a/test/limits/limits.cpp +++ b/test/limits/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/url +// Official repository: https://github.com/boostorg/url // #include diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index fc1bd597..b5d5fa4d 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -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/url +# Official repository: https://github.com/boostorg/url # if(NOT TARGET tests) diff --git a/test/unit/Jamfile b/test/unit/Jamfile index 43e70473..6db4c528 100644 --- a/test/unit/Jamfile +++ b/test/unit/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/url +# Official repository: https://github.com/boostorg/url # import testing ; diff --git a/test/unit/authority_view.cpp b/test/unit/authority_view.cpp index ca904f41..ba385082 100644 --- a/test/unit/authority_view.cpp +++ b/test/unit/authority_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/decode.cpp b/test/unit/decode.cpp index bbf2232e..df093cf8 100644 --- a/test/unit/decode.cpp +++ b/test/unit/decode.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/decode_view.cpp b/test/unit/decode_view.cpp index 075d9248..67063772 100644 --- a/test/unit/decode_view.cpp +++ b/test/unit/decode_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/doc_container.cpp b/test/unit/doc_container.cpp index d88e3f2c..93bb7f17 100644 --- a/test/unit/doc_container.cpp +++ b/test/unit/doc_container.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/url +// Official repository: https://github.com/boostorg/url // #include diff --git a/test/unit/doc_grammar.cpp b/test/unit/doc_grammar.cpp index 63179e45..c8c3ea76 100644 --- a/test/unit/doc_grammar.cpp +++ b/test/unit/doc_grammar.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/url +// Official repository: https://github.com/boostorg/url // #include diff --git a/test/unit/encode.cpp b/test/unit/encode.cpp index b3dc21a1..c4e81a6d 100644 --- a/test/unit/encode.cpp +++ b/test/unit/encode.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/error.cpp b/test/unit/error.cpp index 5e7fc0f1..3de252eb 100644 --- a/test/unit/error.cpp +++ b/test/unit/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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/error_types.cpp b/test/unit/error_types.cpp index 3ca95a65..0425fe12 100644 --- a/test/unit/error_types.cpp +++ b/test/unit/error_types.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar.cpp b/test/unit/grammar.cpp index c9d8224a..ace2129d 100644 --- a/test/unit/grammar.cpp +++ b/test/unit/grammar.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/alnum_chars.cpp b/test/unit/grammar/alnum_chars.cpp index 44f1b025..28deb57e 100644 --- a/test/unit/grammar/alnum_chars.cpp +++ b/test/unit/grammar/alnum_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/alpha_chars.cpp b/test/unit/grammar/alpha_chars.cpp index 1237e6a1..6cd2b15f 100644 --- a/test/unit/grammar/alpha_chars.cpp +++ b/test/unit/grammar/alpha_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/charset.cpp b/test/unit/grammar/charset.cpp index 75e49aa2..442ac7b7 100644 --- a/test/unit/grammar/charset.cpp +++ b/test/unit/grammar/charset.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/ci_string.cpp b/test/unit/grammar/ci_string.cpp index 5855d418..50f2faac 100644 --- a/test/unit/grammar/ci_string.cpp +++ b/test/unit/grammar/ci_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/copied_strings.cpp b/test/unit/grammar/copied_strings.cpp index 51811f03..049d0080 100644 --- a/test/unit/grammar/copied_strings.cpp +++ b/test/unit/grammar/copied_strings.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/dec_octet_rule.cpp b/test/unit/grammar/dec_octet_rule.cpp index c0422aa7..ce7ca17c 100644 --- a/test/unit/grammar/dec_octet_rule.cpp +++ b/test/unit/grammar/dec_octet_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/delim_rule.cpp b/test/unit/grammar/delim_rule.cpp index b487f391..b87a4187 100644 --- a/test/unit/grammar/delim_rule.cpp +++ b/test/unit/grammar/delim_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/digit_chars.cpp b/test/unit/grammar/digit_chars.cpp index 4dfc736d..b7a0e300 100644 --- a/test/unit/grammar/digit_chars.cpp +++ b/test/unit/grammar/digit_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/grammar_error.cpp b/test/unit/grammar/grammar_error.cpp index 983e5c4f..4fdb8a69 100644 --- a/test/unit/grammar/grammar_error.cpp +++ b/test/unit/grammar/grammar_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/hexdig_chars.cpp b/test/unit/grammar/hexdig_chars.cpp index 5a9f06d3..55e21177 100644 --- a/test/unit/grammar/hexdig_chars.cpp +++ b/test/unit/grammar/hexdig_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/literal_rule.cpp b/test/unit/grammar/literal_rule.cpp index 3bb05138..7755ab6d 100644 --- a/test/unit/grammar/literal_rule.cpp +++ b/test/unit/grammar/literal_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/lut_chars.cpp b/test/unit/grammar/lut_chars.cpp index 8f4eeeeb..319df525 100644 --- a/test/unit/grammar/lut_chars.cpp +++ b/test/unit/grammar/lut_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/not_empty_rule.cpp b/test/unit/grammar/not_empty_rule.cpp index 052fcf6d..bb816af2 100644 --- a/test/unit/grammar/not_empty_rule.cpp +++ b/test/unit/grammar/not_empty_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/optional_rule.cpp b/test/unit/grammar/optional_rule.cpp index 7f30344d..6c1a684a 100644 --- a/test/unit/grammar/optional_rule.cpp +++ b/test/unit/grammar/optional_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/parse.cpp b/test/unit/grammar/parse.cpp index efc1e300..3bdbd1f7 100644 --- a/test/unit/grammar/parse.cpp +++ b/test/unit/grammar/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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/range_rule.cpp b/test/unit/grammar/range_rule.cpp index df1017c7..f10388e7 100644 --- a/test/unit/grammar/range_rule.cpp +++ b/test/unit/grammar/range_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/recycled.cpp b/test/unit/grammar/recycled.cpp index e1c4f620..250dcd5f 100644 --- a/test/unit/grammar/recycled.cpp +++ b/test/unit/grammar/recycled.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/string_token.cpp b/test/unit/grammar/string_token.cpp index 0cf93488..b77becc5 100644 --- a/test/unit/grammar/string_token.cpp +++ b/test/unit/grammar/string_token.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/token_rule.cpp b/test/unit/grammar/token_rule.cpp index e36826ac..0bb7b95c 100644 --- a/test/unit/grammar/token_rule.cpp +++ b/test/unit/grammar/token_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/tuple_rule.cpp b/test/unit/grammar/tuple_rule.cpp index 698ab537..f16b9433 100644 --- a/test/unit/grammar/tuple_rule.cpp +++ b/test/unit/grammar/tuple_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/type_traits.cpp b/test/unit/grammar/type_traits.cpp index a37b3bad..f7d0afe1 100644 --- a/test/unit/grammar/type_traits.cpp +++ b/test/unit/grammar/type_traits.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/unsigned_rule.cpp b/test/unit/grammar/unsigned_rule.cpp index 76e0afcc..10065d5d 100644 --- a/test/unit/grammar/unsigned_rule.cpp +++ b/test/unit/grammar/unsigned_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/variant_rule.cpp b/test/unit/grammar/variant_rule.cpp index 4b0f1704..b9bd9d89 100644 --- a/test/unit/grammar/variant_rule.cpp +++ b/test/unit/grammar/variant_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/grammar/vchars.cpp b/test/unit/grammar/vchars.cpp index 6a5857a3..484da35b 100644 --- a/test/unit/grammar/vchars.cpp +++ b/test/unit/grammar/vchars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/host_type.cpp b/test/unit/host_type.cpp index 0bc4d0d8..a92e1846 100644 --- a/test/unit/host_type.cpp +++ b/test/unit/host_type.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/ignore_case.cpp b/test/unit/ignore_case.cpp index 27dae39b..785554f6 100644 --- a/test/unit/ignore_case.cpp +++ b/test/unit/ignore_case.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/ipv4_address.cpp b/test/unit/ipv4_address.cpp index 3be0a7d6..2514bb50 100644 --- a/test/unit/ipv4_address.cpp +++ b/test/unit/ipv4_address.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/ipv6_address.cpp b/test/unit/ipv6_address.cpp index 91b52bce..fbc3b098 100644 --- a/test/unit/ipv6_address.cpp +++ b/test/unit/ipv6_address.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/natvis.cpp b/test/unit/natvis.cpp index 10328f2e..7ae25a5b 100644 --- a/test/unit/natvis.cpp +++ b/test/unit/natvis.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/url +// Official repository: https://github.com/boostorg/url // #include diff --git a/test/unit/optional.cpp b/test/unit/optional.cpp index c3db227d..cd473b0a 100644 --- a/test/unit/optional.cpp +++ b/test/unit/optional.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/param.cpp b/test/unit/param.cpp index de405feb..a803c18a 100644 --- a/test/unit/param.cpp +++ b/test/unit/param.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/params_base.cpp b/test/unit/params_base.cpp index fc98c912..a73106cd 100644 --- a/test/unit/params_base.cpp +++ b/test/unit/params_base.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/params_const_encoded_view.cpp b/test/unit/params_const_encoded_view.cpp index 18167cc8..e1d4ab8b 100644 --- a/test/unit/params_const_encoded_view.cpp +++ b/test/unit/params_const_encoded_view.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/params_const_view.cpp b/test/unit/params_const_view.cpp index 1439dba1..d3371daf 100644 --- a/test/unit/params_const_view.cpp +++ b/test/unit/params_const_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/params_encoded_base.cpp b/test/unit/params_encoded_base.cpp index 2ddc2f5f..2a6d9199 100644 --- a/test/unit/params_encoded_base.cpp +++ b/test/unit/params_encoded_base.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/params_encoded_view.cpp b/test/unit/params_encoded_view.cpp index 34e48e92..5ac5ec0e 100644 --- a/test/unit/params_encoded_view.cpp +++ b/test/unit/params_encoded_view.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/params_view.cpp b/test/unit/params_view.cpp index f7955d03..80d5e79e 100644 --- a/test/unit/params_view.cpp +++ b/test/unit/params_view.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/parse.cpp b/test/unit/parse.cpp index c2787195..ed630855 100644 --- a/test/unit/parse.cpp +++ b/test/unit/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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/parse_path.cpp b/test/unit/parse_path.cpp index 664c5a63..2214dd94 100644 --- a/test/unit/parse_path.cpp +++ b/test/unit/parse_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/pct_string_view.cpp b/test/unit/pct_string_view.cpp index 4d73a174..1de1a864 100644 --- a/test/unit/pct_string_view.cpp +++ b/test/unit/pct_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/absolute_uri_rule.cpp b/test/unit/rfc/absolute_uri_rule.cpp index 5973ddd5..aa3a4d05 100644 --- a/test/unit/rfc/absolute_uri_rule.cpp +++ b/test/unit/rfc/absolute_uri_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/authority_rule.cpp b/test/unit/rfc/authority_rule.cpp index 0c18df22..567d993e 100644 --- a/test/unit/rfc/authority_rule.cpp +++ b/test/unit/rfc/authority_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/gen_delim_chars.cpp b/test/unit/rfc/gen_delim_chars.cpp index c3691752..520a0538 100644 --- a/test/unit/rfc/gen_delim_chars.cpp +++ b/test/unit/rfc/gen_delim_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/ipv4_address_rule.cpp b/test/unit/rfc/ipv4_address_rule.cpp index f414e053..a8e6c602 100644 --- a/test/unit/rfc/ipv4_address_rule.cpp +++ b/test/unit/rfc/ipv4_address_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/ipv6_address_rule.cpp b/test/unit/rfc/ipv6_address_rule.cpp index 616d3075..41fc7354 100644 --- a/test/unit/rfc/ipv6_address_rule.cpp +++ b/test/unit/rfc/ipv6_address_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/origin_form_rule.cpp b/test/unit/rfc/origin_form_rule.cpp index b1da55d3..2d13f047 100644 --- a/test/unit/rfc/origin_form_rule.cpp +++ b/test/unit/rfc/origin_form_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/pchars.cpp b/test/unit/rfc/pchars.cpp index beadaa2a..db6c6a01 100644 --- a/test/unit/rfc/pchars.cpp +++ b/test/unit/rfc/pchars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/pct_encoded_rule.cpp b/test/unit/rfc/pct_encoded_rule.cpp index 5e4f82b9..fab699d4 100644 --- a/test/unit/rfc/pct_encoded_rule.cpp +++ b/test/unit/rfc/pct_encoded_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/query_rule.cpp b/test/unit/rfc/query_rule.cpp index 5188705f..52e92409 100644 --- a/test/unit/rfc/query_rule.cpp +++ b/test/unit/rfc/query_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/relative_ref_rule.cpp b/test/unit/rfc/relative_ref_rule.cpp index 3ae612db..0ee1a545 100644 --- a/test/unit/rfc/relative_ref_rule.cpp +++ b/test/unit/rfc/relative_ref_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/reserved_chars.cpp b/test/unit/rfc/reserved_chars.cpp index 743f6a7a..eec16928 100644 --- a/test/unit/rfc/reserved_chars.cpp +++ b/test/unit/rfc/reserved_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/sub_delim_chars.cpp b/test/unit/rfc/sub_delim_chars.cpp index 1a3f04df..ce0997c9 100644 --- a/test/unit/rfc/sub_delim_chars.cpp +++ b/test/unit/rfc/sub_delim_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/unreserved_chars.cpp b/test/unit/rfc/unreserved_chars.cpp index b5cbf005..4980755d 100644 --- a/test/unit/rfc/unreserved_chars.cpp +++ b/test/unit/rfc/unreserved_chars.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/uri_reference_rule.cpp b/test/unit/rfc/uri_reference_rule.cpp index 167c3c87..58c13f99 100644 --- a/test/unit/rfc/uri_reference_rule.cpp +++ b/test/unit/rfc/uri_reference_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/rfc/uri_rule.cpp b/test/unit/rfc/uri_rule.cpp index e0dad0d7..9e165dc4 100644 --- a/test/unit/rfc/uri_rule.cpp +++ b/test/unit/rfc/uri_rule.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/scheme.cpp b/test/unit/scheme.cpp index ece3a64c..ea790051 100644 --- a/test/unit/scheme.cpp +++ b/test/unit/scheme.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/segments_base.cpp b/test/unit/segments_base.cpp index 1f7fe87c..7bac172c 100644 --- a/test/unit/segments_base.cpp +++ b/test/unit/segments_base.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/segments_encoded_base.cpp b/test/unit/segments_encoded_base.cpp index 37fcd93b..5edb1d40 100644 --- a/test/unit/segments_encoded_base.cpp +++ b/test/unit/segments_encoded_base.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/segments_encoded_ref.cpp b/test/unit/segments_encoded_ref.cpp index eb957a2b..8c6fcabf 100644 --- a/test/unit/segments_encoded_ref.cpp +++ b/test/unit/segments_encoded_ref.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/segments_encoded_view.cpp b/test/unit/segments_encoded_view.cpp index 857fa9ba..aefb497b 100644 --- a/test/unit/segments_encoded_view.cpp +++ b/test/unit/segments_encoded_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/segments_ref.cpp b/test/unit/segments_ref.cpp index 18df15ae..e27c7669 100644 --- a/test/unit/segments_ref.cpp +++ b/test/unit/segments_ref.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/segments_test.cpp b/test/unit/segments_test.cpp index c297a830..cc37ceb1 100644 --- a/test/unit/segments_test.cpp +++ b/test/unit/segments_test.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/url +// Official repository: https://github.com/boostorg/url // #include "segments_test.hpp" diff --git a/test/unit/segments_test.hpp b/test/unit/segments_test.hpp index c12efdaa..fdf724e0 100644 --- a/test/unit/segments_test.hpp +++ b/test/unit/segments_test.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_TEST_SEGMENTS_TEST_HPP diff --git a/test/unit/segments_view.cpp b/test/unit/segments_view.cpp index 504a11ec..361a205e 100644 --- a/test/unit/segments_view.cpp +++ b/test/unit/segments_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/snippets.cpp b/test/unit/snippets.cpp index f5ac91d7..5b5cc488 100644 --- a/test/unit/snippets.cpp +++ b/test/unit/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/url +// Official repository: https://github.com/boostorg/url // #include "test_suite.hpp" diff --git a/test/unit/static_url.cpp b/test/unit/static_url.cpp index a8ed3202..ca592fc8 100644 --- a/test/unit/static_url.cpp +++ b/test/unit/static_url.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/string_view.cpp b/test/unit/string_view.cpp index ed4ff808..864623a3 100644 --- a/test/unit/string_view.cpp +++ b/test/unit/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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/test_rule.hpp b/test/unit/test_rule.hpp index f8681013..4ca94f09 100644 --- a/test/unit/test_rule.hpp +++ b/test/unit/test_rule.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/url +// Official repository: https://github.com/boostorg/url // #ifndef BOOST_URL_TEST_RULE_HPP diff --git a/test/unit/url.cpp b/test/unit/url.cpp index f8e085a2..3f232524 100644 --- a/test/unit/url.cpp +++ b/test/unit/url.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/url_base.cpp b/test/unit/url_base.cpp index ad2a6a59..eb097fed 100644 --- a/test/unit/url_base.cpp +++ b/test/unit/url_base.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/url_view.cpp b/test/unit/url_view.cpp index 6b9edbe8..b70cefa6 100644 --- a/test/unit/url_view.cpp +++ b/test/unit/url_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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/url_view_base.cpp b/test/unit/url_view_base.cpp index b8d39a8d..be326fda 100644 --- a/test/unit/url_view_base.cpp +++ b/test/unit/url_view_base.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/urls.cpp b/test/unit/urls.cpp index 9f5b0966..5efeb712 100644 --- a/test/unit/urls.cpp +++ b/test/unit/urls.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/unit/variant.cpp b/test/unit/variant.cpp index 8623a93e..2382aa9e 100644 --- a/test/unit/variant.cpp +++ b/test/unit/variant.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/url +// Official repository: https://github.com/boostorg/url // // Test that header file is self-contained. diff --git a/test/wpt/CMakeLists.txt b/test/wpt/CMakeLists.txt index 4951dcde..17565e5e 100644 --- a/test/wpt/CMakeLists.txt +++ b/test/wpt/CMakeLists.txt @@ -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/url +# Official repository: https://github.com/boostorg/url # if(NOT TARGET tests) diff --git a/test/wpt/main.cpp b/test/wpt/main.cpp index bab3fec1..08a33fdd 100644 --- a/test/wpt/main.cpp +++ b/test/wpt/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/url +// Official repository: https://github.com/boostorg/url // #include