diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-04-09 14:04:12 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-09 13:34:22 +0200 |
commit | 665f17150420b037ea34b819a3a09f4cd15d5721 (patch) | |
tree | aac44602494eb34b58604df8698950c05e67b733 /package/micropython-lib | |
parent | c0274ae8b56e95206a5c3e62686a8c809d08dd01 (diff) | |
download | buildroot-665f17150420b037ea34b819a3a09f4cd15d5721.tar.gz buildroot-665f17150420b037ea34b819a3a09f4cd15d5721.zip |
micropython-lib: use SPDX short identifier for Python license
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/micropython-lib')
-rw-r--r-- | package/micropython-lib/micropython-lib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/micropython-lib/micropython-lib.mk b/package/micropython-lib/micropython-lib.mk index 066572e5cf..c9423feac6 100644 --- a/package/micropython-lib/micropython-lib.mk +++ b/package/micropython-lib/micropython-lib.mk @@ -6,7 +6,7 @@ MICROPYTHON_LIB_VERSION = v1.8.6 MICROPYTHON_LIB_SITE = $(call github,micropython,micropython-lib,$(MICROPYTHON_LIB_VERSION)) -MICROPYTHON_LIB_LICENSE = Python software foundation license v2 (some modules), MIT (everything else) +MICROPYTHON_LIB_LICENSE = Python-2.0 (some modules), MIT (everything else) MICROPYTHON_LIB_LICENSE_FILES = LICENSE define MICROPYTHON_LIB_INSTALL_TARGET_CMDS |