Converted all links to www.boost.org to https.

Closes https://github.com/boostorg/integer/pull/25.
This commit is contained in:
Andrey Semashev
2021-01-20 11:34:42 +03:00
parent 100f5e51bd
commit 092d94c833
44 changed files with 64 additions and 64 deletions

View File

@ -2,7 +2,7 @@
# Copyright John Maddock 2005. Use, modification, and distribution are # Copyright John Maddock 2005. Use, modification, and distribution are
# subject to the Boost Software License, Version 1.0. (See accompanying # 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 ; using quickbook ;
@ -47,7 +47,7 @@ boostbook standalone
# better use SVG's instead: # better use SVG's instead:
<format>pdf:<xsl:param>admon.graphics.extension=".svg" <format>pdf:<xsl:param>admon.graphics.extension=".svg"
<format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/ <format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/regex/doc/html <format>pdf:<xsl:param>boost.url.prefix=https://www.boost.org/doc/libs/release/libs/regex/doc/html
; ;
install pdfinstall : standalone/<format>pdf : <location>. <install-type>PDF ; install pdfinstall : standalone/<format>pdf : <location>. <install-type>PDF ;

View File

@ -286,5 +286,5 @@ pool library. The code had updates by Helmut Zeisel.
Copyright 2005, 2013 Daryle Walker. Copyright 2005, 2013 Daryle Walker.
Distributed under the Boost Software License, Version 1.0. Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at (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).
] ]

View File

@ -5,7 +5,7 @@
[license [license
Distributed under the Boost Software License, Version 1.0. Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at (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]] [authors [Dawes, Beman], [Walker, Daryle], [Prota, Gennaro], [Maddock, John]]
[/last-revision $Date: 2008-02-21 12:58:15 +0000 (Thu, 21 Feb 2008) $] [/last-revision $Date: 2008-02-21 12:58:15 +0000 (Thu, 21 Feb 2008) $]
@ -366,10 +366,10 @@ in [@../../../../boost/cstdint.hpp <boost/cstdint.hpp>].
[section Credits] [section Credits]
The author of most of the Boost integer type choosing templates is The author of most of the Boost integer type choosing templates is
[@http://www.boost.org/people/beman_dawes.html Beman Dawes]. [@https://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] He gives thanks to Valentin Bonnard and [@https://www.boost.org/people/kevlin_henney.htm Kevlin Henney]
for sharing their designs for similar templates. 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]
[endsect] [endsect]
@ -511,7 +511,7 @@ This prevents contamination of values by the higher, unused bits.
[section Credits] [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]
[endsect] [endsect]
@ -583,7 +583,7 @@ could be used in generic programming, which requires the position to be availabl
[section Credits] [section Credits]
The original version of the Boost binary logarithm class template was 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. 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. The current version was suggested, together with a reference implementation, by Vesa Karvonen.
Gennaro Prota wrote the actual source file. 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] [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]
[endsect] [endsect]

View File

@ -49,5 +49,5 @@ Wagstaff, Samuel S., ['The Joy of Factoring], Vol. 68. American Mathematical Soc
Copyright 2018 Nick Thompson. Copyright 2018 Nick Thompson.
Distributed under the Boost Software License, Version 1.0. Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at (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).
] ]

View File

@ -46,5 +46,5 @@ Wagstaff, Samuel S., ['The Joy of Factoring], Vol. 68. American Mathematical Soc
Copyright 2018 Nick Thompson. Copyright 2018 Nick Thompson.
Distributed under the Boost Software License, Version 1.0. Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at (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).
] ]

View File

@ -2,9 +2,9 @@
// Copyright Beman Dawes and Daryle Walker 1999. Distributed under the Boost // Copyright Beman Dawes and Daryle Walker 1999. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 // Revision History
// 22 Sep 01 Added value-based integer templates. (Daryle Walker) // 22 Sep 01 Added value-based integer templates. (Daryle Walker)

View File

@ -3,9 +3,9 @@
// (C) Copyright Daryle Walker 2001-2002. // (C) Copyright Daryle Walker 2001-2002.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 #ifndef BOOST_INTEGER_COMMON_FACTOR_HPP
#define BOOST_INTEGER_COMMON_FACTOR_HPP #define BOOST_INTEGER_COMMON_FACTOR_HPP

View File

@ -3,9 +3,9 @@
// (C) Copyright Daryle Walker and Stephen Cleary 2001-2002. // (C) Copyright Daryle Walker and Stephen Cleary 2001-2002.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 #ifndef BOOST_INTEGER_COMMON_FACTOR_CT_HPP
#define BOOST_INTEGER_COMMON_FACTOR_CT_HPP #define BOOST_INTEGER_COMMON_FACTOR_CT_HPP

View File

