[Buildroot] [git commit branch/2017.02.x] tslib: use SPDX identifiers for licenses in use

Peter Korsgaard peter at korsgaard.com
Tue Jul 4 15:37:10 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=984d85972f592c1b09642be09cf15967dca3c307
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

[Peter: License is GPL-2.0+ / LGPL-2.1+]
Signed-off-by: Martin Kepplinger <martink at posteo.de>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>

(cherry picked from commit 56ed4a1ef20aea9bbf46c8c17cb275e3173d5acf)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/tslib/tslib.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
index 08b1d26..3650650 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -7,7 +7,7 @@
 TSLIB_VERSION = 1.5
 TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION)
 TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz
-TSLIB_LICENSE = GPL, LGPL
+TSLIB_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
 TSLIB_LICENSE_FILES = COPYING
 
 TSLIB_AUTORECONF = YES


More information about the buildroot mailing list