diff --git a/README.md b/README.md index 3fe123e8..dd2735f1 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ The [beta website](https://beta.boost.org) website is available for testing and experiments, and is automatically updated from the beta branch. If you want to edit the website, or run it locally, see the -[guide to updating the website](http://www.boost.org/development/website_updating.html). +[guide to updating the website](https://www.boost.org/development/website_updating.html). To add to the release notes, create a pull request for the appropriate file in [the history directory](https://github.com/boostorg/website/tree/master/feed/history). You can preview the release notes for upcoming releases at the -[in progress release page](http://www.boost.org/users/history/in_progress.html). +[in progress release page](https://www.boost.org/users/history/in_progress.html). This is updated once an hour. diff --git a/common/code/boost.php b/common/code/boost.php index 22b91f74..8d70d4d3 100644 --- a/common/code/boost.php +++ b/common/code/boost.php @@ -2,7 +2,7 @@ /* Copyright 2007 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ require_once(dirname(__FILE__) . '/boost_config.php'); diff --git a/common/code/boost_archive.php b/common/code/boost_archive.php index 5cb61cdc..82f7a15f 100644 --- a/common/code/boost_archive.php +++ b/common/code/boost_archive.php @@ -4,7 +4,7 @@ Copyright 2005-2008 Redshift Software, Inc. Copyright 2016 Daniel James 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ require_once(dirname(__FILE__) . '/boost.php'); diff --git a/common/code/boost_book_parser.php b/common/code/boost_book_parser.php index f0b9fdc5..bd51c180 100644 --- a/common/code/boost_book_parser.php +++ b/common/code/boost_book_parser.php @@ -3,7 +3,7 @@ # Copyright 2007 Rene Rivera # Copyright 2011, 2015 Daniel James # 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) class BoostBookParser { function parse($filename) { diff --git a/common/code/boost_config.php b/common/code/boost_config.php index b3df6079..3a8e9032 100644 --- a/common/code/boost_config.php +++ b/common/code/boost_config.php @@ -2,7 +2,7 @@ /* Copyright 2005-2007 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ /* diff --git a/common/code/boost_documentation.php b/common/code/boost_documentation.php index a1037f71..b6945793 100644 --- a/common/code/boost_documentation.php +++ b/common/code/boost_documentation.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ require_once(dirname(__FILE__) . '/boost.php'); diff --git a/common/code/boost_filter.php b/common/code/boost_filter.php index 491951e4..6ad0d6fd 100644 --- a/common/code/boost_filter.php +++ b/common/code/boost_filter.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ /* diff --git a/common/code/boost_filter_basic.php b/common/code/boost_filter_basic.php index aeee56f0..f9712257 100644 --- a/common/code/boost_filter_basic.php +++ b/common/code/boost_filter_basic.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterBasic extends BoostFilter diff --git a/common/code/boost_filter_boost_book_basic.php b/common/code/boost_filter_boost_book_basic.php index a47740ba..385e3da8 100644 --- a/common/code/boost_filter_boost_book_basic.php +++ b/common/code/boost_filter_boost_book_basic.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterBoostBookBasic extends BoostFilter diff --git a/common/code/boost_filter_cpp.php b/common/code/boost_filter_cpp.php index 17fbeac1..de5b207a 100644 --- a/common/code/boost_filter_cpp.php +++ b/common/code/boost_filter_cpp.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterCpp extends BoostFilterText diff --git a/common/code/boost_filter_develop_box.php b/common/code/boost_filter_develop_box.php index 171c0a8a..5049c6dc 100644 --- a/common/code/boost_filter_develop_box.php +++ b/common/code/boost_filter_develop_box.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterDevelopBox extends BoostFilter diff --git a/common/code/boost_filter_qbk.php b/common/code/boost_filter_qbk.php index e8670aa1..88aefc2c 100644 --- a/common/code/boost_filter_qbk.php +++ b/common/code/boost_filter_qbk.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterQbk extends BoostFilterText diff --git a/common/code/boost_filter_simple.php b/common/code/boost_filter_simple.php index 65928a6c..6c09650c 100644 --- a/common/code/boost_filter_simple.php +++ b/common/code/boost_filter_simple.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterSimple extends BoostFilter diff --git a/common/code/boost_filter_text.php b/common/code/boost_filter_text.php index 571a540e..d759ce78 100644 --- a/common/code/boost_filter_text.php +++ b/common/code/boost_filter_text.php @@ -2,7 +2,7 @@ /* Copyright 2005-2008 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ class BoostFilterText extends BoostFilter diff --git a/common/code/boost_irc_stats.php b/common/code/boost_irc_stats.php index 814cd66d..9a8d9f9a 100644 --- a/common/code/boost_irc_stats.php +++ b/common/code/boost_irc_stats.php @@ -2,7 +2,7 @@ /* Copyright 2005-2006 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ require_once(dirname(__FILE__) . '/boost.php'); diff --git a/common/code/boost_libraries.php b/common/code/boost_libraries.php index 5bd2b6a7..56773c30 100644 --- a/common/code/boost_libraries.php +++ b/common/code/boost_libraries.php @@ -2,7 +2,7 @@ /* Copyright 2006 Redshift Software, 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ // Change this when developing. diff --git a/common/code/boost_library.php b/common/code/boost_library.php index 9d27c7d1..ad170589 100644 --- a/common/code/boost_library.php +++ b/common/code/boost_library.php @@ -3,7 +3,7 @@ Copyright 2006 Redshift Software, Inc. Copyright 2014 Daniel James 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ /** diff --git a/common/code/boost_maintainers.php b/common/code/boost_maintainers.php index adb95a90..8791a2a4 100644 --- a/common/code/boost_maintainers.php +++ b/common/code/boost_maintainers.php @@ -3,7 +3,7 @@ /* Copyright 2015 Daniel James 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_1_0.txt or https://www.boost.org/LICENSE_1_0.txt) */ /* This class doesn't really support the maintainers file in Boost 1.35.0. diff --git a/common/code/boost_pages.php b/common/code/boost_pages.php index 7eeef5e6..9fa1de69 100644 --- a/common/code/boost_pages.php +++ b/common/code/boost_pages.php @@ -1,7 +1,7 @@ diff --git a/community/acknowledgements.html b/community/acknowledgements.html index 5b7ed9e0..5295b4f1 100644 --- a/community/acknowledgements.html +++ b/community/acknowledgements.html @@ -18,7 +18,7 @@ diff --git a/community/blom_libraries/boost_function.html b/community/blom_libraries/boost_function.html index d9bd42b1..283e159f 100644 --- a/community/blom_libraries/boost_function.html +++ b/community/blom_libraries/boost_function.html @@ -17,7 +17,7 @@ diff --git a/community/committee.html b/community/committee.html index ca013f3e..72ef4bf6 100644 --- a/community/committee.html +++ b/community/committee.html @@ -15,7 +15,7 @@ @@ -182,7 +182,7 @@ http://www.boost.org/development/website_updating.html

© Copyright Beman Dawes, 2002, 2006, 2007, 2009, 2010

Distributed under the Boost Software License, Version 1.0. See - + www.boost.org/LICENSE_1_0.txt

Revised 18 January 2010

diff --git a/community/counted_body.html b/community/counted_body.html index cc9a51ad..c40bec59 100644 --- a/community/counted_body.html +++ b/community/counted_body.html @@ -11,7 +11,7 @@ diff --git a/community/cpp.html b/community/cpp.html index 5f2625ba..35018906 100644 --- a/community/cpp.html +++ b/community/cpp.html @@ -11,7 +11,7 @@ diff --git a/community/error_handling.html b/community/error_handling.html index 20d476d6..01f660fe 100644 --- a/community/error_handling.html +++ b/community/error_handling.html @@ -11,7 +11,7 @@ diff --git a/community/exception_safety.html b/community/exception_safety.html index eb8bc448..e7472428 100644 --- a/community/exception_safety.html +++ b/community/exception_safety.html @@ -18,7 +18,7 @@ diff --git a/community/feature_model_diagrams.html b/community/feature_model_diagrams.html index dab2232e..84598f96 100644 --- a/community/feature_model_diagrams.html +++ b/community/feature_model_diagrams.html @@ -11,7 +11,7 @@ diff --git a/community/generic_programming.html b/community/generic_programming.html index 1255fe95..8dde8f13 100644 --- a/community/generic_programming.html +++ b/community/generic_programming.html @@ -18,7 +18,7 @@ diff --git a/community/groups.html b/community/groups.html index 1e662b26..4ad0b9c3 100644 --- a/community/groups.html +++ b/community/groups.html @@ -11,7 +11,7 @@ diff --git a/community/gsoc.html b/community/gsoc.html index e6f69f95..c689dd40 100644 --- a/community/gsoc.html +++ b/community/gsoc.html @@ -11,7 +11,7 @@ @@ -39,7 +39,7 @@ http://www.boost.org/development/website_updating.html December/January by the student reviewing past GSoC project ideas and approaching the Boost + href="https://www.boost.org/community/groups.html#main">Boost developers mailing list to find a mentor willing to mentor them and codevelop a project proposal to be submitted to Google for funding the coming summer. Students should expect to be @@ -76,7 +76,7 @@ Students may find examining past GSoC source code and commit histories of use.
  • 2008 Project Ideas
  • 2007 Project Ideas
  • 2006 Project Ideas. -An overview of Boost participation in Google Summer of Code™ 2006. +An overview of Boost participation in Google Summer of Code™ 2006.
  • Sponsorships