summaryrefslogtreecommitdiffstats
path: root/package/python-can/python-can.mk
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-03-30 19:13:35 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 15:18:39 +0200
commit89fbba72fa2121d7f3e1834e28f96335c3f2bf23 (patch)
tree8e4e1acec20e763b7b5852ffa7c8ff661a21c4d4 /package/python-can/python-can.mk
parent30a3e8d108d46bbd2622b8139c996d52e48a4e10 (diff)
downloadbuildroot-89fbba72fa2121d7f3e1834e28f96335c3f2bf23.tar.gz
buildroot-89fbba72fa2121d7f3e1834e28f96335c3f2bf23.zip
package: use SPDX short identifier for LGPLv3/LGPLv3+
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv3/LGPLv3+ is LGPL-3.0/LGPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv3(\+)?/LGPL-3.0\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-can/python-can.mk')
-rw-r--r--package/python-can/python-can.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-can/python-can.mk b/package/python-can/python-can.mk
index ae9ef1a0ce..eddefdb4f7 100644
--- a/package/python-can/python-can.mk
+++ b/package/python-can/python-can.mk
@@ -6,7 +6,7 @@
PYTHON_CAN_VERSION = 1.4.3
PYTHON_CAN_SITE = https://pypi.python.org/packages/source/p/python-can
-PYTHON_CAN_LICENSE = LGPLv3
+PYTHON_CAN_LICENSE = LGPL-3.0
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
PYTHON_CAN_SETUP_TYPE = setuptools
OpenPOWER on IntegriCloud