diff options
3 files changed, 28 insertions, 22 deletions
diff --git a/contrib/restricted/boost/geometry/LICENSE_1_0.txt b/contrib/restricted/boost/geometry/LICENSE_1_0.txt new file mode 100644 index 0000000000..36b7cd93cd --- /dev/null +++ b/contrib/restricted/boost/geometry/LICENSE_1_0.txt @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/contrib/restricted/boost/geometry/README.md b/contrib/restricted/boost/geometry/README.md index 094a672830..9532cec9cb 100644 --- a/contrib/restricted/boost/geometry/README.md +++ b/contrib/restricted/boost/geometry/README.md @@ -1,6 +1,6 @@ #  -Boost.Geometry, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), defines concepts, primitives and algorithms for solving geometry problems. +Boost.Geometry, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), defines concepts, primitives and algorithms for solving geometry problems. Boost.Geometry is a C++14 header-only library. [](http://www.boost.org/LICENSE_1_0.txt) [](http://boost.org/libs/geometry) @@ -10,10 +10,10 @@ Boost.Geometry, part of collection of the [Boost C++ Libraries](http://github.co ### Test results -@ | Build | Coverage | Regression -------------|---------------|----------------|------------ -**master** | [](https://circleci.com/gh/boostorg/geometry/tree/master) | [](https://coveralls.io/github/boostorg/geometry?branch=master) | [](http://www.boost.org/development/tests/master/developer/geometry.html) [](http://www.boost.org/development/tests/master/developer/geometry-index.html) -**develop** | [](https://circleci.com/gh/boostorg/geometry/tree/develop) | [](https://coveralls.io/github/boostorg/geometry?branch=develop) | [](http://www.boost.org/development/tests/develop/developer/geometry.html) [](http://www.boost.org/development/tests/develop/developer/geometry-index.html) [](http://www.boost.org/development/tests/develop/developer/geometry-extensions.html) + Branch | Build | Coverage | Regression | Documentation +------------|---------------|----------------|------------|-------------- +**develop** | [](https://circleci.com/gh/boostorg/geometry/tree/develop) <br> [](https://github.com/boostorg/geometry/actions?query=branch:develop+workflow:minimal) | [](https://coveralls.io/github/boostorg/geometry?branch=develop) <br> [](https://codecov.io/gh/boostorg/geometry/branch/develop) | [](http://www.boost.org/development/tests/develop/developer/geometry.html) [](http://www.boost.org/development/tests/develop/developer/geometry-index.html) [](http://www.boost.org/development/tests/develop/developer/geometry-extensions.html) | [](https://github.com/boostorg/geometry/actions?query=branch:develop+workflow:documentation) +**master** | [](https://circleci.com/gh/boostorg/geometry/tree/master) <br> [](https://github.com/boostorg/geometry/actions?query=branch:master+workflow:minimal) | [](https://coveralls.io/github/boostorg/geometry?branch=master) <br> [](https://codecov.io/gh/boostorg/geometry/branch/master) | [](http://www.boost.org/development/tests/master/developer/geometry.html) [](http://www.boost.org/development/tests/master/developer/geometry-index.html) | [](https://github.com/boostorg/geometry/actions?query=branch:master+workflow:documentation) ### Directories diff --git a/contrib/restricted/boost/geometry/include/boost/geometry/util/readme.txt b/contrib/restricted/boost/geometry/include/boost/geometry/util/readme.txt deleted file mode 100644 index 7a1bf88beb..0000000000 --- a/contrib/restricted/boost/geometry/include/boost/geometry/util/readme.txt +++ /dev/null @@ -1,17 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2011 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// 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) - -This folder contains several headerfiles not fitting in one of the other folders, -or meta-functions which would fit into boost as a separate trait or utility, -such as add_const_if_c - |