summaryrefslogtreecommitdiffstats
path: root/package/tstools
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-03-30 19:13:42 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 15:27:47 +0200
commitf33fd75afc1701ee1ded34454db7ce170adc4c9f (patch)
treea368ba0c602cb650be6d5c9d34bd0b0c0f85b076 /package/tstools
parent169cf1f9acbf1eb6b07f030a3ca676a8e796e232 (diff)
downloadbuildroot-f33fd75afc1701ee1ded34454db7ce170adc4c9f.tar.gz
buildroot-f33fd75afc1701ee1ded34454db7ce170adc4c9f.zip
package: use SPDX short identifier for MPL family licenses
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for MPLv1.0/MPLv1.1/MPLv2.0 is MPL-1.0/MPL-1.1/ MPL-2.0. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/MPLv([1-2]\.[0-1])/MPL-\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tstools')
-rw-r--r--package/tstools/tstools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tstools/tstools.mk b/package/tstools/tstools.mk
index 3355db864b..99f7ca9b1f 100644
--- a/package/tstools/tstools.mk
+++ b/package/tstools/tstools.mk
@@ -9,7 +9,7 @@ TSTOOLS_VERSION = 08f6be304040e7b84760ac3920bcff4a563b6cd2
TSTOOLS_SITE = $(call github,kynesim,tstools,$(TSTOOLS_VERSION))
# tstools upstream doesn't contain any license file so far. See:
# https://github.com/kynesim/tstools/issues/32
-TSTOOLS_LICENSE = MPLv1.1
+TSTOOLS_LICENSE = MPL-1.1
TSTOOLS_LICENSE_FILES =
define TSTOOLS_BUILD_CMDS
OpenPOWER on IntegriCloud