@ -2,7 +2,7 @@
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file // 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 #ifndef BOOST_INTEGER_COMMON_FACTOR_RT_HPP
#define BOOST_INTEGER_COMMON_FACTOR_RT_HPP #define BOOST_INTEGER_COMMON_FACTOR_RT_HPP

View File

@ -2,7 +2,7 @@
* (C) Copyright Nick Thompson 2018. * (C) Copyright Nick Thompson 2018.
* Use, modification and distribution are subject to the * Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file * 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 #ifndef BOOST_INTEGER_EXTENDED_EUCLIDEAN_HPP
#define BOOST_INTEGER_EXTENDED_EUCLIDEAN_HPP #define BOOST_INTEGER_EXTENDED_EUCLIDEAN_HPP

View File

@ -8,7 +8,7 @@
// //
// Distributed under the Boost Software License, Version 1.0. // Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at // (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)
// //
// ----------------------------------------------------------- // -----------------------------------------------------------

View File

@ -3,9 +3,9 @@
// (C) Copyright Daryle Walker 2001. // (C) Copyright Daryle Walker 2001.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 #ifndef BOOST_INTEGER_INTEGER_MASK_HPP
#define BOOST_INTEGER_INTEGER_MASK_HPP #define BOOST_INTEGER_INTEGER_MASK_HPP

View File

@ -2,7 +2,7 @@
* (C) Copyright Nick Thompson 2018. * (C) Copyright Nick Thompson 2018.
* Use, modification and distribution are subject to the * Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file * 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 #ifndef BOOST_INTEGER_MOD_INVERSE_HPP
#define BOOST_INTEGER_MOD_INVERSE_HPP #define BOOST_INTEGER_MOD_INVERSE_HPP

View File

@ -6,10 +6,10 @@
// //
// Distributed under the Boost Software License, Version 1.0. // Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at // (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.
// ------------------------------------------------------------------------- // // ------------------------------------------------------------------------- //

View File

@ -3,9 +3,9 @@
// (C) Copyright Daryle Walker 2001. // (C) Copyright Daryle Walker 2001.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 #ifndef BOOST_INTEGER_STATIC_MIN_MAX_HPP
#define BOOST_INTEGER_STATIC_MIN_MAX_HPP #define BOOST_INTEGER_STATIC_MIN_MAX_HPP

View File

@ -2,9 +2,9 @@
// (C) Copyright Dave Abrahams and Daryle Walker 2001. Distributed under the Boost // (C) Copyright Dave Abrahams and Daryle Walker 2001. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 #ifndef BOOST_INTEGER_FWD_HPP
#define BOOST_INTEGER_FWD_HPP #define BOOST_INTEGER_FWD_HPP

View File

