diff options
| author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:35 +0530 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:18:39 +0200 |
| commit | 89fbba72fa2121d7f3e1834e28f96335c3f2bf23 (patch) | |
| tree | 8e4e1acec20e763b7b5852ffa7c8ff661a21c4d4 /package/openzwave | |
| parent | 30a3e8d108d46bbd2622b8139c996d52e48a4e10 (diff) | |
| download | buildroot-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/openzwave')
| -rw-r--r-- | package/openzwave/openzwave.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openzwave/openzwave.mk b/package/openzwave/openzwave.mk index 5f480e9d55..a632468dd5 100644 --- a/package/openzwave/openzwave.mk +++ b/package/openzwave/openzwave.mk @@ -6,7 +6,7 @@ OPENZWAVE_VERSION = V1.5 OPENZWAVE_SITE = $(call github,OpenZWave,open-zwave,$(OPENZWAVE_VERSION)) -OPENZWAVE_LICENSE = LGPLv3+, GPL-3.0 (examples), Apache-2.0 (sh2ju.sh) +OPENZWAVE_LICENSE = LGPL-3.0+, GPL-3.0 (examples), Apache-2.0 (sh2ju.sh) OPENZWAVE_LICENSE_FILES = license/license.txt license/lgpl.txt \ license/gpl.txt license/Apache-License-2.0.txt |

