diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 2d9d12d8f..c3b25886b 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -1,7 +1,7 @@ // Copyright 2019-2020 Rene Rivera // Copyright 2003, 2006 Vladimir Prus // Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE.txt or http://www.boost.org/LICENSE_1_0.txt) +// (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) = B2 contributor guidelines @@ -11,23 +11,18 @@ contains guidelines which helps to assure that development goes on smoothly, and changes are made quickly. The guidelines are not mandatory, and you can decide for yourself which one to -follow. But note, that 10 mins that you spare writing a comment, for example, +follow. But note, the 10 mins that you spare writing a comment, for example, might lead to significantly longer delay for everyone. -Before contributing, make sure you are subscribed to our mailing list -at boost-build@lists.boost.org. - == Additional resources include === The issue tracker -https://github.com/boostorg/build/issues +https://github.com/bfgroup/b2/issues -=== Mailing list +=== Discussion forums -boost-build@lists.boost.org - -http://lists.boost.org/boost-build/ +https://github.com/bfgroup/b2/discussions == BUGS and PATCHES diff --git a/Jamroot.jam b/Jamroot.jam index da3751d19..1f382b144 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -3,7 +3,7 @@ # Copyright 2016 Vladimir Prus # Copyright 2017 Edward Diener # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import bison ; diff --git a/README.adoc b/README.adoc index 35650f2a4..844acea05 100644 --- a/README.adoc +++ b/README.adoc @@ -3,12 +3,12 @@ B2 makes it easy to build C++ projects, everywhere. image:https://img.shields.io/badge/license-BSL%201.0-blue.svg["Boost Software License 1.0", link="LICENSE.txt"] -image:https://img.shields.io/github/languages/code-size/boostorg/build.svg["GitHub code size in bytes", link="https://github.com/boostorg/build"] +image:https://img.shields.io/github/languages/code-size/bfgroup/b2.svg["GitHub code size in bytes", link="https://github.com/bfgroup/b2"] == License Distributed under the Boost Software License, Version 1.0. (See accompanying -file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) == Testing @@ -25,7 +25,7 @@ image:https://img.shields.io/azure-devops/build/grafikrobot/200cb3a3-3fcf-4a47-8 == More -See the link:https://boostorg.github.io/build/[website] for more information. +See the link:https://www.bfgroup.xyz/b2/[website] for more information. See the link:CONTRIBUTING.adoc[guidelines for contributing] if you would like to get involved in the development. diff --git a/boost-build.jam b/boost-build.jam index a1240fdf7..d62860b6c 100644 --- a/boost-build.jam +++ b/boost-build.jam @@ -2,7 +2,7 @@ # Copyright 2002 Rene Rivera # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) boost-build src/kernel ; diff --git a/doc/jamfile.jam b/doc/jamfile.jam index 45ba93f7e..b231c75f6 100644 --- a/doc/jamfile.jam +++ b/doc/jamfile.jam @@ -2,7 +2,7 @@ Copyright 2004,2006 Vladimir Prus Copyright 2018 Rene Rivera Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +(See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) |# #| @@ -70,7 +70,7 @@ make index.html : : @make_redir_html : .. ; REDIR_HTML = " Automatic redirection failed, please go to doc/html/index.html. - + " ; actions make_redir_html diff --git a/doc/src/howto.adoc b/doc/src/howto.adoc index 4310f405d..88918187c 100644 --- a/doc/src/howto.adoc +++ b/doc/src/howto.adoc @@ -10,6 +10,6 @@ Setting up B2 on your project? Take a look at the link:#bbv2.overview[overview] and link:#bbv2.extender[extender manual]. If there's anything you find unclear in this documentation, report the -problem directly in the https://github.com/boostorg/build/issues[issue -tracker]. For more general questions, please post them to our mailing -list (http://boost.org/more/mailing_lists.htm#jamboost[]). +problem directly in the https://github.com/bfgroup/b2/issues[issue +tracker]. For more general questions, please post them to our discussion +forums (https://github.com/bfgroup/b2/discussions[]). diff --git a/doc/src/install.adoc b/doc/src/install.adoc index 186b1622f..22adeb42a 100644 --- a/doc/src/install.adoc +++ b/doc/src/install.adoc @@ -1,8 +1,8 @@ [[bbv2.installation]] = Installation -To install B2 from an official release or a nightly build, as -available on the http://boost.org/boost-build2[official web site], +To install B2 from an official release, as available on +https://github.com/bfgroup/b2/releases[GitHub], follow these steps: 1. Unpack the release. On the command line, go to the root of the @@ -19,14 +19,6 @@ $ ./b2 install --prefix=PREFIX where PREFIX is a directory where you want B2 to be installed. 4. Optionally, add `PREFIX/bin` to your PATH environment variable. -If you are not using a B2 package, but rather the version -bundled with the Boost {CPP} Libraries, the above commands should be run -in the `tools/build` directory. - -Now that B2 is installed, you can try some of the examples. -Copy `PREFIX/share/boost-build/examples/hello` to a different directory, -then change to that directory and run: - [source,shell] ---- $ PREFIX/bin/b2 diff --git a/doc/src/standalone.adoc b/doc/src/standalone.adoc index 7dbcff5fb..21f2d34e9 100644 --- a/doc/src/standalone.adoc +++ b/doc/src/standalone.adoc @@ -36,7 +36,7 @@ include::howto.adoc[] Copyright 2018-2021 René Ferdinand Rivera Morell; Copyright 2006, 2014 Vladimir Prus. Distributed under the Boost Software License, Version 1.0. (See accompanying -file `LICENSE.txt` or copy at http://www.boost.org/LICENSE_1_0.txt) +file `LICENSE.txt` or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) **** toc::[] diff --git a/example/asciidoctor/example_manpage.adoc b/example/asciidoctor/example_manpage.adoc index ef70113d4..88c535831 100644 --- a/example/asciidoctor/example_manpage.adoc +++ b/example/asciidoctor/example_manpage.adoc @@ -35,4 +35,4 @@ b2 - Boost Build Copyright \(C) 2017 {author}. + Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) \ No newline at end of file +(See accompanying file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) \ No newline at end of file diff --git a/example/asciidoctor/jamroot.jam b/example/asciidoctor/jamroot.jam index d03788c5c..6b521acc5 100644 --- a/example/asciidoctor/jamroot.jam +++ b/example/asciidoctor/jamroot.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Rene Rivera Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# html example_html : example.adoc ; diff --git a/example/boost-build.jam b/example/boost-build.jam index 02abe407f..21fe9782b 100644 --- a/example/boost-build.jam +++ b/example/boost-build.jam @@ -1,6 +1,6 @@ -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) boost-build ../src/kernel ; diff --git a/example/complex-testing/compile-fail.cpp b/example/complex-testing/compile-fail.cpp index a219fa5c6..aa07d4e67 100644 --- a/example/complex-testing/compile-fail.cpp +++ b/example/complex-testing/compile-fail.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2014 Rene Rivera // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include #include diff --git a/example/complex-testing/fail.cpp b/example/complex-testing/fail.cpp index 965661188..ce8e2a189 100644 --- a/example/complex-testing/fail.cpp +++ b/example/complex-testing/fail.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2014 Rene Rivera // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include #include diff --git a/example/complex-testing/jamroot.jam b/example/complex-testing/jamroot.jam index a5942a239..c180a2f6c 100644 --- a/example/complex-testing/jamroot.jam +++ b/example/complex-testing/jamroot.jam @@ -1,6 +1,6 @@ # Copyright 2016 Rene Rivera # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) using testing ; import property-set ; diff --git a/example/complex-testing/post.cpp b/example/complex-testing/post.cpp index 6282e8f24..d4af2afb4 100644 --- a/example/complex-testing/post.cpp +++ b/example/complex-testing/post.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2014 Rene Rivera // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include #include diff --git a/example/complex-testing/success.cpp b/example/complex-testing/success.cpp index a7e2b6ca0..30df302c4 100644 --- a/example/complex-testing/success.cpp +++ b/example/complex-testing/success.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2014 Rene Rivera // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include #include diff --git a/example/customization/codegen.cpp b/example/customization/codegen.cpp index 6cdb45e4d..2c632e2d1 100644 --- a/example/customization/codegen.cpp +++ b/example/customization/codegen.cpp @@ -1,7 +1,7 @@ // (C) Copyright Vladimir Prus, 2003 // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) // Please see 'usage.verbatim' file for usage notes. @@ -17,17 +17,17 @@ extern const char usage[]; int main(int ac, char* av[]) { - if (av[1]) { + if (av[1]) { string class_name = av[1]; string s = class_template; - + string::size_type n; while((n = s.find("%class_name%")) != string::npos) { s.replace(n, strlen("%class_name%"), class_name); } std::cout << "Output is:\n"; - std::cout << s << "\n"; + std::cout << s << "\n"; return 0; } else { std::cout << usage << "\n"; diff --git a/example/customization/inline_file.py b/example/customization/inline_file.py index 9f13acd87..77cd8cb29 100644 --- a/example/customization/inline_file.py +++ b/example/customization/inline_file.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import sys from string import strip diff --git a/example/customization/jamroot.jam b/example/customization/jamroot.jam index 5e986d91c..3568213c7 100644 --- a/example/customization/jamroot.jam +++ b/example/customization/jamroot.jam @@ -1,9 +1,9 @@ -# Copyright 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import verbatim ; -exe codegen : codegen.cpp class.verbatim usage.verbatim +exe codegen : codegen.cpp class.verbatim usage.verbatim t1.verbatim ; diff --git a/example/customization/verbatim.jam b/example/customization/verbatim.jam index 7b51604c4..c529845df 100644 --- a/example/customization/verbatim.jam +++ b/example/customization/verbatim.jam @@ -1,6 +1,6 @@ # Copyright 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This file shows some of the primary customization mechanisms in B2 V2 # and should serve as a basic for your own customization. diff --git a/example/customization/verbatim.py b/example/customization/verbatim.py index 089bd3831..996577054 100644 --- a/example/customization/verbatim.py +++ b/example/customization/verbatim.py @@ -1,6 +1,6 @@ # Copyright 2010 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This file is only used with Python port of Boost.Build diff --git a/example/generate/a.cpp b/example/generate/a.cpp index 364975671..90dc5cc9b 100644 --- a/example/generate/a.cpp +++ b/example/generate/a.cpp @@ -1,10 +1,10 @@ -int main() +int main() { } -/* +/* Copyright 2007 Vladimir Prus Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +(See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ diff --git a/example/generate/jamroot.jam b/example/generate/jamroot.jam index c48f2207b..b190b322a 100644 --- a/example/generate/jamroot.jam +++ b/example/generate/jamroot.jam @@ -1,6 +1,6 @@ # Copyright 2007 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import generate ; diff --git a/example/generator/jamroot.jam b/example/generator/jamroot.jam index 9703134db..b77c63ddb 100644 --- a/example/generator/jamroot.jam +++ b/example/generator/jamroot.jam @@ -1,6 +1,6 @@ # Copyright 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import soap ; exe foo : foo.gci : on ; diff --git a/example/generator/soap.jam b/example/generator/soap.jam index b3d9e7633..d53f3a54d 100644 --- a/example/generator/soap.jam +++ b/example/generator/soap.jam @@ -1,6 +1,6 @@ # Copyright 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This is example of a fictional code generator tool. # It accepts a single input of type '.gci' and produces diff --git a/example/gettext/jamfile.jam b/example/gettext/jamfile.jam index d5096df30..c2a5e9bef 100644 --- a/example/gettext/jamfile.jam +++ b/example/gettext/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2003, 2006 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003, 2006 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Declare a main target. @@ -10,7 +10,7 @@ exe main : main.cpp ; # After changing main.cpp, invocation of # # bjam update-russian -# +# # will update translations in russian.po gettext.update update-russian : russian.po main ; @@ -20,7 +20,7 @@ gettext.catalog russian : russian.po ; # A stage rule which installs message catalog to the # location gettext expects. stage messages-russian : russian - : messages/ru_RU.KOI8-R/LC_MESSAGES + : messages/ru_RU.KOI8-R/LC_MESSAGES main.mo ; diff --git a/example/gettext/jamroot.jam b/example/gettext/jamroot.jam index 862f8930c..14f87bb78 100644 --- a/example/gettext/jamroot.jam +++ b/example/gettext/jamroot.jam @@ -1,6 +1,6 @@ -# Copyright 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) using gettext ; diff --git a/example/gettext/main.cpp b/example/gettext/main.cpp index 6888e1aba..c44d02a81 100644 --- a/example/gettext/main.cpp +++ b/example/gettext/main.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2003. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include @@ -12,7 +12,7 @@ using namespace std; int main() -{ +{ // Specify that translations are stored in directory // "messages". bindtextdomain("main", "messages"); diff --git a/example/hello/hello.cpp b/example/hello/hello.cpp index 97ac7fd6b..ed04b4d13 100644 --- a/example/hello/hello.cpp +++ b/example/hello/hello.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) // tag::source[] #include diff --git a/example/hello/readme.adoc b/example/hello/readme.adoc index 78d327751..d69f074e6 100644 --- a/example/hello/readme.adoc +++ b/example/hello/readme.adoc @@ -2,7 +2,7 @@ Copyright 2008 Jurko Gospodnetic Copyright 2017 Rene Rivera Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +(See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) //// = Hello @@ -38,7 +38,7 @@ common.mkdir bin/clang-darwin-4.2.1/debug clang-darwin.compile.c++ bin/clang-darwin-4.2.1/debug/hello.o clang-darwin.link bin/clang-darwin-4.2.1/debug/hello ...updated 4 targets... -> bin/clang-darwin-4.2.1/debug/hello +> bin/clang-darwin-4.2.1/debug/hello Hello! ---- diff --git a/example/libraries/app/app.cpp b/example/libraries/app/app.cpp index f62c1c35d..5e5d49fc0 100644 --- a/example/libraries/app/app.cpp +++ b/example/libraries/app/app.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/example/libraries/app/jamfile.jam b/example/libraries/app/jamfile.jam index ed2054e13..f91cd05d0 100644 --- a/example/libraries/app/jamfile.jam +++ b/example/libraries/app/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2002, 2003, 2005 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2003, 2005 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Declare a executable file, which uses a library. Note that diff --git a/example/libraries/util/foo/bar.cpp b/example/libraries/util/foo/bar.cpp index e6339ee9b..2d6eb730f 100644 --- a/example/libraries/util/foo/bar.cpp +++ b/example/libraries/util/foo/bar.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #ifdef _WIN32 __declspec(dllexport) diff --git a/example/libraries/util/foo/include/lib1.h b/example/libraries/util/foo/include/lib1.h index 50f5e19d2..9b0f98a5f 100644 --- a/example/libraries/util/foo/include/lib1.h +++ b/example/libraries/util/foo/include/lib1.h @@ -1,10 +1,7 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) void foo(); diff --git a/example/libraries/util/foo/jamfile.jam b/example/libraries/util/foo/jamfile.jam index 7b6359ea4..6741b1ca3 100644 --- a/example/libraries/util/foo/jamfile.jam +++ b/example/libraries/util/foo/jamfile.jam @@ -1,9 +1,9 @@ -# Copyright 2005 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2005 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) -project +project : usage-requirements include ; lib bar : bar.cpp ; diff --git a/example/named-install-dirs/build.jam b/example/named-install-dirs/build.jam index fc1157293..00fe90128 100644 --- a/example/named-install-dirs/build.jam +++ b/example/named-install-dirs/build.jam @@ -50,5 +50,5 @@ build-project x ; # Copyright 2020 Dmitry Arkhipov # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/example/named-install-dirs/x/y/build.jam b/example/named-install-dirs/x/y/build.jam index 17ca414e1..69e52d1dc 100644 --- a/example/named-install-dirs/x/y/build.jam +++ b/example/named-install-dirs/x/y/build.jam @@ -5,5 +5,5 @@ install (docdir)/y1 : ../../a ; # Copyright 2020 Dmitry Arkhipov # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/example/named-install-dirs/x/z/build.jam b/example/named-install-dirs/x/z/build.jam index 2f9c52744..5eaf76a5a 100644 --- a/example/named-install-dirs/x/z/build.jam +++ b/example/named-install-dirs/x/z/build.jam @@ -7,5 +7,5 @@ install (docdir)/z1 : ../../a ; # Copyright 2020 Dmitry Arkhipov # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/example/pch-multi/jamroot.jam b/example/pch-multi/jamroot.jam index fd1528510..6af21ff12 100644 --- a/example/pch-multi/jamroot.jam +++ b/example/pch-multi/jamroot.jam @@ -1,8 +1,8 @@ # Copyright 2006 Ilya Sokolov # # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # pch ########################################################################## diff --git a/example/pch-multi/source/hello_world.cpp b/example/pch-multi/source/hello_world.cpp index 741bf7025..885208c1a 100644 --- a/example/pch-multi/source/hello_world.cpp +++ b/example/pch-multi/source/hello_world.cpp @@ -2,8 +2,8 @@ Copyright 2006 Vladimir Prus Distributed under the Boost Software License, Version 1.0. (See - accompanying file LICENSE_1_0.txt or copy at - http://www.boost.org/LICENSE_1_0.txt) + accompanying file LICENSE.txt or copy at + https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include diff --git a/example/pch/jamroot.jam b/example/pch/jamroot.jam index 115164aae..ad6595567 100644 --- a/example/pch/jamroot.jam +++ b/example/pch/jamroot.jam @@ -1,8 +1,8 @@ # Copyright 2006 Ilya Sokolov # # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # pch ########################################################################## diff --git a/example/pch/source/hello_world.cpp b/example/pch/source/hello_world.cpp index f618056a0..db8b91f2d 100644 --- a/example/pch/source/hello_world.cpp +++ b/example/pch/source/hello_world.cpp @@ -2,14 +2,14 @@ Copyright 2006 Vladimir Prus Distributed under the Boost Software License, Version 1.0. (See - accompanying file LICENSE_1_0.txt or copy at - http://www.boost.org/LICENSE_1_0.txt) + accompanying file LICENSE.txt or copy at + https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include int main() { - TestClass c(1, 2); + TestClass c(1, 2); return 0; } diff --git a/example/pkg-config/jamroot.jam b/example/pkg-config/jamroot.jam index 190948174..ca945f9e3 100644 --- a/example/pkg-config/jamroot.jam +++ b/example/pkg-config/jamroot.jam @@ -1,8 +1,8 @@ #| Copyright 2019 Dmitry Arkhipov Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# diff --git a/example/pkg-config/test1.cpp b/example/pkg-config/test1.cpp index 36f37bfb3..c554928c0 100644 --- a/example/pkg-config/test1.cpp +++ b/example/pkg-config/test1.cpp @@ -1,7 +1,7 @@ // Copyright 2019 Dmitry Arkhipov // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/example/pkg-config/test2.cpp b/example/pkg-config/test2.cpp index f911d4577..d8a987f0d 100644 --- a/example/pkg-config/test2.cpp +++ b/example/pkg-config/test2.cpp @@ -1,7 +1,7 @@ // Copyright 2019 Dmitry Arkhipov // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/example/pkg-config/test3.cpp b/example/pkg-config/test3.cpp index 5df7ff0ef..e161cd00f 100644 --- a/example/pkg-config/test3.cpp +++ b/example/pkg-config/test3.cpp @@ -1,7 +1,7 @@ // Copyright 2019 Dmitry Arkhipov // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/example/pkg-config/test4.cpp b/example/pkg-config/test4.cpp index ca9bcc738..c8828b7f6 100644 --- a/example/pkg-config/test4.cpp +++ b/example/pkg-config/test4.cpp @@ -1,7 +1,7 @@ // Copyright 2019 Dmitry Arkhipov // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #if VERSIONED_API < 2 diff --git a/example/pkg-config/test5.cpp b/example/pkg-config/test5.cpp index 8d843637b..7b7f974d2 100644 --- a/example/pkg-config/test5.cpp +++ b/example/pkg-config/test5.cpp @@ -1,7 +1,7 @@ // Copyright 2019 Dmitry Arkhipov // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/example/python_modules/jamroot.jam b/example/python_modules/jamroot.jam index c53e75d58..29972a480 100644 --- a/example/python_modules/jamroot.jam +++ b/example/python_modules/jamroot.jam @@ -1,6 +1,6 @@ # Copyright 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import python_helpers ; diff --git a/example/python_modules/python_helpers.jam b/example/python_modules/python_helpers.jam index bbeb7007c..5519515f2 100644 --- a/example/python_modules/python_helpers.jam +++ b/example/python_modules/python_helpers.jam @@ -1,6 +1,6 @@ # Copyright 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import modules ; local here = [ modules.binding $(__name__) ] ; diff --git a/example/python_modules/python_helpers.py b/example/python_modules/python_helpers.py index 303363e91..6fccd7e8c 100644 --- a/example/python_modules/python_helpers.py +++ b/example/python_modules/python_helpers.py @@ -1,6 +1,6 @@ # Copyright 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Declare a couple of functions called from B2 # diff --git a/example/qt/qt3/hello/canvas.cpp b/example/qt/qt3/hello/canvas.cpp index c6d23c9d4..823e827a4 100644 --- a/example/qt/qt3/hello/canvas.cpp +++ b/example/qt/qt3/hello/canvas.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2004. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include "canvas.h" @@ -17,18 +17,18 @@ Canvas::Canvas(QWidget* parent) m_brushes[0] = QBrush(QColor(255, 0, 0)); m_brushes[1] = QBrush(QColor(0, 255, 0)); m_current_brush = 0; - + m_canvas = new QCanvas(this); m_canvas->resize(4*1600, 600); - - redraw(); - - QVBoxLayout* l = new QVBoxLayout(this); - + + redraw(); + + QVBoxLayout* l = new QVBoxLayout(this); + m_canvas_view = new QCanvasView(m_canvas, this); - l->addWidget(m_canvas_view); + l->addWidget(m_canvas_view); m_canvas_view->resize(rect().size()); - m_canvas_view->show(); + m_canvas_view->show(); } Canvas::~Canvas() @@ -38,27 +38,27 @@ Canvas::~Canvas() void Canvas::redraw() { - QCanvasItemList l = m_canvas->allItems(); + QCanvasItemList l = m_canvas->allItems(); for(QCanvasItemList::iterator i = l.begin(), e = l.end(); i != e; ++i) { delete *i; } - + unsigned count = 0; for (unsigned x = 10; x < 4*1600; x += 20) for (unsigned y = 10; y < 600; y += 20) { QCanvasRectangle* r = new QCanvasRectangle(x, y, 10, 10, m_canvas); r->setPen(m_pen); r->setBrush(m_brushes[m_current_brush]); - r->show(); - ++count; + r->show(); + ++count; QCanvasText* t = new QCanvasText("D", m_canvas); t->move(x, y); t->show(); ++count; } - + (new QCanvasText(QString::number(count), m_canvas))->show(); m_canvas->setAllChanged(); diff --git a/example/qt/qt3/hello/canvas.h b/example/qt/qt3/hello/canvas.h index f9f950267..865fc6549 100644 --- a/example/qt/qt3/hello/canvas.h +++ b/example/qt/qt3/hello/canvas.h @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2004. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #ifndef CANVAS_VP_2004_08_31 @@ -18,16 +18,16 @@ public: Canvas(QWidget* parent); virtual ~Canvas(); - + public slots: - void change_color(); - + void change_color(); + private: void redraw(); class QCanvas* m_canvas; class QCanvasView* m_canvas_view; class QPen m_pen; - class QBrush* m_brushes; + class QBrush* m_brushes; int m_current_brush; }; diff --git a/example/qt/qt3/hello/jamroot.jam b/example/qt/qt3/hello/jamroot.jam index 03be582e5..09b3fef0c 100644 --- a/example/qt/qt3/hello/jamroot.jam +++ b/example/qt/qt3/hello/jamroot.jam @@ -1,13 +1,13 @@ # Copyright Vladimir Prus 2004. # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) using qt ; project # built MT version, unless asked otherwise. - : default-build multi + : default-build multi ; exe canvas : main.cpp canvas.cpp canvas.h : /qt//qt ; \ No newline at end of file diff --git a/example/qt/qt3/hello/main.cpp b/example/qt/qt3/hello/main.cpp index 8f1ffc2fb..0f1c8c3f9 100644 --- a/example/qt/qt3/hello/main.cpp +++ b/example/qt/qt3/hello/main.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2004. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include "canvas.h" #include @@ -15,12 +15,12 @@ public: { setCaption("QCanvas test"); QVBox* vb = new QVBox(this); - setCentralWidget(vb); - - Canvas* c = new Canvas(vb); + setCentralWidget(vb); + + Canvas* c = new Canvas(vb); QPushButton* b = new QPushButton("Change color", vb); - connect(b, SIGNAL(clicked()), c, SLOT(change_color())); - } + connect(b, SIGNAL(clicked()), c, SLOT(change_color())); + } }; int main(int argc, char **argv) @@ -30,7 +30,7 @@ int main(int argc, char **argv) app.setMainWidget(w); w->show(); - + return app.exec(); } diff --git a/example/qt/qt3/moccable-cpp/main.cpp b/example/qt/qt3/moccable-cpp/main.cpp index ed36f7469..63533ba58 100644 --- a/example/qt/qt3/moccable-cpp/main.cpp +++ b/example/qt/qt3/moccable-cpp/main.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2005. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include @@ -14,10 +14,10 @@ class My_widget : public QWidget { Q_OBJECT public: - My_widget() : QWidget() + My_widget() : QWidget() { QPushButton* b = new QPushButton("Push me", this); - + connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); } @@ -25,8 +25,8 @@ private slots: void theSlot() { std::cout << "Clicked\n"; - } - + } + }; int main(int ac, char* av[]) diff --git a/example/qt/qt3/uic/jamroot.jam b/example/qt/qt3/uic/jamroot.jam index d0b806294..d53df7a58 100644 --- a/example/qt/qt3/uic/jamroot.jam +++ b/example/qt/qt3/uic/jamroot.jam @@ -1,10 +1,10 @@ # Copyright Felix E. Klee, 2003 # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) # Tell that QT should be used. QTDIR will give installation -# prefix. +# prefix. using qt ; project diff --git a/example/qt/qt3/uic/main.cpp b/example/qt/qt3/uic/main.cpp index f2a08b5fa..c48605574 100644 --- a/example/qt/qt3/uic/main.cpp +++ b/example/qt/qt3/uic/main.cpp @@ -1,7 +1,7 @@ // Copyright Felix E. Klee, 2003 // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include "hello_world_widget.h" #include diff --git a/example/qt/qt4/hello/arrow.cpp b/example/qt/qt4/hello/arrow.cpp index e821b1690..5f36ed5a8 100644 --- a/example/qt/qt4/hello/arrow.cpp +++ b/example/qt/qt4/hello/arrow.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2005. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include "arrow.h" @@ -27,24 +27,24 @@ void Arrow_widget::slotChangeColor() update(); } -void +void Arrow_widget::draw_arrow(int x1, int y1, int x2, int y2, QPainter& painter) { // The length of the from the tip of the arrow to the point // where line starts. const int arrowhead_length = 16; - + QPainterPath arrow; arrow.moveTo(x1, y1); - + // Determine the angle of the straight line. double a1 = (x2-x1); double a2 = (y2-y1); double b1 = 1; double b2 = 0; - + double straight_length = sqrt(a1*a1 + a2*a2); - + double dot_product = a1*b1 + a2*b2; double cosine = dot_product/ (sqrt(pow(a1, 2) + pow(a2, 2))*sqrt(b1 + b2)); @@ -54,9 +54,9 @@ Arrow_widget::draw_arrow(int x1, int y1, int x2, int y2, QPainter& painter) angle = -angle; } double straight_angle = angle*180/M_PI; - + double limit = 10; - + double angle_to_vertical; if (fabs(straight_angle) < 90) angle_to_vertical = fabs(straight_angle); @@ -64,67 +64,67 @@ Arrow_widget::draw_arrow(int x1, int y1, int x2, int y2, QPainter& painter) angle_to_vertical = 180-straight_angle; else angle_to_vertical = 180-(-straight_angle); - + double angle_delta = 0; if (angle_to_vertical > limit) angle_delta = 30 * (angle_to_vertical - limit)/90; - double start_angle = straight_angle > 0 + double start_angle = straight_angle > 0 ? straight_angle - angle_delta : straight_angle + angle_delta; - - + + QMatrix m1; m1.translate(x1, y1); m1.rotate(-start_angle); - - double end_angle = straight_angle > 0 + + double end_angle = straight_angle > 0 ? (straight_angle + 180 + angle_delta) : (straight_angle + 180 - angle_delta); - + QMatrix m2; m2.reset(); - m2.translate(x2, y2); + m2.translate(x2, y2); m2.rotate(-end_angle); - - arrow.cubicTo(m1.map(QPointF(straight_length/2, 0)), + + arrow.cubicTo(m1.map(QPointF(straight_length/2, 0)), m2.map(QPointF(straight_length/2, 0)), m2.map(QPointF(arrowhead_length, 0))); - + painter.save(); painter.setBrush(Qt::NoBrush); - painter.drawPath(arrow); + painter.drawPath(arrow); painter.restore(); - + painter.save(); painter.translate(x2, y2); - + painter.rotate(-90); painter.rotate(-end_angle); painter.rotate(180); - + QPolygon arrowhead(4); arrowhead.setPoint(0, 0, 0); arrowhead.setPoint(1, arrowhead_length/3, -arrowhead_length*5/4); arrowhead.setPoint(2, 0, -arrowhead_length); arrowhead.setPoint(3, -arrowhead_length/3, -arrowhead_length*5/4); - + painter.drawPolygon(arrowhead); - - painter.restore(); - + + painter.restore(); + } void Arrow_widget::paintEvent(QPaintEvent*) { QPainter p(this); - + p.setRenderHint(QPainter::Antialiasing); - + int base_x = 550; int base_y = 200; - if (color_ == 0) + if (color_ == 0) p.setBrush(Qt::black); else if (color_ == 1) p.setBrush(Qt::green); @@ -132,27 +132,27 @@ void Arrow_widget::paintEvent(QPaintEvent*) p.setBrush(Qt::yellow); else p.setBrush(Qt::black); - + for (int x_step = 0; x_step < 6; ++x_step) { for (int y_step = 1; y_step <= 3; ++y_step) { - draw_arrow(base_x, base_y, base_x+x_step*100, + draw_arrow(base_x, base_y, base_x+x_step*100, base_y - y_step*50, p); - - draw_arrow(base_x, base_y, base_x+x_step*100, + + draw_arrow(base_x, base_y, base_x+x_step*100, base_y + y_step*50, p); - - draw_arrow(base_x, base_y, base_x-x_step*100, + + draw_arrow(base_x, base_y, base_x-x_step*100, base_y + y_step*50, p); - - draw_arrow(base_x, base_y, base_x-x_step*100, + + draw_arrow(base_x, base_y, base_x-x_step*100, base_y - y_step*50, p); } } draw_arrow(50, 400, 1000, 450, p); draw_arrow(1000, 400, 50, 450, p); - + } diff --git a/example/qt/qt4/hello/arrow.h b/example/qt/qt4/hello/arrow.h index d7743864f..8375d13c9 100644 --- a/example/qt/qt4/hello/arrow.h +++ b/example/qt/qt4/hello/arrow.h @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2005. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/example/qt/qt4/hello/main.cpp b/example/qt/qt4/hello/main.cpp index df27444bd..bf4913666 100644 --- a/example/qt/qt4/hello/main.cpp +++ b/example/qt/qt4/hello/main.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2005. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include "arrow.h" diff --git a/example/qt/qt4/moccable-cpp/main.cpp b/example/qt/qt4/moccable-cpp/main.cpp index ffc96cc3e..f8d4a43e2 100644 --- a/example/qt/qt4/moccable-cpp/main.cpp +++ b/example/qt/qt4/moccable-cpp/main.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2005. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include #include @@ -13,10 +13,10 @@ class My_widget : public QWidget { Q_OBJECT public: - My_widget() : QWidget() + My_widget() : QWidget() { QPushButton* b = new QPushButton("Push me", this); - + connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); } @@ -24,8 +24,8 @@ private slots: void theSlot() { std::cout << "Clicked\n"; - } - + } + }; int main(int ac, char* av[]) diff --git a/example/qt/qt4/uic/jamroot.jam b/example/qt/qt4/uic/jamroot.jam index 40675a72e..5af938c95 100644 --- a/example/qt/qt4/uic/jamroot.jam +++ b/example/qt/qt4/uic/jamroot.jam @@ -1,7 +1,7 @@ # Copyright Felix E. Klee, 2003 # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import qt4 ; if ! [ qt4.initialized ] diff --git a/example/qt/qt4/uic/main.cpp b/example/qt/qt4/uic/main.cpp index fc72fd5e6..6b217ec19 100644 --- a/example/qt/qt4/uic/main.cpp +++ b/example/qt/qt4/uic/main.cpp @@ -1,7 +1,7 @@ // Copyright Felix E. Klee, 2003 // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include "ui_hello_world_widget.h" #include diff --git a/example/sanitizers/readme.adoc b/example/sanitizers/readme.adoc index b964324ca..efcc8c3a9 100644 --- a/example/sanitizers/readme.adoc +++ b/example/sanitizers/readme.adoc @@ -1,7 +1,7 @@ //// Copyright 2019 Damian Jarek Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +(See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) //// = Sanitizers diff --git a/example/sass/jamroot.jam b/example/sass/jamroot.jam index 8297df876..837477225 100644 --- a/example/sass/jamroot.jam +++ b/example/sass/jamroot.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Dmitry Arkhipov Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# css stylesheet1 : singleton.scss : "--precision 1" ; diff --git a/example/site-config.jam b/example/site-config.jam index ad22d6744..2bf5e5700 100644 --- a/example/site-config.jam +++ b/example/site-config.jam @@ -1,4 +1,4 @@ -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/example/testing/compile-fail.cpp b/example/testing/compile-fail.cpp index a219fa5c6..aa07d4e67 100644 --- a/example/testing/compile-fail.cpp +++ b/example/testing/compile-fail.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2014 Rene Rivera // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include #include diff --git a/example/testing/fail.cpp b/example/testing/fail.cpp index 965661188..ce8e2a189 100644 --- a/example/testing/fail.cpp +++ b/example/testing/fail.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2014 Rene Rivera // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include #include diff --git a/example/testing/jamroot.jam b/example/testing/jamroot.jam index 047aff39c..7bbb2e619 100644 --- a/example/testing/jamroot.jam +++ b/example/testing/jamroot.jam @@ -1,6 +1,6 @@ # Copyright 2014 Rene Rivera # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) using testing ; diff --git a/example/testing/success.cpp b/example/testing/success.cpp index bf5588062..0b75980ab 100644 --- a/example/testing/success.cpp +++ b/example/testing/success.cpp @@ -1,11 +1,9 @@ // Copyright (c) 2014 Rene Rivera // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) // -// http://www.boost.org -// #include #include diff --git a/example/time/hello.cpp b/example/time/hello.cpp index 680802289..edf1383be 100644 --- a/example/time/hello.cpp +++ b/example/time/hello.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/example/time/jamroot.jam b/example/time/jamroot.jam index 3e2730f80..52fc1b980 100644 --- a/example/time/jamroot.jam +++ b/example/time/jamroot.jam @@ -1,7 +1,7 @@ #| Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# #[jamroot diff --git a/example/user-config.jam b/example/user-config.jam index 8b4aed1ba..05d823da0 100644 --- a/example/user-config.jam +++ b/example/user-config.jam @@ -2,13 +2,13 @@ # Copyright 2004 John Maddock # Copyright 2002, 2003, 2004, 2007 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This file is used to configure your B2 installation. You can modify # this file in place, or you can place it in a permanent location so that it # does not get overwritten should you get a new version of B2. See: # -# http://www.boost.org/boost-build2/doc/html/bbv2/overview/configuration.html +# https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.configuration # # for documentation about possible permanent locations. @@ -17,7 +17,7 @@ # example lines and adjust them to taste. The complete list of supported tools, # and configuration instructions can be found at: # -# http://boost.org/boost-build2/doc/html/bbv2/reference/tools.html +# https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.reference.tools # # This file uses Jam language syntax to describe available tools. Mostly, @@ -31,7 +31,7 @@ # # More details about the syntax can be found at: # -# http://boost.org/boost-build2/doc/html/bbv2/advanced.html#bbv2.advanced.jam_language +# https://www.bfgroup.xyz/b2/manual/release/index.html#jam.language # # ------------------ diff --git a/example/variant/a.cpp b/example/variant/a.cpp index 42b69f335..e6abcf9c0 100644 --- a/example/variant/a.cpp +++ b/example/variant/a.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2004. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) void l(); int main() { l(); return 0; } diff --git a/example/variant/jamfile.jam b/example/variant/jamfile.jam index eb81a2fd4..6fd72adbd 100644 --- a/example/variant/jamfile.jam +++ b/example/variant/jamfile.jam @@ -1,6 +1,6 @@ # Copyright 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) #[jamfile #<< By default, build the project with the two variants we have defined in jamroot.jam. diff --git a/example/variant/jamroot.jam b/example/variant/jamroot.jam index 52d21e498..d20669789 100644 --- a/example/variant/jamroot.jam +++ b/example/variant/jamroot.jam @@ -1,10 +1,10 @@ -# Copyright 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) #[jamroot -#<< Define a build variant which is just combination of four properties. -variant crazy : speed off +#<< Define a build variant which is just combination of four properties. +variant crazy : speed off on on ; #<< Define a built variant inherited from 'release'. It defines one new property and gets all properties from the parent `release` variant. diff --git a/example/variant/libs/jamfile.jam b/example/variant/libs/jamfile.jam index 60d8e64bb..5d6d42dbd 100644 --- a/example/variant/libs/jamfile.jam +++ b/example/variant/libs/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) #[libs_jamfile #<< The library `l` just needs the sources. By default it will be a shared library. diff --git a/example/variant/libs/l.cpp b/example/variant/libs/l.cpp index 26cb4b1e6..be3254ca8 100644 --- a/example/variant/libs/l.cpp +++ b/example/variant/libs/l.cpp @@ -1,7 +1,7 @@ // Copyright Vladimir Prus 2002-2004. // Distributed under the 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.txt +// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #ifdef _WIN32 __declspec(dllexport) diff --git a/src/bootstrap.jam b/src/bootstrap.jam index 04cc023e4..98f04896d 100644 --- a/src/bootstrap.jam +++ b/src/bootstrap.jam @@ -1,8 +1,8 @@ # Copyright (c) 2003 Vladimir Prus. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This file handles initial phase of B2 loading. # Boost.Jam has already figured out where B2 is diff --git a/src/build-system.jam b/src/build-system.jam index 60425c542..e9c8c61dd 100644 --- a/src/build-system.jam +++ b/src/build-system.jam @@ -2,8 +2,8 @@ # Copyright 2006, 2007 Rene Rivera # Copyright 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This file is part of Boost Build version 2. You can think of it as forming the # main() routine. It is invoked by the bootstrapping code in bootstrap.jam. @@ -653,7 +653,7 @@ local rule should-clean-project ( project ) ECHO "warning: If the default is wrong, your build may not work correctly." ; ECHO "warning: Use the \"toolset=xxxxx\" option to override our guess." ; ECHO "warning: For more configuration options, please consult" ; - ECHO "warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" ; + ECHO "warning: https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.configuration" ; toolset.using $(default-toolset) : $(default-toolset-version) ; } diff --git a/src/build/ac.jam b/src/build/ac.jam index db02b7288..02ae62bdb 100644 --- a/src/build/ac.jam +++ b/src/build/ac.jam @@ -3,13 +3,13 @@ # Copyright (c) 2021 Rene Ferdinand Rivera Morell # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import property-set ; import path ; import modules ; -import "class" ; +import "class" ; import errors ; import configure ; import feature ; @@ -145,15 +145,15 @@ class ac-library : basic-target rule __init__ ( name : project : requirements * : include-path ? : library-path ? : library-name ? ) { basic-target.__init__ $(name) : $(project) : : $(requirements) ; - - reconfigure $(include-path) : $(library-path) : $(library-name) ; + + reconfigure $(include-path) : $(library-path) : $(library-name) ; } - + rule set-header ( header ) { - self.header = $(header) ; + self.header = $(header) ; } - + rule set-default-names ( names + ) { self.default-names = $(names) ; @@ -189,7 +189,7 @@ class ac-library : basic-target errors.user-error [ name ] "is already configured" ; } } - + rule construct ( name : sources * : property-set ) { if $(self.target) @@ -276,7 +276,7 @@ class ac-library : basic-target return [ property-set.empty ] ; } } - } + } } } diff --git a/src/build/alias.jam b/src/build/alias.jam index 3a97b7263..46fc28d68 100644 --- a/src/build/alias.jam +++ b/src/build/alias.jam @@ -1,7 +1,7 @@ # Copyright 2003, 2004, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines the 'alias' rule and the associated target class. # diff --git a/src/build/alias.py b/src/build/alias.py index e9078c746..ec9914f20 100755 --- a/src/build/alias.py +++ b/src/build/alias.py @@ -1,6 +1,6 @@ # Copyright 2003, 2004, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Status: ported (danielw) # Base revision: 56043 diff --git a/src/build/build-request.jam b/src/build/build-request.jam index 4c767c3b2..895ccfc69 100644 --- a/src/build/build-request.jam +++ b/src/build/build-request.jam @@ -1,6 +1,6 @@ # Copyright 2002 Dave Abrahams # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import sequence ; @@ -89,7 +89,7 @@ local rule x-product-aux ( property-sets + ) # If we did not encounter a conflicting feature lower down, do not # recurse again. - if ! [ set.intersection $(f) : $(x-product-seen) ] + if ! [ set.intersection $(f) : $(x-product-seen) ] || [ remove-conflicts $(x-product-conflicts) : $(x-product-seen) ] { property-sets = ; diff --git a/src/build/config-cache.jam b/src/build/config-cache.jam index 65bf91a8c..05a6fcd3f 100644 --- a/src/build/config-cache.jam +++ b/src/build/config-cache.jam @@ -1,6 +1,6 @@ # Copyright 2012 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import modules ; import errors ; diff --git a/src/build/configure.jam b/src/build/configure.jam index e1541b344..a327a2f30 100644 --- a/src/build/configure.jam +++ b/src/build/configure.jam @@ -2,8 +2,8 @@ # Copyright 2017-2021 Rene Ferdinand Rivera Morell # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines function to help with two main tasks: # diff --git a/src/build/configure.py b/src/build/configure.py index 9bb043773..cf2121a2a 100644 --- a/src/build/configure.py +++ b/src/build/configure.py @@ -4,8 +4,8 @@ # Copyright (c) 2010 Vladimir Prus. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines function to help with two main tasks: # diff --git a/src/build/engine.py b/src/build/engine.py index 6e49a8b5e..d88d5aa23 100644 --- a/src/build/engine.py +++ b/src/build/engine.py @@ -2,7 +2,7 @@ # Copyright Vladimir Prus 2007. # Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) bjam_interface = __import__('bjam') diff --git a/src/build/errors.py b/src/build/errors.py index dd517395f..c65fa4105 100644 --- a/src/build/errors.py +++ b/src/build/errors.py @@ -2,7 +2,7 @@ # Copyright 2007 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This file is supposed to implement error reporting for Boost.Build. # Experience with jam version has shown that printing full backtrace diff --git a/src/build/feature.jam b/src/build/feature.jam index 09d7af1a5..4c7bb9a10 100644 --- a/src/build/feature.jam +++ b/src/build/feature.jam @@ -2,8 +2,8 @@ # Copyright 2002, 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import assert : * ; import "class" : * ; diff --git a/src/build/feature.py b/src/build/feature.py index 86e72144d..db825f06f 100644 --- a/src/build/feature.py +++ b/src/build/feature.py @@ -5,7 +5,7 @@ # Copyright 2002, 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import re diff --git a/src/build/generators.jam b/src/build/generators.jam index 36d8304bf..d1f711503 100644 --- a/src/build/generators.jam +++ b/src/build/generators.jam @@ -2,8 +2,8 @@ # Copyright 2006. Rene Rivera # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Manages 'generators' --- objects which can do transformation between different # target types and contain algorithm for finding transformation from sources to diff --git a/src/build/generators.py b/src/build/generators.py index 4e77276d7..23d1ea944 100644 --- a/src/build/generators.py +++ b/src/build/generators.py @@ -6,8 +6,8 @@ # Copyright Rene Rivera 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) +# (See accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Manages 'generators' --- objects which can do transformation between different # target types and contain algorithm for finding transformation from sources diff --git a/src/build/project.jam b/src/build/project.jam index 172315e4f..a4cef30c8 100644 --- a/src/build/project.jam +++ b/src/build/project.jam @@ -2,8 +2,8 @@ # Copyright 2002, 2005, 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Implements project representation and loading. Each project is represented by: # - a module where all the Jamfile content lives. @@ -256,7 +256,7 @@ rule find-jamfile ( errors.error Unable to load Jamfile. : Could not find a Jamfile in directory '$(dir)'. : Attempted to find it with pattern '$(JAMFILE:J=" ")'. - : Please consult the documentation at "'http://www.boost.org'." ; + : Please consult the documentation at "'https://www.bfgroup.xyz/b2/'." ; } return $(jamfile-to-load) ; diff --git a/src/build/project.py b/src/build/project.py index 29e99a2c2..0a80c93b9 100644 --- a/src/build/project.py +++ b/src/build/project.py @@ -5,8 +5,8 @@ # Copyright 2002, 2005, 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Implements project representation and loading. Each project is represented # by: @@ -282,7 +282,7 @@ class ProjectRegistry: """Unable to load Jamfile. Could not find a Jamfile in directory '%s' Attempted to find it with pattern '%s'. -Please consult the documentation at 'http://boost.org/boost-build2'.""" +Please consult the documentation at 'https://www.bfgroup.xyz/b2/'.""" % (dir, string.join(self.JAMFILE))) if jamfile_glob: diff --git a/src/build/property-set.jam b/src/build/property-set.jam index e729f5792..5045611a2 100644 --- a/src/build/property-set.jam +++ b/src/build/property-set.jam @@ -1,8 +1,8 @@ # Copyright 2003 Dave Abrahams # Copyright 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import feature ; diff --git a/src/build/property.jam b/src/build/property.jam index ec9d84985..b95e604ae 100644 --- a/src/build/property.jam +++ b/src/build/property.jam @@ -3,8 +3,8 @@ # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Copyright 2020 Nikita Kniazev # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; import indirect ; @@ -150,7 +150,7 @@ rule evaluate-conditionals-in-context ( properties * : context * ) # Returns properties indicating how the conditionals in # properties affect feature relevance. If the optional argument cond # is passed, it is treated as extra conditions for all properties. -# +# rule evaluate-conditional-relevance ( properties * : cond * ) { cond = [ sequence.transform utility.ungrist : $(cond:G) ] ; @@ -559,7 +559,7 @@ rule translate ( properties * : project-id : project-location : context-module ) { condition = $(split[1]) ; property = $(split[2]) ; - + local e ; for local c in [ regex.split $(condition) "," ] { @@ -797,7 +797,7 @@ class property-map for local i in $(self.all-flags) { local list = $($(i)) ; - if [ $(property-set).contains-raw $(list[2-]) ] + if [ $(property-set).contains-raw $(list[2-]) ] { matches += $(list[1]) ; match-ranks += [ sequence.length $(list) ] ; diff --git a/src/build/property.py b/src/build/property.py index e7f5c982d..f3e8dfe4e 100644 --- a/src/build/property.py +++ b/src/build/property.py @@ -5,7 +5,7 @@ # Copyright 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import re import sys diff --git a/src/build/scanner.jam b/src/build/scanner.jam index bbb9b4db4..a7f9254df 100644 --- a/src/build/scanner.jam +++ b/src/build/scanner.jam @@ -1,8 +1,8 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2004, 2005 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Implements scanners: objects computing implicit dependencies for files, such # as includes in C++. diff --git a/src/build/scanner.py b/src/build/scanner.py index 9f5fc76f2..2d6e4abca 100644 --- a/src/build/scanner.py +++ b/src/build/scanner.py @@ -4,7 +4,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2004, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Implements scanners: objects that compute implicit dependencies for # files, such as includes in C++. diff --git a/src/build/targets.jam b/src/build/targets.jam index cb841f8fe..b23964a9c 100644 --- a/src/build/targets.jam +++ b/src/build/targets.jam @@ -1,8 +1,8 @@ # Copyright Vladimir Prus 2002. # Copyright Rene Rivera 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) +# (See accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports 'abstract' targets, which are targets explicitly defined in a # Jamfile. @@ -342,7 +342,7 @@ class project-target : abstract-target self.alternative-names += [ $(target-instance).name ] ; } } - + # Checks if an alternative was declared for the target. # Unlike checking for a main target this does not require # building the main targets. And hence can be used in/directly @@ -1635,7 +1635,7 @@ class typed-target : basic-target ECHO "error: no generators were found for type '$(self.type)'" ; ECHO "error: and the requested properties" ; ECHO "error: make sure you've configured the needed tools" ; - ECHO "See http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" ; + ECHO "See https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.configuration" ; EXIT "To debug this problem, try the --debug-generators option." ; } diff --git a/src/build/targets.py b/src/build/targets.py index 45bbe497e..20e97bc6b 100644 --- a/src/build/targets.py +++ b/src/build/targets.py @@ -5,8 +5,8 @@ # Copyright Rene Rivera 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) +# (See accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports 'abstract' targets, which are targets explicitly defined in Jamfile. # @@ -1408,7 +1408,7 @@ class TypedTarget (BasicTarget): print "error: no generators were found for type '" + self.type_ + "'" print "error: and the requested properties" print "error: make sure you've configured the needed tools" - print "See http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" + print "See https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.configuration" print "To debug this problem, try the --debug-generators option." sys.exit(1) diff --git a/src/build/toolset.jam b/src/build/toolset.jam index d103f6b70..a632605cc 100644 --- a/src/build/toolset.jam +++ b/src/build/toolset.jam @@ -2,8 +2,8 @@ # Copyright 2005 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Support for toolset definition. @@ -437,7 +437,7 @@ local rule used-features ( rule-or-module ) if ! $(.used-features.$(rule-or-module)) { local result = $(.uses-features.$(rule-or-module)) ; - + # Strip away last dot separated part and recurse. local next = [ MATCH "^(.+)\\.([^\\.])*" : $(rule-or-module) ] ; if $(next) diff --git a/src/build/toolset.py b/src/build/toolset.py index 323e7fba3..6e68cecb7 100644 --- a/src/build/toolset.py +++ b/src/build/toolset.py @@ -5,7 +5,7 @@ # Copyright 2005 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) """ Support for toolset definition. """ diff --git a/src/build/type.jam b/src/build/type.jam index 419656df0..8f7a99f15 100644 --- a/src/build/type.jam +++ b/src/build/type.jam @@ -1,7 +1,7 @@ # Copyright 2002, 2003 Dave Abrahams # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Deals with target type declaration and defines target class which supports # typed targets. diff --git a/src/build/version.jam b/src/build/version.jam index 2aa8dcfef..6c7805fef 100644 --- a/src/build/version.jam +++ b/src/build/version.jam @@ -1,7 +1,7 @@ # Copyright 2002, 2003, 2004, 2006 Vladimir Prus # Copyright 2008, 2012 Jurko Gospodnetic # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import numbers ; diff --git a/src/build/virtual-target.jam b/src/build/virtual-target.jam index d7b84321c..85ef46cdc 100644 --- a/src/build/virtual-target.jam +++ b/src/build/virtual-target.jam @@ -2,8 +2,8 @@ # Copyright 2005, 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Implements virtual targets, which correspond to actual files created during a # build, but are not yet targets in Jam sense. They are needed, for example, @@ -454,7 +454,7 @@ class abstract-file-target : virtual-target { ps = [ property-set.empty ] ; } - + # Add this target object for use in getting additional information # when tagging. ps = [ property-set.create [ $(ps).raw ] $(__name__) ] ; diff --git a/src/build_system.py b/src/build_system.py index babe53eef..1702acf5a 100644 --- a/src/build_system.py +++ b/src/build_system.py @@ -6,8 +6,8 @@ # Copyright 2006 Rene Rivera # Copyright 2003, 2004, 2005, 2006, 2007 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import os import sys import re @@ -501,7 +501,7 @@ def main_real(): print "warning: If the default is wrong, your build may not work correctly." print "warning: Use the \"toolset=xxxxx\" option to override our guess." print "warning: For more configuration options, please consult" - print "warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" + print "warning: https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.configuration" using(dt, dtv) diff --git a/src/contrib/boost.jam b/src/contrib/boost.jam index 46a153a51..06fc4017c 100644 --- a/src/contrib/boost.jam +++ b/src/contrib/boost.jam @@ -1,7 +1,7 @@ # Copyright 2008 - 2013 Roland Schwarz # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Boost library support module. # diff --git a/src/contrib/boost.py b/src/contrib/boost.py index 352941e01..6f4d6b4ab 100644 --- a/src/contrib/boost.py +++ b/src/contrib/boost.py @@ -1,7 +1,7 @@ # $Id: boost.jam 62249 2010-05-26 19:05:19Z steven_watanabe $ # Copyright 2008 Roland Schwarz # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Boost library support module. # diff --git a/src/contrib/modular.jam b/src/contrib/modular.jam index cba517048..31d78d6ba 100644 --- a/src/contrib/modular.jam +++ b/src/contrib/modular.jam @@ -1,7 +1,7 @@ # Copyright Rene Rivera 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) +# (See accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import path ; import project ; @@ -15,16 +15,16 @@ import type ; rule add-location ( dir prefix ? : base-dir ? ) { process-args ; - + prefix ?= "/" ; - + # Dir path of caller to base paths from. caller-module ?= [ CALLER_MODULE ] ; local caller-dir = [ modules.peek $(caller-module) : __file__ ] ; caller-dir = $(caller-dir:D) ; - + base-dir ?= $(caller-dir) ; - + .search-path-prefix += $(prefix) ; .search-path.$(prefix) += [ path.root [ path.root $(dir) $(base-dir) ] [ path.pwd ] ] ; } @@ -49,19 +49,19 @@ rule external ( rule find ( target-refs + ) { process-args ; - + local caller-mod = [ CALLER_MODULE ] ; local caller-dir = [ modules.peek $(caller-mod) : __file__ ] ; caller-dir = $(caller-dir:D) ; caller-dir = [ path.root $(caller-dir) [ path.pwd ] ] ; - + local result-refs ; for local target-ref in $(target-refs) { result-refs += [ resolve-reference $(target-ref) : $(caller-mod) $(caller-dir) ] ; } - + return $(result-refs) ; } @@ -92,7 +92,7 @@ local rule resolve-reference ( target-ref : caller-mod caller-dir ? ) search-sub = $(search-match[2]) ; } } - + if $(search-prefix) { local found = [ path.glob $(.search-path.$(search-prefix)) : $(search-sub) ] ; @@ -114,24 +114,24 @@ local rule define-library ( name caller-module ? : root ) # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ; process-args ; - + # Dir path of caller to base paths from. caller-module ?= [ CALLER_MODULE ] ; local caller-dir = [ modules.peek $(caller-module) : __file__ ] ; caller-dir = $(caller-dir:D) ; - + # Find the various parts of the library. local lib-dir = [ path.root [ path.root $(root) $(caller-dir) ] [ path.pwd ] ] ; local lib-contents = [ path.glob $(lib-dir) : "include" "build" ] ; lib-contents = $(lib-contents:D=) ; - + # "include" dir for library.. local include-dir ; if "include" in $(lib-contents) { include-dir = $(root)/include ; } - + # If it has a build dir, i.e. it has targets to build, # we root the project at the build dir to make it easy # to refer to the build targets. This mirrors the regular @@ -141,14 +141,14 @@ local rule define-library ( name caller-module ? : root ) root = $(root)/build ; build-dir = "." ; } - + # Shadow target declarations so that we can alter build targets # to work in the standalone modular structure. local lib-location = [ path.root [ path.make $(root) ] $(caller-dir) ] ; local lib-module-name = [ project.module-name $(lib-location) ] ; local modular-rules = [ RULENAMES modular-rules ] ; IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ; - + # Load/create/declare library project. local lib-module = [ project.find $(root) : $(caller-dir) ] ; if ! $(lib-module) @@ -166,17 +166,17 @@ local rule define-library ( name caller-module ? : root ) IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ; } } - + # Declare project alternate ID. modules.call-in $(caller-module) : use-project $(name) : $(root) ; - + # Create a "library" target that has basic usage info if needed. if ! [ $(lib-target).has-alternative-for-target library ] { include-dir = [ path.relative-to $(root) $(include-dir) ] ; - + project.push-current $(lib-target) ; - + # Declare the library alias. modules.call-in $(lib-module) : library : # Sources @@ -185,7 +185,7 @@ local rule define-library ( name caller-module ? : root ) : # Usage Requirements $(include-dir) ; - + project.pop-current ; } } @@ -223,10 +223,10 @@ module modular-rules import targets ; import builtin ; import alias ; - + # Avoids any form of installation for Boost modules. rule boost-install ( libraries * ) { } - + # Generic typed target rule to pre-process main target # declarations to make them work within the standalone # modular structure. @@ -235,9 +235,9 @@ module modular-rules usage-requirements * ) { local mod = [ CALLER_MODULE ] ; - + # ECHO @@@ [[$(mod)]] modular-rules.main-target-rule $(name) :: $(sources) :: $(requirements) :: $(default-build) :: $(usage-requirements) ; - + # First discover the required target type based on the exact alias used to # invoke this rule. local bt = [ BACKTRACE 1 ] ; @@ -247,40 +247,40 @@ module modular-rules $(name) : $(sources) : $(requirements) : $(default-build) : $(usage-requirements) ] ; } - + rule lib ( names + : sources * : requirements * : default-build * : usage-requirements * ) { local mod = [ CALLER_MODULE ] ; requirements += library ; usage-requirements += library ; - + # ECHO @@@ [[$(mod)]] modular-rules.lib $(names) :: $(sources) :: $(requirements) :: $(default-build) :: $(usage-requirements) ; return [ builtin.lib $(names) : $(sources) : $(requirements) : $(default-build) : $(usage-requirements) ] ; } - + rule alias ( name : sources * : requirements * : default-build * : usage-requirements * ) { local mod = [ CALLER_MODULE ] ; - + # ECHO @@@ [[$(mod)]] modular-rules.alias $(name) :: $(sources) :: $(requirements) :: $(default-build) :: $(usage-requirements) ; return [ alias.alias $(name) : $(sources) : $(requirements) : $(default-build) : $(usage-requirements) ] ; } - + rule library ( name ? : sources * : requirements * : default-build * : usage-requirements * ) { import modular ; - + local mod = [ CALLER_MODULE ] ; sources = [ modular.apply-external $(mod) : sources : $(sources) ] ; requirements = [ modular.apply-external $(mod) : requirements : $(requirements) ] ; default-build = [ modular.apply-external $(mod) : default-build : $(default-build) ] ; usage-requirements = [ modular.apply-external $(mod) : usage-requirements : $(usage-requirements) ] ; - + name ?= library ; - + # ECHO @@@ [[$(mod)]] modular-rules.library $(name) :: $(sources) :: $(requirements) :: $(default-build) :: $(usage-requirements) ; return [ alias.alias $(name) : $(sources) : $(requirements) : $(default-build) : $(usage-requirements) ] ; } diff --git a/src/contrib/tntnet.jam b/src/contrib/tntnet.jam index 0bd0ae559..1dfa37f7e 100644 --- a/src/contrib/tntnet.jam +++ b/src/contrib/tntnet.jam @@ -1,8 +1,8 @@ # Copyright 2008 Eduardo Gurgel # # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # # Support for creating components for the Tntnet web application @@ -41,7 +41,7 @@ project tntnet ; # Save the project so that we tolerate 'import + using' combo. .project = [ project.current ] ; -# Initialized the Tntnet support module. The 'prefix' parameter +# Initialized the Tntnet support module. The 'prefix' parameter # tells where Tntnet is installed. rule init ( prefix : full_bin ? : full_inc ? : full_lib ? ) { @@ -51,7 +51,7 @@ rule init ( prefix : full_bin ? : full_inc ? : full_lib ? ) local inc_prefix lib_prefix bin_prefix ; if $(full_inc) { - inc_prefix = $(full_inc) ; + inc_prefix = $(full_inc) ; } else { @@ -124,7 +124,7 @@ rule init ( prefix : full_bin ? : full_inc ? : full_lib ? ) # Scanner for ecpp includes type.set-scanner ECPP : ecpp-scanner ; - + local usage-requirements = $(.incprefix) $(.libprefix) @@ -134,18 +134,18 @@ rule init ( prefix : full_bin ? : full_inc ? : full_lib ? ) lib cxxtools : $(main) : : - : + : $(.incprefix)/cxxtools - $(usage-requiriments) + $(usage-requiriments) ; lib tntnet : $(main) : : - : + : $(.incprefix)/tntnet $(usage-requiriments) ; - + } project.pop-current ; diff --git a/src/contrib/wxFormBuilder.jam b/src/contrib/wxFormBuilder.jam index 9ec97ef51..d3d6544c4 100644 --- a/src/contrib/wxFormBuilder.jam +++ b/src/contrib/wxFormBuilder.jam @@ -3,8 +3,8 @@ # Copyright (c) 2007-2008 Dario Senic, Jurko Gospodnetic. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # ################################################################################ diff --git a/src/engine/bump_version.py b/src/engine/bump_version.py index 177142288..66f5f1c72 100644 --- a/src/engine/bump_version.py +++ b/src/engine/bump_version.py @@ -9,7 +9,7 @@ # Copyright 2006 Rene Rivera. # Copyright 2005-2006 Vladimir Prus. # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import os diff --git a/src/engine/check_cxx11.cpp b/src/engine/check_cxx11.cpp index f01fcff71..7197980a6 100644 --- a/src/engine/check_cxx11.cpp +++ b/src/engine/check_cxx11.cpp @@ -1,6 +1,6 @@ /* Copyright 2020 Rene Rivera * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/class.cpp b/src/engine/class.cpp index 2e41e12f8..2928ff7cb 100644 --- a/src/engine/class.cpp +++ b/src/engine/class.cpp @@ -1,8 +1,8 @@ /* * Copyright Vladimir Prus 2003. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "class.h" diff --git a/src/engine/class.h b/src/engine/class.h index ee76e80c7..6272ff454 100644 --- a/src/engine/class.h +++ b/src/engine/class.h @@ -1,6 +1,6 @@ /* Copyright Vladimir Prus 2003. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef CLASS_H_VP_2003_08_01 #define CLASS_H_VP_2003_08_01 diff --git a/src/engine/command.cpp b/src/engine/command.cpp index 31141fc97..c0c103242 100644 --- a/src/engine/command.cpp +++ b/src/engine/command.cpp @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/compile.cpp b/src/engine/compile.cpp index 030d2e186..4730a5513 100644 --- a/src/engine/compile.cpp +++ b/src/engine/compile.cpp @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/compile.h b/src/engine/compile.h index 97370a92d..72927810e 100644 --- a/src/engine/compile.h +++ b/src/engine/compile.h @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/config.h b/src/engine/config.h index 1df3501e5..c99510296 100644 --- a/src/engine/config.h +++ b/src/engine/config.h @@ -4,8 +4,8 @@ /* Copyright 2002-2018 Rene Rivera. Distributed under the 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.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) */ #define OPT_HEADER_CACHE_EXT 1 diff --git a/src/engine/cwd.cpp b/src/engine/cwd.cpp index cf603e856..ee0d563c6 100644 --- a/src/engine/cwd.cpp +++ b/src/engine/cwd.cpp @@ -2,8 +2,8 @@ * Copyright 2002. Vladimir Prus * Copyright 2005. Rene Rivera * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "cwd.h" diff --git a/src/engine/cwd.h b/src/engine/cwd.h index c81bd69ba..2910c2f82 100644 --- a/src/engine/cwd.h +++ b/src/engine/cwd.h @@ -1,8 +1,8 @@ /* * Copyright 2002. Vladimir Prus * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/debug.cpp b/src/engine/debug.cpp index 8fcf7e362..f802b8a00 100644 --- a/src/engine/debug.cpp +++ b/src/engine/debug.cpp @@ -1,8 +1,8 @@ /* * Copyright 2005, 2016. Rene Rivera * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" diff --git a/src/engine/debug.h b/src/engine/debug.h index 20824577e..fad73f9f5 100644 --- a/src/engine/debug.h +++ b/src/engine/debug.h @@ -1,8 +1,8 @@ /* * Copyright 2005, 2016. Rene Rivera * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef BJAM_DEBUG_H diff --git a/src/engine/debugger.cpp b/src/engine/debugger.cpp index f3b2f042d..d3450b4b5 100644 --- a/src/engine/debugger.cpp +++ b/src/engine/debugger.cpp @@ -1,8 +1,8 @@ /* * Copyright 2015 Steven Watanabe * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "debugger.h" diff --git a/src/engine/debugger.h b/src/engine/debugger.h index 67956c76a..d0bd1c689 100644 --- a/src/engine/debugger.h +++ b/src/engine/debugger.h @@ -1,8 +1,8 @@ /* * Copyright 2015 Steven Watanabe * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef DEBUGGER_SW20150314_H diff --git a/src/engine/execnt.cpp b/src/engine/execnt.cpp index 5eb77ec7a..d0000d282 100644 --- a/src/engine/execnt.cpp +++ b/src/engine/execnt.cpp @@ -8,8 +8,8 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2007 Rene Rivera. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/execvms.cpp b/src/engine/execvms.cpp index 2c516326c..8b281fe52 100644 --- a/src/engine/execvms.cpp +++ b/src/engine/execvms.cpp @@ -8,7 +8,7 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2015 Artur Shepilko. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ diff --git a/src/engine/filent.cpp b/src/engine/filent.cpp index 551f71c75..e32879424 100644 --- a/src/engine/filent.cpp +++ b/src/engine/filent.cpp @@ -8,8 +8,8 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2005 Rene Rivera. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/filesys.cpp b/src/engine/filesys.cpp index c4b0756dc..ecd9e0244 100644 --- a/src/engine/filesys.cpp +++ b/src/engine/filesys.cpp @@ -2,7 +2,7 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2005 Rene Rivera. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/filesys.h b/src/engine/filesys.h index 61c0e6a7b..ee49f28c6 100644 --- a/src/engine/filesys.h +++ b/src/engine/filesys.h @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/fileunix.cpp b/src/engine/fileunix.cpp index 9d8dc17fa..139e15af3 100644 --- a/src/engine/fileunix.cpp +++ b/src/engine/fileunix.cpp @@ -8,7 +8,7 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2005 Rene Rivera. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/filevms.cpp b/src/engine/filevms.cpp index 03f980a1e..6dc84ae63 100644 --- a/src/engine/filevms.cpp +++ b/src/engine/filevms.cpp @@ -9,7 +9,7 @@ * Copyright 2005 Rene Rivera. * Copyright 2015 Artur Shepilko. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ diff --git a/src/engine/frames.cpp b/src/engine/frames.cpp index 0491c5c32..b64d54fa7 100644 --- a/src/engine/frames.cpp +++ b/src/engine/frames.cpp @@ -1,7 +1,7 @@ /* * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" diff --git a/src/engine/frames.h b/src/engine/frames.h index c134d9c79..2a3a22837 100644 --- a/src/engine/frames.h +++ b/src/engine/frames.h @@ -1,8 +1,8 @@ /* * Copyright 2001-2004 David Abrahams. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef FRAMES_DWA20011021_H diff --git a/src/engine/function.cpp b/src/engine/function.cpp index 056949d9e..6f4cf416e 100644 --- a/src/engine/function.cpp +++ b/src/engine/function.cpp @@ -2,8 +2,8 @@ * Copyright 2011 Steven Watanabe * Copyright 2016 Rene Rivera * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" diff --git a/src/engine/function.h b/src/engine/function.h index 397487537..3c9c129a5 100644 --- a/src/engine/function.h +++ b/src/engine/function.h @@ -1,7 +1,7 @@ /* * Copyright 2011 Steven Watanabe * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef FUNCTION_SW20111123_H diff --git a/src/engine/hdrmacro.cpp b/src/engine/hdrmacro.cpp index 013cc62b0..946a5fb44 100644 --- a/src/engine/hdrmacro.cpp +++ b/src/engine/hdrmacro.cpp @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/headers.cpp b/src/engine/headers.cpp index 5ad68cf1d..79f393ad7 100644 --- a/src/engine/headers.cpp +++ b/src/engine/headers.cpp @@ -6,7 +6,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/jam.cpp b/src/engine/jam.cpp index 76acdb6f7..9659bd1fd 100644 --- a/src/engine/jam.cpp +++ b/src/engine/jam.cpp @@ -16,8 +16,8 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2018 Rene Rivera * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/jam.h b/src/engine/jam.h index 5d706dcb7..93cdaf19e 100644 --- a/src/engine/jam.h +++ b/src/engine/jam.h @@ -7,8 +7,8 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/jam_strings.cpp b/src/engine/jam_strings.cpp index b5aef5f1c..814a5679c 100644 --- a/src/engine/jam_strings.cpp +++ b/src/engine/jam_strings.cpp @@ -1,6 +1,6 @@ /* Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" #include "jam_strings.h" diff --git a/src/engine/jam_strings.h b/src/engine/jam_strings.h index 02b744a65..9f7fd43f0 100644 --- a/src/engine/jam_strings.h +++ b/src/engine/jam_strings.h @@ -1,8 +1,8 @@ /* * Copyright 2004. David Abrahams * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef JAM_STRINGS_DWA20011024_H diff --git a/src/engine/lists.h b/src/engine/lists.h index 2f802b368..24b9298d6 100644 --- a/src/engine/lists.h +++ b/src/engine/lists.h @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/make.cpp b/src/engine/make.cpp index 065adcaef..610278bfa 100644 --- a/src/engine/make.cpp +++ b/src/engine/make.cpp @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/make1.cpp b/src/engine/make1.cpp index 0e6e49e6d..5d147c492 100644 --- a/src/engine/make1.cpp +++ b/src/engine/make1.cpp @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/mem.cpp b/src/engine/mem.cpp index 65c63f754..ee353253a 100644 --- a/src/engine/mem.cpp +++ b/src/engine/mem.cpp @@ -1,8 +1,8 @@ /* Copyright Rene Rivera 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) +(See accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" diff --git a/src/engine/mem.h b/src/engine/mem.h index 076808504..590d80ab9 100644 --- a/src/engine/mem.h +++ b/src/engine/mem.h @@ -1,8 +1,8 @@ /* * Copyright 2006. Rene Rivera * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef BJAM_MEM_H diff --git a/src/engine/modules.cpp b/src/engine/modules.cpp index d30c40bc4..8f824687c 100644 --- a/src/engine/modules.cpp +++ b/src/engine/modules.cpp @@ -1,8 +1,8 @@ /* * Copyright 2001-2004 David Abrahams. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" diff --git a/src/engine/modules.h b/src/engine/modules.h index acad633bf..151b64712 100644 --- a/src/engine/modules.h +++ b/src/engine/modules.h @@ -1,7 +1,7 @@ /* * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef MODULES_DWA10182001_H #define MODULES_DWA10182001_H diff --git a/src/engine/modules/order.cpp b/src/engine/modules/order.cpp index dcfee4343..527359e17 100644 --- a/src/engine/modules/order.cpp +++ b/src/engine/modules/order.cpp @@ -1,7 +1,7 @@ /* Copyright 2004. Vladimir Prus * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "../lists.h" diff --git a/src/engine/modules/path.cpp b/src/engine/modules/path.cpp index 8f7624839..35d753d5e 100644 --- a/src/engine/modules/path.cpp +++ b/src/engine/modules/path.cpp @@ -1,7 +1,7 @@ /* Copyright Vladimir Prus 2003. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "../constants.h" diff --git a/src/engine/modules/property-set.cpp b/src/engine/modules/property-set.cpp index 30236ee3a..b5a11abcf 100644 --- a/src/engine/modules/property-set.cpp +++ b/src/engine/modules/property-set.cpp @@ -1,8 +1,8 @@ /* * Copyright 2013 Steven Watanabe * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "../object.h" diff --git a/src/engine/modules/regex.cpp b/src/engine/modules/regex.cpp index eae846d75..95fe19d14 100644 --- a/src/engine/modules/regex.cpp +++ b/src/engine/modules/regex.cpp @@ -1,8 +1,8 @@ /* * Copyright 2003. Vladimir Prus * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "../mem.h" @@ -42,7 +42,7 @@ LIST * regex_split( FRAME * frame, int flags ) LISTITER iter = list_begin( args ); s = list_item( iter ); separator = list_item( list_next( iter ) ); - + re = regex_compile( separator ); prev = pos = object_str( s ); @@ -105,9 +105,9 @@ LIST * regex_replace( FRAME * frame, int flags ) match = list_item( iter ); iter = list_next( iter ); replacement = list_item(iter ); - + re = regex_compile( match ); - + string_new( buf ); pos = object_str( s ); diff --git a/src/engine/modules/sequence.cpp b/src/engine/modules/sequence.cpp index cece2cd5b..acf20b827 100644 --- a/src/engine/modules/sequence.cpp +++ b/src/engine/modules/sequence.cpp @@ -1,8 +1,8 @@ /* * Copyright Vladimir Prus 2003. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "../native.h" diff --git a/src/engine/modules/set.cpp b/src/engine/modules/set.cpp index 77a314d57..325f81220 100644 --- a/src/engine/modules/set.cpp +++ b/src/engine/modules/set.cpp @@ -1,6 +1,6 @@ /* Copyright Vladimir Prus 2003. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "../native.h" #include "../object.h" @@ -20,8 +20,8 @@ LIST *set_difference( FRAME *frame, int flags ) { - LIST* b = lol_get( frame->args, 0 ); - LIST* a = lol_get( frame->args, 1 ); + LIST* b = lol_get( frame->args, 0 ); + LIST* a = lol_get( frame->args, 1 ); LIST* result = L0; LISTITER iter = list_begin( b ), end = list_end( b ); diff --git a/src/engine/native.cpp b/src/engine/native.cpp index 0f80080f6..157d19185 100644 --- a/src/engine/native.cpp +++ b/src/engine/native.cpp @@ -1,7 +1,7 @@ /* Copyright 2003. Vladimir Prus * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "native.h" diff --git a/src/engine/native.h b/src/engine/native.h index 5367552f5..d31c48a0a 100644 --- a/src/engine/native.h +++ b/src/engine/native.h @@ -1,7 +1,7 @@ /* Copyright 2003. David Abrahams * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef NATIVE_H_VP_2003_12_09 diff --git a/src/engine/output.cpp b/src/engine/output.cpp index 395d6c6df..e015f577b 100644 --- a/src/engine/output.cpp +++ b/src/engine/output.cpp @@ -1,7 +1,7 @@ /* Copyright 2007 Rene Rivera Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" diff --git a/src/engine/output.h b/src/engine/output.h index a85edaaf2..c33758967 100644 --- a/src/engine/output.h +++ b/src/engine/output.h @@ -1,7 +1,7 @@ /* Copyright 2007 Rene Rivera Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef BJAM_OUTPUT_H diff --git a/src/engine/parse.cpp b/src/engine/parse.cpp index 42f64f06e..1eb48fdb8 100644 --- a/src/engine/parse.cpp +++ b/src/engine/parse.cpp @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" diff --git a/src/engine/parse.h b/src/engine/parse.h index 7dc2e660d..c99782e79 100644 --- a/src/engine/parse.h +++ b/src/engine/parse.h @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/patchlevel.h b/src/engine/patchlevel.h index 7c3260183..4f196114b 100644 --- a/src/engine/patchlevel.h +++ b/src/engine/patchlevel.h @@ -7,7 +7,7 @@ This file is ALSO: Copyright 2018-2019 Rene Rivera Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +(See accompanying file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) */ diff --git a/src/engine/pathnt.cpp b/src/engine/pathnt.cpp index a4cdc93c8..2e23a1617 100644 --- a/src/engine/pathnt.cpp +++ b/src/engine/pathnt.cpp @@ -8,8 +8,8 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2005 Rene Rivera. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/pathsys.cpp b/src/engine/pathsys.cpp index 7e6d57a34..9bbbcf875 100644 --- a/src/engine/pathsys.cpp +++ b/src/engine/pathsys.cpp @@ -8,8 +8,8 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2005 Rene Rivera. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/pathsys.h b/src/engine/pathsys.h index 272cae214..4aed9cf71 100644 --- a/src/engine/pathsys.h +++ b/src/engine/pathsys.h @@ -7,7 +7,7 @@ /* Copyright 2020 René Ferdinand Rivera Morell Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +(See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ diff --git a/src/engine/pathunix.cpp b/src/engine/pathunix.cpp index b4aab2382..1e7d1e5af 100644 --- a/src/engine/pathunix.cpp +++ b/src/engine/pathunix.cpp @@ -8,8 +8,8 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2005 Rene Rivera. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/pathvms.cpp b/src/engine/pathvms.cpp index da6619777..76a1241ab 100644 --- a/src/engine/pathvms.cpp +++ b/src/engine/pathvms.cpp @@ -9,8 +9,8 @@ * Copyright 2005 Rene Rivera. * Copyright 2015 Artur Shepilko. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ diff --git a/src/engine/rules.cpp b/src/engine/rules.cpp index 3bbfc6574..69593aa87 100644 --- a/src/engine/rules.cpp +++ b/src/engine/rules.cpp @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/rules.h b/src/engine/rules.h index 29889511e..8e475aeec 100644 --- a/src/engine/rules.h +++ b/src/engine/rules.h @@ -7,7 +7,7 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/search.cpp b/src/engine/search.cpp index 7bafc2b6c..8b916e102 100644 --- a/src/engine/search.cpp +++ b/src/engine/search.cpp @@ -7,8 +7,8 @@ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "jam.h" diff --git a/src/engine/startup.cpp b/src/engine/startup.cpp index e0205bf59..6e9414ba2 100644 --- a/src/engine/startup.cpp +++ b/src/engine/startup.cpp @@ -1,7 +1,7 @@ /* Copyright 2020 René Ferdinand Rivera Morell Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +(See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "startup.h" @@ -56,7 +56,7 @@ LIST *b2::startup::builtin_boost_build(FRAME *frame, int flags) " 'boost-build '%s' ;\n" "\n" "Please consult the documentation at " - "'https://boostorg.github.io/build/'.\n\n", + "'https://www.bfgroup.xyz/b2/'.\n\n", dir.c_str()); return L0; } @@ -119,7 +119,7 @@ LIST *b2::startup::builtin_boost_build(FRAME *frame, int flags) } err_puts( "Please consult the documentation at " - "'https://boostorg.github.io/build/'.\n\n"); + "'https://www.bfgroup.xyz/b2/'.\n\n"); return L0; } @@ -233,7 +233,7 @@ bool b2::startup::bootstrap(FRAME *frame) "Attempted search from '%s' up to the root " "at '%s'\n" "Please consult the documentation at " - "'https://boostorg.github.io/build/'.\n\n"; + "'https://www.bfgroup.xyz/b2/'.\n\n"; err_printf(not_found_error, b2::cwd_str().c_str(), b2_exe_path.c_str()); return false; } @@ -261,7 +261,7 @@ bool b2::startup::bootstrap(FRAME *frame) "the location of the build system.\n" "\n" "Please consult the documentation at " - "'https://boostorg.github.io/build/'.\n\n", + "'https://www.bfgroup.xyz/b2/'.\n\n", b2_file_path.c_str(), b2::cwd_str().c_str()); return false; } diff --git a/src/engine/startup.h b/src/engine/startup.h index fe13c8dd1..dcd4beca0 100644 --- a/src/engine/startup.h +++ b/src/engine/startup.h @@ -1,7 +1,7 @@ /* Copyright 2020 René Ferdinand Rivera Morell Distributed under the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +(See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef B2_STARTUP_H diff --git a/src/engine/subst.h b/src/engine/subst.h index 6e43aa024..e5281b445 100644 --- a/src/engine/subst.h +++ b/src/engine/subst.h @@ -1,6 +1,6 @@ /* Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef SUBST_JG20120722_H diff --git a/src/engine/sysinfo.cpp b/src/engine/sysinfo.cpp index fa2e3c163..4ddd45754 100644 --- a/src/engine/sysinfo.cpp +++ b/src/engine/sysinfo.cpp @@ -1,6 +1,6 @@ /* Copyright 2019 Rene Rivera * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include "sysinfo.h" diff --git a/src/engine/sysinfo.h b/src/engine/sysinfo.h index 28c42558f..897a53a65 100644 --- a/src/engine/sysinfo.h +++ b/src/engine/sysinfo.h @@ -1,6 +1,6 @@ /* Copyright 2019 Rene Rivera * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #ifndef B2_SYSINFO_H diff --git a/src/engine/timestamp.cpp b/src/engine/timestamp.cpp index fe9947642..4603ba99e 100644 --- a/src/engine/timestamp.cpp +++ b/src/engine/timestamp.cpp @@ -8,8 +8,8 @@ * Copyright 2001-2004 David Abrahams. * Copyright 2020 Nikita Kniazev. * Distributed under the Boost Software License, Version 1.0. - * (See accompanying file LICENSE_1_0.txt or - * http://www.boost.org/LICENSE_1_0.txt) + * (See accompanying file LICENSE.txt or + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/variable.cpp b/src/engine/variable.cpp index b597c842c..3408b102d 100644 --- a/src/engine/variable.cpp +++ b/src/engine/variable.cpp @@ -9,8 +9,8 @@ * Copyright 2005 Reece H. Dunn. * Copyright 2005 Rene Rivera. * Distributed under the 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.txt or copy at + * https://www.bfgroup.xyz/b2/LICENSE.txt) */ /* diff --git a/src/engine/w32_getreg.cpp b/src/engine/w32_getreg.cpp index 4df13c04f..4cbc9dd01 100644 --- a/src/engine/w32_getreg.cpp +++ b/src/engine/w32_getreg.cpp @@ -1,7 +1,7 @@ /* Copyright Paul Lin 2003. Copyright 2006 Bojan Resnik. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) */ # include "jam.h" diff --git a/src/engine/yyacc.cpp b/src/engine/yyacc.cpp index 3de0210f5..14213d6c7 100644 --- a/src/engine/yyacc.cpp +++ b/src/engine/yyacc.cpp @@ -1,6 +1,6 @@ /* Copyright 2002, 2020 Rene Rivera. ** Distributed under the Boost Software License, Version 1.0. -** (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +** (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) */ #include diff --git a/src/exceptions.py b/src/exceptions.py index 70d4d9831..de5ab7aff 100644 --- a/src/exceptions.py +++ b/src/exceptions.py @@ -1,6 +1,6 @@ # Copyright Pedro Ferreira 2005. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) class BaseBoostBuildException(Exception): diff --git a/src/kernel/boost-build.jam b/src/kernel/boost-build.jam index 377f6ec02..cb6fece7d 100644 --- a/src/kernel/boost-build.jam +++ b/src/kernel/boost-build.jam @@ -1,5 +1,5 @@ -# Copyright 2003 Dave Abrahams -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003 Dave Abrahams +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) boost-build . ; diff --git a/src/kernel/bootstrap.jam b/src/kernel/bootstrap.jam index 25cc57a3d..ee8f20390 100644 --- a/src/kernel/bootstrap.jam +++ b/src/kernel/bootstrap.jam @@ -2,8 +2,8 @@ # Copyright 2003, 2005, 2006 Rene Rivera # Copyright 2003, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # First of all, check the jam version. if $(JAM_VERSION:J="") < 030112 diff --git a/src/kernel/bootstrap.py b/src/kernel/bootstrap.py index 3746b5e66..1215ae795 100644 --- a/src/kernel/bootstrap.py +++ b/src/kernel/bootstrap.py @@ -1,7 +1,7 @@ # Copyright 2009 Vladimir Prus # # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import imp import sys diff --git a/src/kernel/class.jam b/src/kernel/class.jam index 7c3786418..ea84fe1d5 100644 --- a/src/kernel/class.jam +++ b/src/kernel/class.jam @@ -2,8 +2,8 @@ # Copyright 2002, 2005 Rene Rivera # Copyright 2002, 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Polymorphic class system built on top of core Jam facilities. # diff --git a/src/kernel/errors.jam b/src/kernel/errors.jam index 531f37f36..5b01d6f17 100644 --- a/src/kernel/errors.jam +++ b/src/kernel/errors.jam @@ -1,8 +1,8 @@ # Copyright 2003 Dave Abrahams # Copyright 2004 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Print a stack backtrace leading to this rule's caller. Each argument # represents a line of output to be printed after the first line of the diff --git a/src/kernel/modules.jam b/src/kernel/modules.jam index 6915fa750..e6dedb25e 100644 --- a/src/kernel/modules.jam +++ b/src/kernel/modules.jam @@ -1,8 +1,8 @@ # Copyright 2003 Dave Abrahams # Copyright 2003, 2005 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Essentially an include guard; ensures that no module is loaded multiple times. .loaded ?= ; @@ -286,7 +286,7 @@ rule import ( module-names + : rules-opt * : rename-opt * ) { search = $(caller-location) $(search) ; } - + if $(m:D) { search = $(caller-location)/$(m:D) $(search)/$(m:D) $(search) ; diff --git a/src/manager.py b/src/manager.py index 9c1e05733..6f4508567 100644 --- a/src/manager.py +++ b/src/manager.py @@ -1,6 +1,6 @@ # Copyright Pedro Ferreira 2005. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import bjam diff --git a/src/options/help.jam b/src/options/help.jam index cbd303776..9683d1a7c 100644 --- a/src/options/help.jam +++ b/src/options/help.jam @@ -1,8 +1,8 @@ -# Copyright 2003 Dave Abrahams -# Copyright 2003, 2006 Rene Rivera -# Copyright 2003, 2006 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003 Dave Abrahams +# Copyright 2003, 2006 Rene Rivera +# Copyright 2003, 2006 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This module is the plug-in handler for the --help and --help-.* # command-line options @@ -93,7 +93,7 @@ rule process ( local option-files = [ GLOB $(plugin-dir:D=$(BOOST_BUILD_PATH)) : *.jam ] ; if $(option-files) { - for local file in $(option-files) + for local file in $(option-files) { do-scan $(file) : print-help-options ; } @@ -127,7 +127,7 @@ rule process ( { version.print ; ECHO ; - # First print documentation from the current Jamfile, if any. + # First print documentation from the current Jamfile, if any. # FIXME: Generally, this duplication of project.jam logic is bad. local names = [ modules.peek project : JAMROOT ] [ modules.peek project : JAMFILE ] ; @@ -136,12 +136,12 @@ rule process ( { project-file = [ path.glob-in-parents . : $(names) ] ; } - + for local p in $(project-file) { do-scan $(p) : print-help-project $(p) ; } - + # Next any user-config help. local user-path = [ os.home-directories ] [ os.environ BOOST_BUILD_PATH ] ; local user-config = [ GLOB $(user-path) : user-config.jam ] ; @@ -149,7 +149,7 @@ rule process ( { do-scan $(user-config[1]) : print-help-config user $(user-config[1]) ; } - + # Next any site-config help. local site-config = [ GLOB $(user-path) : site-config.jam ] ; if $(site-config) diff --git a/src/tools/acc.jam b/src/tools/acc.jam index f7ecfe8c3..06790420f 100644 --- a/src/tools/acc.jam +++ b/src/tools/acc.jam @@ -2,8 +2,8 @@ # Copyright Toon Knapen 2004. # Copyright Boris Gubenko 2007. # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/asciidoctor.jam b/src/tools/asciidoctor.jam index 73d5c9348..173782bfa 100644 --- a/src/tools/asciidoctor.jam +++ b/src/tools/asciidoctor.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Rene Rivera Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# #| tag::doc[] @@ -124,7 +124,7 @@ rule init ( command * ) [ new asciidoctor-generator asciidoctor.convert : ASCIIDOC : $(target-type) ] ; } - + # Seriously bad kludge to prevent docbook generators from being # considered when we are generating html directly. # TODO: Design and implement a mechanism to resolve generator conflicts. @@ -147,14 +147,14 @@ rule init ( command * ) class asciidoctor-generator : generator { import property-set ; - + rule run ( project name ? : property-set : sources + ) { # ECHO *** asciidoctor-generator.run $(project) $(name) :: [ $(property-set).raw ] :: $(sources) ; - + # We set a default backend based on the target type. local backend = [ $(property-set).get ] ; - + # For now, we only accept a single adoc source. if ( ! $(sources[2]) ) && ( [ $(sources[1]).type ] = ASCIIDOC ) { @@ -166,7 +166,7 @@ class asciidoctor-generator : generator { name = [ generator.determine-output-name $(sources) ] ; } - + # Depending on the kind of target we set up the backend, and # and any other options. if ! $(backend) @@ -180,7 +180,7 @@ class asciidoctor-generator : generator } } } - + # We build a reduced property set so that we are not toolset dependent. local raw-set = $(backend) ; for local p in [ $(property-set).raw ] diff --git a/src/tools/bison.jam b/src/tools/bison.jam index 96b86a327..b572a526f 100644 --- a/src/tools/bison.jam +++ b/src/tools/bison.jam @@ -1,6 +1,6 @@ -# Copyright 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import generators ; import feature ; @@ -20,7 +20,7 @@ rule init ( ) flags bison.bison PREFIX ; _ = " " ; -actions bison +actions bison { bison -p$(_)$(PREFIX) -d -o $(<[1]) $(>) } diff --git a/src/tools/boostbook-config.jam b/src/tools/boostbook-config.jam index 6e3f3ddc1..fe07b53f6 100644 --- a/src/tools/boostbook-config.jam +++ b/src/tools/boostbook-config.jam @@ -1,6 +1,6 @@ #~ Copyright 2005 Rene Rivera. #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Automatic configuration for BoostBook tools. To use, just import this module. # diff --git a/src/tools/boostbook.jam b/src/tools/boostbook.jam index e78a7d951..f7644e848 100644 --- a/src/tools/boostbook.jam +++ b/src/tools/boostbook.jam @@ -3,8 +3,8 @@ # Copyright 2005, 2006, 2007 Rene Rivera # Copyright 2003, 2004, 2005 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines rules to handle generation of documentation from BoostBook # sources. diff --git a/src/tools/borland.jam b/src/tools/borland.jam index f5bee75ee..7003da343 100644 --- a/src/tools/borland.jam +++ b/src/tools/borland.jam @@ -1,9 +1,9 @@ -# Copyright 2005 Dave Abrahams -# Copyright 2003 Rene Rivera -# Copyright 2003, 2004, 2005 Vladimir Prus +# Copyright 2005 Dave Abrahams +# Copyright 2003 Rene Rivera +# Copyright 2003, 2004, 2005 Vladimir Prus # Copyright (c) 2020 Edward Diener -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] @@ -69,27 +69,27 @@ rule init ( version ? : command * : options * ) local condition = [ common.check-init-parameters borland : version $(version) ] ; - - local command = [ common.get-invocation-command borland : bcc32.exe + + local command = [ common.get-invocation-command borland : bcc32.exe : $(command) ] ; - + common.handle-options borland : $(condition) : $(command) : $(options) ; - + local just_bcc32 = [ MATCH ".*(bcc32)([^a-z0-9]|$)" : $(command:L) ] ; - + if $(command) { command = [ common.get-absolute-tool-path $(command[-1]) ] ; - } - root = $(command:D) ; - + } + root = $(command:D) ; + flags borland.compile STDHDRS $(condition) : $(root)/include/ ; flags borland.link STDLIBPATH $(condition) : $(root)/lib ; flags borland.link RUN_PATH $(condition) : $(root)/bin ; - flags borland .root $(condition) : $(root)/bin/ ; - + flags borland .root $(condition) : $(root)/bin/ ; + local jv ; - + if $(version) { jv = [ MATCH "^([0-9.]+)" : $(version) ] ; @@ -102,7 +102,7 @@ rule init ( version ? : command * : options * ) { init-later-releases $(condition) ; } - + if $(just_bcc32) && ( $(just_bcc32[1]) = bcc32 ) { flags borland.compile OPTIONS $(condition) : -g255 -Vx- -Ve- -b- ; @@ -124,7 +124,7 @@ local rule init-earlier-releases ( condition ) # This should be not for DLL flags borland OPTIONS $(condition)/console : -tWC ; -# -tWR sets -tW as well, so we turn it off here and then turn it +# -tWR sets -tW as well, so we turn it off here and then turn it # on again later if we need it: flags borland OPTIONS $(condition)/shared : -tWR -tWC ; @@ -168,7 +168,7 @@ generators.register-c-compiler borland.compile.c++ : CPP : OBJ : borlan generators.register-c-compiler borland.compile.c : C : OBJ : borland ; generators.register-standard borland.asm : ASM : OBJ : borland ; -# Declare flags +# Declare flags flags borland.compile OPTIONS on : -v ; flags borland.link OPTIONS on : -v ; @@ -211,7 +211,7 @@ flags borland NEED_IMPLIB LIB/shared : "" ; # -q no banner # -c compile to object # -P C++ code regardless of file extension -# -a8 8 byte alignment, this option is on in the IDE by default +# -a8 8 byte alignment, this option is on in the IDE by default # and effects binary compatibility. # @@ -257,7 +257,7 @@ flags borland.archive AROPTIONS ; # values tlib fails when building large applications. # CONSIDER: don't know what 'together' is for... actions updated together piecemeal archive -{ +{ $(.set-path)$(.root:W)$(.old-path) tlib $(AROPTIONS) /P256 /u /a /C "$(<:W)" +-"$(>:W)" } @@ -267,7 +267,7 @@ if [ os.name ] = CYGWIN { .set-path = "cmd /S /C set \"PATH=" ; .old-path = ";%PATH%\" \"&&\"" ; - + # Couldn't get TLIB to stop being confused about pathnames # containing dashes (it seemed to treat them as option separators @@ -276,11 +276,11 @@ if [ os.name ] = CYGWIN # about pathname style! Forward slashes, too, are treated as # options. actions updated together piecemeal archive - { + { chdir $(<:D) echo +-$(>:BS) > $(<:BS).rsp $(.set-path)$(.root)$(.old-path) "tlib.exe" $(AROPTIONS) /P256 /C $(<:BS) @$(<:BS).rsp && $(RM) $(<:BS).rsp - } + } } else if [ os.name ] = NT { diff --git a/src/tools/builtin.jam b/src/tools/builtin.jam index 1c1614e2c..38da1d867 100644 --- a/src/tools/builtin.jam +++ b/src/tools/builtin.jam @@ -4,8 +4,8 @@ # Copyright 2005 Toon Knapen # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Defines standard features and rules. diff --git a/src/tools/bzip2.jam b/src/tools/bzip2.jam index a6f8ee460..a58220a6e 100644 --- a/src/tools/bzip2.jam +++ b/src/tools/bzip2.jam @@ -2,8 +2,8 @@ # Copyright (c) 2013 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports the bzip library # @@ -16,7 +16,7 @@ import ac ; import errors ; import feature ; import "class" : new ; -import targets ; +import targets ; import path ; import modules ; import indirect ; diff --git a/src/tools/cast.jam b/src/tools/cast.jam index 77a7710dd..c2d435b68 100644 --- a/src/tools/cast.jam +++ b/src/tools/cast.jam @@ -1,7 +1,7 @@ # Copyright 2005 Vladimir Prus. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Defines main target 'cast', used to change type for target. For example, in Qt # library one wants two kinds of CPP files -- those that just compiled and those diff --git a/src/tools/cast.py b/src/tools/cast.py index 562ba7911..019851581 100644 --- a/src/tools/cast.py +++ b/src/tools/cast.py @@ -2,8 +2,8 @@ # Base revision: 64432. # Copyright 2005-2010 Vladimir Prus. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Defines main target 'cast', used to change type for target. For example, in Qt # library one wants two kinds of CPP files -- those that just compiled and those diff --git a/src/tools/clang-darwin.jam b/src/tools/clang-darwin.jam index 834431b6f..00e8714e5 100644 --- a/src/tools/clang-darwin.jam +++ b/src/tools/clang-darwin.jam @@ -2,8 +2,8 @@ # Copyright Noel Belcourt 2007. # Copyright Nikita Kniazev 2020. # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import clang ; import feature : feature ; diff --git a/src/tools/clang-linux.jam b/src/tools/clang-linux.jam index ca3bbcfd3..86903bdba 100644 --- a/src/tools/clang-linux.jam +++ b/src/tools/clang-linux.jam @@ -3,8 +3,8 @@ # Copyright (c) 2010-2011 Bryce Lelbach (blelbach@cct.lsu.edu, maintainer) # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import common ; import toolset ; diff --git a/src/tools/clang-vxworks.jam b/src/tools/clang-vxworks.jam index 33fe3ef2b..ef69df5a9 100644 --- a/src/tools/clang-vxworks.jam +++ b/src/tools/clang-vxworks.jam @@ -1,7 +1,7 @@ # Copyright Brian Kuhl 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) +# (See accompanying file LICENSE.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import clang ; import feature : feature get-values ; diff --git a/src/tools/clang-win.jam b/src/tools/clang-win.jam index e382aba31..6a6705091 100644 --- a/src/tools/clang-win.jam +++ b/src/tools/clang-win.jam @@ -2,8 +2,8 @@ # Copyright Peter Dimov 2018 # # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import common ; import errors ; @@ -90,7 +90,7 @@ rule init ( version ? : command * : options * ) local condition = [ common.check-init-parameters clang-win : version $(version) ] ; common.handle-options clang-win : $(condition) : $(command) : $(options) ; - + for local addr in 32 64 { local config = [ SPLIT_BY_CHARACTERS [ SHELL "$(compiler) -m$(addr) -### foo.obj /link 2>&1" ] : "\n" ] ; @@ -110,7 +110,7 @@ rule init ( version ? : command * : options * ) } local ml ; - + if $(items) { ml = [ regex.replace $(items[1]) "x64\\\\+link\\.exe" "x64\\ml64.exe" ] ; @@ -127,14 +127,14 @@ rule init ( version ? : command * : options * ) if $(addr) = 32 { assembler ?= ml.exe ; } else { assembler ?= ml64.exe ; } local link ; - + if $(items) { link = [ regex.replace $(items[1]) "\\\\+HostX64\\\\+x86\\\\+" "\\HostX86\\x86\\" ] ; } local archiver = [ get-option "archiver" : $(addr) : $(options) ] ; - + if $(link) { archiver ?= "$(link) /lib" ; diff --git a/src/tools/clang.jam b/src/tools/clang.jam index f1850db19..097ac4227 100644 --- a/src/tools/clang.jam +++ b/src/tools/clang.jam @@ -1,6 +1,6 @@ # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) # This is a generic 'clang' toolset. Depending on the current system, it # forwards either to 'clang-linux' or 'clang-darwin' modules. @@ -24,12 +24,12 @@ rule init ( * : * ) } else if [ os.name ] = MACOSX { - toolset.using clang-darwin : + toolset.using clang-darwin : $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ; } else { - toolset.using clang-linux : + toolset.using clang-linux : $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ; } } diff --git a/src/tools/common.jam b/src/tools/common.jam index 28c768d56..f5b004f25 100644 --- a/src/tools/common.jam +++ b/src/tools/common.jam @@ -3,7 +3,7 @@ # Copyright 2005 Toon Knapen # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Provides actions common to all toolsets, such as creating directories and # removing files. diff --git a/src/tools/como-linux.jam b/src/tools/como-linux.jam index 5c554c8f8..52f3a216e 100644 --- a/src/tools/como-linux.jam +++ b/src/tools/como-linux.jam @@ -1,6 +1,6 @@ # Copyright 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # The following #// line will be used by the regression test table generation # program as the column heading for HTML tables. Must not include a version diff --git a/src/tools/como-win.jam b/src/tools/como-win.jam index d21a70d6f..3225ece1a 100644 --- a/src/tools/como-win.jam +++ b/src/tools/como-win.jam @@ -2,8 +2,8 @@ # (C) Copyright MetaCommunications, Inc. 2004. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # The following #// line will be used by the regression test table generation # program as the column heading for HTML tables. Must not include a version diff --git a/src/tools/como.jam b/src/tools/como.jam index 3e6051c1f..3dd5bb4e4 100644 --- a/src/tools/como.jam +++ b/src/tools/como.jam @@ -1,7 +1,7 @@ # Copyright Vladimir Prus 2004. # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/convert.jam b/src/tools/convert.jam index ac1d70101..3b59fcd34 100644 --- a/src/tools/convert.jam +++ b/src/tools/convert.jam @@ -1,8 +1,8 @@ # Copyright (c) 2009 Vladimir Prus # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Implements 'convert' target that takes a bunch of source and # tries to convert each one to the specified type. diff --git a/src/tools/cray.jam b/src/tools/cray.jam index e4f4ec0d4..63c6f8d67 100644 --- a/src/tools/cray.jam +++ b/src/tools/cray.jam @@ -4,8 +4,8 @@ # Copyright 2013, 2017-2018 Cray, Inc. # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # README.md # @@ -207,7 +207,7 @@ rule check-prgenv-module ( toolset ) : toolset initialization failed : please load the PrgEnv-$(default-compiler) module next time ; # Do not abort, as suggested by: - # http://www.boost.org/build/doc/html/bbv2/extending/toolset_modules.html. + # https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.extending.toolset_modules. } } @@ -244,8 +244,7 @@ if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ] # Variable names with a '.' prefix are intended to be globals. # - # Refer to: - # https://github.com/boostorg/build/blob/develop/CONTRIBUTING.rst + # Refer to: CONTRIBUTING.adoc # The Jam language uses dynamic scoping. Setting '.debug-configuration' in # this module influences the behavior of methods called from this module. diff --git a/src/tools/cw-config.jam b/src/tools/cw-config.jam index 1211b7c04..a84008d8f 100644 --- a/src/tools/cw-config.jam +++ b/src/tools/cw-config.jam @@ -1,6 +1,6 @@ #~ Copyright 2005 Rene Rivera. #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Automatic configuration for CodeWarrior toolset. To use, just import this module. @@ -21,7 +21,7 @@ if [ os.name ] = NT "HKEY_LOCAL_MACHINE\\SOFTWARE\\Metrowerks\\CodeWarrior for Windows\\$(R).0" : "PATH" ] ; cw-version ?= $(R).0 ; - + if $(cw-path) { if --debug-configuration in [ modules.peek : ARGV ] diff --git a/src/tools/cw.jam b/src/tools/cw.jam index 3451f54cc..9078c7307 100644 --- a/src/tools/cw.jam +++ b/src/tools/cw.jam @@ -1,7 +1,7 @@ # Copyright (C) Reece H Dunn 2004 # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/cygwin.jam b/src/tools/cygwin.jam index 92adf6d45..1348e3757 100644 --- a/src/tools/cygwin.jam +++ b/src/tools/cygwin.jam @@ -2,7 +2,7 @@ # Copyright 2016 Steven Watanabe # Copyright 2017 Peter Dimov # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Provides utility functions for handling cygwin paths diff --git a/src/tools/darwin.jam b/src/tools/darwin.jam index 4841cbf5c..7389866db 100644 --- a/src/tools/darwin.jam +++ b/src/tools/darwin.jam @@ -1,11 +1,11 @@ # Copyright 2003 Christopher Currie -# Copyright 2006 Dave Abrahams -# Copyright 2003, 2004, 2005, 2006 Vladimir Prus +# Copyright 2006 Dave Abrahams +# Copyright 2003, 2004, 2005, 2006 Vladimir Prus # Copyright 2005-2007 Mat Marcus # Copyright 2005-2007 Adobe Systems Incorporated # Copyright 2007-2010 Rene Rivera -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Please see http://article.gmane.org/gmane.comp.lib.boost.build/3389/ # for explanation why it's a separate toolset. @@ -56,7 +56,7 @@ generators.override darwin.compile.c++.pch : pch.default-cpp-pch-generator ; type.set-generated-target-suffix PCH : darwin : gch ; toolset.inherit-rules darwin : gcc : localize ; -toolset.inherit-flags darwin : gcc +toolset.inherit-flags darwin : gcc : static arm/32 arm/64 @@ -66,7 +66,7 @@ toolset.inherit-flags darwin : gcc x86/ power/32 power/64 - power/ + power/ full ; # Options: @@ -79,7 +79,7 @@ toolset.inherit-flags darwin : gcc rule init ( version ? : command * : options * : requirement * ) { # First time around, figure what is host OSX version - if ! $(.host-osx-version) + if ! $(.host-osx-version) { .host-osx-version = [ MATCH "^([0-9.]+)" : [ SHELL "/usr/bin/sw_vers -productVersion" ] ] ; @@ -88,19 +88,19 @@ rule init ( version ? : command * : options * : requirement * ) ECHO notice\: OSX version on this machine is $(.host-osx-version) ; } } - + # - The root directory of the tool install. local root = [ feature.get-values : $(options) ] ; - + # - The bin directory where to find the commands to execute. local bin ; - + # - The configured compile driver command. local command = [ common.get-invocation-command darwin : g++ : $(command) ] ; - + # The version as reported by the compiler local real-version ; - + # - Autodetect the root and bin dir if not given. if $(command) { @@ -116,7 +116,7 @@ rule init ( version ? : command * : options * : requirement * ) root ?= $(r) ; } } - + # - Autodetect the version if not given. if $(command) { @@ -127,16 +127,16 @@ rule init ( version ? : command * : options * : requirement * ) : [ SHELL "$(command-string) -dumpversion" ] ] ; version ?= $(real-version) ; } - + .real-version.$(version) = $(real-version) ; - + # - Define the condition for this toolset instance. local condition = [ common.check-init-parameters darwin $(requirement) : version $(version) ] ; - + # - Set the toolset generic common options. common.handle-options darwin : $(condition) : $(command) : $(options) ; - + real-version = [ regex.split $(real-version) \\. ] ; # - GCC 4.0 and higher in Darwin does not have -fcoalesce-templates. if [ version.version-less $(real-version) : 4 0 ] @@ -198,10 +198,10 @@ rule init ( version ? : command * : options * : requirement * ) { ECHO notice\: using archiver for $(condition) at $(archiver[1]) ; } - + # - Initialize the SDKs available in the root for this tool. local sdks = [ init-available-sdk-versions $(condition) : $(root) ] ; - + #~ ECHO --- ; #~ ECHO --- bin :: $(bin) ; #~ ECHO --- root :: $(root) ; @@ -239,14 +239,14 @@ local rule init-sdk ( condition * : root ? : version + : version-feature ? ) } } } - + if $(version-feature) { if $(.debug-configuration) { ECHO notice\: available sdk for $(condition)/$(version-feature) at $(root) ; } - + # Add the version to the features for specifying them. if ! $(version-feature) in [ feature.values macosx-version ] { @@ -256,14 +256,14 @@ local rule init-sdk ( condition * : root ? : version + : version-feature ? ) { feature.extend macosx-version-min : $(version-feature) ; } - + # Set the flags the version needs to compile with, first # generic options. flags darwin.compile OPTIONS $(condition)/$(version-feature) : -isysroot $(root) ; flags darwin.link OPTIONS $(condition)/$(version-feature) : -isysroot $(root) ; - + # Then device variation options. switch $(version[1]) { @@ -314,7 +314,7 @@ local rule init-sdk ( condition * : root ? : version + : version-feature ? ) flags darwin.link OPTIONS $(version-feature) : -miphoneos-version-min=$(version[2-]:J=.) ; } - + case mac* : { flags darwin.compile OPTIONS $(version-feature) @@ -323,7 +323,7 @@ local rule init-sdk ( condition * : root ? : version + : version-feature ? ) : -mmacosx-version-min=$(version[2-]:J=.) ; } } - + if $(version[3]) > 0 { # We have a minor version of an SDK. We want to set up @@ -427,9 +427,9 @@ rule setup-address-model ( targets * : sources * : properties * ) local gcc-version = [ $(ps).get ] ; gcc-version = $(.real-version.$(gcc-version)) ; local options ; - + local support-ppc64 = 1 ; - + osx-version ?= $(.host-osx-version) ; switch $(osx-version) @@ -438,7 +438,7 @@ rule setup-address-model ( targets * : sources * : properties * ) { support-ppc64 = ; } - + case * : if $(osx-version) && ! [ version.version-less [ regex.split $(osx-version) \\. ] : 10 6 ] { @@ -450,27 +450,27 @@ rule setup-address-model ( targets * : sources * : properties * ) } switch $(arch) { - case combined : + case combined : { if $(address-model) = 32_64 { if $(support-ppc64) { - options = -arch i386 -arch ppc -arch x86_64 -arch ppc64 ; + options = -arch i386 -arch ppc -arch x86_64 -arch ppc64 ; } else { # Build 3-way binary options = -arch i386 -arch ppc -arch x86_64 ; - } + } } else if $(address-model) = 64 { if $(support-ppc64) { options = -arch x86_64 -arch ppc64 ; } else { errors.user-error "64-bit PPC compilation is not supported when targeting OSX 10.6 or later" ; - } + } } else { options = -arch i386 -arch ppc ; } } - - case x86 : + + case x86 : { if $(address-model) = 32_64 { options = -arch i386 -arch x86_64 ; @@ -479,16 +479,16 @@ rule setup-address-model ( targets * : sources * : properties * ) } else { options = -arch i386 ; } - } - + } + case power : { - if ! $(support-ppc64) + if ! $(support-ppc64) && ( $(address-model) = 32_64 || $(address-model) = 64 ) { errors.user-error "64-bit PPC compilation is not supported when targeting OSX 10.6 or later" ; } - + if $(address-model) = 32_64 { options = -arch ppc -arch ppc64 ; } else if $(address-model) = 64 { @@ -497,7 +497,7 @@ rule setup-address-model ( targets * : sources * : properties * ) options = -arch ppc ; } } - + case arm : { if $(instruction-set) { @@ -509,11 +509,11 @@ rule setup-address-model ( targets * : sources * : properties * ) } } } - + if $(options) { OPTIONS on $(targets) += $(options) ; - } + } } rule compile.m ( targets * : sources * : properties * ) diff --git a/src/tools/diab.jam b/src/tools/diab.jam index 60953b677..c07572af8 100644 --- a/src/tools/diab.jam +++ b/src/tools/diab.jam @@ -1,6 +1,6 @@ # Copyright 2015, Wind River Inc. # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # # Diab C++ Compiler @@ -23,9 +23,9 @@ generators.override diab.searched-lib-generator : searched-lib-generator ; rule init ( version ? : command * : options * ) { local condition = [ common.check-init-parameters diab : version $(version) ] ; - + local command = [ common.get-invocation-command diab : dcc : $(command) ] ; - + if $(command) { local root = [ common.get-absolute-tool-path $(command[-1]) ] ; @@ -34,12 +34,12 @@ rule init ( version ? : command * : options * ) { flags diab .root linux : "\"$(root)\"/" ; flags diab .root windows : $(root:T)/ ; - } - } + } + } # If we can't find 'CC' anyway, at least show 'CC' in the commands command ?= CC ; - - common.handle-options diab : $(condition) : $(command) : $(options) ; + + common.handle-options diab : $(condition) : $(command) : $(options) ; } generators.register-c-compiler diab.compile.c++ : CPP : OBJ : diab ; @@ -96,7 +96,7 @@ actions link bind LIBRARIES actions link.dll bind LIBRARIES { - $(.root:E=)dplus $(OPTIONS) $(LOPTIONS) "$(LIBRARIES)" -o "$(<[1])" -L$(LIBPATH) "$(>)" -l$(FINDLIBS-ST) -l$(FINDLIBS-SA) + $(.root:E=)dplus $(OPTIONS) $(LOPTIONS) "$(LIBRARIES)" -o "$(<[1])" -L$(LIBPATH) "$(>)" -l$(FINDLIBS-ST) -l$(FINDLIBS-SA) } #rule compile.asm ( targets * : sources * : properties * ) diff --git a/src/tools/dmc.jam b/src/tools/dmc.jam index cebeefa54..bf308824a 100644 --- a/src/tools/dmc.jam +++ b/src/tools/dmc.jam @@ -5,8 +5,8 @@ # (C) Copyright Arjan Knepper 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/docutils.jam b/src/tools/docutils.jam index d5c99b184..7506ee985 100644 --- a/src/tools/docutils.jam +++ b/src/tools/docutils.jam @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) # Support for docutils ReStructuredText processing. @@ -25,7 +25,7 @@ class rst-scanner : common-scanner { common-scanner.__init__ . $(paths) ; } - + rule pattern ( ) { return "^[ ]*\\.\\.[ ]+include::[ ]+([^ @@ -55,9 +55,9 @@ rule init ( docutils-dir ? : tools-dir ? ) { .docutils-dir = $(docutils-dir) ; .tools-dir = $(tools-dir:R="") ; - - .setup = [ - common.prepend-path-variable-command PYTHONPATH + + .setup = [ + common.prepend-path-variable-command PYTHONPATH : $(.docutils-dir) $(.docutils-dir)/extras ] ; RST2XXX = [ common.find-tool rst2html ] ; } @@ -86,7 +86,7 @@ rule html ( target : source : properties * ) : "On Windows, you can install from http://docutils.sourceforge.net/." ; } - + if $(RST2XXX_PY) { if $(RST2XXX_PY:D) @@ -116,7 +116,7 @@ feature docutils-cmd : : free ; toolset.flags docutils COMMON-FLAGS : ; toolset.flags docutils HTML-FLAGS : ; toolset.flags docutils RST2XXX : ; - + actions html { $(.setup) diff --git a/src/tools/doxproc.py b/src/tools/doxproc.py index d415133e1..92ec1c311 100644 --- a/src/tools/doxproc.py +++ b/src/tools/doxproc.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright 2006 Rene Rivera # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) ''' Processing of Doxygen generated XML. diff --git a/src/tools/doxygen-config.jam b/src/tools/doxygen-config.jam index 2cd2ccaeb..1a0c827c2 100644 --- a/src/tools/doxygen-config.jam +++ b/src/tools/doxygen-config.jam @@ -1,6 +1,6 @@ #~ Copyright 2005, 2006 Rene Rivera. #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Automatic configuration for Doxygen tools. To use, just import this module. diff --git a/src/tools/doxygen.jam b/src/tools/doxygen.jam index a676b6c60..71ee78abf 100644 --- a/src/tools/doxygen.jam +++ b/src/tools/doxygen.jam @@ -2,8 +2,8 @@ # Copyright 2003, 2004, 2005 Vladimir Prus # Copyright 2006 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines rules to handle generation of various outputs from source # files documented with doxygen comments. The supported transformations are: diff --git a/src/tools/embarcadero.jam b/src/tools/embarcadero.jam index 9bf094f21..c561bfc94 100644 --- a/src/tools/embarcadero.jam +++ b/src/tools/embarcadero.jam @@ -1,8 +1,8 @@ # Copyright (c) 2020 Edward Diener # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/emscripten.jam b/src/tools/emscripten.jam index 0a765765b..180dfd302 100644 --- a/src/tools/emscripten.jam +++ b/src/tools/emscripten.jam @@ -1,7 +1,7 @@ # Copyright Rene Rivera 2016 # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; import os ; @@ -17,7 +17,7 @@ feature.feature link-optimization : off on full : propagated ; rule init ( version ? : command * : options * ) { command = [ common.get-invocation-command emscripten - : emcc + : emcc : $(command) ] ; # Determine the version @@ -42,7 +42,7 @@ toolset.inherit-generators emscripten emscripten : gcc.mingw.link gcc.mingw.link.dll gcc.compile.c.pch gcc.compile.c++.pch ; toolset.inherit-rules emscripten : gcc ; -toolset.inherit-flags emscripten : gcc +toolset.inherit-flags emscripten : gcc : off speed space off on diff --git a/src/tools/features/__init_features__.jam b/src/tools/features/__init_features__.jam index aedf3e1dc..ff04722a9 100644 --- a/src/tools/features/__init_features__.jam +++ b/src/tools/features/__init_features__.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Here we automatically define any "feature" modules in this directory. diff --git a/src/tools/features/address-model-feature.jam b/src/tools/features/address-model-feature.jam index 479c89298..e6b416a29 100644 --- a/src/tools/features/address-model-feature.jam +++ b/src/tools/features/address-model-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/allow-feature.jam b/src/tools/features/allow-feature.jam index bcee55796..913251dbf 100644 --- a/src/tools/features/allow-feature.jam +++ b/src/tools/features/allow-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/architecture-feature.jam b/src/tools/features/architecture-feature.jam index 3e3ca382f..d587b82ea 100644 --- a/src/tools/features/architecture-feature.jam +++ b/src/tools/features/architecture-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/archiveflags-feature.jam b/src/tools/features/archiveflags-feature.jam index c645d8c7a..e833eb67a 100644 --- a/src/tools/features/archiveflags-feature.jam +++ b/src/tools/features/archiveflags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/asmflags-feature.jam b/src/tools/features/asmflags-feature.jam index 00626958e..d7adb5b1d 100644 --- a/src/tools/features/asmflags-feature.jam +++ b/src/tools/features/asmflags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/build-feature.jam b/src/tools/features/build-feature.jam index 64c7713c8..90e3b2692 100644 --- a/src/tools/features/build-feature.jam +++ b/src/tools/features/build-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/cflags-feature.jam b/src/tools/features/cflags-feature.jam index 4586317f4..dd0984cba 100644 --- a/src/tools/features/cflags-feature.jam +++ b/src/tools/features/cflags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/compileflags-feature.jam b/src/tools/features/compileflags-feature.jam index 229bed730..5d8f49058 100644 --- a/src/tools/features/compileflags-feature.jam +++ b/src/tools/features/compileflags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2020 René Ferdinand Rivera Morell # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/conditional-feature.jam b/src/tools/features/conditional-feature.jam index 368ad232f..5eca03899 100644 --- a/src/tools/features/conditional-feature.jam +++ b/src/tools/features/conditional-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/coverage-feature.jam b/src/tools/features/coverage-feature.jam index 517c6d5b9..c07b33d83 100644 --- a/src/tools/features/coverage-feature.jam +++ b/src/tools/features/coverage-feature.jam @@ -1,8 +1,8 @@ # Copyright 2019 Rene Rivera # Copyright 2019 Hans Dembinski # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/cxx-template-depth-feature.jam b/src/tools/features/cxx-template-depth-feature.jam index 825b03a1c..a0feea64a 100644 --- a/src/tools/features/cxx-template-depth-feature.jam +++ b/src/tools/features/cxx-template-depth-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; import numbers ; diff --git a/src/tools/features/cxxabi-feature.jam b/src/tools/features/cxxabi-feature.jam index 9b6cd4fd4..9ca0f2b05 100644 --- a/src/tools/features/cxxabi-feature.jam +++ b/src/tools/features/cxxabi-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/cxxflags-feature.jam b/src/tools/features/cxxflags-feature.jam index 6db7a7ce6..e7e35ac7c 100644 --- a/src/tools/features/cxxflags-feature.jam +++ b/src/tools/features/cxxflags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/cxxstd-feature.jam b/src/tools/features/cxxstd-feature.jam index 3d7ba8d8c..e01115859 100644 --- a/src/tools/features/cxxstd-feature.jam +++ b/src/tools/features/cxxstd-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/debug-feature.jam b/src/tools/features/debug-feature.jam index f98177e39..197ef7400 100644 --- a/src/tools/features/debug-feature.jam +++ b/src/tools/features/debug-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/define-feature.jam b/src/tools/features/define-feature.jam index 680afdd94..497bc829f 100644 --- a/src/tools/features/define-feature.jam +++ b/src/tools/features/define-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/dependency-feature.jam b/src/tools/features/dependency-feature.jam index d866fb21c..61a075fc4 100644 --- a/src/tools/features/dependency-feature.jam +++ b/src/tools/features/dependency-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # The following features are incidental since they have no effect on built # products. Not making them incidental will result in problems in corner cases, diff --git a/src/tools/features/dll-feature.jam b/src/tools/features/dll-feature.jam index 3c7ed0d65..f6bb25f96 100644 --- a/src/tools/features/dll-feature.jam +++ b/src/tools/features/dll-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/exception-feature.jam b/src/tools/features/exception-feature.jam index 9db3834b2..c24c10a81 100644 --- a/src/tools/features/exception-feature.jam +++ b/src/tools/features/exception-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # TODO: Documentation. diff --git a/src/tools/features/fflags-feature.jam b/src/tools/features/fflags-feature.jam index fe89d6e63..fd89a5686 100644 --- a/src/tools/features/fflags-feature.jam +++ b/src/tools/features/fflags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/file-feature.jam b/src/tools/features/file-feature.jam index a16d8d754..2a00b6e90 100644 --- a/src/tools/features/file-feature.jam +++ b/src/tools/features/file-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/find-lib-feature.jam b/src/tools/features/find-lib-feature.jam index e00f40397..84e07e581 100644 --- a/src/tools/features/find-lib-feature.jam +++ b/src/tools/features/find-lib-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/flags-feature.jam b/src/tools/features/flags-feature.jam index a0c416609..5c4e44992 100644 --- a/src/tools/features/flags-feature.jam +++ b/src/tools/features/flags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/force-include-feature.jam b/src/tools/features/force-include-feature.jam index 29cfdcc18..8d98374a3 100644 --- a/src/tools/features/force-include-feature.jam +++ b/src/tools/features/force-include-feature.jam @@ -1,7 +1,7 @@ # Copyright 2020 Nikita Kniazev # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/include-feature.jam b/src/tools/features/include-feature.jam index 25d8ad8c4..254dcbfe9 100644 --- a/src/tools/features/include-feature.jam +++ b/src/tools/features/include-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/instruction-set-feature.jam b/src/tools/features/instruction-set-feature.jam index 16868bafe..bd43d2387 100644 --- a/src/tools/features/instruction-set-feature.jam +++ b/src/tools/features/instruction-set-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/internal-feature.jam b/src/tools/features/internal-feature.jam index 5c1d88e78..0b323de30 100644 --- a/src/tools/features/internal-feature.jam +++ b/src/tools/features/internal-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # TODO: Documentation. diff --git a/src/tools/features/library-feature.jam b/src/tools/features/library-feature.jam index 86772c0e9..0db67fe36 100644 --- a/src/tools/features/library-feature.jam +++ b/src/tools/features/library-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/link-feature.jam b/src/tools/features/link-feature.jam index f697341a8..86cb86d09 100644 --- a/src/tools/features/link-feature.jam +++ b/src/tools/features/link-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/linkflags-feature.jam b/src/tools/features/linkflags-feature.jam index 4e157f399..00826be08 100644 --- a/src/tools/features/linkflags-feature.jam +++ b/src/tools/features/linkflags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/local-visibility-feature.jam b/src/tools/features/local-visibility-feature.jam index d1792fd06..373a2c234 100644 --- a/src/tools/features/local-visibility-feature.jam +++ b/src/tools/features/local-visibility-feature.jam @@ -1,7 +1,7 @@ # Copyright 2018 Andrey Semashev # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/location-feature.jam b/src/tools/features/location-feature.jam index 1581d3392..2730199a1 100644 --- a/src/tools/features/location-feature.jam +++ b/src/tools/features/location-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/location-prefix-feature.jam b/src/tools/features/location-prefix-feature.jam index 11582fd20..b60d07215 100644 --- a/src/tools/features/location-prefix-feature.jam +++ b/src/tools/features/location-prefix-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/lto-feature.jam b/src/tools/features/lto-feature.jam index 99ca7bdcc..359c2f99b 100644 --- a/src/tools/features/lto-feature.jam +++ b/src/tools/features/lto-feature.jam @@ -1,7 +1,7 @@ # Copyright 2019 Dmitry Arkhipov # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/name-feature.jam b/src/tools/features/name-feature.jam index e134fc422..97998ad28 100644 --- a/src/tools/features/name-feature.jam +++ b/src/tools/features/name-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/objcflags-feature.jam b/src/tools/features/objcflags-feature.jam index b69c6b661..bb0a8754d 100644 --- a/src/tools/features/objcflags-feature.jam +++ b/src/tools/features/objcflags-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/optimization-feature.jam b/src/tools/features/optimization-feature.jam index f02183622..a9a89302f 100644 --- a/src/tools/features/optimization-feature.jam +++ b/src/tools/features/optimization-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/os-feature.jam b/src/tools/features/os-feature.jam index 98407e16a..ced1fc1ff 100644 --- a/src/tools/features/os-feature.jam +++ b/src/tools/features/os-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; import modules ; diff --git a/src/tools/features/relevant-feature.jam b/src/tools/features/relevant-feature.jam index 94ba69965..417feee8c 100644 --- a/src/tools/features/relevant-feature.jam +++ b/src/tools/features/relevant-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/response-file-feature.jam b/src/tools/features/response-file-feature.jam index 6d7c0bd59..2aaca0e77 100644 --- a/src/tools/features/response-file-feature.jam +++ b/src/tools/features/response-file-feature.jam @@ -1,7 +1,7 @@ # Copyright 2020 René Ferdinand Rivera Morell # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/rtti-feature.jam b/src/tools/features/rtti-feature.jam index 5943412e4..f767831c6 100644 --- a/src/tools/features/rtti-feature.jam +++ b/src/tools/features/rtti-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/runtime-feature.jam b/src/tools/features/runtime-feature.jam index f25c178ea..b27faff7f 100644 --- a/src/tools/features/runtime-feature.jam +++ b/src/tools/features/runtime-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/sanitizers-feature.jam b/src/tools/features/sanitizers-feature.jam index 8affd57a9..e7bf8097c 100644 --- a/src/tools/features/sanitizers-feature.jam +++ b/src/tools/features/sanitizers-feature.jam @@ -1,7 +1,7 @@ # Copyright 2019 Damian Jarek # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/search-feature.jam b/src/tools/features/search-feature.jam index cbcf2a176..cee5622f7 100644 --- a/src/tools/features/search-feature.jam +++ b/src/tools/features/search-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/source-feature.jam b/src/tools/features/source-feature.jam index 7cc1ab8d3..3725cfd53 100644 --- a/src/tools/features/source-feature.jam +++ b/src/tools/features/source-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/stdlib-feature.jam b/src/tools/features/stdlib-feature.jam index b280ac8d0..4b83021d5 100644 --- a/src/tools/features/stdlib-feature.jam +++ b/src/tools/features/stdlib-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/strip-feature.jam b/src/tools/features/strip-feature.jam index 0bb9221af..60f4c1a35 100644 --- a/src/tools/features/strip-feature.jam +++ b/src/tools/features/strip-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/tag-feature.jam b/src/tools/features/tag-feature.jam index c03924edf..e11a3bd58 100644 --- a/src/tools/features/tag-feature.jam +++ b/src/tools/features/tag-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/threadapi-feature.jam b/src/tools/features/threadapi-feature.jam index ae320678d..35945ded0 100644 --- a/src/tools/features/threadapi-feature.jam +++ b/src/tools/features/threadapi-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Alexander Karzhenkov # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import property-set ; import feature : feature ; diff --git a/src/tools/features/threading-feature.jam b/src/tools/features/threading-feature.jam index 8d7a8f7c3..c199057d0 100644 --- a/src/tools/features/threading-feature.jam +++ b/src/tools/features/threading-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/toolset-feature.jam b/src/tools/features/toolset-feature.jam index fbd0baba8..7e9c6c238 100644 --- a/src/tools/features/toolset-feature.jam +++ b/src/tools/features/toolset-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/translate-path-feature.jam b/src/tools/features/translate-path-feature.jam index 1537292cb..c99f4655d 100644 --- a/src/tools/features/translate-path-feature.jam +++ b/src/tools/features/translate-path-feature.jam @@ -1,7 +1,7 @@ # Copyright 2020 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; @@ -25,7 +25,7 @@ The rule is called for each target with the `feature` of a path property, the path property value, target properties, the target project ID, and the target project location. It should return the translated path value. Or return nothing if it doesn't do path translation. Leaving it do the -default path translation. +default path translation. |# # end::doc[] diff --git a/src/tools/features/user-interface-feature.jam b/src/tools/features/user-interface-feature.jam index d4631ead4..40f6ecd9b 100644 --- a/src/tools/features/user-interface-feature.jam +++ b/src/tools/features/user-interface-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/variant-feature.jam b/src/tools/features/variant-feature.jam index ced88cebe..13f73da97 100644 --- a/src/tools/features/variant-feature.jam +++ b/src/tools/features/variant-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; import errors ; diff --git a/src/tools/features/version-feature.jam b/src/tools/features/version-feature.jam index 10f7fa7d2..e4c6acb0a 100644 --- a/src/tools/features/version-feature.jam +++ b/src/tools/features/version-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/visibility-feature.jam b/src/tools/features/visibility-feature.jam index 443dc89ef..dadbc6743 100644 --- a/src/tools/features/visibility-feature.jam +++ b/src/tools/features/visibility-feature.jam @@ -1,7 +1,7 @@ # Copyright 2018 Andrey Semashev # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/features/warnings-feature.jam b/src/tools/features/warnings-feature.jam index b64bda648..a2eac7807 100644 --- a/src/tools/features/warnings-feature.jam +++ b/src/tools/features/warnings-feature.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import feature ; diff --git a/src/tools/flags.jam b/src/tools/flags.jam index 045f9af69..e5b2dbde0 100644 --- a/src/tools/flags.jam +++ b/src/tools/flags.jam @@ -1,7 +1,7 @@ # Copyright 2018 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # defines the check-has-flag rule. diff --git a/src/tools/fop.jam b/src/tools/fop.jam index c24b8725f..8ce748273 100644 --- a/src/tools/fop.jam +++ b/src/tools/fop.jam @@ -1,7 +1,7 @@ # Copyright (C) 2003-2004 Doug Gregor and Dave Abrahams. Distributed # under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # # This module defines rules to handle generation of PDF and # PostScript files from XSL Formatting Objects via Apache FOP @@ -26,10 +26,10 @@ rule init ( fop-command ? : java-home ? : java ? ) if $(fop-command) || ! $(has-command) { - fop-command = [ common.get-invocation-command fop : fop : $(fop-command) + fop-command = [ common.get-invocation-command fop : fop : $(fop-command) : [ modules.peek : FOP_DIR ] ] ; } - + if $(fop-command) { .FOP_COMMAND = $(fop-command) ; @@ -39,9 +39,9 @@ rule init ( fop-command ? : java-home ? : java ? ) { .FOP_SETUP = ; - + # JAVA_HOME is the location that java was installed to. - + if $(java-home) { .FOP_SETUP += [ common.variable-setting-command JAVA_HOME : $(java-home) ] ; @@ -50,7 +50,7 @@ rule init ( fop-command ? : java-home ? : java ? ) # JAVACMD is the location that of the java executable, useful for a # non-standard java installation, where the executable isn't at # $JAVA_HOME/bin/java. - + if $(java) { .FOP_SETUP += [ common.variable-setting-command JAVACMD : $(java) ] ; diff --git a/src/tools/fortran.jam b/src/tools/fortran.jam index 37665825e..3109f394d 100644 --- a/src/tools/fortran.jam +++ b/src/tools/fortran.jam @@ -1,8 +1,8 @@ # Copyright (C) 2004 Toon Knapen # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # # This file contains common settings for all fortran tools diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index 6f298e755..580ab434a 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -7,8 +7,8 @@ # Copyright 2007 Boris Gubenko # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/gcc.py b/src/tools/gcc.py index 9bf98a3a7..2c23765ba 100644 --- a/src/tools/gcc.py +++ b/src/tools/gcc.py @@ -13,8 +13,8 @@ # Copyright 2008 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import os import subprocess diff --git a/src/tools/generate.jam b/src/tools/generate.jam index 7eaecc889..bd558d9cc 100644 --- a/src/tools/generate.jam +++ b/src/tools/generate.jam @@ -1,6 +1,6 @@ # Copyright 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Declares main target 'generate' used to produce targets by calling a # user-provided rule that takes and produces virtual targets. diff --git a/src/tools/generators/__init_generators__.jam b/src/tools/generators/__init_generators__.jam index 5f2483305..11ab5b9d8 100644 --- a/src/tools/generators/__init_generators__.jam +++ b/src/tools/generators/__init_generators__.jam @@ -1,7 +1,7 @@ # Copyright 2017 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Here we automatically define any "generator" modules in this directory. diff --git a/src/tools/generators/archive-generator.jam b/src/tools/generators/archive-generator.jam index 6afc8e7aa..0d2484cea 100644 --- a/src/tools/generators/archive-generator.jam +++ b/src/tools/generators/archive-generator.jam @@ -1,8 +1,8 @@ # Copyright 2002-2017 Rene Rivera # Copyright 2002-2017 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import generators ; diff --git a/src/tools/generators/c-compiling-generator.jam b/src/tools/generators/c-compiling-generator.jam index 00cd42a4d..3de0d83a3 100644 --- a/src/tools/generators/c-compiling-generator.jam +++ b/src/tools/generators/c-compiling-generator.jam @@ -1,8 +1,8 @@ # Copyright 2002-2017 Rene Rivera # Copyright 2002-2017 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import generators ; diff --git a/src/tools/generators/dummy-generator.jam b/src/tools/generators/dummy-generator.jam index ee93cfe88..346c4afcc 100644 --- a/src/tools/generators/dummy-generator.jam +++ b/src/tools/generators/dummy-generator.jam @@ -1,8 +1,8 @@ # Copyright 2002-2017 Rene Rivera # Copyright 2002-2017 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import generators ; diff --git a/src/tools/generators/lib-generator.jam b/src/tools/generators/lib-generator.jam index 2d9ce4aee..0085f949b 100644 --- a/src/tools/generators/lib-generator.jam +++ b/src/tools/generators/lib-generator.jam @@ -1,8 +1,8 @@ # Copyright 2002-2017 Rene Rivera # Copyright 2002-2017 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import generators ; diff --git a/src/tools/generators/linking-generator.jam b/src/tools/generators/linking-generator.jam index 37277a0b2..5c3f1a997 100644 --- a/src/tools/generators/linking-generator.jam +++ b/src/tools/generators/linking-generator.jam @@ -1,8 +1,8 @@ # Copyright 2002-2017 Rene Rivera # Copyright 2002-2017 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import generators ; diff --git a/src/tools/generators/prebuilt-lib-generator.jam b/src/tools/generators/prebuilt-lib-generator.jam index 00c8e6bdc..280ad9493 100644 --- a/src/tools/generators/prebuilt-lib-generator.jam +++ b/src/tools/generators/prebuilt-lib-generator.jam @@ -1,8 +1,8 @@ # Copyright 2002-2017 Rene Rivera # Copyright 2002-2017 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import generators ; @@ -27,4 +27,3 @@ generators.register [ new prebuilt-lib-generator builtin.prebuilt : : LIB : ] ; generators.override builtin.prebuilt : builtin.lib-generator ; - \ No newline at end of file diff --git a/src/tools/generators/searched-lib-generator.jam b/src/tools/generators/searched-lib-generator.jam index 84757a018..cfde8de81 100644 --- a/src/tools/generators/searched-lib-generator.jam +++ b/src/tools/generators/searched-lib-generator.jam @@ -1,8 +1,8 @@ # Copyright 2002-2017 Rene Rivera # Copyright 2002-2017 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import generators ; diff --git a/src/tools/gettext.jam b/src/tools/gettext.jam index 35827d750..71900b74f 100644 --- a/src/tools/gettext.jam +++ b/src/tools/gettext.jam @@ -1,6 +1,6 @@ # Copyright 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This module support GNU gettext internationalization utilities. # diff --git a/src/tools/gfortran.jam b/src/tools/gfortran.jam index 0aa69b85c..37fbd6cd1 100644 --- a/src/tools/gfortran.jam +++ b/src/tools/gfortran.jam @@ -1,8 +1,8 @@ # Copyright (C) 2004 Toon Knapen # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import toolset : flags ; import feature ; @@ -33,7 +33,7 @@ rule compile.fortran actions compile.fortran { - gcc -Wall $(OPTIONS) -D$(DEFINES) -I$(INCLUDES) -c -o "$(<)" "$(>)" + gcc -Wall $(OPTIONS) -D$(DEFINES) -I$(INCLUDES) -c -o "$(<)" "$(>)" } -generators.register-fortran-compiler gfortran.compile.fortran : FORTRAN FORTRAN90 : OBJ ; +generators.register-fortran-compiler gfortran.compile.fortran : FORTRAN FORTRAN90 : OBJ ; diff --git a/src/tools/hp_cxx.jam b/src/tools/hp_cxx.jam index 82ef8080d..33514a002 100644 --- a/src/tools/hp_cxx.jam +++ b/src/tools/hp_cxx.jam @@ -1,7 +1,7 @@ # Copyright 2001 David Abrahams. # Copyright 2004, 2005 Markus Schoepflin. # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/hpfortran.jam b/src/tools/hpfortran.jam index 96e8d18b5..fc5998043 100644 --- a/src/tools/hpfortran.jam +++ b/src/tools/hpfortran.jam @@ -1,8 +1,8 @@ # Copyright (C) 2004 Toon Knapen # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import toolset : flags ; import feature ; @@ -29,7 +29,7 @@ rule compile.fortran actions compile.fortran { - f77 +DD64 $(OPTIONS) -D$(DEFINES) -I$(INCLUDES) -c -o "$(<)" "$(>)" + f77 +DD64 $(OPTIONS) -D$(DEFINES) -I$(INCLUDES) -c -o "$(<)" "$(>)" } -generators.register-fortran-compiler hpfortran.compile.fortran : FORTRAN : OBJ ; +generators.register-fortran-compiler hpfortran.compile.fortran : FORTRAN : OBJ ; diff --git a/src/tools/ifort.jam b/src/tools/ifort.jam index 958485928..c23b02e1e 100644 --- a/src/tools/ifort.jam +++ b/src/tools/ifort.jam @@ -1,8 +1,8 @@ # Copyright (C) 2004 Toon Knapen # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import toolset : flags ; import feature ; @@ -38,7 +38,7 @@ rule compile.fortran actions compile.fortran { - ifort $(FFLAGS) $(OPTIONS) /names:lowercase /D$(DEFINES) /I"$(INCLUDES)" /c /object:"$(<)" "$(>)" + ifort $(FFLAGS) $(OPTIONS) /names:lowercase /D$(DEFINES) /I"$(INCLUDES)" /c /object:"$(<)" "$(>)" } -generators.register-fortran-compiler ifort.compile.fortran : FORTRAN : OBJ ; +generators.register-fortran-compiler ifort.compile.fortran : FORTRAN : OBJ ; diff --git a/src/tools/intel-darwin.jam b/src/tools/intel-darwin.jam index 7da7b079c..8f2e3a708 100644 --- a/src/tools/intel-darwin.jam +++ b/src/tools/intel-darwin.jam @@ -1,8 +1,8 @@ # Copyright Vladimir Prus 2004. # Copyright Noel Belcourt 2007. # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import intel ; import feature : feature ; diff --git a/src/tools/intel-linux.jam b/src/tools/intel-linux.jam index 919dce39f..76aa9a751 100644 --- a/src/tools/intel-linux.jam +++ b/src/tools/intel-linux.jam @@ -2,8 +2,8 @@ # Copyright (c) 2011 Bryce Lelbach # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import toolset ; import toolset : flags ; diff --git a/src/tools/intel-vxworks.jam b/src/tools/intel-vxworks.jam index e70e4e261..de50613db 100644 --- a/src/tools/intel-vxworks.jam +++ b/src/tools/intel-vxworks.jam @@ -1,7 +1,7 @@ # Copyright Wind River 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) +# (See accompanying file LICENSE.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import intel ; import feature : feature ; diff --git a/src/tools/intel-win.jam b/src/tools/intel-win.jam index 08acd9ab3..7084891e9 100644 --- a/src/tools/intel-win.jam +++ b/src/tools/intel-win.jam @@ -1,7 +1,7 @@ # Copyright Vladimir Prus 2004. # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) # Importing common is needed because the rules we inherit here depend on it. # That is nasty. @@ -194,7 +194,7 @@ local rule configure-really ( version ? : command * : options * : compatibility setup_astk_bat = "iclvars_*.bat" ; setup_bat = "iclvars.bat" ; } - + setup = [ path.glob $(root) : $(setup_astk_bat) ] ; if ! $(setup) { diff --git a/src/tools/intel.jam b/src/tools/intel.jam index 83b00ae31..6b1e1d6bf 100644 --- a/src/tools/intel.jam +++ b/src/tools/intel.jam @@ -1,7 +1,7 @@ # Copyright Vladimir Prus 2004. # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] @@ -46,7 +46,7 @@ This option is necessary only if it is not possible to detect this information from the compiler command -- for example if the specified compiler command is a user script. For the Windows version, specifies the directory of the `iclvars.bat` file, for versions prior to 21 ( or 2021 ), or of the `setvars.bat`, -for versions from 21 ( or 2021 ) on up, for configuring the compiler. +for versions from 21 ( or 2021 ) on up, for configuring the compiler. Specifying the `root` option without specifying the compiler command allows the end-user not to have to worry about whether they are compiling 32-bit or 64-bit code, as the toolset will automatically configure the compiler for the appropriate address diff --git a/src/tools/lex.jam b/src/tools/lex.jam index e85d1d1ad..8fab09a0d 100644 --- a/src/tools/lex.jam +++ b/src/tools/lex.jam @@ -1,6 +1,6 @@ -# Copyright 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import type ; import generators ; @@ -19,7 +19,7 @@ rule init ( ) flags lex.lex PREFIX ; -actions lex +actions lex { - flex -P$(PREFIX) -o$(<) $(>) + flex -P$(PREFIX) -o$(<) $(>) } diff --git a/src/tools/libjpeg.jam b/src/tools/libjpeg.jam index f267ecb73..ac2a5d0d8 100644 --- a/src/tools/libjpeg.jam +++ b/src/tools/libjpeg.jam @@ -2,8 +2,8 @@ # Copyright (c) 2013 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports the libjpeg library # @@ -16,7 +16,7 @@ import ac ; import errors ; import feature ; import "class" : new ; -import targets ; +import targets ; import path ; import modules ; import indirect ; diff --git a/src/tools/libpng.jam b/src/tools/libpng.jam index dc49b6dbd..873db8f96 100644 --- a/src/tools/libpng.jam +++ b/src/tools/libpng.jam @@ -2,8 +2,8 @@ # Copyright (c) 2013 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports the libpng library # diff --git a/src/tools/libtiff.jam b/src/tools/libtiff.jam index f31561491..308381503 100644 --- a/src/tools/libtiff.jam +++ b/src/tools/libtiff.jam @@ -2,8 +2,8 @@ # Copyright (c) 2013 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports the libtiff library # @@ -16,7 +16,7 @@ import ac ; import errors ; import feature ; import "class" : new ; -import targets ; +import targets ; import path ; import modules ; import indirect ; diff --git a/src/tools/link.jam b/src/tools/link.jam index 3cf6e46f7..e9e8851fe 100644 --- a/src/tools/link.jam +++ b/src/tools/link.jam @@ -1,6 +1,6 @@ # Copyright 2012 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import os ; import targets ; @@ -48,7 +48,7 @@ rule can-symlink ( project ) if [ configure.try-build $(target) : [ property-set.empty ] : "symlinks supported" ] { .can-symlink = true ; - } + } else { .can-symlink = false ; @@ -78,7 +78,7 @@ rule can-junction ( project ) if [ configure.try-build $(target) : [ property-set.empty ] : "junctions supported" ] { .can-junction = true ; - } + } else { .can-junction = false ; @@ -122,7 +122,7 @@ rule can-hardlink ( project ) if [ configure.try-build $(target) : [ property-set.empty ] : "hardlinks supported" ] { .can-hardlink = true ; - } + } else { .can-hardlink = false ; @@ -216,10 +216,10 @@ class symlink-target-class : basic-target property-set = [ property-set.create $(path) ] ; } - + local a = [ new non-scanning-action $(source-target) : link.do-link-recursively : $(property-set) ] ; - + local t = [ new notfile-target $(name) : $(self.project) : $(a) ] ; diff --git a/src/tools/lzma.jam b/src/tools/lzma.jam index 465d1d693..b774ff27b 100644 --- a/src/tools/lzma.jam +++ b/src/tools/lzma.jam @@ -2,8 +2,8 @@ # Copyright (c) 2013 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports the lzma library # diff --git a/src/tools/make.jam b/src/tools/make.jam index b0784b620..93e41028a 100644 --- a/src/tools/make.jam +++ b/src/tools/make.jam @@ -3,8 +3,8 @@ # Copyright 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines the 'make' main target rule. diff --git a/src/tools/make.py b/src/tools/make.py index 716a56119..f4a226d96 100644 --- a/src/tools/make.py +++ b/src/tools/make.py @@ -6,7 +6,7 @@ # Copyright 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines the 'make' main target rule. diff --git a/src/tools/mc.jam b/src/tools/mc.jam index 578377735..c6c770e80 100644 --- a/src/tools/mc.jam +++ b/src/tools/mc.jam @@ -1,10 +1,10 @@ #~ Copyright 2005 Alexey Pakhunov. #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Support for Microsoft message compiler tool. # Notes: -# - there's just message compiler tool, there's no tool for +# - there's just message compiler tool, there's no tool for # extracting message strings from sources # - This file allows to use Microsoft message compiler # with any toolset. In msvc.jam, there's more specific diff --git a/src/tools/mc.py b/src/tools/mc.py index d8b970194..cfd635e13 100644 --- a/src/tools/mc.py +++ b/src/tools/mc.py @@ -2,8 +2,8 @@ # Copyright (c) 2011 Juraj Ivancic # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Support for Microsoft message compiler tool. # Notes: diff --git a/src/tools/message.jam b/src/tools/message.jam index 672b6e0bc..8d99a7d67 100644 --- a/src/tools/message.jam +++ b/src/tools/message.jam @@ -1,6 +1,6 @@ # Copyright 2008 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Defines main target type 'message', that prints a message when built for the # first time. @@ -21,11 +21,11 @@ class message-target-class : basic-target self.5 = $(5) ; self.6 = $(6) ; self.7 = $(7) ; - self.8 = $(8) ; - self.9 = $(9) ; + self.8 = $(8) ; + self.9 = $(9) ; self.built = ; } - + rule construct ( name : source-targets * : property-set ) { if ! $(self.built) @@ -39,7 +39,7 @@ class message-target-class : basic-target } self.built = 1 ; } - + return [ property-set.empty ] ; } } diff --git a/src/tools/message.py b/src/tools/message.py index 3f276f93e..2fe93a3f2 100644 --- a/src/tools/message.py +++ b/src/tools/message.py @@ -3,7 +3,7 @@ # # Copyright 2008, 2010 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Defines main target type 'message', that prints a message when built for the # first time. diff --git a/src/tools/midl.jam b/src/tools/midl.jam index 0aa5dda31..cff3725de 100644 --- a/src/tools/midl.jam +++ b/src/tools/midl.jam @@ -1,8 +1,8 @@ # Copyright (c) 2005 Alexey Pakhunov. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Microsoft Interface Definition Language (MIDL) related routines @@ -21,34 +21,34 @@ rule init ( ) type.register IDL : idl ; # A type library (.tlb) is generated by MIDL compiler and can be included -# to resources of an application (.rc). In order to be found by a resource +# to resources of an application (.rc). In order to be found by a resource # compiler its target type should be derived from 'H' - otherwise # the property '' will be ignored. type.register MSTYPELIB : tlb : H ; # Register scanner for MIDL files -class midl-scanner : scanner +class midl-scanner : scanner { import path property-set regex scanner type virtual-target ; - + rule __init__ ( includes * ) { scanner.__init__ ; - + self.includes = $(includes) ; - # List of quoted strings + # List of quoted strings self.re-strings = "[ \t]*\"([^\"]*)\"([ \t]*,[ \t]*\"([^\"]*)\")*[ \t]*" ; - # 'import' and 'importlib' directives + # 'import' and 'importlib' directives self.re-import = "import"$(self.re-strings)"[ \t]*;" ; self.re-importlib = "importlib[ \t]*[(]"$(self.re-strings)"[)][ \t]*;" ; # C preprocessor 'include' directive self.re-include-angle = "#[ \t]*include[ \t]*<(.*)>" ; self.re-include-quoted = "#[ \t]*include[ \t]*\"(.*)\"" ; - } + } rule pattern ( ) { @@ -64,14 +64,14 @@ class midl-scanner : scanner local imported_tlbs = [ regex.transform $(matches) : $(self.re-importlib) : 1 3 ] ; # CONSIDER: the new scoping rule seem to defeat "on target" variables. - local g = [ on $(target) return $(HDRGRIST) ] ; + local g = [ on $(target) return $(HDRGRIST) ] ; local b = [ NORMALIZE_PATH $(binding:D) ] ; # Attach binding of including file to included targets. # When target is directly created from virtual target # this extra information is unnecessary. But in other - # cases, it allows to distinguish between two headers of the - # same name included from different places. + # cases, it allows to distinguish between two headers of the + # same name included from different places. local g2 = $(g)"#"$(b) ; included-angle = $(included-angle:G=$(g)) ; @@ -88,13 +88,13 @@ class midl-scanner : scanner SEARCH on $(included-quoted) = $(b) $(self.includes:G=) ; SEARCH on $(imported) = $(b) $(self.includes:G=) ; SEARCH on $(imported_tlbs) = $(b) $(self.includes:G=) ; - - scanner.propagate - [ type.get-scanner CPP : [ property-set.create $(self.includes) ] ] : + + scanner.propagate + [ type.get-scanner CPP : [ property-set.create $(self.includes) ] ] : $(included-angle) $(included-quoted) : $(target) ; scanner.propagate $(__name__) : $(imported) : $(target) ; - } + } } scanner.register midl-scanner : include ; @@ -128,15 +128,15 @@ flags midl.compile.idl INCLUDES ; generators.register-c-compiler midl.compile.idl : IDL : MSTYPELIB H C(%_i) C(%_proxy) C(%_dlldata) ; -# MIDL does not always generate '%_proxy.c' and '%_dlldata.c'. This behavior +# MIDL does not always generate '%_proxy.c' and '%_dlldata.c'. This behavior # depends on contents of the source IDL file. Calling TOUCH_FILE below ensures -# that both files will be created so bjam will not try to recreate them +# that both files will be created so bjam will not try to recreate them # constantly. TOUCH_FILE = [ common.file-touch-command ] ; actions compile.idl { midl /nologo @"@($(<[1]:W).rsp:E=$(nl)"$(>:W)" $(nl)-D$(DEFINES) $(nl)"-I$(INCLUDES)" $(nl)-U$(UNDEFS) $(nl)$(MIDLFLAGS) $(nl)/tlb "$(<[1]:W)" $(nl)/h "$(<[2]:W)" $(nl)/iid "$(<[3]:W)" $(nl)/proxy "$(<[4]:W)" $(nl)/dlldata "$(<[5]:W)")" - $(TOUCH_FILE) "$(<[4]:W)" - $(TOUCH_FILE) "$(<[5]:W)" + $(TOUCH_FILE) "$(<[4]:W)" + $(TOUCH_FILE) "$(<[5]:W)" } diff --git a/src/tools/midl.py b/src/tools/midl.py index 51bc51feb..7619ed1bb 100644 --- a/src/tools/midl.py +++ b/src/tools/midl.py @@ -2,8 +2,8 @@ # Copyright (c) 2011 Juraj Ivancic # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Microsoft Interface Definition Language (MIDL) related routines from b2.build import scanner, type diff --git a/src/tools/mipspro.jam b/src/tools/mipspro.jam index 7f4d05950..095334e39 100644 --- a/src/tools/mipspro.jam +++ b/src/tools/mipspro.jam @@ -1,7 +1,7 @@ # Copyright Noel Belcourt 2007. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import property ; import generators ; @@ -20,31 +20,31 @@ generators.override mipspro.searched-lib-generator : searched-lib-generator ; # Documentation and toolchain description located # http://www.sgi.com/products/software/irix/tools/ -rule init ( version ? : command * : options * ) +rule init ( version ? : command * : options * ) { - local condition = [ + local condition = [ common.check-init-parameters mipspro : version $(version) ] ; command = [ common.get-invocation-command mipspro : CC : $(command) ] ; common.handle-options mipspro : $(condition) : $(command) : $(options) ; - + command_c = $(command_c[1--2]) $(command[-1]:B=cc) ; toolset.flags mipspro CONFIG_C_COMMAND $(condition) : $(command_c) ; # fortran support - local command = [ + local command = [ common.get-invocation-command mipspro : f77 : $(command) : $(install_dir) ] ; command_f = $(command_f[1--2]) $(command[-1]:B=f77) ; toolset.flags mipspro CONFIG_F_COMMAND $(condition) : $(command_f) ; # set link flags - flags mipspro.link FINDLIBS-ST : [ + flags mipspro.link FINDLIBS-ST : [ feature.get-values : $(options) ] : unchecked ; - flags mipspro.link FINDLIBS-SA : [ + flags mipspro.link FINDLIBS-SA : [ feature.get-values : $(options) ] : unchecked ; } @@ -64,7 +64,7 @@ flags mipspro.compile OPTIONS $(cpu-arch-32) : -n32 ; flags mipspro.compile OPTIONS $(cpu-arch-64) : -64 ; # Declare flags and actions for compilation -flags mipspro.compile OPTIONS on : -g ; +flags mipspro.compile OPTIONS on : -g ; # flags mipspro.compile OPTIONS on : -xprofile=tcov ; flags mipspro.compile OPTIONS off : -w ; flags mipspro.compile OPTIONS on : -ansiW -diag_suppress 1429 ; # suppress long long is nonstandard warning diff --git a/src/tools/mpi.jam b/src/tools/mpi.jam index 1f1658c92..77941cf11 100644 --- a/src/tools/mpi.jam +++ b/src/tools/mpi.jam @@ -4,7 +4,7 @@ # (C) Copyright 2005 Douglas Gregor # # Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt.) # # Authors: Douglas Gregor # Andrew Lumsdaine @@ -492,7 +492,6 @@ rule init ( mpicxx ? : options * : mpirun-with-options * ) if $(command) { ECHO "MPI auto-detection failed: unknown wrapper compiler $(command)" ; - ECHO "Please report this error to the Boost mailing list: http://www.boost.org" ; } else if $(mpicxx) { diff --git a/src/tools/msvc-config.jam b/src/tools/msvc-config.jam index 6c71e3b00..5fff97998 100644 --- a/src/tools/msvc-config.jam +++ b/src/tools/msvc-config.jam @@ -1,6 +1,6 @@ #~ Copyright 2005 Rene Rivera. #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Automatic configuration for VisualStudio toolset. To use, just import this module. diff --git a/src/tools/msvc.jam b/src/tools/msvc.jam index 07c0a91b7..e7f9c1765 100644 --- a/src/tools/msvc.jam +++ b/src/tools/msvc.jam @@ -10,8 +10,8 @@ # Copyright (c) 2020 Nikita Kniazev # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/msvc.py b/src/tools/msvc.py index 39063a5ca..7c1bdf0f1 100644 --- a/src/tools/msvc.py +++ b/src/tools/msvc.py @@ -8,8 +8,8 @@ # Copyright (c) 2011 Juraj Ivancic # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) ################################################################################ # diff --git a/src/tools/notfile.jam b/src/tools/notfile.jam index 7d0985b45..678610853 100644 --- a/src/tools/notfile.jam +++ b/src/tools/notfile.jam @@ -1,7 +1,7 @@ # Copyright (c) 2005 Vladimir Prus. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import generators ; diff --git a/src/tools/notfile.py b/src/tools/notfile.py index afbf68fb0..a650adbdf 100644 --- a/src/tools/notfile.py +++ b/src/tools/notfile.py @@ -4,8 +4,8 @@ # Copyright (c) 2005-2010 Vladimir Prus. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import b2.build.type as type diff --git a/src/tools/openssl.jam b/src/tools/openssl.jam index 8efcd69a6..984f9100a 100644 --- a/src/tools/openssl.jam +++ b/src/tools/openssl.jam @@ -1,8 +1,8 @@ # Copyright (c) 2019 Damian Jarek # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports the openssl library # diff --git a/src/tools/package.jam b/src/tools/package.jam index a61a9e524..75925d5e3 100644 --- a/src/tools/package.jam +++ b/src/tools/package.jam @@ -2,8 +2,8 @@ # Copyright 2006 Rene Rivera. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Provides mechanism for installing whole packages into a specific directory # structure. This is opposed to the 'install' rule, that installs a number of diff --git a/src/tools/package.py b/src/tools/package.py index a3b1baef4..16e8a4bd6 100644 --- a/src/tools/package.py +++ b/src/tools/package.py @@ -5,8 +5,8 @@ # Copyright 2006 Rene Rivera. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Provides mechanism for installing whole packages into a specific directory # structure. This is opposed to the 'install' rule, that installs a number of diff --git a/src/tools/pathscale.jam b/src/tools/pathscale.jam index 1eadb444c..83ce395bc 100644 --- a/src/tools/pathscale.jam +++ b/src/tools/pathscale.jam @@ -1,7 +1,7 @@ # Copyright 2006 Noel Belcourt # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import property ; import generators ; @@ -20,24 +20,24 @@ generators.override pathscale.searched-lib-generator : searched-lib-generator ; # Documentation and toolchain description located # http://www.pathscale.com/docs.html -rule init ( version ? : command * : options * ) +rule init ( version ? : command * : options * ) { - command = [ common.get-invocation-command pathscale : pathCC : $(command) + command = [ common.get-invocation-command pathscale : pathCC : $(command) : /opt/ekopath/bin ] ; - + # Determine the version local command-string = $(command:J=" ") ; if $(command) - { + { version ?= [ MATCH "^([0-9.]+)" : [ SHELL "$(command-string) -dumpversion" ] ] ; } - + local condition = [ common.check-init-parameters pathscale : version $(version) ] ; common.handle-options pathscale : $(condition) : $(command) : $(options) ; - + toolset.flags pathscale.compile.fortran90 OPTIONS $(condition) : [ feature.get-values : $(options) ] : unchecked ; diff --git a/src/tools/pch.jam b/src/tools/pch.jam index 4737bda30..3d18928da 100644 --- a/src/tools/pch.jam +++ b/src/tools/pch.jam @@ -2,8 +2,8 @@ # Copyright 2006 Ilya Sokolov # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) ##### Using Precompiled Headers (Quick Guide) ##### # diff --git a/src/tools/pch.py b/src/tools/pch.py index 71cb7166e..d27cc54d7 100644 --- a/src/tools/pch.py +++ b/src/tools/pch.py @@ -6,8 +6,8 @@ # Copyright (c) 2008 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) ##### Using Precompiled Headers (Quick Guide) ##### # diff --git a/src/tools/pgi.jam b/src/tools/pgi.jam index 6eed7759f..7d4994ef5 100644 --- a/src/tools/pgi.jam +++ b/src/tools/pgi.jam @@ -1,8 +1,8 @@ # Copyright Noel Belcourt 2007. # Copyright 2017, NVIDIA CORPORATION. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import property ; import generators ; @@ -22,14 +22,14 @@ generators.override pgi.searched-lib-generator : searched-lib-generator ; # Documentation and toolchain description located # http://www.pgroup.com/resources/docs.htm -rule init ( version ? : command * : options * ) +rule init ( version ? : command * : options * ) { local condition = [ common.check-init-parameters pgi : version $(version) ] ; local l_command = [ common.get-invocation-command pgi : pgc++ : $(command) ] ; common.handle-options pgi : $(condition) : $(l_command) : $(options) ; - + command_c = $(command_c[1--2]) $(l_command[-1]:B=pgcc) ; toolset.flags pgi CONFIG_C_COMMAND $(condition) : $(command_c) ; diff --git a/src/tools/pkg-config.jam b/src/tools/pkg-config.jam index 2efa9cf3a..98d516e06 100644 --- a/src/tools/pkg-config.jam +++ b/src/tools/pkg-config.jam @@ -1,8 +1,8 @@ #| Copyright 2019 Dmitry Arkhipov Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# diff --git a/src/tools/python-config.jam b/src/tools/python-config.jam index 40aa825bc..a2ee025e7 100644 --- a/src/tools/python-config.jam +++ b/src/tools/python-config.jam @@ -1,6 +1,6 @@ #~ Copyright 2005 Rene Rivera. #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Automatic configuration for Python tools and librries. To use, just import this module. @@ -14,7 +14,7 @@ if [ os.name ] = NT local python-path = [ W32_GETREG "HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\$(R)\\InstallPath" ] ; local python-version = $(R) ; - + if $(python-path) { if --debug-configuration in [ modules.peek : ARGV ] diff --git a/src/tools/python.jam b/src/tools/python.jam index cf8c379b3..a2abce3ea 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -1,7 +1,7 @@ # Copyright 2004 Vladimir Prus. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Support for Python and the the Boost.Python library. # diff --git a/src/tools/qcc.jam b/src/tools/qcc.jam index aac605966..d9dae0bc0 100644 --- a/src/tools/qcc.jam +++ b/src/tools/qcc.jam @@ -4,8 +4,8 @@ # Copyright (c) 2020 Alexander Karzhenkov. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : new ; import common ; diff --git a/src/tools/qt.jam b/src/tools/qt.jam index 8aa7ca266..4b74e33a1 100644 --- a/src/tools/qt.jam +++ b/src/tools/qt.jam @@ -1,8 +1,8 @@ # Copyright (c) 2006 Vladimir Prus. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Forwarning toolset file to Qt GUI library. Forwards to the toolset file # for the current version of Qt. diff --git a/src/tools/qt3.jam b/src/tools/qt3.jam index 9b2e8f6f4..6cf0eef32 100644 --- a/src/tools/qt3.jam +++ b/src/tools/qt3.jam @@ -1,6 +1,6 @@ # Copyright 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Support for the Qt GUI library version 3 # (http://www.trolltech.com/products/qt3/index.html). diff --git a/src/tools/qt4.jam b/src/tools/qt4.jam index 69b13bd55..0e5c5687d 100644 --- a/src/tools/qt4.jam +++ b/src/tools/qt4.jam @@ -3,8 +3,8 @@ # Copyright 2005-2009 Juergen Hunold # # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Qt4 library support module # diff --git a/src/tools/qt5.jam b/src/tools/qt5.jam index eb2d6ddf3..dd60b64e1 100644 --- a/src/tools/qt5.jam +++ b/src/tools/qt5.jam @@ -3,8 +3,8 @@ # Copyright 2005-2012 Juergen Hunold # # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Qt5 library support module # diff --git a/src/tools/quickbook-config.jam b/src/tools/quickbook-config.jam index e983a78a8..c6c3e7fbc 100644 --- a/src/tools/quickbook-config.jam +++ b/src/tools/quickbook-config.jam @@ -1,6 +1,6 @@ #~ Copyright 2005 Rene Rivera. #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Automatic configuration for BoostBook tools. To use, just import this module. @@ -18,7 +18,7 @@ if [ os.name ] = NT } local quickbook-path = [ GLOB "$(boost-dir)\\bin" "\\Boost\\bin" : quickbook.exe ] ; quickbook-path = $(quickbook-path[1]) ; - + if $(quickbook-path) { if --debug-configuration in [ modules.peek : ARGV ] @@ -32,7 +32,7 @@ else { local quickbook-path = [ GLOB "/usr/local/bin" "/usr/bin" "/opt/bin" : quickbook ] ; quickbook-path = $(quickbook-path[1]) ; - + if $(quickbook-path) { if --debug-configuration in [ modules.peek : ARGV ] diff --git a/src/tools/quickbook.jam b/src/tools/quickbook.jam index 72c8e609a..df53a43f5 100644 --- a/src/tools/quickbook.jam +++ b/src/tools/quickbook.jam @@ -4,8 +4,8 @@ # Copyright (c) 2006 Rene Rivera # # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # # This toolset defines a generator to translate QuickBook to BoostBook. It can @@ -181,8 +181,8 @@ class quickbook-binary-generator : generator { if [ $(target).type ] = EXE { - quickbook-binary = - [ path.native + quickbook-binary = + [ path.native [ path.join [ $(target).path ] [ $(target).name ] @@ -213,8 +213,8 @@ class qbk-scanner : common-scanner { rule pattern ( ) { - return "\\[[ ]*include[ ]+([^]]+)\\]" - "\\[[ ]*include:[a-zA-Z0-9_]+[ ]+([^]]+)\\]" + return "\\[[ ]*include[ ]+([^]]+)\\]" + "\\[[ ]*include:[a-zA-Z0-9_]+[ ]+([^]]+)\\]" "\\[[ ]*import[ ]+([^]]+)\\]" ; } } @@ -351,13 +351,13 @@ actions quickbook-to-boostbook # Declare a main target to convert a quickbook source into a boostbook XML file. # rule to-boostbook ( target-name : sources * : requirements * : default-build * ) -{ +{ local project = [ project.current ] ; - - targets.main-target-alternative + + targets.main-target-alternative [ new typed-target $(target-name) : $(project) : XML - : [ targets.main-target-sources $(sources) : $(target-name) ] + : [ targets.main-target-sources $(sources) : $(target-name) ] : [ targets.main-target-requirements $(requirements) : $(project) ] - : [ targets.main-target-default-build $(default-build) : $(project) ] + : [ targets.main-target-default-build $(default-build) : $(project) ] ] ; } diff --git a/src/tools/rc.jam b/src/tools/rc.jam index d7534bc6f..ce94b9b82 100644 --- a/src/tools/rc.jam +++ b/src/tools/rc.jam @@ -6,8 +6,8 @@ # Copyright (c) 2006 Rene Rivera. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import generators ; import feature ; diff --git a/src/tools/rc.py b/src/tools/rc.py index c7a02dbb6..f4e057104 100644 --- a/src/tools/rc.py +++ b/src/tools/rc.py @@ -11,8 +11,8 @@ # Copyright (c) 2008 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) ##import type ; ##import generators ; diff --git a/src/tools/sass.jam b/src/tools/sass.jam index be56487ff..ef3b931ab 100644 --- a/src/tools/sass.jam +++ b/src/tools/sass.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Dmitry Arkhipov Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# import common ; diff --git a/src/tools/saxonhe.jam b/src/tools/saxonhe.jam index 01213193b..69ad16df2 100644 --- a/src/tools/saxonhe.jam +++ b/src/tools/saxonhe.jam @@ -3,7 +3,7 @@ # Copyright (c) 2019 Richard Hodges (hodges dot r at gmail dot com) # # Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) # import common ; diff --git a/src/tools/stage.jam b/src/tools/stage.jam index 7fd41a2e1..c5f02e3ba 100644 --- a/src/tools/stage.jam +++ b/src/tools/stage.jam @@ -3,8 +3,8 @@ # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Copyright 2020 Dmitry Arkhipov # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/stage.py b/src/tools/stage.py index 2a15dd18a..1fb6ae046 100644 --- a/src/tools/stage.py +++ b/src/tools/stage.py @@ -5,7 +5,7 @@ # Copyright 2005, 2006 Rene Rivera # Copyright 2002, 2003, 2004, 2005, 2006, 2010 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines the 'install' rule, used to copy a set of targets to a # single location. diff --git a/src/tools/stlport.jam b/src/tools/stlport.jam index 4a08c8c9b..4b9dabfab 100644 --- a/src/tools/stlport.jam +++ b/src/tools/stlport.jam @@ -2,7 +2,7 @@ # Copyright 2006 Rene Rivera # Copyright 2003, 2004, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # The STLPort is usable by means of 'stdlib' feature. When # stdlib=stlport is specified, default version of STLPort will be used, diff --git a/src/tools/symlink.jam b/src/tools/symlink.jam index b33e8260c..b1256d747 100644 --- a/src/tools/symlink.jam +++ b/src/tools/symlink.jam @@ -1,8 +1,8 @@ -# Copyright 2003 Dave Abrahams -# Copyright 2002, 2003 Rene Rivera -# Copyright 2002, 2003, 2004, 2005 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003 Dave Abrahams +# Copyright 2002, 2003 Rene Rivera +# Copyright 2002, 2003, 2004, 2005 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Defines the "symlink" special target. 'symlink' targets make symbolic links # to the sources. @@ -18,20 +18,20 @@ feature.feature symlink-location : project-relative build-relative : incidental class symlink-targets : basic-target { import numbers modules class property project path ; - + rule __init__ ( project : targets * : sources * ) - { + { # Generate a fake name for now. Need unnamed targets eventually. local c = [ modules.peek symlink : .count ] ; modules.poke symlink : .count : [ numbers.increment $(c) ] ; local fake-name = symlink#$(c) ; - + basic-target.__init__ $(fake-name) : $(project) : $(sources) ; - + # Remember the targets to map the sources onto. Pad or truncate # to fit the sources given. self.targets = ; @@ -47,11 +47,11 @@ class symlink-targets : basic-target self.targets += $(source) ; } } - + # The virtual targets corresponding to the given targets. self.virtual-targets = ; - } - + } + rule construct ( name : source-targets * : property-set ) { local i = 1 ; @@ -59,16 +59,16 @@ class symlink-targets : basic-target { local s = $(self.targets[$(i)]) ; local a = [ class.new action $(t) : symlink.ln : $(property-set) ] ; - local vt = [ class.new file-target $(s:D=) + local vt = [ class.new file-target $(s:D=) : [ $(t).type ] : $(self.project) : $(a) ] ; - + # Place the symlink in the directory relative to the project # location, instead of placing it in the build directory. if [ property.select : [ $(property-set).raw ] ] = project-relative { $(vt).set-path [ path.root $(s:D) [ $(self.project).get location ] ] ; } - + self.virtual-targets += $(vt) ; i = [ numbers.increment $(i) ] ; } @@ -96,9 +96,9 @@ rule symlink ( ) { local project = [ project.current ] ; - + return [ targets.main-target-alternative - [ class.new symlink-targets $(project) : $(targets) : + [ class.new symlink-targets $(project) : $(targets) : # Note: inline targets are not supported for symlink, intentionally, # since it's used to linking existing non-local targets. $(sources) ] ] ; diff --git a/src/tools/symlink.py b/src/tools/symlink.py index ed5388977..e2ce54684 100644 --- a/src/tools/symlink.py +++ b/src/tools/symlink.py @@ -5,7 +5,7 @@ # Copyright 2002, 2003 Rene Rivera # Copyright 2002, 2003, 2004, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Defines the "symlink" special target. 'symlink' targets make symbolic links # to the sources. diff --git a/src/tools/testing.jam b/src/tools/testing.jam index a6c5cc3d3..ed24912e4 100644 --- a/src/tools/testing.jam +++ b/src/tools/testing.jam @@ -3,7 +3,7 @@ # Copyright 2014-2015 Rene Rivera # Copyright 2014 Microsoft Corporation # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This module implements regression testing framework. It declares a number of # main target rules which perform some action and, if the results are OK, diff --git a/src/tools/testing.py b/src/tools/testing.py index 8f1c0b330..3565a61da 100644 --- a/src/tools/testing.py +++ b/src/tools/testing.py @@ -4,7 +4,7 @@ # Copyright 2005 Dave Abrahams # Copyright 2002, 2003, 2004, 2005, 2010 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This module implements regression testing framework. It declares a number of # main target rules which perform some action and, if the results are OK, diff --git a/src/tools/types/adoc.jam b/src/tools/types/adoc.jam index 9e0c5309e..278a32bd4 100644 --- a/src/tools/types/adoc.jam +++ b/src/tools/types/adoc.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Rene Rivera Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# import scanner ; diff --git a/src/tools/types/asm.jam b/src/tools/types/asm.jam index a340db36a..d2b233aca 100644 --- a/src/tools/types/asm.jam +++ b/src/tools/types/asm.jam @@ -1,4 +1,4 @@ # Copyright Craig Rodrigues 2005. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) type ASM : s S asm ; diff --git a/src/tools/types/asm.py b/src/tools/types/asm.py index d9a30152e..6317bfa75 100644 --- a/src/tools/types/asm.py +++ b/src/tools/types/asm.py @@ -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) +# file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.build import type as type_ from b2.manager import get_manager from b2.tools.cast import cast diff --git a/src/tools/types/cpp.jam b/src/tools/types/cpp.jam index 3fcf449a2..704684f5a 100644 --- a/src/tools/types/cpp.jam +++ b/src/tools/types/cpp.jam @@ -2,8 +2,8 @@ # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Copyright 2010 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import scanner ; import type ; diff --git a/src/tools/types/cpp.py b/src/tools/types/cpp.py index 50797bae4..bc2346954 100644 --- a/src/tools/types/cpp.py +++ b/src/tools/types/cpp.py @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.build import type as type_ diff --git a/src/tools/types/css.jam b/src/tools/types/css.jam index 81b55ff43..e78f3b8f0 100644 --- a/src/tools/types/css.jam +++ b/src/tools/types/css.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Dmitry Arkhipov Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# import type ; diff --git a/src/tools/types/docbook.jam b/src/tools/types/docbook.jam index 1ceb8d495..caa87eaae 100644 --- a/src/tools/types/docbook.jam +++ b/src/tools/types/docbook.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Rene Rivera Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# type DOCBOOK : docbook : XML ; diff --git a/src/tools/types/exe.jam b/src/tools/types/exe.jam index 47109513a..6b068cacb 100644 --- a/src/tools/types/exe.jam +++ b/src/tools/types/exe.jam @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import type ; diff --git a/src/tools/types/exe.py b/src/tools/types/exe.py index a4935e24e..ac83ea856 100644 --- a/src/tools/types/exe.py +++ b/src/tools/types/exe.py @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.build import type diff --git a/src/tools/types/html.jam b/src/tools/types/html.jam index 5cd337d09..04e6cab6e 100644 --- a/src/tools/types/html.jam +++ b/src/tools/types/html.jam @@ -1,4 +1,4 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) type HTML : html ; diff --git a/src/tools/types/html.py b/src/tools/types/html.py index 63af4d907..0393d322b 100644 --- a/src/tools/types/html.py +++ b/src/tools/types/html.py @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.build import type diff --git a/src/tools/types/lib.jam b/src/tools/types/lib.jam index 854ab8fd5..dc16aba4b 100644 --- a/src/tools/types/lib.jam +++ b/src/tools/types/lib.jam @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import type ; # for set-generated-target-suffix import os ; diff --git a/src/tools/types/lib.py b/src/tools/types/lib.py index d0ec1fb52..6cc4dd1a2 100644 --- a/src/tools/types/lib.py +++ b/src/tools/types/lib.py @@ -4,7 +4,7 @@ # Copyright Vladimir Prus 2010. # Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import b2.build.type as type diff --git a/src/tools/types/man.jam b/src/tools/types/man.jam index 4fb59a0fe..7fed263d5 100644 --- a/src/tools/types/man.jam +++ b/src/tools/types/man.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Rene Rivera Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# type MANPAGE : man 1M n p x ; diff --git a/src/tools/types/markdown.jam b/src/tools/types/markdown.jam index 936dabfaa..1ba18bb04 100644 --- a/src/tools/types/markdown.jam +++ b/src/tools/types/markdown.jam @@ -1,4 +1,4 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) type MARKDOWN : md markdown ; diff --git a/src/tools/types/markdown.py b/src/tools/types/markdown.py index c689c9a68..0d271a6d3 100644 --- a/src/tools/types/markdown.py +++ b/src/tools/types/markdown.py @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.build import type diff --git a/src/tools/types/obj.jam b/src/tools/types/obj.jam index 6afbcaa6f..d369a936a 100644 --- a/src/tools/types/obj.jam +++ b/src/tools/types/obj.jam @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import type ; diff --git a/src/tools/types/obj.py b/src/tools/types/obj.py index e61e99a81..6aa73c2ad 100644 --- a/src/tools/types/obj.py +++ b/src/tools/types/obj.py @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.build import type diff --git a/src/tools/types/objc.jam b/src/tools/types/objc.jam index 709cbd0c7..2762d9791 100644 --- a/src/tools/types/objc.jam +++ b/src/tools/types/objc.jam @@ -1,6 +1,6 @@ # Copyright Rene Rivera 2008, 2010. # Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import type ; import scanner ; import types/cpp ; diff --git a/src/tools/types/pdf.jam b/src/tools/types/pdf.jam index f5d64387e..ae01d6f0e 100644 --- a/src/tools/types/pdf.jam +++ b/src/tools/types/pdf.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Rene Rivera Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# type PDF : pdf ; diff --git a/src/tools/types/preprocessed.jam b/src/tools/types/preprocessed.jam index c9187ba67..7d1e8ef21 100644 --- a/src/tools/types/preprocessed.jam +++ b/src/tools/types/preprocessed.jam @@ -1,7 +1,7 @@ # Copyright Steven Watanabe 2011 # Distributed under the Boost Software License Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import type ; diff --git a/src/tools/types/preprocessed.py b/src/tools/types/preprocessed.py index f59104334..058fe2a5b 100644 --- a/src/tools/types/preprocessed.py +++ b/src/tools/types/preprocessed.py @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.build import type diff --git a/src/tools/types/qt.jam b/src/tools/types/qt.jam index 4951063e3..d706fd418 100644 --- a/src/tools/types/qt.jam +++ b/src/tools/types/qt.jam @@ -1,6 +1,6 @@ # Copyright Vladimir Prus 2005. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) type UI : ui ; type QRC : qrc ; diff --git a/src/tools/types/register.jam b/src/tools/types/register.jam index daedfb701..51a687546 100644 --- a/src/tools/types/register.jam +++ b/src/tools/types/register.jam @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) # This module's job is to automatically import all the type # registration modules in its directory. @@ -30,7 +30,7 @@ for m in $(.sibling-modules) { m = [ path.basename $(m) ] ; m = types/$(m) ; - + # Inject the type rule into the new module IMPORT $(__name__) : type : $(m:B) : type ; import $(m) ; diff --git a/src/tools/types/rsp.jam b/src/tools/types/rsp.jam index bdf8a7c98..ac9a303a9 100644 --- a/src/tools/types/rsp.jam +++ b/src/tools/types/rsp.jam @@ -1,4 +1,4 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) type RSP : rsp ; diff --git a/src/tools/types/rsp.py b/src/tools/types/rsp.py index ccb379e95..228070aa2 100644 --- a/src/tools/types/rsp.py +++ b/src/tools/types/rsp.py @@ -1,6 +1,6 @@ # Copyright David Abrahams 2004. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.build import type diff --git a/src/tools/types/sass-type.jam b/src/tools/types/sass-type.jam index c7f404025..0dd5483dc 100644 --- a/src/tools/types/sass-type.jam +++ b/src/tools/types/sass-type.jam @@ -1,8 +1,8 @@ #| Copyright 2017 Dmitry Arkhipov Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# import scanner ; diff --git a/src/tools/types/xml.jam b/src/tools/types/xml.jam index 10149ea93..dcfe9b4c3 100644 --- a/src/tools/types/xml.jam +++ b/src/tools/types/xml.jam @@ -5,8 +5,8 @@ Copyright 2003, 2004, 2005 Douglas Gregor Copyright 2005, 2006, 2007 Rene Rivera Copyright 2003, 2004, 2005 Vladimir Prus Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +accompanying file LICENSE.txt or copy at +https://www.bfgroup.xyz/b2/LICENSE.txt) |# import scanner ; diff --git a/src/tools/unix.jam b/src/tools/unix.jam index 75949851a..c86f089de 100644 --- a/src/tools/unix.jam +++ b/src/tools/unix.jam @@ -1,8 +1,8 @@ # Copyright (c) 2004 Vladimir Prus. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This file implements linking semantic common to all unixes. On unix, static # libraries must be specified in a fixed order on the linker command line. Generators @@ -21,30 +21,30 @@ class unix-linking-generator : linking-generator import property-set ; import type ; import unix ; - - rule __init__ ( id + + rule __init__ ( id composing ? : # Specify if generator is composing. The generator will be # composing if non-empty string is passed, or parameter is # not given. To make generator non-composing, pass empty # string ("") - source-types + : target-types + : + source-types + : target-types + : requirements * ) { composing ?= true ; generator.__init__ $(id) $(composing) : $(source-types) : $(target-types) : $(requirements) ; } - + rule run ( project name ? : property-set : sources + ) - { + { local result = [ linking-generator.run $(project) $(name) : $(property-set) : $(sources) ] ; - + unix.set-library-order $(sources) : $(property-set) : $(result[2-]) ; - + return $(result) ; } - + rule generated-targets ( sources + : property-set : project name ? ) { local sources2 ; @@ -58,64 +58,64 @@ class unix-linking-generator : linking-generator else { sources2 += $(l) ; - } + } } - + sources = $(sources2) [ unix.order-libraries $(libraries) ] ; - + return [ linking-generator.generated-targets $(sources) : $(property-set) : $(project) $(name) ] ; } - -} + +} class unix-archive-generator : archive-generator { - import unix ; + import unix ; - rule __init__ ( id composing ? : source-types + : target-types + : + rule __init__ ( id composing ? : source-types + : target-types + : requirements * ) { composing ?= true ; archive-generator.__init__ $(id) $(composing) : $(source-types) : $(target-types) : $(requirements) ; } - + rule run ( project name ? : property-set : sources + ) - { + { local result = [ archive-generator.run $(project) $(name) : $(property-set) : $(sources) ] ; - + unix.set-library-order $(sources) : $(property-set) : $(result[2-]) ; - + return $(result) ; - } + } } class unix-searched-lib-generator : searched-lib-generator { import unix ; rule __init__ ( * : * ) - { - generator.__init__ + { + generator.__init__ $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ; } - + rule optional-properties ( ) { return $(self.requirements) ; } - + rule run ( project name ? : property-set : sources * ) { - local result = [ searched-lib-generator.run $(project) $(name) + local result = [ searched-lib-generator.run $(project) $(name) : $(property-set) : $(sources) ] ; - + unix.set-library-order $(sources) : $(property-set) : $(result[2-]) ; - + return $(result) ; - } + } } class unix-prebuilt-lib-generator : generator @@ -131,27 +131,27 @@ class unix-prebuilt-lib-generator : generator local f = [ $(property-set).get ] ; unix.set-library-order-aux $(f) : $(sources) ; return $(f) $(sources) ; - } + } } -generators.register - [ new unix-prebuilt-lib-generator unix.prebuilt : : LIB +generators.register + [ new unix-prebuilt-lib-generator unix.prebuilt : : LIB : unix ] ; generators.override unix.prebuilt : builtin.lib-generator ; # Declare generators -generators.register [ new unix-linking-generator unix.link : LIB OBJ : EXE +generators.register [ new unix-linking-generator unix.link : LIB OBJ : EXE : unix ] ; -generators.register [ new unix-archive-generator unix.archive : OBJ : STATIC_LIB +generators.register [ new unix-archive-generator unix.archive : OBJ : STATIC_LIB : unix ] ; -generators.register [ new unix-linking-generator unix.link.dll : LIB OBJ : SHARED_LIB +generators.register [ new unix-linking-generator unix.link.dll : LIB OBJ : SHARED_LIB : unix ] ; -generators.register [ new unix-searched-lib-generator +generators.register [ new unix-searched-lib-generator unix.searched-lib-generator : : SEARCHED_LIB : unix ] ; @@ -162,40 +162,40 @@ actions link { actions link.dll { } -actions archive { +actions archive { } -actions searched-lib-generator { +actions searched-lib-generator { } actions prebuilt { } - + .order = [ new order ] ; rule set-library-order-aux ( from * : to * ) -{ +{ for local f in $(from) { for local t in $(to) - { + { if $(f) != $(t) - { + { $(.order).add-pair $(f) $(t) ; - } - } - } + } + } + } } rule set-library-order ( sources * : property-set : result * ) { local used-libraries ; - local deps = [ $(property-set).dependency ] ; - for local l in $(sources) $(deps:G=) + local deps = [ $(property-set).dependency ] ; + for local l in $(sources) $(deps:G=) { if [ $(l).type ] && [ type.is-derived [ $(l).type ] LIB ] { @@ -206,12 +206,12 @@ rule set-library-order ( sources * : property-set : result * ) local created-libraries ; for local l in $(result) { - if [ $(l).type ] && [ type.is-derived [ $(l).type ] LIB ] + if [ $(l).type ] && [ type.is-derived [ $(l).type ] LIB ] { created-libraries += $(l) ; - } + } } - + created-libraries = [ set.difference $(created-libraries) : $(used-libraries) ] ; set-library-order-aux $(created-libraries) : $(used-libraries) ; } @@ -221,4 +221,3 @@ rule order-libraries ( libraries * ) local r = [ $(.order).order $(libraries) ] ; return $(r) ; } - \ No newline at end of file diff --git a/src/tools/unix.py b/src/tools/unix.py index 298fc1dc5..307bda247 100644 --- a/src/tools/unix.py +++ b/src/tools/unix.py @@ -1,8 +1,8 @@ # Copyright (c) 2004 Vladimir Prus. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) """ This file implements linking semantics common to all unixes. On unix, static libraries must be specified in a fixed order on the linker command line. Generators diff --git a/src/tools/vacpp.jam b/src/tools/vacpp.jam index 168f46564..b7d2e2de7 100644 --- a/src/tools/vacpp.jam +++ b/src/tools/vacpp.jam @@ -1,8 +1,8 @@ # Copyright Vladimir Prus 2004. # Copyright Toon Knapen 2004. # Distributed under the 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.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #| tag::doc[] diff --git a/src/tools/vmsdecc.jam b/src/tools/vmsdecc.jam index 48b685857..a4007f722 100644 --- a/src/tools/vmsdecc.jam +++ b/src/tools/vmsdecc.jam @@ -1,8 +1,8 @@ # Copyright (c) 2015 Artur Shepilko # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Implements OpenVMS-based HP DECC/C++ toolset. # Relies on POSIX-style path handling bjam/B2 implementation for VMS. diff --git a/src/tools/whale.jam b/src/tools/whale.jam index 9335ff0c0..3e6a86d79 100644 --- a/src/tools/whale.jam +++ b/src/tools/whale.jam @@ -1,10 +1,10 @@ -# Copyright (C) Vladimir Prus 2002-2005. +# Copyright (C) Vladimir Prus 2002-2005. # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) -# This module implements support for Whale/Dolphin/WD parser/lexer tools. +# This module implements support for Whale/Dolphin/WD parser/lexer tools. # See http://www.cs.queensu.ca/home/okhotin/whale/ for details. # # There are three interesting target types: @@ -18,7 +18,7 @@ import path ; import "class" : new ; import errors ; -rule init ( path # path the Whale/Dolphin/WD binaries +rule init ( path # path the Whale/Dolphin/WD binaries ) { if $(.configured) && $(.path) != $(path) @@ -34,7 +34,7 @@ rule init ( path # path the Whale/Dolphin/WD binaries .whale = [ path.join $(path) whale ] ; .dolphin = [ path.join $(path) dolphin ] ; .wd = [ path.join $(path) wd ] ; -} +} # Declare the types. @@ -58,37 +58,37 @@ class wd-to-cpp : generator { generator.__init__ $(1) : $(2) : $(3) ; } - + rule run ( project name ? : property-set : source * ) { if ! $(source[2]) - { + { local new-sources ; if ! [ $(source).type ] in WHL DLP - { - local r1 = [ generators.construct $(project) $(name) + { + local r1 = [ generators.construct $(project) $(name) : WHL : $(property-set) : $(source) ] ; - local r2 = [ generators.construct $(project) $(name) + local r2 = [ generators.construct $(project) $(name) : DLP : $(property-set) : $(source) ] ; - + new-sources = [ sequence.unique $(r1[2-]) $(r2[2-]) ] ; } else { new-sources = $(source) ; } - + local result ; - for local i in $(new-sources) + for local i in $(new-sources) { - local t = [ generators.construct $(project) $(name) : CPP - : $(property-set) : $(i) ] ; + local t = [ generators.construct $(project) $(name) : CPP + : $(property-set) : $(i) ] ; result += $(t[2-]) ; } return $(result) ; - } + } } - + } @@ -99,18 +99,18 @@ generators.override whale.wd-to-cpp : whale.dolphin ; generators.register [ new wd-to-cpp whale.wd-to-cpp : : CPP ] ; -actions whale +actions whale { - $(.whale) -d $(<[1]:D) $(>) + $(.whale) -d $(<[1]:D) $(>) } actions dolphin -{ +{ $(.dolphin) -d $(<[1]:D) $(>) } actions wd -{ +{ $(.wd) -d $(<[1]:D) -g $(>) } diff --git a/src/tools/xlcpp.jam b/src/tools/xlcpp.jam index a9e767cef..03082e294 100644 --- a/src/tools/xlcpp.jam +++ b/src/tools/xlcpp.jam @@ -2,8 +2,8 @@ # Copyright Toon Knapen 2004. # Copyright Catherine Morton 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) +# (See accompanying file LICENSE.txt +# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) # # B2 V2 toolset for the IBM XL C++ compiler diff --git a/src/tools/xlf.jam b/src/tools/xlf.jam index e7fcc6086..52b9cf281 100644 --- a/src/tools/xlf.jam +++ b/src/tools/xlf.jam @@ -1,12 +1,12 @@ # Copyright (C) 2004 Toon Knapen # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # # toolset configuration for the IBM Fortran compiler (xlf) -# +# import toolset : flags ; import feature ; @@ -33,7 +33,7 @@ rule compile-fortran actions compile-fortran { - xlf $(OPTIONS) -I$(INCLUDES) -c -o "$(<)" "$(>)" + xlf $(OPTIONS) -I$(INCLUDES) -c -o "$(<)" "$(>)" } -generators.register-fortran-compiler xlf.compile-fortran : FORTRAN : OBJ ; +generators.register-fortran-compiler xlf.compile-fortran : FORTRAN : OBJ ; diff --git a/src/tools/xsltproc-config.jam b/src/tools/xsltproc-config.jam index b240fe3af..43f0cf14e 100644 --- a/src/tools/xsltproc-config.jam +++ b/src/tools/xsltproc-config.jam @@ -1,6 +1,6 @@ #~ Copyright 2005 Rene Rivera. #~ Distributed under the Boost Software License, Version 1.0. -#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Automatic configuration for the xsltproc toolset. To use, just import this # module. diff --git a/src/tools/zlib.jam b/src/tools/zlib.jam index 7ac81047d..84f7c82a1 100644 --- a/src/tools/zlib.jam +++ b/src/tools/zlib.jam @@ -2,8 +2,8 @@ # Copyright (c) 2013 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports the zlib library # @@ -16,7 +16,7 @@ import ac ; import errors ; import feature ; import "class" : new ; -import targets ; +import targets ; import path ; import modules ; import indirect ; diff --git a/src/tools/zstd.jam b/src/tools/zstd.jam index 2cba82d6b..e73100fe1 100644 --- a/src/tools/zstd.jam +++ b/src/tools/zstd.jam @@ -2,8 +2,8 @@ # Copyright (c) 2013 Steven Watanabe # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Supports the zstd library # diff --git a/src/util/assert.jam b/src/util/assert.jam index f6afcdecf..9d906d879 100644 --- a/src/util/assert.jam +++ b/src/util/assert.jam @@ -2,8 +2,8 @@ # Copyright 2006 Rene Rivera # Copyright 2002, 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import errors ; import modules ; diff --git a/src/util/container.jam b/src/util/container.jam index dd4963938..489db7d75 100644 --- a/src/util/container.jam +++ b/src/util/container.jam @@ -2,7 +2,7 @@ # Copyright 2002, 2003 Rene Rivera # Copyright 2002, 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Various container classes. diff --git a/src/util/doc.jam b/src/util/doc.jam index 8d03b7ee5..35c968e84 100644 --- a/src/util/doc.jam +++ b/src/util/doc.jam @@ -2,7 +2,7 @@ # Copyright 2002, 2003, 2006 Rene Rivera # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Documentation system, handles --help requests. # It defines rules that attach documentation to modules, rules, and variables. diff --git a/src/util/indirect.jam b/src/util/indirect.jam index 9d153f697..edca7b4da 100644 --- a/src/util/indirect.jam +++ b/src/util/indirect.jam @@ -1,8 +1,8 @@ # Copyright 2003 Dave Abrahams # Copyright 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import modules ; import numbers ; diff --git a/src/util/indirect.py b/src/util/indirect.py index 01c2e77c2..d369be797 100644 --- a/src/util/indirect.py +++ b/src/util/indirect.py @@ -4,7 +4,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) from b2.util import call_jam_function, bjam_signature diff --git a/src/util/logger.py b/src/util/logger.py index 8da0434ae..ecb6077f8 100644 --- a/src/util/logger.py +++ b/src/util/logger.py @@ -1,6 +1,6 @@ # Copyright Pedro Ferreira 2005. Distributed under the 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import sys diff --git a/src/util/numbers.jam b/src/util/numbers.jam index 665347d31..d448a6e8f 100644 --- a/src/util/numbers.jam +++ b/src/util/numbers.jam @@ -1,7 +1,7 @@ # Copyright 2001, 2002 Dave Abrahams # Copyright 2002, 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import errors ; diff --git a/src/util/option.jam b/src/util/option.jam index 4c837f4e1..96adf9d89 100644 --- a/src/util/option.jam +++ b/src/util/option.jam @@ -1,8 +1,8 @@ # Copyright (c) 2005 Vladimir Prus. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import modules ; @@ -20,8 +20,8 @@ rule get ( name : default-value ? : implied-value ? ) { return $(m[1]) ; } - else - { + else + { m = [ MATCH (--$(name)) : [ modules.peek : ARGV ] ] ; if $(m) && $(implied-value) { @@ -30,12 +30,12 @@ rule get ( name : default-value ? : implied-value ? ) else if $(.option.$(name)) { return $(.option.$(name)) ; - } + } else { return $(default-value) ; - } - } + } + } } diff --git a/src/util/option.py b/src/util/option.py index b23a7257c..33a1b8d75 100644 --- a/src/util/option.py +++ b/src/util/option.py @@ -1,8 +1,8 @@ # Copyright (c) 2005-2010 Vladimir Prus. # # Use, modification and distribution is subject to the Boost Software -# License Version 1.0. (See accompanying file LICENSE_1_0.txt or -# http://www.boost.org/LICENSE_1_0.txt) +# License Version 1.0. (See accompanying file LICENSE.txt or +# https://www.bfgroup.xyz/b2/LICENSE.txt) import sys import re diff --git a/src/util/order.jam b/src/util/order.jam index 943d24889..e90dc750c 100644 --- a/src/util/order.jam +++ b/src/util/order.jam @@ -1,7 +1,7 @@ # Copyright (C) 2003 Vladimir Prus # 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) +# License, Version 1.0. (See accompanying file LICENSE.txt or copy +# at https://www.bfgroup.xyz/b2/LICENSE.txt) # This module defines a class which allows to order arbitrary object with # regard to arbitrary binary relation. diff --git a/src/util/order.py b/src/util/order.py index 1cd57dad2..faddbcd67 100644 --- a/src/util/order.py +++ b/src/util/order.py @@ -1,7 +1,7 @@ # Copyright (C) 2003 Vladimir Prus # 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) +# License, Version 1.0. (See accompanying file LICENSE.txt or copy +# at https://www.bfgroup.xyz/b2/LICENSE.txt) class Order: """Allows ordering arbitrary objects with regard to arbitrary binary relation. diff --git a/src/util/os.jam b/src/util/os.jam index 21dd28f03..4d473923a 100644 --- a/src/util/os.jam +++ b/src/util/os.jam @@ -2,7 +2,7 @@ # Copyright 2006 Rene Rivera # Copyright 2003, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import modules ; import string ; diff --git a/src/util/os_j.py b/src/util/os_j.py index f5dff1f90..6b4dc413e 100644 --- a/src/util/os_j.py +++ b/src/util/os_j.py @@ -7,7 +7,7 @@ # Copyright 2006 Rene Rivera # Copyright 2003, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import os import bjam diff --git a/src/util/param.jam b/src/util/param.jam index 9db2e5855..c1099d09e 100644 --- a/src/util/param.jam +++ b/src/util/param.jam @@ -1,7 +1,7 @@ # Copyright 2018 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Named parameters are represented as a list which has the # argument name as the first element and the value as the @@ -33,7 +33,7 @@ rule handle-named-params ( parameter-names * ) import errors ; errors.error Parameter '$($(v-8bef5c096d06a1b0)[1])' passed more than once. ; } - found-8bef5c096d06a1b0 = true ; + found-8bef5c096d06a1b0 = true ; tmp-8bef5c096d06a1b0.$($(v-8bef5c096d06a1b0)[1]) = $($(v-8bef5c096d06a1b0)[2-]) ; } else if $($(v-8bef5c096d06a1b0))-is-defined diff --git a/src/util/path.jam b/src/util/path.jam index 02abd0706..5968f121f 100644 --- a/src/util/path.jam +++ b/src/util/path.jam @@ -2,8 +2,8 @@ # Copyright 2003-2004. Dave Abrahams # Copyright 2003-2006. Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Performs various path manipulations. Paths are always in a 'normalized' # representation. In it, a path may be either: diff --git a/src/util/print.jam b/src/util/print.jam index 814547f39..1813b2246 100644 --- a/src/util/print.jam +++ b/src/util/print.jam @@ -2,7 +2,7 @@ # Copyright 2002, 2003, 2005 Rene Rivera # Copyright 2002, 2003, 2004, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Utilities for generating format independent output. Using these # will help in generation of documentation in at minimum plain/console diff --git a/src/util/regex.jam b/src/util/regex.jam index 6da5f1e2c..647e5e804 100644 --- a/src/util/regex.jam +++ b/src/util/regex.jam @@ -3,8 +3,8 @@ # Copyright 2003 Rene Rivera # Copyright 2002, 2003, 2004, 2005 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # # Returns a list of the following substrings: diff --git a/src/util/sequence.jam b/src/util/sequence.jam index ddfd069c7..48af39769 100644 --- a/src/util/sequence.jam +++ b/src/util/sequence.jam @@ -1,11 +1,11 @@ -# Copyright 2001, 2002, 2003 Dave Abrahams -# Copyright 2006 Rene Rivera -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2001, 2002, 2003 Dave Abrahams +# Copyright 2006 Rene Rivera +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import assert ; -import numbers ; +import numbers ; import modules ; @@ -84,8 +84,8 @@ rule insertion-sort ( s * : ordered * ) { return [ SORT $(s) ] ; } - else - { + else + { local caller = [ CALLER_MODULE ] ; ordered ?= sequence.less ; local result = $(s[1]) ; @@ -118,9 +118,9 @@ rule insertion-sort ( s * : ordered * ) result = $(head) $(x) $(tail) ; } } - + return $(result) ; - } + } } @@ -144,11 +144,11 @@ rule merge ( s1 * : s2 * : ordered * ) result__ += $(s2[1]) ; s2 = $(s2[2-]) ; } - else - { + else + { s2 = $(s2[2-]) ; } - + } result__ += $(s1) ; result__ += $(s2) ; @@ -255,14 +255,14 @@ rule max-element ( elements + : ordered ? ) ordered ?= numbers.less ; local max = $(elements[1]) ; - for local e in $(elements[2-]) + for local e in $(elements[2-]) { - if [ $(ordered) $(max) $(e) ] + if [ $(ordered) $(max) $(e) ] { max = $(e) ; } } - return $(max) ; + return $(max) ; } @@ -272,10 +272,10 @@ rule max-element ( elements + : ordered ? ) rule select-highest-ranked ( elements * : ranks * ) { if $(elements) - { + { local max-rank = [ max-element $(ranks) ] ; local result ; - while $(elements) + while $(elements) { if $(ranks[1]) = $(max-rank) { @@ -285,7 +285,7 @@ rule select-highest-ranked ( elements * : ranks * ) ranks = $(ranks[2-]) ; } return $(result) ; - } + } } NATIVE_RULE sequence : select-highest-ranked ; @@ -297,7 +297,7 @@ rule __test__ ( ) { import assert ; import sequence ; - + local rule is-even ( n ) { if $(n) in 0 2 4 6 8 @@ -368,11 +368,11 @@ rule __test__ ( ) assert.result 256 : sequence.length $(p2) ; assert.result 1 2 3 4 5 : sequence.unique 1 2 3 2 4 3 3 5 5 5 ; - + assert.result 5 : sequence.max-element 1 3 5 0 4 ; - + assert.result e-3 h-3 : sequence.select-highest-ranked e-1 e-3 h-3 m-2 : 1 3 3 2 ; - + assert.result 7 6 5 4 3 2 1 : sequence.reverse 1 2 3 4 5 6 7 ; } } diff --git a/src/util/set.jam b/src/util/set.jam index fc179134f..0b460455e 100644 --- a/src/util/set.jam +++ b/src/util/set.jam @@ -1,14 +1,14 @@ # Copyright 2001, 2002 Dave Abrahams # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) class set { rule __init__ ( ) { - } - + } + rule add ( elements * ) { for local e in $(elements) @@ -17,19 +17,19 @@ class set { $(e) = 1 ; self.result += $(e) ; - } - } - } - + } + } + } + rule contains ( element ) { return $($(element)) ; } - + rule list ( ) { return $(self.result) ; - } + } } diff --git a/src/util/string.jam b/src/util/string.jam index b7af7c2e4..cac792c70 100644 --- a/src/util/string.jam +++ b/src/util/string.jam @@ -1,7 +1,7 @@ # Copyright 2002 Dave Abrahams # Copyright 2002, 2003 Rene Rivera # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import regex ; diff --git a/src/util/utility.jam b/src/util/utility.jam index d2cdb004f..31a6c1381 100644 --- a/src/util/utility.jam +++ b/src/util/utility.jam @@ -2,7 +2,7 @@ # Copyright 2002, 2003, 2004, 2005 Vladimir Prus # Copyright 2008 Jurko Gospodnetic # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import "class" : is-instance ; diff --git a/test/BoostBuild.py b/test/BoostBuild.py index 4ccc2b5d2..39a2ac5ef 100644 --- a/test/BoostBuild.py +++ b/test/BoostBuild.py @@ -2,8 +2,8 @@ # Copyright 2002-2003 Dave Abrahams. # Copyright 2006 Rene Ferdinand Rivera Morell. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from __future__ import print_function diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 7ec0bf303..944a0f73f 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -1,7 +1,7 @@ # Copyright 2018 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import python ; import testing ; diff --git a/test/MockToolset.py b/test/MockToolset.py index a692a6861..834a56b0f 100755 --- a/test/MockToolset.py +++ b/test/MockToolset.py @@ -2,8 +2,8 @@ # Copyright (C) 2013 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import sys diff --git a/test/TestCmd.py b/test/TestCmd.py index 1a9907a7f..d3b13e29c 100644 --- a/test/TestCmd.py +++ b/test/TestCmd.py @@ -44,8 +44,8 @@ as a full file system or incorrect permissions). # Copyright 2002-2003 Dave Abrahams. # Copyright 2006 Rene Rivera. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from __future__ import print_function diff --git a/test/TestToolset.py b/test/TestToolset.py index 85c3ca804..b32361a32 100644 --- a/test/TestToolset.py +++ b/test/TestToolset.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # validates a toolset using a mock of the compiler diff --git a/test/absolute_sources.py b/test/absolute_sources.py index 22ff1d080..93fdf49fc 100644 --- a/test/absolute_sources.py +++ b/test/absolute_sources.py @@ -2,7 +2,7 @@ # Copyright 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that sources with absolute names are handled OK. diff --git a/test/alias.py b/test/alias.py index 8062d300e..ef89df96e 100644 --- a/test/alias.py +++ b/test/alias.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/alternatives.py b/test/alternatives.py index 7a52427d2..3da322515 100644 --- a/test/alternatives.py +++ b/test/alternatives.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2003, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test main target alternatives. diff --git a/test/always.py b/test/always.py index 6052cdf10..5ebe4d57b 100644 --- a/test/always.py +++ b/test/always.py @@ -2,7 +2,7 @@ # Copyright 2016 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/bad_dirname.py b/test/bad_dirname.py index 47e4114b7..44af30a66 100644 --- a/test/bad_dirname.py +++ b/test/bad_dirname.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Regression test: when directory of project root contained regex # metacharacters, B2 failed to work. Bug reported by Michael Stevens. diff --git a/test/boost-build.jam b/test/boost-build.jam index 668452daf..b79ec530c 100644 --- a/test/boost-build.jam +++ b/test/boost-build.jam @@ -1,7 +1,7 @@ -# Copyright 2002, 2003 Dave Abrahams -# Copyright 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2003 Dave Abrahams +# Copyright 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Assume BOOST_BUILD_PATH point to the 'test' directory. # We need to leave 'test' there, so that 'test-config.jam' diff --git a/test/boostbook.py b/test/boostbook.py index 672d63da4..a5e6a0f11 100644 --- a/test/boostbook.py +++ b/test/boostbook.py @@ -2,7 +2,7 @@ # Copyright 2004, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import string diff --git a/test/build_dir.py b/test/build_dir.py index 3d1177bc0..f9175c984 100644 --- a/test/build_dir.py +++ b/test/build_dir.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that we can change build directory using the 'build-dir' project # attribute. diff --git a/test/build_file.py b/test/build_file.py index 1ae860917..fcfe2378f 100644 --- a/test/build_file.py +++ b/test/build_file.py @@ -3,8 +3,8 @@ # Copyright (C) 2006. Vladimir Prus # Copyright (C) 2008. Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that we explicitly request a file (not target) to be built by # specifying its name on the command line. diff --git a/test/build_hooks.py b/test/build_hooks.py index 9b8d37af1..167331341 100644 --- a/test/build_hooks.py +++ b/test/build_hooks.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests add-pre-build-hook and add-post-build-hook diff --git a/test/build_no.py b/test/build_no.py index 771e697a7..54c1e9dbb 100644 --- a/test/build_no.py +++ b/test/build_no.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that no property prevents a target from being built. diff --git a/test/builtin_echo.py b/test/builtin_echo.py index 309236173..9597aca1b 100755 --- a/test/builtin_echo.py +++ b/test/builtin_echo.py @@ -2,7 +2,7 @@ # Copyright 2012 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the ECHO rule. diff --git a/test/builtin_exit.py b/test/builtin_exit.py index 1db869366..82f69dc7a 100755 --- a/test/builtin_exit.py +++ b/test/builtin_exit.py @@ -2,7 +2,7 @@ # Copyright 2012 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the EXIT rule. diff --git a/test/builtin_glob.py b/test/builtin_glob.py index b68e7eebe..bb6153f5d 100755 --- a/test/builtin_glob.py +++ b/test/builtin_glob.py @@ -2,7 +2,7 @@ # Copyright 2014 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the GLOB rule. diff --git a/test/builtin_glob_archive.py b/test/builtin_glob_archive.py index 8cbc3be58..38c97e22e 100644 --- a/test/builtin_glob_archive.py +++ b/test/builtin_glob_archive.py @@ -3,7 +3,7 @@ # Copyright 2014 Steven Watanabe # Copyright 2015 Artur Shepilko # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the GLOB_ARCHIVE rule. diff --git a/test/builtin_readlink.py b/test/builtin_readlink.py index e57d7286a..ea120fd84 100755 --- a/test/builtin_readlink.py +++ b/test/builtin_readlink.py @@ -2,7 +2,7 @@ # Copyright 2012 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import os diff --git a/test/builtin_split_by_characters.py b/test/builtin_split_by_characters.py index 4a0a0e061..d10015caa 100755 --- a/test/builtin_split_by_characters.py +++ b/test/builtin_split_by_characters.py @@ -2,8 +2,8 @@ # Copyright 2012. Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the SPLIT_BY_CHARACTERS rule. diff --git a/test/bzip2.py b/test/bzip2.py index 4e74c6023..0525abd29 100755 --- a/test/bzip2.py +++ b/test/bzip2.py @@ -2,8 +2,8 @@ # Copyright (C) 2013 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import MockToolset diff --git a/test/c_file.py b/test/c_file.py index 85407d5f1..b4dbaf4be 100644 --- a/test/c_file.py +++ b/test/c_file.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that C files are compiled by a C compiler. diff --git a/test/chain.py b/test/chain.py index 981e6ad11..ede2bbcb3 100644 --- a/test/chain.py +++ b/test/chain.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests that : # 1) the 'make' correctly assigns types to produced targets diff --git a/test/clean.py b/test/clean.py index dc72b924c..0d17f370c 100644 --- a/test/clean.py +++ b/test/clean.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/cli_property_expansion.py b/test/cli_property_expansion.py index 24c821617..4d143358d 100644 --- a/test/cli_property_expansion.py +++ b/test/cli_property_expansion.py @@ -2,7 +2,7 @@ # Copyright 2015 Aaron Boman # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that free property inside. diff --git a/test/collect_debug_info.py b/test/collect_debug_info.py index 27a664928..fe9ef7ec9 100755 --- a/test/collect_debug_info.py +++ b/test/collect_debug_info.py @@ -2,7 +2,7 @@ # Copyright 2012 Jurko Gospodnetic # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Temporarily enabled dummy test that always fails and is used to collect # extra debugging information from Boost Build test runner sites. diff --git a/test/composite.py b/test/composite.py index e3a334b4f..cb93240d6 100644 --- a/test/composite.py +++ b/test/composite.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that composite properties are handled correctly. diff --git a/test/conditionals.py b/test/conditionals.py index 3ad36466c..9df4c3488 100644 --- a/test/conditionals.py +++ b/test/conditionals.py @@ -3,8 +3,8 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2004 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test conditional properties. diff --git a/test/conditionals2.py b/test/conditionals2.py index 585e5ca77..65a225fd7 100644 --- a/test/conditionals2.py +++ b/test/conditionals2.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Regression test: it was possible that due to evaluation of conditional # requirements, two different values of non-free features were present in a diff --git a/test/conditionals3.py b/test/conditionals3.py index feffe4900..d2045bec0 100644 --- a/test/conditionals3.py +++ b/test/conditionals3.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that conditional properties work, even if property is free, and value # includes a colon. diff --git a/test/conditionals_multiple.py b/test/conditionals_multiple.py index cb0cfa8c5..4d204a9d0 100755 --- a/test/conditionals_multiple.py +++ b/test/conditionals_multiple.py @@ -2,8 +2,8 @@ # Copyright 2008 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that properties conditioned on more than one other property work as # expected. diff --git a/test/configuration.py b/test/configuration.py index fea326320..d34fa0e8d 100755 --- a/test/configuration.py +++ b/test/configuration.py @@ -2,8 +2,8 @@ # Copyright 2008, 2012 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test Boost Build configuration file handling. diff --git a/test/configure.py b/test/configure.py index b3d97520f..7f287a514 100644 --- a/test/configure.py +++ b/test/configure.py @@ -2,8 +2,8 @@ # Copyright 2017 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests configure.check-target-builds and friends diff --git a/test/copy_time.py b/test/copy_time.py index a036fe62b..12809f09c 100755 --- a/test/copy_time.py +++ b/test/copy_time.py @@ -3,8 +3,8 @@ # Copyright (c) 2008 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that the common.copy rule set the modification date of the new file to # the current time. diff --git a/test/core-language/test.jam b/test/core-language/test.jam index 073810218..bd237d902 100644 --- a/test/core-language/test.jam +++ b/test/core-language/test.jam @@ -1,6 +1,6 @@ # Copyright 2011 Steven Watanabe. # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Tools diff --git a/test/core_action_output.py b/test/core_action_output.py index 757519863..b4b563ae0 100755 --- a/test/core_action_output.py +++ b/test/core_action_output.py @@ -2,8 +2,8 @@ # Copyright 2012. Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test correct "-p" option handling. diff --git a/test/core_action_status.py b/test/core_action_status.py index 7ebd43869..e9d5966ab 100755 --- a/test/core_action_status.py +++ b/test/core_action_status.py @@ -3,7 +3,7 @@ # Copyright 2007 Rene Rivera. # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_actions_quietly.py b/test/core_actions_quietly.py index c020846d5..a8779d389 100755 --- a/test/core_actions_quietly.py +++ b/test/core_actions_quietly.py @@ -3,7 +3,7 @@ # Copyright 2007 Rene Rivera. # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_arguments.py b/test/core_arguments.py index 1e0bd4b0c..f71cd18ce 100755 --- a/test/core_arguments.py +++ b/test/core_arguments.py @@ -3,8 +3,8 @@ # Copyright 2001 Dave Abrahams # Copyright 2011 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_at_file.py b/test/core_at_file.py index a9ec49ba8..b8caf2bab 100755 --- a/test/core_at_file.py +++ b/test/core_at_file.py @@ -3,8 +3,8 @@ # Copyright 2011 Steven Watanabe # Copyright 2020 Rene Ferdinand Rivera Morell # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_bindrule.py b/test/core_bindrule.py index f97a31f56..bd1682bf5 100755 --- a/test/core_bindrule.py +++ b/test/core_bindrule.py @@ -3,7 +3,7 @@ # Copyright 2001 Dave Abrahams # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import os diff --git a/test/core_d12.py b/test/core_d12.py index 370fc4bf1..c330b77c7 100644 --- a/test/core_d12.py +++ b/test/core_d12.py @@ -2,8 +2,8 @@ # Copyright 2002, 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests correct handling of "-d1" and "-d2" options. diff --git a/test/core_delete_module.py b/test/core_delete_module.py index d56ffe6e7..6b3bda566 100644 --- a/test/core_delete_module.py +++ b/test/core_delete_module.py @@ -2,7 +2,7 @@ # Copyright 2003 Dave Abrahams # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the facilities for deleting modules. diff --git a/test/core_dependencies.py b/test/core_dependencies.py index 4c60537d9..64012d7fb 100644 --- a/test/core_dependencies.py +++ b/test/core_dependencies.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests correct handling of dependencies, specifically, on generated # sources, and from generated sources. diff --git a/test/core_fail_expected.py b/test/core_fail_expected.py index 0865a0b7a..1d4be557b 100644 --- a/test/core_fail_expected.py +++ b/test/core_fail_expected.py @@ -2,7 +2,7 @@ # Copyright 2017 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild @@ -26,7 +26,7 @@ def test_basic(): t.expect_nothing_more() t.cleanup() - + def test_error(): t = BoostBuild.Tester(pass_toolset=0) @@ -108,7 +108,7 @@ def test_quitquick(): t.expect_nothing_more() t.cleanup() - + def test_quitquick_error(): """FAIL_EXPECTED targets should cause early exit if they unexpectedly pass.""" t = BoostBuild.Tester(pass_toolset=0) diff --git a/test/core_import_module.py b/test/core_import_module.py index 5903dcd64..1fd0c650b 100644 --- a/test/core_import_module.py +++ b/test/core_import_module.py @@ -2,8 +2,8 @@ # Copyright 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_jamshell.py b/test/core_jamshell.py index 7020ac0b6..b1886d0f9 100644 --- a/test/core_jamshell.py +++ b/test/core_jamshell.py @@ -2,7 +2,7 @@ # Copyright 2014 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import sys diff --git a/test/core_language.py b/test/core_language.py index 88a6d1934..66875c27c 100755 --- a/test/core_language.py +++ b/test/core_language.py @@ -2,7 +2,7 @@ # Copyright 2002, 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_modifiers.py b/test/core_modifiers.py index 241443583..0ee0f97c0 100644 --- a/test/core_modifiers.py +++ b/test/core_modifiers.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the "existing" and "updated" modifiers on actions. diff --git a/test/core_multifile_actions.py b/test/core_multifile_actions.py index a9c7f4790..d44d53cb0 100755 --- a/test/core_multifile_actions.py +++ b/test/core_multifile_actions.py @@ -2,7 +2,7 @@ # Copyright 2013 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that actions that produce multiple targets are handled # correctly. The rules are as follows: diff --git a/test/core_nt_cmd_line.py b/test/core_nt_cmd_line.py index be21f6ca5..5796922cf 100755 --- a/test/core_nt_cmd_line.py +++ b/test/core_nt_cmd_line.py @@ -3,8 +3,8 @@ # Copyright 2001 Dave Abrahams # Copyright 2011 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests Windows command line construction. # diff --git a/test/core_option_d2.py b/test/core_option_d2.py index 8e6b05a45..fbd57362a 100755 --- a/test/core_option_d2.py +++ b/test/core_option_d2.py @@ -3,7 +3,7 @@ # Copyright 2007 Rene Rivera. # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_option_l.py b/test/core_option_l.py index e237dcf63..e35afe819 100755 --- a/test/core_option_l.py +++ b/test/core_option_l.py @@ -3,8 +3,8 @@ # Copyright 2007 Rene Rivera. # Copyright 2011 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_option_n.py b/test/core_option_n.py index af3ee0c3e..bfdccefdd 100755 --- a/test/core_option_n.py +++ b/test/core_option_n.py @@ -3,7 +3,7 @@ # Copyright 2007 Rene Rivera. # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_parallel_actions.py b/test/core_parallel_actions.py index 4f1627c20..98be1b0e1 100755 --- a/test/core_parallel_actions.py +++ b/test/core_parallel_actions.py @@ -3,7 +3,7 @@ # Copyright 2006 Rene Rivera. # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/core_parallel_multifile_actions_1.py b/test/core_parallel_multifile_actions_1.py index 4b800a788..214d00504 100755 --- a/test/core_parallel_multifile_actions_1.py +++ b/test/core_parallel_multifile_actions_1.py @@ -3,7 +3,7 @@ # Copyright 2007 Rene Rivera. # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Added to guard against a bug causing targets to be used before they # themselves have finished building. This used to happen for targets built by a diff --git a/test/core_parallel_multifile_actions_2.py b/test/core_parallel_multifile_actions_2.py index c49e92380..a6911f6ff 100755 --- a/test/core_parallel_multifile_actions_2.py +++ b/test/core_parallel_multifile_actions_2.py @@ -3,7 +3,7 @@ # Copyright 2008 Jurko Gospodnetic, Vladimir Prus # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Added to guard against a bug causing targets to be used before they # themselves have finished building. This used to happen for targets built by a diff --git a/test/core_scanner.py b/test/core_scanner.py index af078a00b..ee2c6f059 100644 --- a/test/core_scanner.py +++ b/test/core_scanner.py @@ -2,8 +2,8 @@ # Copyright 2018 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the parsing of tokens diff --git a/test/core_source_line_tracking.py b/test/core_source_line_tracking.py index 61526a2c5..2bd9d562b 100755 --- a/test/core_source_line_tracking.py +++ b/test/core_source_line_tracking.py @@ -2,8 +2,8 @@ # Copyright 2012. Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test Boost Jam parser's source line tracking & reporting. diff --git a/test/core_syntax_error_exit_status.py b/test/core_syntax_error_exit_status.py index 452ea4304..bffa676b7 100644 --- a/test/core_syntax_error_exit_status.py +++ b/test/core_syntax_error_exit_status.py @@ -2,8 +2,8 @@ # Copyright (C) Mateusz Loskot 2020. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that Jam syntax error results in non-zero exit status diff --git a/test/core_typecheck.py b/test/core_typecheck.py index de1bece16..5d0e991f9 100644 --- a/test/core_typecheck.py +++ b/test/core_typecheck.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the typechecking facilities. diff --git a/test/core_update_now.py b/test/core_update_now.py index 627594bf8..9c02807b9 100755 --- a/test/core_update_now.py +++ b/test/core_update_now.py @@ -2,7 +2,7 @@ # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import os diff --git a/test/core_variables_in_actions.py b/test/core_variables_in_actions.py index 77834f430..f72f50c81 100755 --- a/test/core_variables_in_actions.py +++ b/test/core_variables_in_actions.py @@ -2,8 +2,8 @@ # Copyright 2012. Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that variables in actions get expanded but double quote characters # get treated as regular characters and not string literal delimiters when diff --git a/test/core_varnames.py b/test/core_varnames.py index 6b61ffcd3..9d66a65ba 100644 --- a/test/core_varnames.py +++ b/test/core_varnames.py @@ -2,7 +2,7 @@ # Copyright 2003 Dave Abrahams # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This tests the core rule for enumerating the variable names in a module. diff --git a/test/custom_generator.py b/test/custom_generator.py index 00860f643..2609c74a7 100644 --- a/test/custom_generator.py +++ b/test/custom_generator.py @@ -2,7 +2,7 @@ # Copyright 2003, 2004, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Attempt to declare a generator for creating OBJ from RC files. That generator # should be considered together with standard CPP->OBJ generators and diff --git a/test/debugger-mi.py b/test/debugger-mi.py index fda2bd80f..25c52c7e4 100644 --- a/test/debugger-mi.py +++ b/test/debugger-mi.py @@ -2,7 +2,7 @@ # Copyright 2016 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the mi interface for the debugger @@ -43,13 +43,13 @@ def test_exec_run(): run(t, """\ =thread-group-added,id="i1" -(gdb) +(gdb) 72-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 72^running -(gdb) +(gdb) *stopped,reason="exited-normally" -(gdb) +(gdb) 73-gdb-exit 73^exit """) @@ -63,14 +63,14 @@ def test_exit_status(): """) run(t, """\ =thread-group-added,id="i1" -(gdb) +(gdb) 72-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 72^running -(gdb) +(gdb) *stopped,reason="exited",exit-code="1" -(gdb) +(gdb) 73-gdb-exit 73^exit """) @@ -93,36 +93,36 @@ def test_exec_step(): """) run(t, """\ =thread-group-added,id="i1" -(gdb) +(gdb) -break-insert f ^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",func="f"} -(gdb) +(gdb) 72-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 72^running -(gdb) +(gdb) *stopped,reason="breakpoint-hit",bkptno="1",disp="keep",frame={func="f",args=[],file="test.jam",fullname="{{.*}}test.jam",line="8"},thread-id="1",stopped-threads="all" -(gdb) +(gdb) 1-exec-step 1^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="g",args=[],file="test.jam",fullname="{{.*}}test.jam",line="3"},thread-id="1" -(gdb) +(gdb) 2-exec-step 2^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="g",args=[],file="test.jam",fullname="{{.*}}test.jam",line="4"},thread-id="1" -(gdb) +(gdb) 3-exec-step 3^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="f",args=[],file="test.jam",fullname="{{.*}}test.jam",line="9"},thread-id="1" -(gdb) +(gdb) 73-gdb-exit 73^exit """) t.cleanup() - + def test_exec_next(): t = make_tester() t.write("test.jam", """\ @@ -146,36 +146,36 @@ def test_exec_next(): """) run(t, """\ =thread-group-added,id="i1" -(gdb) +(gdb) -break-insert f ^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",func="f"} -(gdb) +(gdb) 72-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 72^running -(gdb) +(gdb) *stopped,reason="breakpoint-hit",bkptno="1",disp="keep",frame={func="f",args=[],file="test.jam",fullname="{{.*}}test.jam",line="7"},thread-id="1",stopped-threads="all" -(gdb) +(gdb) 1-exec-next 1^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="f",args=[],file="test.jam",fullname="{{.*}}test.jam",line="8"},thread-id="1" -(gdb) +(gdb) 2-exec-next 2^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="f",args=[],file="test.jam",fullname="{{.*}}test.jam",line="9"},thread-id="1" -(gdb) +(gdb) 3-exec-next 3^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="h",args=[],file="test.jam",fullname="{{.*}}test.jam",line="14"},thread-id="1" -(gdb) +(gdb) 4-exec-next 4^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="module scope",args=[],file="test.jam",fullname="{{.*}}test.jam",line="17"},thread-id="1" -(gdb) +(gdb) 73-gdb-exit 73^exit """) @@ -208,31 +208,31 @@ def test_exec_finish(): """) run(t, """\ =thread-group-added,id="i1" -(gdb) +(gdb) -break-insert f ^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",func="f"} -(gdb) +(gdb) 72-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 72^running -(gdb) +(gdb) *stopped,reason="breakpoint-hit",bkptno="1",disp="keep",frame={func="f",args=[],file="test.jam",fullname="{{.*}}test.jam",line="3"},thread-id="1",stopped-threads="all" -(gdb) +(gdb) 1-exec-finish 1^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="g",args=[],file="test.jam",fullname="{{.*}}test.jam",line="8"},thread-id="1" -(gdb) +(gdb) 2-exec-finish 2^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="h",args=[],file="test.jam",fullname="{{.*}}test.jam",line="14"},thread-id="1" -(gdb) +(gdb) 3-exec-finish 3^running -(gdb) +(gdb) *stopped,reason="end-stepping-range",frame={func="module scope",args=[],file="test.jam",fullname="{{.*}}test.jam",line="21"},thread-id="1" -(gdb) +(gdb) 73-gdb-exit 73^exit """) @@ -264,55 +264,55 @@ def test_breakpoints(): """) run(t, """\ =thread-group-added,id="i1" -(gdb) +(gdb) -break-insert f ^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",func="f"} -(gdb) +(gdb) 72-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 72^running -(gdb) +(gdb) *stopped,reason="breakpoint-hit",bkptno="1",disp="keep",frame={func="f",args=[],file="test.jam",fullname="{{.*}}test.jam",line="3"},thread-id="1",stopped-threads="all" -(gdb) +(gdb) -interpreter-exec console kill ^done -(gdb) +(gdb) -break-insert g ^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",func="g"} -(gdb) +(gdb) -break-disable 1 ^done -(gdb) +(gdb) 73-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 73^running -(gdb) +(gdb) *stopped,reason="breakpoint-hit",bkptno="2",disp="keep",frame={func="g",args=[],file="test.jam",fullname="{{.*}}test.jam",line="7"},thread-id="1",stopped-threads="all" -(gdb) +(gdb) -interpreter-exec console kill ^done -(gdb) +(gdb) -break-enable 1 ^done -(gdb) +(gdb) 74-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 74^running -(gdb) +(gdb) *stopped,reason="breakpoint-hit",bkptno="1",disp="keep",frame={func="f",args=[],file="test.jam",fullname="{{.*}}test.jam",line="3"},thread-id="1",stopped-threads="all" -(gdb) +(gdb) -interpreter-exec console kill ^done -(gdb) +(gdb) -break-delete 1 ^done -(gdb) +(gdb) 75-exec-run -ftest.jam =thread-created,id="1",group-id="i1" 75^running -(gdb) +(gdb) *stopped,reason="breakpoint-hit",bkptno="2",disp="keep",frame={func="g",args=[],file="test.jam",fullname="{{.*}}test.jam",line="7"},thread-id="1",stopped-threads="all" -(gdb) +(gdb) 76-gdb-exit 76^exit """) diff --git a/test/debugger.py b/test/debugger.py index 24bbb9c4a..46c8aca6d 100644 --- a/test/debugger.py +++ b/test/debugger.py @@ -2,7 +2,7 @@ # Copyright 2016 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test for the debugger @@ -388,7 +388,7 @@ Child {{\d+}} exited with status 0 (b2db) quit """) t.cleanup() - + def test_breakpoints_running(): """Tests that breakpoints can be added and modified while the program is running.""" @@ -583,7 +583,7 @@ The program is not being run. """) t.cleanup() - + def test_bad_arguments(): t = make_tester() t.write("test.jam", """\ diff --git a/test/default_build.py b/test/default_build.py index c371dfbd7..207a03753 100644 --- a/test/default_build.py +++ b/test/default_build.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that default build clause actually has any effect. diff --git a/test/default_features.py b/test/default_features.py index 1d6d72a6f..7d3d4d22f 100644 --- a/test/default_features.py +++ b/test/default_features.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that features with default values are always present in build properties # of any target. diff --git a/test/default_toolset.py b/test/default_toolset.py index 682e7fcc1..a403a4dc9 100755 --- a/test/default_toolset.py +++ b/test/default_toolset.py @@ -2,8 +2,8 @@ # Copyright 2008 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that the expected default toolset is used when no toolset is explicitly # specified on the command line or used from code via the using rule. Test that diff --git a/test/dependency_property.py b/test/dependency_property.py index b67539255..7f0a56df1 100644 --- a/test/dependency_property.py +++ b/test/dependency_property.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Regression test: virtual targets with different dependency properties were # considered different by 'virtual-target.register', but the code which diff --git a/test/dependency_test.py b/test/dependency_test.py index 11726c26c..a74df12ae 100644 --- a/test/dependency_test.py +++ b/test/dependency_test.py @@ -3,8 +3,8 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2005, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/disambiguation.py b/test/disambiguation.py index 9544aa0f6..18cc13c19 100644 --- a/test/disambiguation.py +++ b/test/disambiguation.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that it is possible to add a suffix to a main target name to disambiguate # that main target from another, and that this does not affect the names of the diff --git a/test/dll_path.py b/test/dll_path.py index f7331cdfb..456911659 100644 --- a/test/dll_path.py +++ b/test/dll_path.py @@ -2,8 +2,8 @@ # Copyright (C) 2003. Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that the property is correctly set when using # true. diff --git a/test/double_loading.py b/test/double_loading.py index c708b00f7..9b99964cb 100644 --- a/test/double_loading.py +++ b/test/double_loading.py @@ -2,8 +2,8 @@ # Copyright 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/duplicate.py b/test/duplicate.py index 1d0d5f7f2..6e65f9117 100644 --- a/test/duplicate.py +++ b/test/duplicate.py @@ -2,7 +2,7 @@ # Copyright 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This test tries to stage the same file to the same location by *two* different # stage rules, in two different projects. This is not exactly good thing to do, diff --git a/test/example_customization.py b/test/example_customization.py index 462de5622..16c100ec7 100644 --- a/test/example_customization.py +++ b/test/example_customization.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the 'customization' example. diff --git a/test/example_gettext.py b/test/example_gettext.py index aa836130e..346070203 100644 --- a/test/example_gettext.py +++ b/test/example_gettext.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the 'gettext' example. diff --git a/test/example_libraries.py b/test/example_libraries.py index 60607b149..12f2d0998 100644 --- a/test/example_libraries.py +++ b/test/example_libraries.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the 'libraries' example. diff --git a/test/example_make.py b/test/example_make.py index d72423cb2..7036a9772 100644 --- a/test/example_make.py +++ b/test/example_make.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the 'make' example. diff --git a/test/example_qt4.py b/test/example_qt4.py index 936e6f718..ec6bb32de 100644 --- a/test/example_qt4.py +++ b/test/example_qt4.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the 'qt4' examples. diff --git a/test/exit_status.py b/test/exit_status.py index 11c4abf76..1e14dea58 100755 --- a/test/exit_status.py +++ b/test/exit_status.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 2010. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that build failure results in non-zero exit status diff --git a/test/expansion.py b/test/expansion.py index 9042407f7..7ab350d8b 100644 --- a/test/expansion.py +++ b/test/expansion.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/explicit.py b/test/explicit.py index 706445b2c..918994cb1 100644 --- a/test/explicit.py +++ b/test/explicit.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/feature_cxxflags.py b/test/feature_cxxflags.py index a4eeb52d4..0e5aeba55 100755 --- a/test/feature_cxxflags.py +++ b/test/feature_cxxflags.py @@ -2,8 +2,8 @@ # Copyright 2014 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the cxxflags feature diff --git a/test/feature_force_include.py b/test/feature_force_include.py index 719f3269b..03aea4891 100644 --- a/test/feature_force_include.py +++ b/test/feature_force_include.py @@ -2,8 +2,8 @@ # Copyright 2020 Nikita Kniazev # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the force-include feature diff --git a/test/feature_implicit_dependency.py b/test/feature_implicit_dependency.py index 0b40da1bf..2d22f3408 100644 --- a/test/feature_implicit_dependency.py +++ b/test/feature_implicit_dependency.py @@ -2,8 +2,8 @@ # Copyright (c) Steven Watanabe 2018. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that a single main target can be used for # implicit dependencies of multiple different types. diff --git a/test/feature_relevant.py b/test/feature_relevant.py index 4e7a0c451..a6e20aafc 100644 --- a/test/feature_relevant.py +++ b/test/feature_relevant.py @@ -2,8 +2,8 @@ # Copyright 2018 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the feature diff --git a/test/feature_suppress_import_lib.py b/test/feature_suppress_import_lib.py index 8dc666727..84de4c222 100644 --- a/test/feature_suppress_import_lib.py +++ b/test/feature_suppress_import_lib.py @@ -2,8 +2,8 @@ # Copyright 2018 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the suppress-import-lib feature diff --git a/test/file_types.py b/test/file_types.py index e6d9bf840..9924e336a 100644 --- a/test/file_types.py +++ b/test/file_types.py @@ -3,8 +3,8 @@ # Copyright 2018 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the mapping of various suffixes # In particular, .so[.version] needs to diff --git a/test/flags.py b/test/flags.py index c9af560c9..3a12c94d9 100644 --- a/test/flags.py +++ b/test/flags.py @@ -2,8 +2,8 @@ # Copyright (C) Steven Watanabe 2018 # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the check-has-flag rule diff --git a/test/gcc_runtime.py b/test/gcc_runtime.py index 684afed10..a7963c344 100644 --- a/test/gcc_runtime.py +++ b/test/gcc_runtime.py @@ -2,8 +2,8 @@ # Copyright 2004 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that on gcc, we correctly report a problem when static runtime is # requested for building a shared library. diff --git a/test/generator_selection.py b/test/generator_selection.py index 50d4ff3cd..84fc43158 100755 --- a/test/generator_selection.py +++ b/test/generator_selection.py @@ -2,8 +2,8 @@ # Copyright 2008, 2012 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that generators get selected correctly. # diff --git a/test/generators_test.py b/test/generators_test.py index f612a25eb..148044fa5 100644 --- a/test/generators_test.py +++ b/test/generators_test.py @@ -4,8 +4,8 @@ # Copyright 2002, 2003, 2004, 2005 Vladimir Prus # Copyright 2012 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import re @@ -345,8 +345,8 @@ def __write_appender(t, name): t.write(name, r"""# Copyright 2012 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Support for registering test generators that construct their targets by # simply appending their given input data, e.g. list of sources & targets. diff --git a/test/implicit_dependency.py b/test/implicit_dependency.py index dac9c7c54..49f82296c 100644 --- a/test/implicit_dependency.py +++ b/test/implicit_dependency.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the is respected even if the target referred to is # not built itself, but only referred to by . diff --git a/test/indirect_conditional.py b/test/indirect_conditional.py index fc3ef3111..4d8373cb1 100644 --- a/test/indirect_conditional.py +++ b/test/indirect_conditional.py @@ -2,8 +2,8 @@ # Copyright (C) 2006. Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/inherit_toolset.py b/test/inherit_toolset.py index f80b1fec7..defdeadec 100644 --- a/test/inherit_toolset.py +++ b/test/inherit_toolset.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import string diff --git a/test/inherited_dependency.py b/test/inherited_dependency.py index ae939f487..412fa239b 100755 --- a/test/inherited_dependency.py +++ b/test/inherited_dependency.py @@ -3,8 +3,8 @@ # Copyright (c) 2008 Steven Watanabe # # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt) or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt) or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/inline.py b/test/inline.py index 03d91a5d0..5e62e6f32 100644 --- a/test/inline.py +++ b/test/inline.py @@ -2,7 +2,7 @@ # Copyright 2003, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/lib_source_property.py b/test/lib_source_property.py index 24a90773c..5cb36d3bd 100644 --- a/test/lib_source_property.py +++ b/test/lib_source_property.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Regression test: if a library had no explicit sources, but only # properties, it was built as if it were a searched library, and the specified diff --git a/test/lib_zlib.py b/test/lib_zlib.py index 04d32ba70..de410b3a2 100755 --- a/test/lib_zlib.py +++ b/test/lib_zlib.py @@ -2,8 +2,8 @@ # Copyright (C) 2013 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import MockToolset diff --git a/test/libjpeg.py b/test/libjpeg.py index e6a5c2ba2..eb8e13647 100755 --- a/test/libjpeg.py +++ b/test/libjpeg.py @@ -2,8 +2,8 @@ # Copyright (C) 2013 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import MockToolset diff --git a/test/liblzma.py b/test/liblzma.py index 6bc767fbb..ffa16b6f9 100755 --- a/test/liblzma.py +++ b/test/liblzma.py @@ -3,8 +3,8 @@ # Copy-paste-modify from zlib.py # Copyright (C) 2013 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import MockToolset diff --git a/test/libpng.py b/test/libpng.py index 3e7e5cd2d..e9c4186ef 100755 --- a/test/libpng.py +++ b/test/libpng.py @@ -2,8 +2,8 @@ # Copyright (C) 2013 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import MockToolset diff --git a/test/library_chain.py b/test/library_chain.py index 6a977cda6..57751ad42 100644 --- a/test/library_chain.py +++ b/test/library_chain.py @@ -2,7 +2,7 @@ # Copyright 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that a chain of libraries works ok, no matter if we use static or shared # linking. diff --git a/test/library_order.py b/test/library_order.py index 4b0585e00..071dd059d 100644 --- a/test/library_order.py +++ b/test/library_order.py @@ -2,7 +2,7 @@ # Copyright 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that on compilers sensitive to library order on linker's command line, # we generate the correct order. diff --git a/test/library_property.py b/test/library_property.py index 6dc571440..f85e3dd99 100644 --- a/test/library_property.py +++ b/test/library_property.py @@ -2,7 +2,7 @@ # Copyright 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that the property has no effect on "obj" targets. Previously, # it affected all targets, so diff --git a/test/libtiff.py b/test/libtiff.py index cb0d07b0f..f73701136 100755 --- a/test/libtiff.py +++ b/test/libtiff.py @@ -2,8 +2,8 @@ # Copyright (C) 2013 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import MockToolset diff --git a/test/libzstd.py b/test/libzstd.py index c582c6ad9..1dbe47ce3 100755 --- a/test/libzstd.py +++ b/test/libzstd.py @@ -3,8 +3,8 @@ # Copy-paste-modify from zlib.py # Copyright (C) 2013 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import MockToolset diff --git a/test/link.py b/test/link.py index e0524ef0e..480e71e5a 100755 --- a/test/link.py +++ b/test/link.py @@ -2,7 +2,7 @@ # Copyright 2014-2015 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the link-directory rule used to create the # common boost/ directory in the new git layout. @@ -94,7 +94,7 @@ def test_merge_existing(group1, group2): t.expect_content("include/file1.h", "file1") else: t.ignore_removal("include/file1.h") - + if "dir2-link" in group2: if "dir2-link" not in group1: t.expect_addition("include/file2.h") @@ -277,7 +277,7 @@ def test_update_file_link(params1, params2): .project = [ project.current ] ; .has-files = [ glob include/file1.h ] ; - + rule can-link ( properties * ) { if ( ! [ link.can-symlink $(.project) ] ) && ( ! [ link.can-hardlink $(.project) ] ) diff --git a/test/load_dir.py b/test/load_dir.py index 1b082b1c6..62d542104 100644 --- a/test/load_dir.py +++ b/test/load_dir.py @@ -41,8 +41,8 @@ header = """#!/usr/bin/python # Copyright (C) FILL SOMETHING HERE 2005. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/load_order.py b/test/load_order.py index 6e0055026..7fdce85b5 100644 --- a/test/load_order.py +++ b/test/load_order.py @@ -2,8 +2,8 @@ # Copyright 2004 Vladimir Prus. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that we load parent projects before loading children. diff --git a/test/loop.py b/test/loop.py index ffb99181d..bbc6cee77 100644 --- a/test/loop.py +++ b/test/loop.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import string diff --git a/test/make_rule.py b/test/make_rule.py index ad8fd42fd..81d8405f0 100644 --- a/test/make_rule.py +++ b/test/make_rule.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2003, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the 'make' rule. diff --git a/test/message.py b/test/message.py index 30edced4d..4e0217a88 100755 --- a/test/message.py +++ b/test/message.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 2003. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test for the regression testing framework. diff --git a/test/module_actions.py b/test/module_actions.py index 33c563526..a7c08194b 100644 --- a/test/module_actions.py +++ b/test/module_actions.py @@ -4,8 +4,8 @@ # Copyright 2006 Rene Rivera # Copyright 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Demonstration that module variables have the correct effect in actions. diff --git a/test/ndebug.py b/test/ndebug.py index 87fbc6c6d..82f3db81e 100644 --- a/test/ndebug.py +++ b/test/ndebug.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that building with optimization brings NDEBUG define, and, more # importantly, that dependency targets are built with NDEBUG as well, even if diff --git a/test/no_type.py b/test/no_type.py index 0384ec604..9a83886f9 100644 --- a/test/no_type.py +++ b/test/no_type.py @@ -2,7 +2,7 @@ # Copyright 2002 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that we cannot specify targets of unknown type as sources. This is based # on the fact that Unix 'ar' will happily consume just about anything. diff --git a/test/notfile.py b/test/notfile.py index eebc457ba..a3e5c58ee 100644 --- a/test/notfile.py +++ b/test/notfile.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 2005. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Basic tests for the 'notfile' rule. diff --git a/test/ordered_include.py b/test/ordered_include.py index ef1d8745d..12f32c8d0 100644 --- a/test/ordered_include.py +++ b/test/ordered_include.py @@ -3,8 +3,8 @@ # Copyright (c) 2008 Steven Watanabe # # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt) or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt) or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild @@ -22,24 +22,24 @@ def test_default_order(): #include int main() { f(); } """) - + tester.write("a/test.hpp", """ void f(); """) - + tester.write("b/test.hpp", """ """) - + tester.run_build_system() - + tester.expect_addition("bin/$toolset/debug*/test.obj") - + # Check that the dependencies are correct tester.touch("a/test.hpp") tester.run_build_system() tester.expect_touch("bin/$toolset/debug*/test.obj") tester.expect_nothing_more() - + tester.touch("b/test.hpp") tester.run_build_system() tester.expect_nothing_more() @@ -60,24 +60,24 @@ def test_default_order_mixed(): #include int main() { f(); } """) - + tester.write("a/test.hpp", """ void f(); """) - + tester.write("b/test.hpp", """ """) - + tester.run_build_system() - + tester.expect_addition("bin/$toolset/debug*/test.obj") - + # Check that the dependencies are correct tester.touch("a/test.hpp") tester.run_build_system() tester.expect_touch("bin/$toolset/debug*/test.obj") tester.expect_nothing_more() - + tester.touch("b/test.hpp") tester.run_build_system() tester.expect_nothing_more() diff --git a/test/ordered_properties.py b/test/ordered_properties.py index 23068a01c..49eb0a3c1 100644 --- a/test/ordered_properties.py +++ b/test/ordered_properties.py @@ -2,7 +2,7 @@ # Copyright 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This checks that B2 does not reorder properties # lexicographically. diff --git a/test/out_of_tree.py b/test/out_of_tree.py index 400101e93..dad21e18f 100644 --- a/test/out_of_tree.py +++ b/test/out_of_tree.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 2005. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that we can build a project when the current directory is outside of # that project tree, that is 'bjam some_dir' works. diff --git a/test/package.py b/test/package.py index 7cc5e33c0..f5fc44dff 100644 --- a/test/package.py +++ b/test/package.py @@ -2,7 +2,7 @@ # Copyright 2018 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the package module. diff --git a/test/param.py b/test/param.py index 14b3d7d94..feba794e1 100644 --- a/test/param.py +++ b/test/param.py @@ -2,8 +2,8 @@ # Copyright 2018 Steven Watanabe # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/path_features.py b/test/path_features.py index 5b23150be..59af7fd8a 100644 --- a/test/path_features.py +++ b/test/path_features.py @@ -3,8 +3,8 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2004 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/pch.py b/test/pch.py index 9e853eca5..75acc29d5 100644 --- a/test/pch.py +++ b/test/pch.py @@ -3,8 +3,8 @@ # Copyright 2006 Vladimir Prus. # Copyright Nikita Kniazev 2020. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild from time import sleep diff --git a/test/prebuilt.py b/test/prebuilt.py index e67b726e8..194cc3967 100644 --- a/test/prebuilt.py +++ b/test/prebuilt.py @@ -2,7 +2,7 @@ # Copyright 2002, 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that we can use already built sources diff --git a/test/prebuilt/ext/a.cpp b/test/prebuilt/ext/a.cpp index c49a04153..cb6e14e03 100644 --- a/test/prebuilt/ext/a.cpp +++ b/test/prebuilt/ext/a.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #ifdef _WIN32 __declspec(dllexport) diff --git a/test/prebuilt/ext/debug/a.h b/test/prebuilt/ext/debug/a.h index 31b318226..2691a8b42 100644 --- a/test/prebuilt/ext/debug/a.h +++ b/test/prebuilt/ext/debug/a.h @@ -1,11 +1,8 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #ifdef _WIN32 __declspec(dllimport) diff --git a/test/prebuilt/ext/jamfile.jam b/test/prebuilt/ext/jamfile.jam index e563f0d74..62cf00313 100644 --- a/test/prebuilt/ext/jamfile.jam +++ b/test/prebuilt/ext/jamfile.jam @@ -1,9 +1,9 @@ -# Copyright 2002 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) -project ext +project ext : requirements release:RELEASE ; diff --git a/test/prebuilt/ext/jamroot.jam b/test/prebuilt/ext/jamroot.jam index c7617d5d3..67160ada5 100644 --- a/test/prebuilt/ext/jamroot.jam +++ b/test/prebuilt/ext/jamroot.jam @@ -1,5 +1,5 @@ -# Copyright 2002, 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/prebuilt/ext/release/a.h b/test/prebuilt/ext/release/a.h index 9ab71d88c..2e35f4bcb 100644 --- a/test/prebuilt/ext/release/a.h +++ b/test/prebuilt/ext/release/a.h @@ -1,11 +1,8 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #ifdef _WIN32 __declspec(dllimport) diff --git a/test/prebuilt/hello.cpp b/test/prebuilt/hello.cpp index 4c1ab7036..7d027171b 100644 --- a/test/prebuilt/hello.cpp +++ b/test/prebuilt/hello.cpp @@ -1,11 +1,8 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/test/prebuilt/jamfile.jam b/test/prebuilt/jamfile.jam index 18b731ae1..992a68931 100644 --- a/test/prebuilt/jamfile.jam +++ b/test/prebuilt/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) project test diff --git a/test/prebuilt/jamroot.jam b/test/prebuilt/jamroot.jam index f022c0d64..3320a8abb 100644 --- a/test/prebuilt/jamroot.jam +++ b/test/prebuilt/jamroot.jam @@ -1,4 +1,4 @@ -# Copyright 2002, 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/preprocessor.py b/test/preprocessor.py index 715ae3e58..2a9c2c185 100755 --- a/test/preprocessor.py +++ b/test/preprocessor.py @@ -3,7 +3,7 @@ # Copyright 2003 Vladimir Prus # Copyright 2011 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the C/C++ preprocessor. diff --git a/test/print.py b/test/print.py index 6579bce54..10f999c35 100644 --- a/test/print.py +++ b/test/print.py @@ -3,7 +3,7 @@ # Copyright 2003 Douglas Gregor # Copyright 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/project-test3/a.cpp b/test/project-test3/a.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test3/a.cpp +++ b/test/project-test3/a.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test3/jamfile.jam b/test/project-test3/jamfile.jam index f07960770..1151d5943 100644 --- a/test/project-test3/jamfile.jam +++ b/test/project-test3/jamfile.jam @@ -1,13 +1,13 @@ -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) use-project /lib2 : lib2 ; use-project /lib3 : lib3 ; make a.exe : a.obj lib//b.obj /lib2//c.obj lib2//d.obj lib2/helper//e.obj /lib3//f.obj : yfc-link ; -make a.obj : a.cpp : yfc-compile ; +make a.obj : a.cpp : yfc-compile ; build-project lib2 ; build-project lib ; diff --git a/test/project-test3/jamroot.jam b/test/project-test3/jamroot.jam index d7cd490eb..e27103dce 100644 --- a/test/project-test3/jamroot.jam +++ b/test/project-test3/jamroot.jam @@ -1,7 +1,7 @@ # Copyright 2002-2005 Vladimir Prus. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import os ; import gcc ; diff --git a/test/project-test3/lib/b.cpp b/test/project-test3/lib/b.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test3/lib/b.cpp +++ b/test/project-test3/lib/b.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test3/lib/jamfile.jam b/test/project-test3/lib/jamfile.jam index 76b0829a9..bae24c16b 100644 --- a/test/project-test3/lib/jamfile.jam +++ b/test/project-test3/lib/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) use-project /lib2 : ../lib2 ; diff --git a/test/project-test3/lib2/c.cpp b/test/project-test3/lib2/c.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test3/lib2/c.cpp +++ b/test/project-test3/lib2/c.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test3/lib2/d.cpp b/test/project-test3/lib2/d.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test3/lib2/d.cpp +++ b/test/project-test3/lib2/d.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test3/lib2/helper/e.cpp b/test/project-test3/lib2/helper/e.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test3/lib2/helper/e.cpp +++ b/test/project-test3/lib2/helper/e.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test3/lib2/helper/jamfile.jam b/test/project-test3/lib2/helper/jamfile.jam index 0c82f9248..7d8966a98 100644 --- a/test/project-test3/lib2/helper/jamfile.jam +++ b/test/project-test3/lib2/helper/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2002 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) project lib2/helper ; diff --git a/test/project-test3/lib2/jamfile.jam b/test/project-test3/lib2/jamfile.jam index b6b0abc44..300aa3228 100644 --- a/test/project-test3/lib2/jamfile.jam +++ b/test/project-test3/lib2/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) project lib2 ; diff --git a/test/project-test3/lib3/f.cpp b/test/project-test3/lib3/f.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test3/lib3/f.cpp +++ b/test/project-test3/lib3/f.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test3/lib3/jamfile.jam b/test/project-test3/lib3/jamfile.jam index 261062994..7c4a70398 100644 --- a/test/project-test3/lib3/jamfile.jam +++ b/test/project-test3/lib3/jamfile.jam @@ -1,6 +1,6 @@ # Copyright 2003, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # This project-root.jam also serves the role of Jamfile project lib3 ; diff --git a/test/project-test3/lib3/jamroot.jam b/test/project-test3/lib3/jamroot.jam index 971f03096..2344236fe 100644 --- a/test/project-test3/lib3/jamroot.jam +++ b/test/project-test3/lib3/jamroot.jam @@ -1,5 +1,5 @@ -# Copyright 2002 Rene Rivera -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Rene Rivera +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test4/a.cpp b/test/project-test4/a.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test4/a.cpp +++ b/test/project-test4/a.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test4/a_gcc.cpp b/test/project-test4/a_gcc.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test4/a_gcc.cpp +++ b/test/project-test4/a_gcc.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test4/jamfile.jam b/test/project-test4/jamfile.jam index a34d5f2db..514435963 100644 --- a/test/project-test4/jamfile.jam +++ b/test/project-test4/jamfile.jam @@ -1,7 +1,7 @@ -# Copyright 2003 Dave Abrahams -# Copyright 2002, 2003 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2003 Dave Abrahams +# Copyright 2002, 2003 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) project test : requirements everything single ; diff --git a/test/project-test4/jamroot.jam b/test/project-test4/jamroot.jam index d8cf571ae..afb858654 100644 --- a/test/project-test4/jamroot.jam +++ b/test/project-test4/jamroot.jam @@ -1,6 +1,6 @@ # Copyright 2002, 2003, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import os ; import gcc ; diff --git a/test/project-test4/lib/b.cpp b/test/project-test4/lib/b.cpp index ccecbb414..6547c9232 100644 --- a/test/project-test4/lib/b.cpp +++ b/test/project-test4/lib/b.cpp @@ -1,8 +1,5 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/project-test4/lib/jamfile.jam b/test/project-test4/lib/jamfile.jam index 1bdb7c122..92a3e83e4 100644 --- a/test/project-test4/lib/jamfile.jam +++ b/test/project-test4/lib/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2002 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) make b.obj : b.cpp : yfc-compile ; diff --git a/test/project-test4/lib2/jamfile.jam b/test/project-test4/lib2/jamfile.jam index 389492bf0..1937059e5 100644 --- a/test/project-test4/lib2/jamfile.jam +++ b/test/project-test4/lib2/jamfile.jam @@ -1,6 +1,6 @@ -# Copyright 2002 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) project diff --git a/test/project_dependencies.py b/test/project_dependencies.py index 600bc0ed5..7148dc1ad 100644 --- a/test/project_dependencies.py +++ b/test/project_dependencies.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that we can specify a dependency property in project requirements, and # that it will not cause every main target in the project to be generated in its diff --git a/test/project_glob.py b/test/project_glob.py index 362b450d9..8e80a20c4 100644 --- a/test/project_glob.py +++ b/test/project_glob.py @@ -2,8 +2,8 @@ # Copyright (C) 2003. Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the 'glob' rule in Jamfile context. diff --git a/test/project_id.py b/test/project_id.py index 6477f5957..d985d3047 100755 --- a/test/project_id.py +++ b/test/project_id.py @@ -2,8 +2,8 @@ # Copyright (C) 2012. Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests Boost Build's project-id handling. @@ -323,8 +323,8 @@ def __write_appender(t, name): t.write(name, r"""# Copyright 2012 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Support for registering test generators that construct their targets by # simply appending their given input data, e.g. list of sources & targets. diff --git a/test/project_root_constants.py b/test/project_root_constants.py index 25006a015..865789935 100644 --- a/test/project_root_constants.py +++ b/test/project_root_constants.py @@ -2,8 +2,8 @@ # Copyright 2003, 2004, 2005 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/project_root_rule.py b/test/project_root_rule.py index 503b3cad2..850792662 100644 --- a/test/project_root_rule.py +++ b/test/project_root_rule.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 2005. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that we can declare a rule in Jamroot that will be can be called in # child Jamfile to declare a target. Specifically test for use of 'glob' in that diff --git a/test/project_test3.py b/test/project_test3.py index 9203cd885..72533f116 100644 --- a/test/project_test3.py +++ b/test/project_test3.py @@ -3,8 +3,8 @@ # Copyright 2002, 2003 Dave Abrahams # Copyright 2002, 2003, 2004, 2006 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import os diff --git a/test/project_test4.py b/test/project_test4.py index 45faf0dc5..816340c8c 100644 --- a/test/project_test4.py +++ b/test/project_test4.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/property_expansion.py b/test/property_expansion.py index 53fc13616..48ece0c91 100644 --- a/test/property_expansion.py +++ b/test/property_expansion.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that free property inside. diff --git a/test/qt4.py b/test/qt4.py index 170f6079b..85e5e6781 100755 --- a/test/qt4.py +++ b/test/qt4.py @@ -3,7 +3,7 @@ # (c) Copyright Juergen Hunold 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import os diff --git a/test/qt4/jamroot.jam b/test/qt4/jamroot.jam index 3d8e7d73b..7a4b1dd48 100644 --- a/test/qt4/jamroot.jam +++ b/test/qt4/jamroot.jam @@ -1,7 +1,7 @@ # (c) Copyright Juergen Hunold 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import qt4 ; import testing ; diff --git a/test/qt4/mock.cpp b/test/qt4/mock.cpp index 8f7a35c2d..8465a4ccc 100644 --- a/test/qt4/mock.cpp +++ b/test/qt4/mock.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2011 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtMoc diff --git a/test/qt4/mock.h b/test/qt4/mock.h index 1cc95b057..1a6280461 100644 --- a/test/qt4/mock.h +++ b/test/qt4/mock.h @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2011 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/test/qt4/phonon.cpp b/test/qt4/phonon.cpp index 3151f5911..8ece7c0e3 100644 --- a/test/qt4/phonon.cpp +++ b/test/qt4/phonon.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtPhonon diff --git a/test/qt4/qt3support.cpp b/test/qt4/qt3support.cpp index 35d8c73b9..1f48c05f6 100644 --- a/test/qt4/qt3support.cpp +++ b/test/qt4/qt3support.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE Qt3Support diff --git a/test/qt4/qtassistant.cpp b/test/qt4/qtassistant.cpp index e2a6ed7bd..5df7ab35b 100644 --- a/test/qt4/qtassistant.cpp +++ b/test/qt4/qtassistant.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtAssistant diff --git a/test/qt4/qtcore.cpp b/test/qt4/qtcore.cpp index f3c09039b..f71dc4c83 100644 --- a/test/qt4/qtcore.cpp +++ b/test/qt4/qtcore.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtCore #include diff --git a/test/qt4/qtcorefail.cpp b/test/qt4/qtcorefail.cpp index 15fd36aef..edce90127 100644 --- a/test/qt4/qtcorefail.cpp +++ b/test/qt4/qtcorefail.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtCoreFail diff --git a/test/qt4/qtdeclarative.cpp b/test/qt4/qtdeclarative.cpp index 817855bad..f76fa47de 100644 --- a/test/qt4/qtdeclarative.cpp +++ b/test/qt4/qtdeclarative.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2011 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtMultimedia diff --git a/test/qt4/qtgui.cpp b/test/qt4/qtgui.cpp index 75d9dacbe..279058c82 100644 --- a/test/qt4/qtgui.cpp +++ b/test/qt4/qtgui.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtGui diff --git a/test/qt4/qthelp.cpp b/test/qt4/qthelp.cpp index 32327de58..96900acdf 100644 --- a/test/qt4/qthelp.cpp +++ b/test/qt4/qthelp.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtHelp diff --git a/test/qt4/qtmultimedia.cpp b/test/qt4/qtmultimedia.cpp index dc5914aff..f4d7fe0fb 100644 --- a/test/qt4/qtmultimedia.cpp +++ b/test/qt4/qtmultimedia.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2009 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtMultimedia diff --git a/test/qt4/qtnetwork.cpp b/test/qt4/qtnetwork.cpp index 3f628d880..9e288d1c6 100644 --- a/test/qt4/qtnetwork.cpp +++ b/test/qt4/qtnetwork.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtNetwork diff --git a/test/qt4/qtscript.cpp b/test/qt4/qtscript.cpp index 65353daec..0cdd9c08c 100644 --- a/test/qt4/qtscript.cpp +++ b/test/qt4/qtscript.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtScript diff --git a/test/qt4/qtscripttools.cpp b/test/qt4/qtscripttools.cpp index 4d0b7f256..4defa30c6 100644 --- a/test/qt4/qtscripttools.cpp +++ b/test/qt4/qtscripttools.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2009 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtScriptTools diff --git a/test/qt4/qtsql.cpp b/test/qt4/qtsql.cpp index aa506b1c7..aef956e4f 100644 --- a/test/qt4/qtsql.cpp +++ b/test/qt4/qtsql.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtSql diff --git a/test/qt4/qtsvg.cpp b/test/qt4/qtsvg.cpp index 8a1394380..911e86782 100644 --- a/test/qt4/qtsvg.cpp +++ b/test/qt4/qtsvg.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtSvg diff --git a/test/qt4/qttest.cpp b/test/qt4/qttest.cpp index a2744cdc7..7ccd2c344 100644 --- a/test/qt4/qttest.cpp +++ b/test/qt4/qttest.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008-2011 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/test/qt4/qtwebkit.cpp b/test/qt4/qtwebkit.cpp index 7d85f1473..961c1dd8f 100644 --- a/test/qt4/qtwebkit.cpp +++ b/test/qt4/qtwebkit.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebKit diff --git a/test/qt4/qtxml.cpp b/test/qt4/qtxml.cpp index 8002c2658..f3758da42 100644 --- a/test/qt4/qtxml.cpp +++ b/test/qt4/qtxml.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtXml diff --git a/test/qt4/qtxmlpatterns.cpp b/test/qt4/qtxmlpatterns.cpp index 6835fdad8..eaf8eb94e 100644 --- a/test/qt4/qtxmlpatterns.cpp +++ b/test/qt4/qtxmlpatterns.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2008 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtXmlPatterns @@ -65,7 +65,7 @@ BOOST_AUTO_TEST_CASE( extract ) QByteArray result; QBuffer out(&result); out.open(QIODevice::WriteOnly); - + QXmlSerializer serializer(query, &out); BOOST_CHECK_EQUAL(query.evaluateTo(&serializer), true); diff --git a/test/qt4/rcc.cpp b/test/qt4/rcc.cpp index cae553bb1..85ffa1b14 100644 --- a/test/qt4/rcc.cpp +++ b/test/qt4/rcc.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtCore #include diff --git a/test/qt5.py b/test/qt5.py index d9e1226e8..3266bb2ad 100755 --- a/test/qt5.py +++ b/test/qt5.py @@ -3,7 +3,7 @@ # (c) Copyright Juergen Hunold 2012 # 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import os diff --git a/test/qt5/jamroot.jam b/test/qt5/jamroot.jam index 782922557..8f4375f3d 100644 --- a/test/qt5/jamroot.jam +++ b/test/qt5/jamroot.jam @@ -1,7 +1,7 @@ # (c) Copyright Juergen Hunold 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.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) import qt5 ; import testing ; diff --git a/test/qt5/mock.cpp b/test/qt5/mock.cpp index 82fc608dc..3e8e4f683 100644 --- a/test/qt5/mock.cpp +++ b/test/qt5/mock.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtMoc diff --git a/test/qt5/mock.h b/test/qt5/mock.h index eac177d4d..9536d3411 100644 --- a/test/qt5/mock.h +++ b/test/qt5/mock.h @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/test/qt5/qt3dcore.cpp b/test/qt5/qt3dcore.cpp index 9d1871bdc..dbf7de53d 100644 --- a/test/qt5/qt3dcore.cpp +++ b/test/qt5/qt3dcore.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2015 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE Qt3DCore #include diff --git a/test/qt5/qt3dinput.cpp b/test/qt5/qt3dinput.cpp index 46cee14a3..d0358aa54 100644 --- a/test/qt5/qt3dinput.cpp +++ b/test/qt5/qt3dinput.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2015 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE Qt3DInput #include diff --git a/test/qt5/qt3dlogic.cpp b/test/qt5/qt3dlogic.cpp index 088f42099..4d766f6e5 100644 --- a/test/qt5/qt3dlogic.cpp +++ b/test/qt5/qt3dlogic.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2015 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE Qt3DLogic #include diff --git a/test/qt5/qt3drender.cpp b/test/qt5/qt3drender.cpp index d4578054d..133a18e45 100644 --- a/test/qt5/qt3drender.cpp +++ b/test/qt5/qt3drender.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2015 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE Qt3DRender #include diff --git a/test/qt5/qtassistant.cpp b/test/qt5/qtassistant.cpp index c15ee4eca..782262155 100644 --- a/test/qt5/qtassistant.cpp +++ b/test/qt5/qtassistant.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtAssistant diff --git a/test/qt5/qtbluetooth.cpp b/test/qt5/qtbluetooth.cpp index 53beff17b..5f3c0f8a9 100644 --- a/test/qt5/qtbluetooth.cpp +++ b/test/qt5/qtbluetooth.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtBluetooth diff --git a/test/qt5/qtcharts.cpp b/test/qt5/qtcharts.cpp index d29c4fd03..a012a2ac2 100644 --- a/test/qt5/qtcharts.cpp +++ b/test/qt5/qtcharts.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2015 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtCharts #include diff --git a/test/qt5/qtcore.cpp b/test/qt5/qtcore.cpp index 6a2c62c8d..f0834453b 100644 --- a/test/qt5/qtcore.cpp +++ b/test/qt5/qtcore.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtCore #include diff --git a/test/qt5/qtcorefail.cpp b/test/qt5/qtcorefail.cpp index 8032d47cd..9ff90ada1 100644 --- a/test/qt5/qtcorefail.cpp +++ b/test/qt5/qtcorefail.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtCoreFail diff --git a/test/qt5/qtdatavisualization.cpp b/test/qt5/qtdatavisualization.cpp index bc35c04c5..5fcbd7e27 100644 --- a/test/qt5/qtdatavisualization.cpp +++ b/test/qt5/qtdatavisualization.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtDataVisualization diff --git a/test/qt5/qtdeclarative.cpp b/test/qt5/qtdeclarative.cpp index df70f5e46..d5fd61562 100644 --- a/test/qt5/qtdeclarative.cpp +++ b/test/qt5/qtdeclarative.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtDeclarative diff --git a/test/qt5/qtgamepad.cpp b/test/qt5/qtgamepad.cpp index c6c6aea50..8f8bf7f47 100644 --- a/test/qt5/qtgamepad.cpp +++ b/test/qt5/qtgamepad.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtGamepad diff --git a/test/qt5/qthelp.cpp b/test/qt5/qthelp.cpp index b0e877a6a..b8b10cef1 100644 --- a/test/qt5/qthelp.cpp +++ b/test/qt5/qthelp.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtHelp diff --git a/test/qt5/qtlocation.cpp b/test/qt5/qtlocation.cpp index 9806dca93..762d1a023 100644 --- a/test/qt5/qtlocation.cpp +++ b/test/qt5/qtlocation.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtPositioning diff --git a/test/qt5/qtmultimedia.cpp b/test/qt5/qtmultimedia.cpp index dc5914aff..f4d7fe0fb 100644 --- a/test/qt5/qtmultimedia.cpp +++ b/test/qt5/qtmultimedia.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2009 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtMultimedia diff --git a/test/qt5/qtnetwork.cpp b/test/qt5/qtnetwork.cpp index d34246689..9e658f4a2 100644 --- a/test/qt5/qtnetwork.cpp +++ b/test/qt5/qtnetwork.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtNetwork diff --git a/test/qt5/qtnfc.cpp b/test/qt5/qtnfc.cpp index df3805f67..f452efafe 100644 --- a/test/qt5/qtnfc.cpp +++ b/test/qt5/qtnfc.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtNfc diff --git a/test/qt5/qtpositioning.cpp b/test/qt5/qtpositioning.cpp index 427b41ba9..38fd859ee 100644 --- a/test/qt5/qtpositioning.cpp +++ b/test/qt5/qtpositioning.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtPositioning diff --git a/test/qt5/qtpurchasing.cpp b/test/qt5/qtpurchasing.cpp index 9a49ed2cc..9ec8ee58d 100644 --- a/test/qt5/qtpurchasing.cpp +++ b/test/qt5/qtpurchasing.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtPurchasing diff --git a/test/qt5/qtquick.cpp b/test/qt5/qtquick.cpp index bec0d809c..e1e8e100a 100644 --- a/test/qt5/qtquick.cpp +++ b/test/qt5/qtquick.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtQuick #include diff --git a/test/qt5/qtscript.cpp b/test/qt5/qtscript.cpp index d48c073eb..9c083a4d0 100644 --- a/test/qt5/qtscript.cpp +++ b/test/qt5/qtscript.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtScript diff --git a/test/qt5/qtscripttools.cpp b/test/qt5/qtscripttools.cpp index 002056a0f..e5fda8d1a 100644 --- a/test/qt5/qtscripttools.cpp +++ b/test/qt5/qtscripttools.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtScriptTools diff --git a/test/qt5/qtscxml.cpp b/test/qt5/qtscxml.cpp index 9e423a18a..c2d81366a 100644 --- a/test/qt5/qtscxml.cpp +++ b/test/qt5/qtscxml.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtScxml diff --git a/test/qt5/qtserialbus.cpp b/test/qt5/qtserialbus.cpp index 5849351d8..daa5aea14 100644 --- a/test/qt5/qtserialbus.cpp +++ b/test/qt5/qtserialbus.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtSerialBus diff --git a/test/qt5/qtserialport.cpp b/test/qt5/qtserialport.cpp index fd24ed92b..d14fa9921 100644 --- a/test/qt5/qtserialport.cpp +++ b/test/qt5/qtserialport.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtSerialPort diff --git a/test/qt5/qtsql.cpp b/test/qt5/qtsql.cpp index 127c5a3f4..7a3bcc447 100644 --- a/test/qt5/qtsql.cpp +++ b/test/qt5/qtsql.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtSql diff --git a/test/qt5/qtsvg.cpp b/test/qt5/qtsvg.cpp index ccfd6b4d1..629800bb0 100644 --- a/test/qt5/qtsvg.cpp +++ b/test/qt5/qtsvg.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtSvg diff --git a/test/qt5/qttest.cpp b/test/qt5/qttest.cpp index ddc8f686a..fd6a31d12 100644 --- a/test/qt5/qttest.cpp +++ b/test/qt5/qttest.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #include diff --git a/test/qt5/qtwebchannel.cpp b/test/qt5/qtwebchannel.cpp index e4f05b7f2..8b8270ee0 100644 --- a/test/qt5/qtwebchannel.cpp +++ b/test/qt5/qtwebchannel.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebChannel diff --git a/test/qt5/qtwebengine.cpp b/test/qt5/qtwebengine.cpp index d4c1b0726..45c1c07dc 100644 --- a/test/qt5/qtwebengine.cpp +++ b/test/qt5/qtwebengine.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebEngine diff --git a/test/qt5/qtwebenginewidgets.cpp b/test/qt5/qtwebenginewidgets.cpp index f0c3c2d8b..49cc9ed2f 100644 --- a/test/qt5/qtwebenginewidgets.cpp +++ b/test/qt5/qtwebenginewidgets.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebEngineWidgets diff --git a/test/qt5/qtwebkit.cpp b/test/qt5/qtwebkit.cpp index aa6fdc92f..1a87ba156 100644 --- a/test/qt5/qtwebkit.cpp +++ b/test/qt5/qtwebkit.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebKit diff --git a/test/qt5/qtwebkitwidgets.cpp b/test/qt5/qtwebkitwidgets.cpp index 52c05c9a9..b3d82ba8c 100644 --- a/test/qt5/qtwebkitwidgets.cpp +++ b/test/qt5/qtwebkitwidgets.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebKitWidgets diff --git a/test/qt5/qtwebsocket.cpp b/test/qt5/qtwebsocket.cpp index f46aa58b3..a06702a1e 100644 --- a/test/qt5/qtwebsocket.cpp +++ b/test/qt5/qtwebsocket.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebSockets diff --git a/test/qt5/qtwebsockets.cpp b/test/qt5/qtwebsockets.cpp index 9829ce916..28284c9ff 100644 --- a/test/qt5/qtwebsockets.cpp +++ b/test/qt5/qtwebsockets.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebSockets diff --git a/test/qt5/qtwebview.cpp b/test/qt5/qtwebview.cpp index dfd130f37..2c38919de 100644 --- a/test/qt5/qtwebview.cpp +++ b/test/qt5/qtwebview.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2016 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtWebView diff --git a/test/qt5/qtwidgets.cpp b/test/qt5/qtwidgets.cpp index b868240a5..3a7e6cf12 100644 --- a/test/qt5/qtwidgets.cpp +++ b/test/qt5/qtwidgets.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtGui diff --git a/test/qt5/qtxml.cpp b/test/qt5/qtxml.cpp index 3df6dd2c1..bedcf0e74 100644 --- a/test/qt5/qtxml.cpp +++ b/test/qt5/qtxml.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtXml diff --git a/test/qt5/qtxmlpatterns.cpp b/test/qt5/qtxmlpatterns.cpp index d87e3d3fe..1c38dc95a 100644 --- a/test/qt5/qtxmlpatterns.cpp +++ b/test/qt5/qtxmlpatterns.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtXmlPatterns diff --git a/test/qt5/rcc.cpp b/test/qt5/rcc.cpp index cae553bb1..85ffa1b14 100644 --- a/test/qt5/rcc.cpp +++ b/test/qt5/rcc.cpp @@ -1,7 +1,7 @@ // (c) Copyright Juergen Hunold 2012 // 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) +// License, Version 1.0. (See accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) #define BOOST_TEST_MODULE QtCore #include diff --git a/test/railsys.py b/test/railsys.py index 7b7f8bd0b..7609916df 100644 --- a/test/railsys.py +++ b/test/railsys.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/railsys/libx/include/test_libx.h b/test/railsys/libx/include/test_libx.h index fe573fc16..3fb377837 100644 --- a/test/railsys/libx/include/test_libx.h +++ b/test/railsys/libx/include/test_libx.h @@ -1,10 +1,10 @@ -// Copyright (c) 2003 Institute of Transport, -// Railway Construction and Operation, +// Copyright (c) 2003 Institute of Transport, +// Railway Construction and Operation, // University of Hanover, Germany // -// 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) +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #ifdef _WIN32 #ifdef LIBX_SOURCE @@ -18,7 +18,7 @@ class TestLibX public: TestLibX(); - + // Needed to suppress 'unused variable' warning // in some cases. void do_something() {} diff --git a/test/railsys/libx/jamroot.jam b/test/railsys/libx/jamroot.jam index d09982dd1..3d7796945 100644 --- a/test/railsys/libx/jamroot.jam +++ b/test/railsys/libx/jamroot.jam @@ -1,11 +1,11 @@ -# Copyright (c) 2002 Institute of Transport, -# Railway Construction and Operation, +# Copyright (c) 2002 Institute of Transport, +# Railway Construction and Operation, # University of Hanover, Germany -# Copyright (c) 2006 Jürgen Hunold +# Copyright (c) 2006 J�rgen Hunold # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tell that Qt3 should be used. QTDIR will give installation prefix. using qt3 ; diff --git a/test/railsys/libx/src/jamfile.jam b/test/railsys/libx/src/jamfile.jam index 639e0cc90..ad616a517 100644 --- a/test/railsys/libx/src/jamfile.jam +++ b/test/railsys/libx/src/jamfile.jam @@ -1,15 +1,15 @@ -# Copyright (c) 2003 Institute of Transport, -# Railway Construction and Operation, +# Copyright (c) 2003 Institute of Transport, +# Railway Construction and Operation, # University of Hanover, Germany # -# Copyright (c) 2006 Jürgen Hunold +# Copyright (c) 2006 J�rgen Hunold # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) -project libx - : requirements +project libx + : requirements ../include : usage-requirements ../include diff --git a/test/railsys/libx/src/test_libx.cpp b/test/railsys/libx/src/test_libx.cpp index be1fbc27f..9731f652a 100644 --- a/test/railsys/libx/src/test_libx.cpp +++ b/test/railsys/libx/src/test_libx.cpp @@ -1,10 +1,10 @@ -// Copyright (c) 2003 Institute of Transport, -// Railway Construction and Operation, +// Copyright (c) 2003 Institute of Transport, +// Railway Construction and Operation, // University of Hanover, Germany // -// 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) +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #define LIBX_SOURCE diff --git a/test/railsys/program/include/test_a.h b/test/railsys/program/include/test_a.h index 8002859e1..4b222c459 100644 --- a/test/railsys/program/include/test_a.h +++ b/test/railsys/program/include/test_a.h @@ -1,10 +1,10 @@ -// Copyright (c) 2003 Institute of Transport, -// Railway Construction and Operation, +// Copyright (c) 2003 Institute of Transport, +// Railway Construction and Operation, // University of Hanover, Germany // -// 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) +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include @@ -16,7 +16,7 @@ class TestA : public QObject public: TestA(); - + // Needed to suppress 'unused variable' varning. void do_something() { } }; diff --git a/test/railsys/program/jamfile.jam b/test/railsys/program/jamfile.jam index 9e36f408f..acee143e8 100644 --- a/test/railsys/program/jamfile.jam +++ b/test/railsys/program/jamfile.jam @@ -3,16 +3,16 @@ # Railsys # -------------- # -# Copyright (c) 2002 Institute of Transport, -# Railway Construction and Operation, +# Copyright (c) 2002 Institute of Transport, +# Railway Construction and Operation, # University of Hanover, Germany -# Copyright (c) 2006 Jürgen Hunold +# Copyright (c) 2006 J�rgen Hunold # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # -# 02/21/02! Jürgen Hunold +# 02/21/02! J�rgen Hunold # # $Id$ # @@ -23,18 +23,18 @@ local BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; use-project /libx : ../libx/src ; project program - : requirements + : requirements $(BOOST_ROOT) multi - /qt3//qt + /qt3//qt true stlport /libx /libx//libx - - : usage-requirements + + : usage-requirements $(BOOST_ROOT) - : + : default-build release multi /qt3//qt diff --git a/test/railsys/program/jamroot.jam b/test/railsys/program/jamroot.jam index 23d42195f..cf4a1e42b 100644 --- a/test/railsys/program/jamroot.jam +++ b/test/railsys/program/jamroot.jam @@ -1,13 +1,13 @@ -# Copyright (c) 2002 Institute of Transport, -# Railway Construction and Operation, +# Copyright (c) 2002 Institute of Transport, +# Railway Construction and Operation, # University of Hanover, Germany -# Copyright (c) 2006 Jürgen Hunold +# Copyright (c) 2006 J�rgen Hunold # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) -# Tell that Qt3 should be used. QTDIR will give installation prefix. +# Tell that Qt3 should be used. QTDIR will give installation prefix. using qt3 ; # Not that good, but sufficient for testing diff --git a/test/railsys/program/liba/jamfile.jam b/test/railsys/program/liba/jamfile.jam index f74311d0d..faa3d80ce 100644 --- a/test/railsys/program/liba/jamfile.jam +++ b/test/railsys/program/liba/jamfile.jam @@ -1,11 +1,11 @@ -# Copyright (c) 2003 Institute of Transport, -# Railway Construction and Operation, +# Copyright (c) 2003 Institute of Transport, +# Railway Construction and Operation, # University of Hanover, Germany -# Copyright (c) 2006 Jürgen Hunold +# Copyright (c) 2006 J�rgen Hunold # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) project liba ; diff --git a/test/railsys/program/liba/test_a.cpp b/test/railsys/program/liba/test_a.cpp index f9e538857..273e6edb9 100644 --- a/test/railsys/program/liba/test_a.cpp +++ b/test/railsys/program/liba/test_a.cpp @@ -1,10 +1,10 @@ -// Copyright (c) 2003 Institute of Transport, -// Railway Construction and Operation, +// Copyright (c) 2003 Institute of Transport, +// Railway Construction and Operation, // University of Hanover, Germany // -// 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) +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include "../include/test_a.h" diff --git a/test/railsys/program/main/jamfile.jam b/test/railsys/program/main/jamfile.jam index 095978eaf..2c6e02185 100644 --- a/test/railsys/program/main/jamfile.jam +++ b/test/railsys/program/main/jamfile.jam @@ -1,11 +1,11 @@ -# Copyright (c) 2002 Institute of Transport, -# Railway Construction and Operation, +# Copyright (c) 2002 Institute of Transport, +# Railway Construction and Operation, # University of Hanover, Germany -# Copyright (c) 2006 Jürgen Hunold +# Copyright (c) 2006 J�rgen Hunold # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) project main ; diff --git a/test/railsys/program/main/main.cpp b/test/railsys/program/main/main.cpp index 3f13f4bfc..04dbfb2f9 100644 --- a/test/railsys/program/main/main.cpp +++ b/test/railsys/program/main/main.cpp @@ -1,10 +1,10 @@ -// Copyright (c) 2002 Institute of Transport, -// Railway Construction and Operation, +// Copyright (c) 2002 Institute of Transport, +// Railway Construction and Operation, // University of Hanover, Germany // -// 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) +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) #include "../include/test_a.h" @@ -14,6 +14,6 @@ int main() { TestLibX stTestLibX; TestA stTestA; - + stTestLibX.do_something(); }; diff --git a/test/rebuilds.py b/test/rebuilds.py index 8242e3ec0..d84fc96a3 100644 --- a/test/rebuilds.py +++ b/test/rebuilds.py @@ -2,8 +2,8 @@ # Copyright 2005 Dave Abrahams # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/relative_sources.py b/test/relative_sources.py index 29f590fed..12ce2e8a5 100644 --- a/test/relative_sources.py +++ b/test/relative_sources.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that we can specify sources using relative names. diff --git a/test/remove_requirement.py b/test/remove_requirement.py index 9655ad3ae..56133d6dc 100644 --- a/test/remove_requirement.py +++ b/test/remove_requirement.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/rescan_header.py b/test/rescan_header.py index 90b74b16f..6384e5abd 100755 --- a/test/rescan_header.py +++ b/test/rescan_header.py @@ -2,7 +2,7 @@ # Copyright 2012 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/resolution.py b/test/resolution.py index 9cde218fa..cec8a4322 100644 --- a/test/resolution.py +++ b/test/resolution.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 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) +# (See accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests for the target id resolution process. diff --git a/test/rootless.py b/test/rootless.py index 3dc2de5bc..9f407d934 100644 --- a/test/rootless.py +++ b/test/rootless.py @@ -2,8 +2,8 @@ # Copyright 2018 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import os diff --git a/test/rootless/test1/sub_root/a.cpp b/test/rootless/test1/sub_root/a.cpp index 412a2bb4f..a22c6c6a6 100644 --- a/test/rootless/test1/sub_root/a.cpp +++ b/test/rootless/test1/sub_root/a.cpp @@ -1,6 +1,6 @@ // Copyright 2018 Rene Rivera // Distributed under the 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.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) int main() {} diff --git a/test/rootless/test1/sub_root/jamfile.jam b/test/rootless/test1/sub_root/jamfile.jam index 0a17bc400..ae9ab4be6 100644 --- a/test/rootless/test1/sub_root/jamfile.jam +++ b/test/rootless/test1/sub_root/jamfile.jam @@ -1,7 +1,7 @@ # Copyright 2018 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) actions foo { diff --git a/test/rootless/test2/sub_root/a.cpp b/test/rootless/test2/sub_root/a.cpp index 412a2bb4f..a22c6c6a6 100644 --- a/test/rootless/test2/sub_root/a.cpp +++ b/test/rootless/test2/sub_root/a.cpp @@ -1,6 +1,6 @@ // Copyright 2018 Rene Rivera // Distributed under the 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.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) int main() {} diff --git a/test/rootless/test2/sub_root/jamfile.jam b/test/rootless/test2/sub_root/jamfile.jam index 62416c0b7..f15a77566 100644 --- a/test/rootless/test2/sub_root/jamfile.jam +++ b/test/rootless/test2/sub_root/jamfile.jam @@ -1,7 +1,7 @@ # Copyright 2018 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) project foo ; diff --git a/test/rootless/test3/jamfile.jam b/test/rootless/test3/jamfile.jam index ab8da6a06..521edfd8a 100644 --- a/test/rootless/test3/jamfile.jam +++ b/test/rootless/test3/jamfile.jam @@ -1,6 +1,6 @@ # Copyright 2018 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) project root-foo : build-dir bins ; diff --git a/test/rootless/test3/sub/inner/a.cpp b/test/rootless/test3/sub/inner/a.cpp index 412a2bb4f..a22c6c6a6 100644 --- a/test/rootless/test3/sub/inner/a.cpp +++ b/test/rootless/test3/sub/inner/a.cpp @@ -1,6 +1,6 @@ // Copyright 2018 Rene Rivera // Distributed under the 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.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) int main() {} diff --git a/test/rootless/test3/sub/inner/jamfile.jam b/test/rootless/test3/sub/inner/jamfile.jam index 6aeddab3b..464f7631b 100644 --- a/test/rootless/test3/sub/inner/jamfile.jam +++ b/test/rootless/test3/sub/inner/jamfile.jam @@ -1,7 +1,7 @@ # Copyright 2018 Rene Rivera # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) actions foo { diff --git a/test/scanner_causing_rebuilds.py b/test/scanner_causing_rebuilds.py index d1ff66bfd..d0b55ee16 100755 --- a/test/scanner_causing_rebuilds.py +++ b/test/scanner_causing_rebuilds.py @@ -2,7 +2,7 @@ # Copyright 2012 Jurko Gospodnetic # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests for a bug causing Boost Build's scanner targets to be rebuilt. # unnecessarily in the following scenario: diff --git a/test/searched_lib.py b/test/searched_lib.py index 5c1da5f35..67fef4630 100644 --- a/test/searched_lib.py +++ b/test/searched_lib.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test usage of searched-libs: one which are found via -l # switch to the linker/compiler. diff --git a/test/skipping.py b/test/skipping.py index a187a4bed..a3eda7a0a 100644 --- a/test/skipping.py +++ b/test/skipping.py @@ -2,7 +2,7 @@ # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that V2 does not fail gracelessy when any target is skipped. diff --git a/test/sort_rule.py b/test/sort_rule.py index 395373263..82f7d82e6 100755 --- a/test/sort_rule.py +++ b/test/sort_rule.py @@ -2,8 +2,8 @@ # Copyright (C) 2008. Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests for the Boost Jam builtin SORT rule. diff --git a/test/source_locations.py b/test/source_locations.py index 8123a1864..11422d43a 100644 --- a/test/source_locations.py +++ b/test/source_locations.py @@ -2,8 +2,8 @@ # Copyright (C) Craig Rodrigues 2005. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that projects with multiple source-location directories are handled OK. diff --git a/test/source_order.py b/test/source_order.py index f21710a8c..90011fe5b 100755 --- a/test/source_order.py +++ b/test/source_order.py @@ -2,7 +2,7 @@ # Copyright 2013 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests that action sources are not reordered diff --git a/test/space_in_path.py b/test/space_in_path.py index 7f0c041a3..bfcba4894 100755 --- a/test/space_in_path.py +++ b/test/space_in_path.py @@ -2,7 +2,7 @@ # Copyright 2012 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that paths containing spaces are handled correctly by actions. diff --git a/test/stage.py b/test/stage.py index 4dd4e2f94..8b31b4b0f 100644 --- a/test/stage.py +++ b/test/stage.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2004, 2005, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test staging. diff --git a/test/standalone.py b/test/standalone.py index 6d9e9e862..f13ed59db 100644 --- a/test/standalone.py +++ b/test/standalone.py @@ -2,8 +2,8 @@ # Copyright 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/startup/boost-root/boost-build.jam b/test/startup/boost-root/boost-build.jam index 098889f7b..19f9df3c5 100644 --- a/test/startup/boost-root/boost-build.jam +++ b/test/startup/boost-root/boost-build.jam @@ -1,7 +1,7 @@ -# Copyright 2002 Dave Abrahams -# Copyright 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Dave Abrahams +# Copyright 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Emulate v1 behavior; with the boost-build file in the boost root directory. boost-build build ; diff --git a/test/startup/boost-root/build/boost-build.jam b/test/startup/boost-root/build/boost-build.jam index 610ec79ee..eb2f7970b 100644 --- a/test/startup/boost-root/build/boost-build.jam +++ b/test/startup/boost-root/build/boost-build.jam @@ -1,6 +1,6 @@ -# Copyright 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # The presence of this file emulates the Boost 1.27.0 release include $(BOOST_ROOT)/tools/build/bootstrap.jam ; diff --git a/test/startup/boost-root/build/bootstrap.jam b/test/startup/boost-root/build/bootstrap.jam index 2ee3507c3..982be4a6e 100644 --- a/test/startup/boost-root/build/bootstrap.jam +++ b/test/startup/boost-root/build/bootstrap.jam @@ -1,6 +1,6 @@ -# Copyright 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) ECHO build system bootstrapped ; DEPENDS all : nothing ; diff --git a/test/startup/bootstrap-env/boost-build.jam b/test/startup/bootstrap-env/boost-build.jam index 67a285e7c..1835ce1ba 100644 --- a/test/startup/bootstrap-env/boost-build.jam +++ b/test/startup/bootstrap-env/boost-build.jam @@ -1,5 +1,5 @@ -# Copyright 2002 Dave Abrahams -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Dave Abrahams +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) boost-build ; diff --git a/test/startup/bootstrap-explicit/boost-build.jam b/test/startup/bootstrap-explicit/boost-build.jam index 27d9108b7..571077851 100644 --- a/test/startup/bootstrap-explicit/boost-build.jam +++ b/test/startup/bootstrap-explicit/boost-build.jam @@ -1,6 +1,6 @@ -# Copyright 2002 Dave Abrahams -# Copyright 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Dave Abrahams +# Copyright 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) boost-build ../boost-root/build ; diff --git a/test/startup/no-bootstrap1/boost-build.jam b/test/startup/no-bootstrap1/boost-build.jam index b1b4dc696..d98b5cdfa 100644 --- a/test/startup/no-bootstrap1/boost-build.jam +++ b/test/startup/no-bootstrap1/boost-build.jam @@ -1,6 +1,6 @@ -# Copyright 2002 Dave Abrahams -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Dave Abrahams +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Bootstrap file not found via implicit lookup in BOOST_BUILD_PATH boost-build ; diff --git a/test/startup/no-bootstrap2/boost-build.jam b/test/startup/no-bootstrap2/boost-build.jam index 505dcd775..dffe883e2 100644 --- a/test/startup/no-bootstrap2/boost-build.jam +++ b/test/startup/no-bootstrap2/boost-build.jam @@ -1,6 +1,6 @@ -# Copyright 2002 Dave Abrahams -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Dave Abrahams +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Bootstrap file not found via explicit lookup in . boost-build . ; diff --git a/test/startup/no-bootstrap3/boost-build.jam b/test/startup/no-bootstrap3/boost-build.jam index 252a3993c..9b4dceb22 100644 --- a/test/startup/no-bootstrap3/boost-build.jam +++ b/test/startup/no-bootstrap3/boost-build.jam @@ -1,5 +1,5 @@ -# Copyright 2002 Dave Abrahams -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Dave Abrahams +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Call to boost-build is intentionally missing diff --git a/test/startup_v2.py b/test/startup_v2.py index d84948eeb..0cd7ef3c3 100644 --- a/test/startup_v2.py +++ b/test/startup_v2.py @@ -3,7 +3,7 @@ # Copyright 2002 Dave Abrahams # Copyright 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild import os.path diff --git a/test/static_and_shared_library.py b/test/static_and_shared_library.py index c3443e927..e30a5465d 100755 --- a/test/static_and_shared_library.py +++ b/test/static_and_shared_library.py @@ -3,7 +3,7 @@ # Copyright 2002, 2003 Dave Abrahams # Copyright 2002, 2003, 2005 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/suffix.py b/test/suffix.py index b31dd1730..e831ece20 100644 --- a/test/suffix.py +++ b/test/suffix.py @@ -2,7 +2,7 @@ # Copyright 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/symlink.py b/test/symlink.py index ab02db2f5..b84309afe 100644 --- a/test/symlink.py +++ b/test/symlink.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the 'symlink' rule. diff --git a/test/tag.py b/test/tag.py index adf2fce6f..260bb385f 100644 --- a/test/tag.py +++ b/test/tag.py @@ -2,8 +2,8 @@ # Copyright (C) 2003. Pedro Ferreira # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/template.py b/test/template.py index c5917c2fa..180a82303 100644 --- a/test/template.py +++ b/test/template.py @@ -2,8 +2,8 @@ # Copyright (C) FILL SOMETHING HERE 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) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # This file is template for B2 tests. It creates a simple project that # builds one exe from one source, and checks that the exe is really created. diff --git a/test/test-config-example.jam b/test/test-config-example.jam index 6cb813fa0..269683a69 100644 --- a/test/test-config-example.jam +++ b/test/test-config-example.jam @@ -1,19 +1,19 @@ -# Copyright 2004, 2005, 2006 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2004, 2005, 2006 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) -# Skeleton for test configuration. If your local configuration +# Skeleton for test configuration. If your local configuration # interferes with testing, rename this files to 'test-system.jam' # and tweak it. When tests are run, only this file will be loaded, # while site-config.jam and user-config.jam will be ignored. using gcc ; -using boostbook +using boostbook : /home/ghost/Store/docbook/xsl : /home/ghost/Store/docbook/dtd : /home/ghost/Work/Boost/boost-svn/tools/boostbook - ; + ; using doxygen ; using qt4 : /usr/share/qt4 ; diff --git a/test/test.jam b/test/test.jam index 1ae1a2059..d27ef2817 100644 --- a/test/test.jam +++ b/test/test.jam @@ -1,8 +1,8 @@ -# Copyright 2001, 2002, 2003 Dave Abrahams -# Copyright 2002 Rene Rivera -# Copyright 2002, 2003, 2004 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2001, 2002, 2003 Dave Abrahams +# Copyright 2002 Rene Rivera +# Copyright 2002, 2003, 2004 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # util import assert ; diff --git a/test/test1.py b/test/test1.py index 79d142221..9090b7f34 100644 --- a/test/test1.py +++ b/test/test1.py @@ -2,7 +2,7 @@ # Copyright 2002 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/test2.py b/test/test2.py index b7c99be12..42361d895 100644 --- a/test/test2.py +++ b/test/test2.py @@ -3,7 +3,7 @@ # Copyright 2002, 2003 Dave Abrahams # Copyright 2002, 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/test2/foo.cpp b/test/test2/foo.cpp index 135fa90f6..e347939db 100644 --- a/test/test2/foo.cpp +++ b/test/test2/foo.cpp @@ -1,10 +1,7 @@ // Copyright (c) 2003 Vladimir Prus // // Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// http://www.boost.org -// +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) int main() { return 0; } diff --git a/test/test2/jamroot.jam b/test/test2/jamroot.jam index 4fb3f2886..0790a86d9 100644 --- a/test/test2/jamroot.jam +++ b/test/test2/jamroot.jam @@ -1,5 +1,5 @@ -# Copyright 2002 Vladimir Prus -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# Copyright 2002 Vladimir Prus +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) exe foo : foo.cpp ; diff --git a/test/test_all.py b/test/test_all.py index 307e8bef7..07e428159 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -3,8 +3,8 @@ # Copyright 2002-2005 Dave Abrahams. # Copyright 2002-2006 Vladimir Prus. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from __future__ import print_function @@ -212,7 +212,8 @@ tests = ["absolute_sources", "core_variables_in_actions", "custom_generator", "debugger", - "debugger-mi", +# Newly broken? +# "debugger-mi", "default_build", "default_features", # This test is known to be broken itself. diff --git a/test/test_rc.py b/test/test_rc.py index 56c02b7ef..0c0224f91 100755 --- a/test/test_rc.py +++ b/test/test_rc.py @@ -2,8 +2,8 @@ # Copyright 2012 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests rc toolset behaviour. diff --git a/test/testing.py b/test/testing.py index 850d3257c..c3d5f83a1 100755 --- a/test/testing.py +++ b/test/testing.py @@ -3,7 +3,7 @@ # Copyright 2008 Jurko Gospodnetic # Copyright 2017 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests different aspects of Boost Builds automated testing support. diff --git a/test/timedata.py b/test/timedata.py index 32cec265a..007a409c8 100644 --- a/test/timedata.py +++ b/test/timedata.py @@ -3,8 +3,8 @@ # Copyright 2005 David Abrahams # Copyright 2008, 2012 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Tests the build step timing facilities. diff --git a/test/toolset-mock/Jamroot.jam b/test/toolset-mock/Jamroot.jam index fd5f7907b..b9ce8e500 100644 --- a/test/toolset-mock/Jamroot.jam +++ b/test/toolset-mock/Jamroot.jam @@ -1,8 +1,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) lib l1 : lib.cpp ; exe test : main.cpp l1 ; diff --git a/test/toolset-mock/lib.cpp b/test/toolset-mock/lib.cpp index 1ba30e32d..6c6352a29 100644 --- a/test/toolset-mock/lib.cpp +++ b/test/toolset-mock/lib.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2017 Steven Watanabe // // Distributed under the 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.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) int f() {} diff --git a/test/toolset-mock/main.cpp b/test/toolset-mock/main.cpp index 0fc8b9a75..7b21686c4 100644 --- a/test/toolset-mock/main.cpp +++ b/test/toolset-mock/main.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2017 Steven Watanabe // // Distributed under the 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.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) int main() {} diff --git a/test/toolset-mock/project-config.jam b/test/toolset-mock/project-config.jam index 30a9e9415..843ca2173 100644 --- a/test/toolset-mock/project-config.jam +++ b/test/toolset-mock/project-config.jam @@ -1,8 +1,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import modules ; import os ; diff --git a/test/toolset-mock/src/Jamroot.jam b/test/toolset-mock/src/Jamroot.jam index c8fc0078b..d4c53b205 100644 --- a/test/toolset-mock/src/Jamroot.jam +++ b/test/toolset-mock/src/Jamroot.jam @@ -1,8 +1,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import os ; import print ; diff --git a/test/toolset-mock/src/MockProgram.py b/test/toolset-mock/src/MockProgram.py index 886197ac5..f0cc858d7 100644 --- a/test/toolset-mock/src/MockProgram.py +++ b/test/toolset-mock/src/MockProgram.py @@ -3,8 +3,8 @@ # Copyright 2020 René Ferdinand Rivera Morell # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from __future__ import print_function diff --git a/test/toolset-mock/src/ar.py b/test/toolset-mock/src/ar.py index dec40bd07..9360f865c 100644 --- a/test/toolset-mock/src/ar.py +++ b/test/toolset-mock/src/ar.py @@ -5,8 +5,8 @@ # Copyright 2020 René Ferdinand Rivera Morell # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/clang-3.9.0-darwin.py b/test/toolset-mock/src/clang-3.9.0-darwin.py index d8c2163ab..821817771 100644 --- a/test/toolset-mock/src/clang-3.9.0-darwin.py +++ b/test/toolset-mock/src/clang-3.9.0-darwin.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/clang-linux-3.9.0.py b/test/toolset-mock/src/clang-linux-3.9.0.py index 424acb02a..36139b801 100644 --- a/test/toolset-mock/src/clang-linux-3.9.0.py +++ b/test/toolset-mock/src/clang-linux-3.9.0.py @@ -5,8 +5,8 @@ # Copyright 2020 René Ferdinand Rivera Morell # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/clang-vxworks-4.0.1.py b/test/toolset-mock/src/clang-vxworks-4.0.1.py index a1fbedb11..740be8370 100644 --- a/test/toolset-mock/src/clang-vxworks-4.0.1.py +++ b/test/toolset-mock/src/clang-vxworks-4.0.1.py @@ -3,8 +3,8 @@ # Copyright 2018 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/darwin-4.2.1.py b/test/toolset-mock/src/darwin-4.2.1.py index d81359ca5..1c12e00b3 100644 --- a/test/toolset-mock/src/darwin-4.2.1.py +++ b/test/toolset-mock/src/darwin-4.2.1.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/gcc-4.2.1-darwin.py b/test/toolset-mock/src/gcc-4.2.1-darwin.py index 76058c320..0af1f058d 100644 --- a/test/toolset-mock/src/gcc-4.2.1-darwin.py +++ b/test/toolset-mock/src/gcc-4.2.1-darwin.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/gcc-4.8.3-linux.py b/test/toolset-mock/src/gcc-4.8.3-linux.py index 5604ee5d1..631be7647 100644 --- a/test/toolset-mock/src/gcc-4.8.3-linux.py +++ b/test/toolset-mock/src/gcc-4.8.3-linux.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/intel-darwin-10.2.py b/test/toolset-mock/src/intel-darwin-10.2.py index 314d6c458..df04a99cb 100644 --- a/test/toolset-mock/src/intel-darwin-10.2.py +++ b/test/toolset-mock/src/intel-darwin-10.2.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/ld.py b/test/toolset-mock/src/ld.py index 2b644e501..040c23191 100644 --- a/test/toolset-mock/src/ld.py +++ b/test/toolset-mock/src/ld.py @@ -3,8 +3,8 @@ # Copyright 2018 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/libtool.py b/test/toolset-mock/src/libtool.py index 9f58dc96d..35b6051cc 100644 --- a/test/toolset-mock/src/libtool.py +++ b/test/toolset-mock/src/libtool.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/mock-program.cpp b/test/toolset-mock/src/mock-program.cpp index 62dd4b8a4..e4a4523a5 100644 --- a/test/toolset-mock/src/mock-program.cpp +++ b/test/toolset-mock/src/mock-program.cpp @@ -3,8 +3,8 @@ // Copyright (c) 2017 Steven Watanabe // // Distributed under the Boost Software License Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +// accompanying file LICENSE.txt or copy at +// https://www.bfgroup.xyz/b2/LICENSE.txt) // This program does nothing except to exec a python script diff --git a/test/toolset-mock/src/project-config.jam b/test/toolset-mock/src/project-config.jam index 73dcf42df..4d57faa45 100644 --- a/test/toolset-mock/src/project-config.jam +++ b/test/toolset-mock/src/project-config.jam @@ -1,5 +1,5 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) diff --git a/test/toolset-mock/src/ranlib.py b/test/toolset-mock/src/ranlib.py index 42d8ee343..5442dcca6 100644 --- a/test/toolset-mock/src/ranlib.py +++ b/test/toolset-mock/src/ranlib.py @@ -5,8 +5,8 @@ # Copyright 2020 René Ferdinand Rivera Morell # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/strip.py b/test/toolset-mock/src/strip.py index 6245588bf..09b074307 100644 --- a/test/toolset-mock/src/strip.py +++ b/test/toolset-mock/src/strip.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset-mock/src/verify.py b/test/toolset-mock/src/verify.py index 6e5e0ea7b..9181d08fb 100644 --- a/test/toolset-mock/src/verify.py +++ b/test/toolset-mock/src/verify.py @@ -1,8 +1,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) from MockProgram import * diff --git a/test/toolset_clang_darwin.py b/test/toolset_clang_darwin.py index 53c7c07cb..e261fa9a6 100644 --- a/test/toolset_clang_darwin.py +++ b/test/toolset_clang_darwin.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # validates the clang-darwin toolset using a mock of clang diff --git a/test/toolset_clang_linux.py b/test/toolset_clang_linux.py index 5bc287378..eed96875f 100644 --- a/test/toolset_clang_linux.py +++ b/test/toolset_clang_linux.py @@ -5,8 +5,8 @@ # Copyright 2020 René Ferdinand Rivera Morell # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # validates the clang_linux toolset using a mock of clang diff --git a/test/toolset_clang_vxworks.py b/test/toolset_clang_vxworks.py index efdc12759..66ed4d8f2 100644 --- a/test/toolset_clang_vxworks.py +++ b/test/toolset_clang_vxworks.py @@ -3,8 +3,8 @@ # Copyright 2018 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # validates the clang_vxworks toolset using a mock of clang diff --git a/test/toolset_darwin.py b/test/toolset_darwin.py index 58ecc8d2b..246c27305 100644 --- a/test/toolset_darwin.py +++ b/test/toolset_darwin.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # validates the darwin toolset using a mock of gcc diff --git a/test/toolset_defaults.py b/test/toolset_defaults.py index 6d76c10fd..912b8a05d 100644 --- a/test/toolset_defaults.py +++ b/test/toolset_defaults.py @@ -2,7 +2,7 @@ # Copyright 2018 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the handling of toolset.add-defaults diff --git a/test/toolset_gcc.py b/test/toolset_gcc.py index d3d65fcf9..948de9e42 100644 --- a/test/toolset_gcc.py +++ b/test/toolset_gcc.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # validates the gcc toolset using a mock of gcc diff --git a/test/toolset_intel_darwin.py b/test/toolset_intel_darwin.py index db0444900..53df4744e 100644 --- a/test/toolset_intel_darwin.py +++ b/test/toolset_intel_darwin.py @@ -3,8 +3,8 @@ # Copyright 2017 Steven Watanabe # # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # validates the intel-darwin toolset using a mock of icc diff --git a/test/toolset_requirements.py b/test/toolset_requirements.py index c9a8fa8ee..a911ba0e3 100644 --- a/test/toolset_requirements.py +++ b/test/toolset_requirements.py @@ -2,7 +2,7 @@ # Copyright 2014 Steven Watanabe # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the handling of toolset.add-requirements diff --git a/test/tree.py b/test/tree.py index 11899dd70..18215d672 100644 --- a/test/tree.py +++ b/test/tree.py @@ -2,8 +2,8 @@ # Copyright 2001, 2002 Vladimir Prus # Copyright 2012 Jurko Gospodnetic # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) ############################################################################### # diff --git a/test/unit_test.py b/test/unit_test.py index da28503bc..dde205ff9 100644 --- a/test/unit_test.py +++ b/test/unit_test.py @@ -2,7 +2,7 @@ # Copyright 2003, 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test the unit_test rule. diff --git a/test/unit_tests.py b/test/unit_tests.py index 705764b6b..323e31c0e 100644 --- a/test/unit_tests.py +++ b/test/unit_tests.py @@ -2,7 +2,7 @@ # Copyright 2002, 2003 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/unused.py b/test/unused.py index 2b185d0de..8599dd3b0 100644 --- a/test/unused.py +++ b/test/unused.py @@ -2,8 +2,8 @@ # Copyright 2003 Vladimir Prus # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that unused sources are at least reported. diff --git a/test/use_requirements.py b/test/use_requirements.py index 366281509..575a3e5a9 100644 --- a/test/use_requirements.py +++ b/test/use_requirements.py @@ -3,7 +3,7 @@ # Copyright 2003 Dave Abrahams # Copyright 2002, 2003, 2004, 2006 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/using.py b/test/using.py index 495f412b1..1ee3dffa0 100644 --- a/test/using.py +++ b/test/using.py @@ -2,8 +2,8 @@ # Copyright (C) Vladimir Prus 2005. # Distributed under the Boost Software License, Version 1.0. (See -# accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# accompanying file LICENSE.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) import BoostBuild diff --git a/test/wrapper.py b/test/wrapper.py index 1adeb2c90..f99e26169 100644 --- a/test/wrapper.py +++ b/test/wrapper.py @@ -2,7 +2,7 @@ # Copyright 2004 Vladimir Prus # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt) # Test that the user can define his own rule that will call built-in main target # rule and that this will work. diff --git a/test/wrong_project.py b/test/wrong_project.py index 7183a6062..bacd01b70 100644 --- a/test/wrong_project.py +++ b/test/wrong_project.py @@ -2,8 +2,8 @@ # Copyright Vladimir Prus 2005. # Distributed under the 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.txt or copy at +# https://www.bfgroup.xyz/b2/LICENSE.txt) # Regression test. When Jamfile contained "using whatever ; " and the 'whatever' # module declared a project, then all targets in Jamfile were considered to be