summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-04-09 14:04:16 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-09 13:48:00 +0200
commite17a1068b8a02d8e4c35e70585420898179d2c55 (patch)
tree92dd97ee9874be323594a5eff73ca20ad9ffe381
parent99ba222cf6f758adbbf5e6e1720f6b4ca5e21ccc (diff)
downloadbuildroot-e17a1068b8a02d8e4c35e70585420898179d2c55.tar.gz
buildroot-e17a1068b8a02d8e4c35e70585420898179d2c55.zip
python3: use SPDX identifier for license string
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/python3/python3.mk2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud