From c5c5285f0629f8cc786e49056da24f874b7b230c Mon Sep 17 00:00:00 2001 From: Sandro Tosi <morph@debian.org> Date: Fri, 6 Sep 2019 22:01:58 -0400 Subject: [PATCH] document numpy/linalg/lapack_lite/ copyright and license --- debian/changelog | 4 +++- debian/copyright | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 34e70844..64c06389 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,10 @@ python-numpy (1:1.16.5-1) UNRELEASED; urgency=medium * New upstream release * debian/watch - only search for 1.16.x releases, the only ones supporting python2 + * debian/copyright + - document numpy/linalg/lapack_lite/ copyright and license - -- Sandro Tosi <morph@debian.org> Fri, 06 Sep 2019 20:40:42 -0400 + -- Sandro Tosi <morph@debian.org> Fri, 06 Sep 2019 22:01:38 -0400 python-numpy (1:1.16.2-1) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index d0241aaf..8fdcb393 100644 --- a/debian/copyright +++ b/debian/copyright @@ -40,6 +40,47 @@ License: The Debian packaging is Copyright (C) 2010-2019, Sandro Tosi <morph@debian.org> and is licensed under the same terms as upstream code. +Files: numpy/linalg/lapack_lite/* +Copyright: Copyright (c) 1992-2013 The University of Tennessee and The University of Tennessee Research Foundation. All rights reserved. + Copyright (c) 2000-2013 The University of California Berkeley. All rights reserved. + Copyright (c) 2006-2013 The University of Colorado Denver. All rights reserved. +License: + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer listed + in this license in the documentation and/or other materials + provided with the distribution. + . + - Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + The copyright holders provide no reassurances that the source code + provided does not infringe any patent, copyright, or any other + intellectual property rights of third parties. The copyright holders + disclaim any liability to any recipient for claims brought against + recipient by any third party for infringement of that parties + intellectual property rights. + . + 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 + OWNER 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. + + doc/scipy-sphinx-theme/ Copyright (c) 2011 Kevin Dunn, Surya K, Pauli Virtanen, the Sphinx team -- GitLab