From 24e3e0db36adfae963c9fc523d0d1e3b1f171950 Mon Sep 17 00:00:00 2001 From: tinko92 Date: Mon, 22 Apr 2019 14:56:05 +0200 Subject: [PATCH] Fix for typo (LICENCE) and for https links to license (#103) * Fix Typo in link to License. * Changed links to https. --- Jamfile | 2 +- README.md | 6 +++--- doc/index.html | 2 +- doc/uuid.html | 2 +- include/boost/uuid/basic_name_generator.hpp | 2 +- include/boost/uuid/detail/config.hpp | 2 +- include/boost/uuid/detail/md5.hpp | 2 +- include/boost/uuid/detail/random_provider.hpp | 2 +- include/boost/uuid/detail/random_provider_arc4random.ipp | 2 +- include/boost/uuid/detail/random_provider_bcrypt.ipp | 2 +- .../boost/uuid/detail/random_provider_detect_platform.hpp | 2 +- include/boost/uuid/detail/random_provider_getentropy.ipp | 2 +- include/boost/uuid/detail/random_provider_getrandom.ipp | 2 +- .../boost/uuid/detail/random_provider_include_platform.hpp | 2 +- include/boost/uuid/detail/random_provider_posix.ipp | 2 +- include/boost/uuid/detail/random_provider_wincrypt.ipp | 2 +- include/boost/uuid/detail/sha1.hpp | 2 +- include/boost/uuid/detail/uuid_generic.ipp | 2 +- include/boost/uuid/detail/uuid_x86.ipp | 2 +- include/boost/uuid/entropy_error.hpp | 2 +- include/boost/uuid/name_generator.hpp | 2 +- include/boost/uuid/name_generator_md5.hpp | 2 +- include/boost/uuid/name_generator_sha1.hpp | 2 +- include/boost/uuid/nil_generator.hpp | 2 +- include/boost/uuid/random_generator.hpp | 2 +- include/boost/uuid/string_generator.hpp | 2 +- include/boost/uuid/uuid.hpp | 2 +- include/boost/uuid/uuid_generators.hpp | 2 +- include/boost/uuid/uuid_hash.hpp | 2 +- include/boost/uuid/uuid_io.hpp | 2 +- include/boost/uuid/uuid_serialize.hpp | 2 +- index.html | 2 +- test/Jamfile.v2 | 2 +- test/compile-fail/basic_random_generator_no_copy_assign.cpp | 2 +- test/compile-fail/basic_random_generator_no_copy_ctor.cpp | 2 +- test/compile-fail/random_generator_no_copy_assign.cpp | 2 +- test/compile-fail/random_generator_no_copy_ctor.cpp | 2 +- test/compile/decl_header.cpp | 2 +- test/compile_uuid.cpp | 2 +- test/mock_random.cpp | 2 +- test/mock_random.hpp | 2 +- test/test_bench_random.cpp | 2 +- test/test_detail_random_provider.cpp | 2 +- test/test_entropy_error.cpp | 2 +- test/test_generators.cpp | 2 +- test/test_hash.cpp | 2 +- test/test_include1.cpp | 2 +- test/test_include2.cpp | 2 +- test/test_io.cpp | 2 +- test/test_md5.cpp | 2 +- test/test_msvc_simd_bug981648.hpp | 2 +- test/test_msvc_simd_bug981648_foo.cpp | 2 +- test/test_msvc_simd_bug981648_main.cpp | 2 +- test/test_name_generator.cpp | 2 +- test/test_nil_generator.cpp | 2 +- test/test_random_generator.cpp | 2 +- test/test_serialization.cpp | 2 +- test/test_sha1.cpp | 2 +- test/test_string_generator.cpp | 2 +- test/test_tagging.cpp | 2 +- test/test_uuid.cpp | 2 +- test/test_uuid_class.cpp | 2 +- test/test_uuid_in_map.cpp | 2 +- test/test_uuid_no_simd.cpp | 2 +- test/test_wserialization.cpp | 2 +- 65 files changed, 67 insertions(+), 67 deletions(-) diff --git a/Jamfile b/Jamfile index 67c0b33..1e3698c 100644 --- a/Jamfile +++ b/Jamfile @@ -4,7 +4,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) project libs/uuid : requirements diff --git a/README.md b/README.md index 5ce8d02..aeb527c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Uuid, part of collection of the [Boost C++ Libraries](http://github.com/boostorg ### License -Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt). +Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). ### Properties @@ -28,14 +28,14 @@ Branch | Travis | Appveyor | Coverity Scan | codecov.io | Deps | Docs | * [Ask questions](http://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-uuid) * [Report bugs](https://github.com/boostorg/uuid/issues): Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well. -* Submit your patches as pull requests against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt). +* Submit your patches as pull requests against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). * Discussions about the library are held on the [Boost developers mailing list](http://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](http://www.boost.org/community/policy.html) before posting and add the `[uuid]` tag at the beginning of the subject line. ### Code Example - UUID Generation // Copyright 2017 James E. King III // Distributed under the Boost Software License, Version 1.0. - // (See http://www.boost.org/LICENSE_1_0.txt) + // (See https://www.boost.org/LICENSE_1_0.txt) // mkuuid.cpp example #include diff --git a/doc/index.html b/doc/index.html index d850ea0..0c78a14 100644 --- a/doc/index.html +++ b/doc/index.html @@ -37,7 +37,7 @@

© Copyright Andy Tompkins, 2006

Distributed under 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 www.boost.org/LICENSE_1_0.txt)

