From 092d94c833a956054a240dd182001aaad2aac75e Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 20 Jan 2021 11:34:42 +0300 Subject: [PATCH] Converted all links to www.boost.org to https. Closes https://github.com/boostorg/integer/pull/25. --- doc/Jamfile.v2 | 4 ++-- doc/gcd/math-gcd.qbk | 2 +- doc/integer.qbk | 14 +++++++------- doc/modular_arithmetic/extended_euclidean.qbk | 2 +- doc/modular_arithmetic/mod_inverse.qbk | 2 +- include/boost/integer.hpp | 4 ++-- include/boost/integer/common_factor.hpp | 4 ++-- include/boost/integer/common_factor_ct.hpp | 4 ++-- include/boost/integer/common_factor_rt.hpp | 2 +- include/boost/integer/extended_euclidean.hpp | 2 +- include/boost/integer/integer_log2.hpp | 2 +- include/boost/integer/integer_mask.hpp | 4 ++-- include/boost/integer/mod_inverse.hpp | 2 +- include/boost/integer/static_log2.hpp | 4 ++-- include/boost/integer/static_min_max.hpp | 4 ++-- include/boost/integer_fwd.hpp | 4 ++-- include/boost/integer_traits.hpp | 4 ++-- index.html | 2 +- test/Jamfile.v2 | 2 +- test/common_factor_test.cpp | 4 ++-- test/extended_euclidean_test.cpp | 2 +- test/fail_int_exact.cpp | 2 +- test/fail_int_fast.cpp | 2 +- test/fail_int_least.cpp | 2 +- test/fail_uint_65.cpp | 2 +- test/fail_uint_exact.cpp | 2 +- test/fail_uint_fast.cpp | 2 +- test/fail_uint_least.cpp | 2 +- test/gcd_constexpr14_test.cpp | 2 +- test/gcd_noexcept_test.cpp | 2 +- test/has_gmpxx.cpp | 2 +- test/integer_fwd_include_test.cpp | 2 +- test/integer_include_test.cpp | 2 +- test/integer_mask_include_test.cpp | 2 +- test/integer_mask_test.cpp | 4 ++-- test/integer_test.cpp | 4 ++-- test/integer_traits_include_test.cpp | 2 +- test/integer_traits_test.cpp | 2 +- test/mod_inverse_test.cpp | 2 +- test/multiprecision_config.hpp | 2 +- test/static_log2_include_test.cpp | 2 +- test/static_log2_test.cpp | 4 ++-- test/static_min_max_include_test.cpp | 2 +- test/static_min_max_test.cpp | 4 ++-- 44 files changed, 64 insertions(+), 64 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 22d3eca..f113f9a 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -2,7 +2,7 @@ # Copyright John Maddock 2005. Use, modification, and distribution are # subject to the Boost Software License, Version 1.0. (See accompanying -# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +# file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) using quickbook ; @@ -47,7 +47,7 @@ boostbook standalone # better use SVG's instead: pdf:admon.graphics.extension=".svg" pdf:admon.graphics.path=$(boost-images)/ - pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/regex/doc/html + pdf:boost.url.prefix=https://www.boost.org/doc/libs/release/libs/regex/doc/html ; install pdfinstall : standalone/pdf : . PDF ; diff --git a/doc/gcd/math-gcd.qbk b/doc/gcd/math-gcd.qbk index 68ab578..2edd2d5 100644 --- a/doc/gcd/math-gcd.qbk +++ b/doc/gcd/math-gcd.qbk @@ -286,5 +286,5 @@ pool library. The code had updates by Helmut Zeisel. Copyright 2005, 2013 Daryle Walker. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt). +https://www.boost.org/LICENSE_1_0.txt). ] diff --git a/doc/integer.qbk b/doc/integer.qbk index 8136f0d..98033c2 100644 --- a/doc/integer.qbk +++ b/doc/integer.qbk @@ -5,7 +5,7 @@ [license Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at - [@http://www.boost.org/LICENSE_1_0.txt]) + [@https://www.boost.org/LICENSE_1_0.txt]) ] [authors [Dawes, Beman], [Walker, Daryle], [Prota, Gennaro], [Maddock, John]] [/last-revision $Date: 2008-02-21 12:58:15 +0000 (Thu, 21 Feb 2008) $] @@ -366,10 +366,10 @@ in [@../../../../boost/cstdint.hpp ]. [section Credits] The author of most of the Boost integer type choosing templates is -[@http://www.boost.org/people/beman_dawes.html Beman Dawes]. -He gives thanks to Valentin Bonnard and [@http://www.boost.org/people/kevlin_henney.htm Kevlin Henney] +[@https://www.boost.org/people/beman_dawes.html Beman Dawes]. +He gives thanks to Valentin Bonnard and [@https://www.boost.org/people/kevlin_henney.htm Kevlin Henney] for sharing their designs for similar templates. -[@http://www.boost.org/people/daryle_walker.html Daryle Walker] designed the value-based sized templates. +[@https://www.boost.org/people/daryle_walker.html Daryle Walker] designed the value-based sized templates. [endsect] [endsect] @@ -511,7 +511,7 @@ This prevents contamination of values by the higher, unused bits. [section Credits] -The author of the Boost bit mask class templates is [@http://www.boost.org/people/daryle_walker.html Daryle Walker]. +The author of the Boost bit mask class templates is [@https://www.boost.org/people/daryle_walker.html Daryle Walker]. [endsect] [endsect] @@ -583,7 +583,7 @@ could be used in generic programming, which requires the position to be availabl [section Credits] The original version of the Boost binary logarithm class template was -written by [@http://www.boost.org/people/daryle_walker.html Daryle Walker] and then +written by [@https://www.boost.org/people/daryle_walker.html Daryle Walker] and then enhanced by Giovanni Bajo with support for compilers without partial template specialization. The current version was suggested, together with a reference implementation, by Vesa Karvonen. Gennaro Prota wrote the actual source file. @@ -679,7 +679,7 @@ Sometimes the minimum or maximum of several values needs to be found for later c [section Credits] -The author of the Boost compile-time extrema class templates is [@http://www.boost.org/people/daryle_walker.html Daryle Walker]. +The author of the Boost compile-time extrema class templates is [@https://www.boost.org/people/daryle_walker.html Daryle Walker]. [endsect] [endsect] diff --git a/doc/modular_arithmetic/extended_euclidean.qbk b/doc/modular_arithmetic/extended_euclidean.qbk index 097dba2..25a9d16 100644 --- a/doc/modular_arithmetic/extended_euclidean.qbk +++ b/doc/modular_arithmetic/extended_euclidean.qbk @@ -49,5 +49,5 @@ Wagstaff, Samuel S., ['The Joy of Factoring], Vol. 68. American Mathematical Soc Copyright 2018 Nick Thompson. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt). +https://www.boost.org/LICENSE_1_0.txt). ] diff --git a/doc/modular_arithmetic/mod_inverse.qbk b/doc/modular_arithmetic/mod_inverse.qbk index 669311b..7292486 100644 --- a/doc/modular_arithmetic/mod_inverse.qbk +++ b/doc/modular_arithmetic/mod_inverse.qbk @@ -46,5 +46,5 @@ Wagstaff, Samuel S., ['The Joy of Factoring], Vol. 68. American Mathematical Soc Copyright 2018 Nick Thompson. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt). +https://www.boost.org/LICENSE_1_0.txt). ] diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index 6db0f76..ad7945a 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.hpp @@ -2,9 +2,9 @@ // Copyright Beman Dawes and Daryle Walker 1999. Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/integer for documentation. +// See https://www.boost.org/libs/integer for documentation. // Revision History // 22 Sep 01 Added value-based integer templates. (Daryle Walker) diff --git a/include/boost/integer/common_factor.hpp b/include/boost/integer/common_factor.hpp index fab9199..f898cc0 100644 --- a/include/boost/integer/common_factor.hpp +++ b/include/boost/integer/common_factor.hpp @@ -3,9 +3,9 @@ // (C) Copyright Daryle Walker 2001-2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See https://www.boost.org for updates, documentation, and revision history. #ifndef BOOST_INTEGER_COMMON_FACTOR_HPP #define BOOST_INTEGER_COMMON_FACTOR_HPP diff --git a/include/boost/integer/common_factor_ct.hpp b/include/boost/integer/common_factor_ct.hpp index dedf660..5769fa2 100644 --- a/include/boost/integer/common_factor_ct.hpp +++ b/include/boost/integer/common_factor_ct.hpp @@ -3,9 +3,9 @@ // (C) Copyright Daryle Walker and Stephen Cleary 2001-2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See https://www.boost.org for updates, documentation, and revision history. #ifndef BOOST_INTEGER_COMMON_FACTOR_CT_HPP #define BOOST_INTEGER_COMMON_FACTOR_CT_HPP diff --git a/include/boost/integer/common_factor_rt.hpp b/include/boost/integer/common_factor_rt.hpp index f9f26d3..b8339c7 100644 --- a/include/boost/integer/common_factor_rt.hpp +++ b/include/boost/integer/common_factor_rt.hpp @@ -2,7 +2,7 @@ // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_INTEGER_COMMON_FACTOR_RT_HPP #define BOOST_INTEGER_COMMON_FACTOR_RT_HPP diff --git a/include/boost/integer/extended_euclidean.hpp b/include/boost/integer/extended_euclidean.hpp index 6326a1f..538d515 100644 --- a/include/boost/integer/extended_euclidean.hpp +++ b/include/boost/integer/extended_euclidean.hpp @@ -2,7 +2,7 @@ * (C) Copyright Nick Thompson 2018. * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file - * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + * LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_INTEGER_EXTENDED_EUCLIDEAN_HPP #define BOOST_INTEGER_EXTENDED_EUCLIDEAN_HPP diff --git a/include/boost/integer/integer_log2.hpp b/include/boost/integer/integer_log2.hpp index ef073fd..9b022c6 100644 --- a/include/boost/integer/integer_log2.hpp +++ b/include/boost/integer/integer_log2.hpp @@ -8,7 +8,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // ----------------------------------------------------------- diff --git a/include/boost/integer/integer_mask.hpp b/include/boost/integer/integer_mask.hpp index eee4679..3be5035 100644 --- a/include/boost/integer/integer_mask.hpp +++ b/include/boost/integer/integer_mask.hpp @@ -3,9 +3,9 @@ // (C) Copyright Daryle Walker 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See https://www.boost.org for updates, documentation, and revision history. #ifndef BOOST_INTEGER_INTEGER_MASK_HPP #define BOOST_INTEGER_INTEGER_MASK_HPP diff --git a/include/boost/integer/mod_inverse.hpp b/include/boost/integer/mod_inverse.hpp index 04b6e81..31ec0c8 100644 --- a/include/boost/integer/mod_inverse.hpp +++ b/include/boost/integer/mod_inverse.hpp @@ -2,7 +2,7 @@ * (C) Copyright Nick Thompson 2018. * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file - * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + * LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_INTEGER_MOD_INVERSE_HPP #define BOOST_INTEGER_MOD_INVERSE_HPP diff --git a/include/boost/integer/static_log2.hpp b/include/boost/integer/static_log2.hpp index db3aba2..325ea2c 100644 --- a/include/boost/integer/static_log2.hpp +++ b/include/boost/integer/static_log2.hpp @@ -6,10 +6,10 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // --------------------------------------------------- -// See http://www.boost.org/libs/integer for documentation. +// See https://www.boost.org/libs/integer for documentation. // ------------------------------------------------------------------------- // diff --git a/include/boost/integer/static_min_max.hpp b/include/boost/integer/static_min_max.hpp index e4e6a4a..bfe1e26 100644 --- a/include/boost/integer/static_min_max.hpp +++ b/include/boost/integer/static_min_max.hpp @@ -3,9 +3,9 @@ // (C) Copyright Daryle Walker 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See https://www.boost.org for updates, documentation, and revision history. #ifndef BOOST_INTEGER_STATIC_MIN_MAX_HPP #define BOOST_INTEGER_STATIC_MIN_MAX_HPP diff --git a/include/boost/integer_fwd.hpp b/include/boost/integer_fwd.hpp index 18519dd..6eac5aa 100644 --- a/include/boost/integer_fwd.hpp +++ b/include/boost/integer_fwd.hpp @@ -2,9 +2,9 @@ // (C) Copyright Dave Abrahams and Daryle Walker 2001. Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/integer for documentation. +// See https://www.boost.org/libs/integer for documentation. #ifndef BOOST_INTEGER_FWD_HPP #define BOOST_INTEGER_FWD_HPP diff --git a/include/boost/integer_traits.hpp b/include/boost/integer_traits.hpp index aaaeed6..c2d4897 100644 --- a/include/boost/integer_traits.hpp +++ b/include/boost/integer_traits.hpp @@ -3,14 +3,14 @@ * Copyright Jens Maurer 2000 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or copy at - * http://www.boost.org/LICENSE_1_0.txt) + * https://www.boost.org/LICENSE_1_0.txt) * * $Id$ * * Idea by Beman Dawes, Ed Brey, Steve Cleary, and Nathan Myers */ -// See http://www.boost.org/libs/integer for documentation. +// See https://www.boost.org/libs/integer for documentation. #ifndef BOOST_INTEGER_TRAITS_HPP diff --git a/index.html b/index.html index dfc23cc..70cd773 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ Automatic redirection failed, please go to doc/html/index.html.

Copyright Beman Dawes, Daryle Walker, Gennaro Prota and John Maddock 2001-2009

Distributed under the Boost Software License, Version 1.0. (See accompanying file - LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt).

+ LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt).

diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b1057d6..ad14368 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,6 +1,6 @@ #~ Copyright Rene Rivera 2008 #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) import testing ; import ../../config/checks/config : requires ; diff --git a/test/common_factor_test.cpp b/test/common_factor_test.cpp index 9edb080..2d4ade4 100644 --- a/test/common_factor_test.cpp +++ b/test/common_factor_test.cpp @@ -3,9 +3,9 @@ // (C) Copyright Daryle Walker 2001, 2006. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See https://www.boost.org for most recent version including documentation. // Revision History // 01 Dec 2006 Various fixes for old compilers (Joaquin M Lopez Munoz) diff --git a/test/extended_euclidean_test.cpp b/test/extended_euclidean_test.cpp index 8299a25..10eb23e 100644 --- a/test/extended_euclidean_test.cpp +++ b/test/extended_euclidean_test.cpp @@ -2,7 +2,7 @@ * (C) Copyright Nick Thompson 2018. * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file - * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + * LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) */ #include "multiprecision_config.hpp" diff --git a/test/fail_int_exact.cpp b/test/fail_int_exact.cpp index 1b6e66a..8e599b4 100644 --- a/test/fail_int_exact.cpp +++ b/test/fail_int_exact.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2012. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/fail_int_fast.cpp b/test/fail_int_fast.cpp index 8e65b7c..6a2de05 100644 --- a/test/fail_int_fast.cpp +++ b/test/fail_int_fast.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2012. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/fail_int_least.cpp b/test/fail_int_least.cpp index d06ce6d..923c95c 100644 --- a/test/fail_int_least.cpp +++ b/test/fail_int_least.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2012. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/fail_uint_65.cpp b/test/fail_uint_65.cpp index 76b485e..5d96c4b 100644 --- a/test/fail_uint_65.cpp +++ b/test/fail_uint_65.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2012. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include #include diff --git a/test/fail_uint_exact.cpp b/test/fail_uint_exact.cpp index 36f8628..567c303 100644 --- a/test/fail_uint_exact.cpp +++ b/test/fail_uint_exact.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2012. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/fail_uint_fast.cpp b/test/fail_uint_fast.cpp index 99f92b2..e330b8f 100644 --- a/test/fail_uint_fast.cpp +++ b/test/fail_uint_fast.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2012. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/fail_uint_least.cpp b/test/fail_uint_least.cpp index 8cdfbaf..13fd9e9 100644 --- a/test/fail_uint_least.cpp +++ b/test/fail_uint_least.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2012. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/gcd_constexpr14_test.cpp b/test/gcd_constexpr14_test.cpp index 05bef34..956266f 100644 --- a/test/gcd_constexpr14_test.cpp +++ b/test/gcd_constexpr14_test.cpp @@ -2,7 +2,7 @@ // (C) Copyright John Maddock 2017. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/gcd_noexcept_test.cpp b/test/gcd_noexcept_test.cpp index 9100744..adba882 100644 --- a/test/gcd_noexcept_test.cpp +++ b/test/gcd_noexcept_test.cpp @@ -2,7 +2,7 @@ // (C) Copyright John Maddock 2017. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/has_gmpxx.cpp b/test/has_gmpxx.cpp index 4d4a41c..4d07b6a 100644 --- a/test/has_gmpxx.cpp +++ b/test/has_gmpxx.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2008. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include diff --git a/test/integer_fwd_include_test.cpp b/test/integer_fwd_include_test.cpp index 4346b69..558f934 100644 --- a/test/integer_fwd_include_test.cpp +++ b/test/integer_fwd_include_test.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2009. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include // must be the only #include! diff --git a/test/integer_include_test.cpp b/test/integer_include_test.cpp index 653a197..38b5043 100644 --- a/test/integer_include_test.cpp +++ b/test/integer_include_test.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2009. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include // must be the only #include! diff --git a/test/integer_mask_include_test.cpp b/test/integer_mask_include_test.cpp index 09af189..12071b0 100644 --- a/test/integer_mask_include_test.cpp +++ b/test/integer_mask_include_test.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2009. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include // must be the only #include! diff --git a/test/integer_mask_test.cpp b/test/integer_mask_test.cpp index a66ab8d..7f8e69f 100644 --- a/test/integer_mask_test.cpp +++ b/test/integer_mask_test.cpp @@ -3,9 +3,9 @@ // (C) Copyright Daryle Walker 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See https://www.boost.org for most recent version including documentation. // Revision History // 23 Sep 2001 Initial version (Daryle Walker) diff --git a/test/integer_test.cpp b/test/integer_test.cpp index 0cb62e9..15a5ce4 100644 --- a/test/integer_test.cpp +++ b/test/integer_test.cpp @@ -5,10 +5,10 @@ // Copyright John Maddock 2009. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org/libs/integer for documentation. +// See https://www.boost.org/libs/integer for documentation. // Revision History // 04 Oct 01 Added tests for new templates; rewrote code (Daryle Walker) diff --git a/test/integer_traits_include_test.cpp b/test/integer_traits_include_test.cpp index a71fb33..d6e49f5 100644 --- a/test/integer_traits_include_test.cpp +++ b/test/integer_traits_include_test.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2009. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include // must be the only #include! diff --git a/test/integer_traits_test.cpp b/test/integer_traits_test.cpp index ea1a234..ab043f4 100644 --- a/test/integer_traits_test.cpp +++ b/test/integer_traits_test.cpp @@ -3,7 +3,7 @@ * Copyright Jens Maurer 2000 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or copy at - * http://www.boost.org/LICENSE_1_0.txt) + * https://www.boost.org/LICENSE_1_0.txt) * * $Id$ * diff --git a/test/mod_inverse_test.cpp b/test/mod_inverse_test.cpp index 729bbb3..16d17c2 100644 --- a/test/mod_inverse_test.cpp +++ b/test/mod_inverse_test.cpp @@ -2,7 +2,7 @@ * (C) Copyright Nick Thompson 2018. * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file - * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + * LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) */ #include "multiprecision_config.hpp" diff --git a/test/multiprecision_config.hpp b/test/multiprecision_config.hpp index 4e0abe1..d6e977b 100644 --- a/test/multiprecision_config.hpp +++ b/test/multiprecision_config.hpp @@ -2,7 +2,7 @@ // // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_INTEGER_TEST_MULTIPRECISION_CONFIG_HPP_INCLUDED_ #define BOOST_INTEGER_TEST_MULTIPRECISION_CONFIG_HPP_INCLUDED_ diff --git a/test/static_log2_include_test.cpp b/test/static_log2_include_test.cpp index d39b871..f3250c6 100644 --- a/test/static_log2_include_test.cpp +++ b/test/static_log2_include_test.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2009. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include // must be the only #include! diff --git a/test/static_log2_test.cpp b/test/static_log2_test.cpp index f92d801..1cdf064 100644 --- a/test/static_log2_test.cpp +++ b/test/static_log2_test.cpp @@ -3,9 +3,9 @@ // (C) Copyright Daryle Walker 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See https://www.boost.org for most recent version including documentation. // Revision History // 01 Oct 2001 Initial version (Daryle Walker) diff --git a/test/static_min_max_include_test.cpp b/test/static_min_max_include_test.cpp index 8055062..b9a49b4 100644 --- a/test/static_min_max_include_test.cpp +++ b/test/static_min_max_include_test.cpp @@ -1,7 +1,7 @@ // Copyright John Maddock 2009. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include // must be the only #include! diff --git a/test/static_min_max_test.cpp b/test/static_min_max_test.cpp index 124e137..6309294 100644 --- a/test/static_min_max_test.cpp +++ b/test/static_min_max_test.cpp @@ -3,9 +3,9 @@ // (C) Copyright Daryle Walker 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for most recent version including documentation. +// See https://www.boost.org for most recent version including documentation. // Revision History // 23 Sep 2001 Initial version (Daryle Walker)