diff options
| author | Martin Kepplinger <martink@posteo.de> | 2017-07-03 09:50:08 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-03 14:55:43 +0200 |
| commit | 56ed4a1ef20aea9bbf46c8c17cb275e3173d5acf (patch) | |
| tree | 325e1266637ba348cfc3097594f779d7eeb140d8 | |
| parent | ec019bcf643de83d502f30d85d56dd4547b0c11b (diff) | |
| download | buildroot-56ed4a1ef20aea9bbf46c8c17cb275e3173d5acf.tar.gz buildroot-56ed4a1ef20aea9bbf46c8c17cb275e3173d5acf.zip | |
tslib: use SPDX identifiers for licenses in use
[Peter: License is GPL-2.0+ / LGPL-2.1+]
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/tslib/tslib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index 91ba9db39a..5190465f15 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -7,7 +7,7 @@ TSLIB_VERSION = 1.11 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_INSTALL_STAGING = YES |