@ -3,14 +3,14 @@
* Copyright Jens Maurer 2000 * Copyright Jens Maurer 2000
* Distributed under the Boost Software License, Version 1.0. (See * Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or copy at * 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$ * $Id$
* *
* Idea by Beman Dawes, Ed Brey, Steve Cleary, and Nathan Myers * 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 #ifndef BOOST_INTEGER_TRAITS_HPP

View File

@ -7,7 +7,7 @@ Automatic redirection failed, please go to
<a href="doc/html/index.html">doc/html/index.html</a>. <a href="doc/html/index.html">doc/html/index.html</a>.
<P>Copyright Beman Dawes, Daryle Walker, Gennaro Prota and John Maddock 2001-2009</P> <P>Copyright Beman Dawes, Daryle Walker, Gennaro Prota and John Maddock 2001-2009</P>
<P>Distributed under the Boost Software License, Version 1.0. (See accompanying file <A href="../../LICENSE_1_0.txt"> <P>Distributed under the Boost Software License, Version 1.0. (See accompanying file <A href="../../LICENSE_1_0.txt">
LICENSE_1_0.txt</A> or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>).</P> LICENSE_1_0.txt</A> or copy at <A href="https://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>).</P>
</body> </body>
</html> </html>

View File

@ -1,6 +1,6 @@
#~ Copyright Rene Rivera 2008 #~ Copyright Rene Rivera 2008
#~ Distributed under the Boost Software License, Version 1.0. #~ Distributed under the 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 testing ;
import ../../config/checks/config : requires ; import ../../config/checks/config : requires ;

View File

@ -3,9 +3,9 @@
// (C) Copyright Daryle Walker 2001, 2006. // (C) Copyright Daryle Walker 2001, 2006.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 // Revision History
// 01 Dec 2006 Various fixes for old compilers (Joaquin M Lopez Munoz) // 01 Dec 2006 Various fixes for old compilers (Joaquin M Lopez Munoz)

View File

@ -2,7 +2,7 @@
* (C) Copyright Nick Thompson 2018. * (C) Copyright Nick Thompson 2018.
* Use, modification and distribution are subject to the * Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file * 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" #include "multiprecision_config.hpp"

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2012. // Copyright John Maddock 2012.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer.hpp> #include <boost/integer.hpp>

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2012. // Copyright John Maddock 2012.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer.hpp> #include <boost/integer.hpp>

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2012. // Copyright John Maddock 2012.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer.hpp> #include <boost/integer.hpp>

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2012. // Copyright John Maddock 2012.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer.hpp> #include <boost/integer.hpp>
#include <iostream> #include <iostream>

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2012. // Copyright John Maddock 2012.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer.hpp> #include <boost/integer.hpp>

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2012. // Copyright John Maddock 2012.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer.hpp> #include <boost/integer.hpp>

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2012. // Copyright John Maddock 2012.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer.hpp> #include <boost/integer.hpp>

View File

@ -2,7 +2,7 @@
// (C) Copyright John Maddock 2017. // (C) Copyright John Maddock 2017.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 <boost/integer/common_factor.hpp> #include <boost/integer/common_factor.hpp>

View File

@ -2,7 +2,7 @@
// (C) Copyright John Maddock 2017. // (C) Copyright John Maddock 2017.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 <boost/integer/common_factor.hpp> #include <boost/integer/common_factor.hpp>

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2008. // Copyright John Maddock 2008.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file // 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 <gmpxx.h> #include <gmpxx.h>

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2009. // Copyright John Maddock 2009.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer_fwd.hpp> // must be the only #include! #include <boost/integer_fwd.hpp> // must be the only #include!

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2009. // Copyright John Maddock 2009.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer.hpp> // must be the only #include! #include <boost/integer.hpp> // must be the only #include!

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2009. // Copyright John Maddock 2009.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer/integer_mask.hpp> // must be the only #include! #include <boost/integer/integer_mask.hpp> // must be the only #include!

View File

@ -3,9 +3,9 @@
// (C) Copyright Daryle Walker 2001. // (C) Copyright Daryle Walker 2001.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 // Revision History
// 23 Sep 2001 Initial version (Daryle Walker) // 23 Sep 2001 Initial version (Daryle Walker)

View File

@ -5,10 +5,10 @@
// Copyright John Maddock 2009. // Copyright John Maddock 2009.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 // Revision History
// 04 Oct 01 Added tests for new templates; rewrote code (Daryle Walker) // 04 Oct 01 Added tests for new templates; rewrote code (Daryle Walker)

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2009. // Copyright John Maddock 2009.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer_traits.hpp> // must be the only #include! #include <boost/integer_traits.hpp> // must be the only #include!

View File

@ -3,7 +3,7 @@
* Copyright Jens Maurer 2000 * Copyright Jens Maurer 2000
* Distributed under the Boost Software License, Version 1.0. (See * Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or copy at * 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$ * $Id$
* *

View File

@ -2,7 +2,7 @@
* (C) Copyright Nick Thompson 2018. * (C) Copyright Nick Thompson 2018.
* Use, modification and distribution are subject to the * Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file * 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" #include "multiprecision_config.hpp"

View File

@ -2,7 +2,7 @@
// //
// Use, modification, and distribution is subject to the Boost Software // Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // 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_ #ifndef BOOST_INTEGER_TEST_MULTIPRECISION_CONFIG_HPP_INCLUDED_
#define BOOST_INTEGER_TEST_MULTIPRECISION_CONFIG_HPP_INCLUDED_ #define BOOST_INTEGER_TEST_MULTIPRECISION_CONFIG_HPP_INCLUDED_

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2009. // Copyright John Maddock 2009.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer/static_log2.hpp> // must be the only #include! #include <boost/integer/static_log2.hpp> // must be the only #include!

View File

@ -3,9 +3,9 @@
// (C) Copyright Daryle Walker 2001. // (C) Copyright Daryle Walker 2001.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 // Revision History
// 01 Oct 2001 Initial version (Daryle Walker) // 01 Oct 2001 Initial version (Daryle Walker)

View File

@ -1,7 +1,7 @@
// Copyright John Maddock 2009. // Copyright John Maddock 2009.
// Distributed under the Boost // Distributed under the Boost
// Software License, Version 1.0. (See accompanying file // 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 <boost/integer/static_min_max.hpp> // must be the only #include! #include <boost/integer/static_min_max.hpp> // must be the only #include!

View File

@ -3,9 +3,9 @@
// (C) Copyright Daryle Walker 2001. // (C) Copyright Daryle Walker 2001.
// Distributed under the Boost Software License, Version 1.0. (See // Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at // 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 // Revision History
// 23 Sep 2001 Initial version (Daryle Walker) // 23 Sep 2001 Initial version (Daryle Walker)