diff --git a/doc/uuid.html b/doc/uuid.html index 6f952c7..7bcc800 100644 --- a/doc/uuid.html +++ b/doc/uuid.html @@ -848,7 +848,7 @@ mailing list provided useful comments and greatly helped to shape the library.

© Copyright Andy Tompkins, 2006

© Copyright 2017 James E. King III

Distributed under 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 www.boost.org/LICENSE_1_0.txt)

diff --git a/include/boost/uuid/basic_name_generator.hpp b/include/boost/uuid/basic_name_generator.hpp index 791f48e..7469046 100644 --- a/include/boost/uuid/basic_name_generator.hpp +++ b/include/boost/uuid/basic_name_generator.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) +// https://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_UUID_BASIC_NAME_GENERATOR_HPP #define BOOST_UUID_BASIC_NAME_GENERATOR_HPP diff --git a/include/boost/uuid/detail/config.hpp b/include/boost/uuid/detail/config.hpp index 602d4ab..8cd7b7d 100644 --- a/include/boost/uuid/detail/config.hpp +++ b/include/boost/uuid/detail/config.hpp @@ -2,7 +2,7 @@ * Copyright Andrey Semashev 2013. * Distributed under the 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) */ /*! * \file uuid/detail/config.hpp diff --git a/include/boost/uuid/detail/md5.hpp b/include/boost/uuid/detail/md5.hpp index 96d4695..0aaefdd 100644 --- a/include/boost/uuid/detail/md5.hpp +++ b/include/boost/uuid/detail/md5.hpp @@ -21,7 +21,7 @@ // Distributed under the 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_UUID_MD5_HPP #define BOOST_UUID_MD5_HPP diff --git a/include/boost/uuid/detail/random_provider.hpp b/include/boost/uuid/detail/random_provider.hpp index bc8a1a4..bf8e0be 100644 --- a/include/boost/uuid/detail/random_provider.hpp +++ b/include/boost/uuid/detail/random_provider.hpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // Platform-specific random entropy provider // diff --git a/include/boost/uuid/detail/random_provider_arc4random.ipp b/include/boost/uuid/detail/random_provider_arc4random.ipp index 6faa94d..bb25f03 100644 --- a/include/boost/uuid/detail/random_provider_arc4random.ipp +++ b/include/boost/uuid/detail/random_provider_arc4random.ipp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // "A Replacement Call for Random" // https://man.openbsd.org/arc4random.3 diff --git a/include/boost/uuid/detail/random_provider_bcrypt.ipp b/include/boost/uuid/detail/random_provider_bcrypt.ipp index 184335f..d6d4a35 100644 --- a/include/boost/uuid/detail/random_provider_bcrypt.ipp +++ b/include/boost/uuid/detail/random_provider_bcrypt.ipp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // BCrypt provider for entropy // diff --git a/include/boost/uuid/detail/random_provider_detect_platform.hpp b/include/boost/uuid/detail/random_provider_detect_platform.hpp index d1d3d01..014c83b 100644 --- a/include/boost/uuid/detail/random_provider_detect_platform.hpp +++ b/include/boost/uuid/detail/random_provider_detect_platform.hpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // Platform-specific random entropy provider platform detection // diff --git a/include/boost/uuid/detail/random_provider_getentropy.ipp b/include/boost/uuid/detail/random_provider_getentropy.ipp index 4124854..c014499 100644 --- a/include/boost/uuid/detail/random_provider_getentropy.ipp +++ b/include/boost/uuid/detail/random_provider_getentropy.ipp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // getentropy() capable platforms // diff --git a/include/boost/uuid/detail/random_provider_getrandom.ipp b/include/boost/uuid/detail/random_provider_getrandom.ipp index 8c7fdbf..036cd40 100644 --- a/include/boost/uuid/detail/random_provider_getrandom.ipp +++ b/include/boost/uuid/detail/random_provider_getrandom.ipp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // getrandom() capable platforms // diff --git a/include/boost/uuid/detail/random_provider_include_platform.hpp b/include/boost/uuid/detail/random_provider_include_platform.hpp index 192c2bf..7b99b80 100644 --- a/include/boost/uuid/detail/random_provider_include_platform.hpp +++ b/include/boost/uuid/detail/random_provider_include_platform.hpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // Platform-specific random entropy provider platform definition // diff --git a/include/boost/uuid/detail/random_provider_posix.ipp b/include/boost/uuid/detail/random_provider_posix.ipp index 723394d..4a22235 100644 --- a/include/boost/uuid/detail/random_provider_posix.ipp +++ b/include/boost/uuid/detail/random_provider_posix.ipp @@ -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) +* https://www.boost.org/LICENSE_1_0.txt) * * $Id$ */ diff --git a/include/boost/uuid/detail/random_provider_wincrypt.ipp b/include/boost/uuid/detail/random_provider_wincrypt.ipp index 7ab13b3..099f70c 100644 --- a/include/boost/uuid/detail/random_provider_wincrypt.ipp +++ b/include/boost/uuid/detail/random_provider_wincrypt.ipp @@ -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) +* https://www.boost.org/LICENSE_1_0.txt) * * $Id$ */ diff --git a/include/boost/uuid/detail/sha1.hpp b/include/boost/uuid/detail/sha1.hpp index 871a319..4db2d89 100644 --- a/include/boost/uuid/detail/sha1.hpp +++ b/include/boost/uuid/detail/sha1.hpp @@ -1,7 +1,7 @@ // Copyright 2007 Andy Tompkins. // Distributed under the 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) // Revision History // 29 May 2007 - Initial Revision diff --git a/include/boost/uuid/detail/uuid_generic.ipp b/include/boost/uuid/detail/uuid_generic.ipp index 07c5cf4..e473f2e 100644 --- a/include/boost/uuid/detail/uuid_generic.ipp +++ b/include/boost/uuid/detail/uuid_generic.ipp @@ -2,7 +2,7 @@ * Copyright Andy Tompkins 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) */ /*! * \file uuid/detail/uuid_generic.ipp diff --git a/include/boost/uuid/detail/uuid_x86.ipp b/include/boost/uuid/detail/uuid_x86.ipp index 0ccddef..ecbf9a5 100644 --- a/include/boost/uuid/detail/uuid_x86.ipp +++ b/include/boost/uuid/detail/uuid_x86.ipp @@ -2,7 +2,7 @@ * Copyright Andrey Semashev 2013. * Distributed under the 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) */ /*! * \file uuid/detail/uuid_x86.ipp diff --git a/include/boost/uuid/entropy_error.hpp b/include/boost/uuid/entropy_error.hpp index e7a48b8..27a7078 100644 --- a/include/boost/uuid/entropy_error.hpp +++ b/include/boost/uuid/entropy_error.hpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // Entropy error class // diff --git a/include/boost/uuid/name_generator.hpp b/include/boost/uuid/name_generator.hpp index ead8174..4aab7fd 100644 --- a/include/boost/uuid/name_generator.hpp +++ b/include/boost/uuid/name_generator.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) +// https://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_UUID_NAME_GENERATOR_HPP #define BOOST_UUID_NAME_GENERATOR_HPP diff --git a/include/boost/uuid/name_generator_md5.hpp b/include/boost/uuid/name_generator_md5.hpp index 7b13698..6462b45 100644 --- a/include/boost/uuid/name_generator_md5.hpp +++ b/include/boost/uuid/name_generator_md5.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) +// https://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_UUID_NAME_GENERATOR_MD5_HPP #define BOOST_UUID_NAME_GENERATOR_MD5_HPP diff --git a/include/boost/uuid/name_generator_sha1.hpp b/include/boost/uuid/name_generator_sha1.hpp index c34425f..722e79a 100644 --- a/include/boost/uuid/name_generator_sha1.hpp +++ b/include/boost/uuid/name_generator_sha1.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) +// https://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_UUID_NAME_GENERATOR_SHA1_HPP #define BOOST_UUID_NAME_GENERATOR_SHA1_HPP diff --git a/include/boost/uuid/nil_generator.hpp b/include/boost/uuid/nil_generator.hpp index c3c5818..4c29819 100644 --- a/include/boost/uuid/nil_generator.hpp +++ b/include/boost/uuid/nil_generator.hpp @@ -3,7 +3,7 @@ // Copyright 2010 Andy Tompkins. // Distributed under the 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_UUID_NIL_GENERATOR_HPP #define BOOST_UUID_NIL_GENERATOR_HPP diff --git a/include/boost/uuid/random_generator.hpp b/include/boost/uuid/random_generator.hpp index 46b941b..0fa34c0 100644 --- a/include/boost/uuid/random_generator.hpp +++ b/include/boost/uuid/random_generator.hpp @@ -4,7 +4,7 @@ // Copyright 2017 James E. King III // Distributed under the 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_UUID_RANDOM_GENERATOR_HPP #define BOOST_UUID_RANDOM_GENERATOR_HPP diff --git a/include/boost/uuid/string_generator.hpp b/include/boost/uuid/string_generator.hpp index 1903448..7d9597e 100644 --- a/include/boost/uuid/string_generator.hpp +++ b/include/boost/uuid/string_generator.hpp @@ -3,7 +3,7 @@ // Copyright 2010 Andy Tompkins. // Distributed under the 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_UUID_STRING_GENERATOR_HPP #define BOOST_UUID_STRING_GENERATOR_HPP diff --git a/include/boost/uuid/uuid.hpp b/include/boost/uuid/uuid.hpp index e542d91..d3bb34b 100644 --- a/include/boost/uuid/uuid.hpp +++ b/include/boost/uuid/uuid.hpp @@ -3,7 +3,7 @@ // Copyright 2006 Andy Tompkins. // Distributed under the 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) // Revision History // 06 Feb 2006 - Initial Revision diff --git a/include/boost/uuid/uuid_generators.hpp b/include/boost/uuid/uuid_generators.hpp index 29d39cc..2916e69 100644 --- a/include/boost/uuid/uuid_generators.hpp +++ b/include/boost/uuid/uuid_generators.hpp @@ -3,7 +3,7 @@ // Copyright 2006 Andy Tompkins. // Distributed under the 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) // Revision History // 06 Feb 2006 - Initial Revision diff --git a/include/boost/uuid/uuid_hash.hpp b/include/boost/uuid/uuid_hash.hpp index a2d23c4..8fe56bc 100644 --- a/include/boost/uuid/uuid_hash.hpp +++ b/include/boost/uuid/uuid_hash.hpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // std::hash support for uuid // diff --git a/include/boost/uuid/uuid_io.hpp b/include/boost/uuid/uuid_io.hpp index e92e881..11bd4a2 100644 --- a/include/boost/uuid/uuid_io.hpp +++ b/include/boost/uuid/uuid_io.hpp @@ -3,7 +3,7 @@ // Copyright 2009 Andy Tompkins. // Distributed under the 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) // Revision History // 20 Mar 2009 - Initial Revision diff --git a/include/boost/uuid/uuid_serialize.hpp b/include/boost/uuid/uuid_serialize.hpp index 3d8a608..31312cf 100644 --- a/include/boost/uuid/uuid_serialize.hpp +++ b/include/boost/uuid/uuid_serialize.hpp @@ -3,7 +3,7 @@ // Copyright 2007 Andy Tompkins. // Distributed under the 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) // Revision History // 12 Nov 2007 - Initial Revision diff --git a/index.html b/index.html index f54e21e..6d24d2a 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e6c543a..4157ca2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -2,7 +2,7 @@ # Copyright 2017 - 2018 James E. King III # Distributed under the 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) lib bcrypt ; diff --git a/test/compile-fail/basic_random_generator_no_copy_assign.cpp b/test/compile-fail/basic_random_generator_no_copy_assign.cpp index 543668a..687e2b3 100644 --- a/test/compile-fail/basic_random_generator_no_copy_assign.cpp +++ b/test/compile-fail/basic_random_generator_no_copy_assign.cpp @@ -2,7 +2,7 @@ // Distributed under the 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) // The test verifies that basic_random_generator is not copy assignable diff --git a/test/compile-fail/basic_random_generator_no_copy_ctor.cpp b/test/compile-fail/basic_random_generator_no_copy_ctor.cpp index 975e034..0356bfd 100644 --- a/test/compile-fail/basic_random_generator_no_copy_ctor.cpp +++ b/test/compile-fail/basic_random_generator_no_copy_ctor.cpp @@ -2,7 +2,7 @@ // Distributed under the 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) // The test verifies that basic_random_generator is not copy constructible diff --git a/test/compile-fail/random_generator_no_copy_assign.cpp b/test/compile-fail/random_generator_no_copy_assign.cpp index 9a4cc60..0ff28d9 100644 --- a/test/compile-fail/random_generator_no_copy_assign.cpp +++ b/test/compile-fail/random_generator_no_copy_assign.cpp @@ -2,7 +2,7 @@ // Distributed under the 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) // The test verifies that random_generator is not copy assignable diff --git a/test/compile-fail/random_generator_no_copy_ctor.cpp b/test/compile-fail/random_generator_no_copy_ctor.cpp index 11360ea..9a5da83 100644 --- a/test/compile-fail/random_generator_no_copy_ctor.cpp +++ b/test/compile-fail/random_generator_no_copy_ctor.cpp @@ -2,7 +2,7 @@ // Distributed under the 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) // The test verifies that random_generator is not copy constructible diff --git a/test/compile/decl_header.cpp b/test/compile/decl_header.cpp index 1eac442..a707487 100644 --- a/test/compile/decl_header.cpp +++ b/test/compile/decl_header.cpp @@ -2,7 +2,7 @@ * Copyright Andrey Semashev 2015. * Distributed under the 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) */ /*! * \file decl_header.cpp diff --git a/test/compile_uuid.cpp b/test/compile_uuid.cpp index 39f1ebb..7387d33 100644 --- a/test/compile_uuid.cpp +++ b/test/compile_uuid.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) +// https://www.boost.org/LICENSE_1_0.txt) // Purpose to make sure that a translation unit consisting of just the contents // of the header file will compile successfully. diff --git a/test/mock_random.cpp b/test/mock_random.cpp index 3e58c1a..959caa8 100644 --- a/test/mock_random.cpp +++ b/test/mock_random.cpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // The contents of this file are compiled into a loadable // library that is used for mocking purposes so that the error diff --git a/test/mock_random.hpp b/test/mock_random.hpp index 0e1a965..6ef864c 100644 --- a/test/mock_random.hpp +++ b/test/mock_random.hpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // Mocks are used to test sad paths by forcing error responses // diff --git a/test/test_bench_random.cpp b/test/test_bench_random.cpp index 1516a08..e86f159 100644 --- a/test/test_bench_random.cpp +++ b/test/test_bench_random.cpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // benchmark for random_generators in different forms // diff --git a/test/test_detail_random_provider.cpp b/test/test_detail_random_provider.cpp index f8a8851..f4f51eb 100644 --- a/test/test_detail_random_provider.cpp +++ b/test/test_detail_random_provider.cpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // Positive and negative testing for detail::random_provider // diff --git a/test/test_entropy_error.cpp b/test/test_entropy_error.cpp index 8ac060b..1bb83cd 100644 --- a/test/test_entropy_error.cpp +++ b/test/test_entropy_error.cpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // Entropy error class test // diff --git a/test/test_generators.cpp b/test/test_generators.cpp index f506905..db6cf61 100644 --- a/test/test_generators.cpp +++ b/test/test_generators.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_generators.cpp -------------------------------// diff --git a/test/test_hash.cpp b/test/test_hash.cpp index 1339a08..5bd55d0 100644 --- a/test/test_hash.cpp +++ b/test/test_hash.cpp @@ -3,7 +3,7 @@ // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENCE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt) // // std::hash support for uuid // diff --git a/test/test_include1.cpp b/test/test_include1.cpp index b4f168c..9027951 100644 --- a/test/test_include1.cpp +++ b/test/test_include1.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_include1.cpp -------------------------------// diff --git a/test/test_include2.cpp b/test/test_include2.cpp index 8c3252c..1297b28 100644 --- a/test/test_include2.cpp +++ b/test/test_include2.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_include2.cpp -------------------------------// diff --git a/test/test_io.cpp b/test/test_io.cpp index 5a83a14..998f612 100644 --- a/test/test_io.cpp +++ b/test/test_io.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_io.cpp -------------------------------// diff --git a/test/test_md5.cpp b/test/test_md5.cpp index a14d78a..6cd59a1 100644 --- a/test/test_md5.cpp +++ b/test/test_md5.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) +// https://www.boost.org/LICENSE_1_0.txt) #include #include diff --git a/test/test_msvc_simd_bug981648.hpp b/test/test_msvc_simd_bug981648.hpp index f81e08e..a0ad645 100644 --- a/test/test_msvc_simd_bug981648.hpp +++ b/test/test_msvc_simd_bug981648.hpp @@ -3,7 +3,7 @@ * * Distributed under the 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 */ /* * This is a part of the test for a workaround for MSVC 12 (VS2013) optimizer bug diff --git a/test/test_msvc_simd_bug981648_foo.cpp b/test/test_msvc_simd_bug981648_foo.cpp index dc5c2d0..fdd1e85 100644 --- a/test/test_msvc_simd_bug981648_foo.cpp +++ b/test/test_msvc_simd_bug981648_foo.cpp @@ -3,7 +3,7 @@ * * Distributed under the 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 */ /* * This is a part of the test for a workaround for MSVC 12 (VS2013) optimizer bug diff --git a/test/test_msvc_simd_bug981648_main.cpp b/test/test_msvc_simd_bug981648_main.cpp index a0766bc..88a6581 100644 --- a/test/test_msvc_simd_bug981648_main.cpp +++ b/test/test_msvc_simd_bug981648_main.cpp @@ -3,7 +3,7 @@ * * Distributed under the 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 */ /* * This is a part of the test for a workaround for MSVC 12 (VS2013) optimizer bug diff --git a/test/test_name_generator.cpp b/test/test_name_generator.cpp index fdf5c34..9f3d165 100644 --- a/test/test_name_generator.cpp +++ b/test/test_name_generator.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_name_generator.cpp -------------------------------// diff --git a/test/test_nil_generator.cpp b/test/test_nil_generator.cpp index 4aaffb6..dfd6086 100644 --- a/test/test_nil_generator.cpp +++ b/test/test_nil_generator.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_nil_generator.cpp -------------------------------// diff --git a/test/test_random_generator.cpp b/test/test_random_generator.cpp index 273d11f..0d35e84 100644 --- a/test/test_random_generator.cpp +++ b/test/test_random_generator.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_random_generator.cpp -------------------------------// diff --git a/test/test_serialization.cpp b/test/test_serialization.cpp index 570e5e2..d24038d 100644 --- a/test/test_serialization.cpp +++ b/test/test_serialization.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) +// https://www.boost.org/LICENSE_1_0.txt) // Purpose to test serializing uuids with narrow archives diff --git a/test/test_sha1.cpp b/test/test_sha1.cpp index 15104db..5cd9765 100644 --- a/test/test_sha1.cpp +++ b/test/test_sha1.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_sha1.cpp -------------------------------// diff --git a/test/test_string_generator.cpp b/test/test_string_generator.cpp index a3674ed..f210f36 100644 --- a/test/test_string_generator.cpp +++ b/test/test_string_generator.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_string_generator.cpp -------------------------------// diff --git a/test/test_tagging.cpp b/test/test_tagging.cpp index 49264fa..83b201f 100644 --- a/test/test_tagging.cpp +++ b/test/test_tagging.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_tagging.cpp -------------------------------// diff --git a/test/test_uuid.cpp b/test/test_uuid.cpp index ae3486e..6b9dc71 100644 --- a/test/test_uuid.cpp +++ b/test/test_uuid.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_uuid.cpp -------------------------------// diff --git a/test/test_uuid_class.cpp b/test/test_uuid_class.cpp index 63b25e2..03b6538 100644 --- a/test/test_uuid_class.cpp +++ b/test/test_uuid_class.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_uuid_class.cpp -------------------------------// diff --git a/test/test_uuid_in_map.cpp b/test/test_uuid_in_map.cpp index 8f2f3a0..e8eeb16 100644 --- a/test/test_uuid_in_map.cpp +++ b/test/test_uuid_in_map.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_uuid_in_map.cpp -------------------------------// diff --git a/test/test_uuid_no_simd.cpp b/test/test_uuid_no_simd.cpp index 0220302..2a53f81 100644 --- a/test/test_uuid_no_simd.cpp +++ b/test/test_uuid_no_simd.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) +// https://www.boost.org/LICENSE_1_0.txt) // libs/uuid/test/test_uuid_no_simd.cpp -------------------------------// diff --git a/test/test_wserialization.cpp b/test/test_wserialization.cpp index dacc51c..4f58872 100644 --- a/test/test_wserialization.cpp +++ b/test/test_wserialization.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) +// https://www.boost.org/LICENSE_1_0.txt) // Purpose to test serializing uuids with wide stream archives