summaryrefslogtreecommitdiffstats
path: root/package/sg3_utils
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-04-17 14:57:13 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-17 14:34:34 +0200
commit3338cd3a1704249980595f9301584352f51bac7a (patch)
tree367108e59bd30f965b230bef0291a21ff806ada8 /package/sg3_utils
parentc81eceb37403ed4584cb89abaacbbccc5bb1148f (diff)
downloadbuildroot-3338cd3a1704249980595f9301584352f51bac7a.tar.gz
buildroot-3338cd3a1704249980595f9301584352f51bac7a.zip
package: use SPDX short identifier for license string in comments
We have started using SPDX short identifier for license string in <PKG>_LICENSE variable. But license strings in comments are still using old strings. For consistency, use SPDX short identifier in comments as well. Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sg3_utils')
-rw-r--r--package/sg3_utils/sg3_utils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk
index 783f4f682c..f010b3e42b 100644
--- a/package/sg3_utils/sg3_utils.mk
+++ b/package/sg3_utils/sg3_utils.mk
@@ -8,7 +8,7 @@ SG3_UTILS_VERSION = 1.42
SG3_UTILS_SOURCE = sg3_utils-$(SG3_UTILS_VERSION).tar.xz
SG3_UTILS_SITE = http://sg.danny.cz/sg/p
SG3_UTILS_LICENSE = BSD-3-Clause
-# utils progs are GPLv2+ licenced
+# utils progs are GPL-2.0+ licenced
ifeq ($(BR2_PACKAGE_SG3_UTILS_PROGS),y)
SG3_UTILS_LICENSE += GPL-2.0+
endif
OpenPOWER on IntegriCloud