From 9dd6bfac3f706171ae9ed583d2c19f34a4e01b1c Mon Sep 17 00:00:00 2001 From: Christophe PRIOUZEAU Date: Thu, 24 Oct 2019 09:20:38 +0000 Subject: Python: xlrd: Clarify BSD license variant The License of python xlrd is BSD-3-Clause. Signed-off-by: Christophe Priouzeau Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-xlrd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc index 893e82e05a..1478a474b2 100644 --- a/meta-python/recipes-devtools/python/python-xlrd.inc +++ b/meta-python/recipes-devtools/python/python-xlrd.inc @@ -3,7 +3,7 @@ DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\ versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \ Strong support for Excel dates. Unicode-aware." HOMEPAGE = "http://www.python-excel.org/" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;md5=08bd814936237b6e1355e6370b24b2c1" SRC_URI[md5sum] = "b85c9916ac755cad489a9005f5a0d390" -- cgit v1.2.3-54-g00ecf