[Buildroot] [PATCH] tslib: use SPDX identifiers for licenses in use

Martin Kepplinger martink at posteo.de
Mon Jul 3 13:28:55 UTC 2017


Am 03.07.2017 14:57 schrieb Peter Korsgaard:
>>>>>> "Martin" == Martin Kepplinger <martink at posteo.de> writes:
> 
>  > Signed-off-by: Martin Kepplinger <martink at posteo.de>
>  > ---
>  >  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 91ba9db39..936243154 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)
> 
> I see the 'or (at your option) any later version' string in both tools/
> and src/, so I've changed this to GPL-2.0+ / LGPL-2.1+ and committed,
> thanks.

thanks


More information about the buildroot mailing list