summaryrefslogtreecommitdiffstats
path: root/package/owfs
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-03-30 19:13:37 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 15:19:13 +0200
commit9254f022669e1494e5c6c6ee9a4bed9265a5aaa4 (patch)
tree1ab40b460f1913820e6f351ba9de071b9b263281 /package/owfs
parent13c72e379b8ff14612b86cee85997842f9523a8b (diff)
downloadbuildroot-9254f022669e1494e5c6c6ee9a4bed9265a5aaa4.tar.gz
buildroot-9254f022669e1494e5c6c6ee9a4bed9265a5aaa4.zip
package: use SPDX short identifier for LGPLv2/LGPLv2+
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2/LGPLv2+ is LGPL-2.0/LGPL-2.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2(\+)?/LGPL-2.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/owfs')
-rw-r--r--package/owfs/owfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/owfs/owfs.mk b/package/owfs/owfs.mk
index a7f9ed051b..ee37a30558 100644
--- a/package/owfs/owfs.mk
+++ b/package/owfs/owfs.mk
@@ -13,7 +13,7 @@ OWFS_CONF_OPTS = --disable-owperl --without-perl5 --disable-owtcl --without-tcl
OWFS_AUTORECONF = YES
# owtcl license is declared in module/ownet/c/src/include/ow_functions.h
-OWFS_LICENSE = GPL-2.0+, LGPLv2 (owtcl)
+OWFS_LICENSE = GPL-2.0+, LGPL-2.0 (owtcl)
OWFS_LICENSE_FILES = COPYING COPYING.LIB
OWFS_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud