From: Rahul Bedarkar Date: Sun, 9 Apr 2017 08:34:16 +0000 (+0530) Subject: python3: use SPDX identifier for license string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e17a1068b8a02d8e4c35e70585420898179d2c55;p=buildroot.git python3: use SPDX identifier for license string Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- diff --git a/package/python3/python3.mk b/package/python3/python3.mk index 74f81167ff..2532dee489 100644 --- a/package/python3/python3.mk +++ b/package/python3/python3.mk @@ -8,7 +8,7 @@ PYTHON3_VERSION_MAJOR = 3.6 PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).1 PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz PYTHON3_SITE = http://python.org/ftp/python/$(PYTHON3_VERSION) -PYTHON3_LICENSE = Python software foundation license v2, others +PYTHON3_LICENSE = Python-2.0, others PYTHON3_LICENSE_FILES = LICENSE # Python itself doesn't use libtool, but it includes the source code