From 45e2eff81145f96c816ca1ee60bca3aad5ec639b Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 3 Oct 2019 10:03:53 +0200 Subject: [PATCH] Work around to conda-build work and ship the LICENSE --- conda/LICENSE | 60 ------------------------------------------------- conda/meta.yaml | 1 - 2 files changed, 61 deletions(-) delete mode 100644 conda/LICENSE diff --git a/conda/LICENSE b/conda/LICENSE deleted file mode 100644 index 782e5e5e..00000000 --- a/conda/LICENSE +++ /dev/null @@ -1,60 +0,0 @@ -Copyright (c) 2018 Idiap Research Institute, http://www.idiap.ch/ -Written by Andre Anjos <andre.anjos@idiap.ch> - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors -may be used to endorse or promote products derived from this software without -specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ------------------------------------------------------------------------------- - -Code from the "webdav3" directory was copied from the Github repository -https://github.com/ezhov-evgeny/webdav-client-python-3, but later modified and -repackaged as part of this package. - -The authors asked to reproduce the following license text. - - -COPYRIGHT AND PERMISSION NOTICE -------------------------------- - -Copyright (c) 2016, The WDC Project, and many contributors, see the THANKS -file. - -All rights reserved. - -Permission to use, copy, modify, and distribute this software for any purpose -with or without fee is hereby granted, provided that the above copyright notice -and this permission notice appear in all copies. - -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 AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE -OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of a copyright holder shall not be -used in advertising or otherwise to promote the sale, use or other dealings in -this Software without prior written authorization of the copyright holder. diff --git a/conda/meta.yaml b/conda/meta.yaml index 03d6144e..059b5658 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -111,4 +111,3 @@ about: license: BSD 3-Clause summary: Tools for development and CI integration of Bob packages license_family: BSD - license_file: LICENSE -- GitLab