micropython-lib: use SPDX short identifier for Python license
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sun, 9 Apr 2017 08:34:12 +0000 (14:04 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Apr 2017 11:34:22 +0000 (13:34 +0200)
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/micropython-lib/micropython-lib.mk

index 066572e5cf79e17e6cbd49b851fd380ce08ad4a7..c9423feac6ca4f6b0a8902e87796a7eeb991ae57 100644 (file)
@@ -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