0003-Add-sublibraries-missing-licenses.patch 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Add sublibraries license files
  2. On Release 1.16.2 tarball one license files is missing:
  3. - numpy/linalg/lapack_lite/LICENSE.txt
  4. Add it to sources to keep licensing information complete.
  5. Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
  6. diff -urpN numpy-1.15.2.orig/numpy/linalg/lapack_lite/LICENSE.txt numpy-1.16.2/numpy/linalg/lapack_lite/LICENSE.txt
  7. --- numpy-1.16.2.orig/numpy/linalg/lapack_lite/LICENSE.txt 1970-01-01 01:00:00.000000000 +0100
  8. +++ numpy-1.16.2/numpy/linalg/lapack_lite/LICENSE.txt 2018-09-11 00:00:41.239919567 +0200
  9. @@ -0,0 +1,48 @@
  10. +Copyright (c) 1992-2013 The University of Tennessee and The University
  11. + of Tennessee Research Foundation. All rights
  12. + reserved.
  13. +Copyright (c) 2000-2013 The University of California Berkeley. All
  14. + rights reserved.
  15. +Copyright (c) 2006-2013 The University of Colorado Denver. All rights
  16. + reserved.
  17. +
  18. +$COPYRIGHT$
  19. +
  20. +Additional copyrights may follow
  21. +
  22. +$HEADER$
  23. +
  24. +Redistribution and use in source and binary forms, with or without
  25. +modification, are permitted provided that the following conditions are
  26. +met:
  27. +
  28. +- Redistributions of source code must retain the above copyright
  29. + notice, this list of conditions and the following disclaimer.
  30. +
  31. +- Redistributions in binary form must reproduce the above copyright
  32. + notice, this list of conditions and the following disclaimer listed
  33. + in this license in the documentation and/or other materials
  34. + provided with the distribution.
  35. +
  36. +- Neither the name of the copyright holders nor the names of its
  37. + contributors may be used to endorse or promote products derived from
  38. + this software without specific prior written permission.
  39. +
  40. +The copyright holders provide no reassurances that the source code
  41. +provided does not infringe any patent, copyright, or any other
  42. +intellectual property rights of third parties. The copyright holders
  43. +disclaim any liability to any recipient for claims brought against
  44. +recipient by any third party for infringement of that parties
  45. +intellectual property rights.
  46. +
  47. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  48. +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  49. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  50. +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  51. +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  52. +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  53. +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  54. +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  55. +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  56. +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  57. +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.