From 7026bfa36aa07aa95e0e4ecf1787c09001a752bf Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 2 Sep 2021 17:24:23 +0100 Subject: python3-numpy: remove redundant BSD license The license list already includes BSD-2-Clause and BSD-3-Clause, so remove the redundant and ambiguous BSD license. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb index 2d4c62af81..8e09585712 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb @@ -2,7 +2,7 @@ SUMMARY = "A sophisticated Numeric Processing Package for Python" HOMEPAGE = "https://numpy.org/" DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." SECTION = "devel/python" -LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT" +LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b076ad374a7d311ba3126a22b2d52596" SRCNAME = "numpy" -- cgit 1.2.3-korg