diff mbox

tslib: use SPDX identifiers for licenses in use

Message ID 20170703075008.18255-1-martink@posteo.de
State Accepted
Commit 56ed4a1ef20aea9bbf46c8c17cb275e3173d5acf
Headers show

Commit Message

Martin Kepplinger July 3, 2017, 7:50 a.m. UTC
Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 package/tslib/tslib.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard July 3, 2017, 12:57 p.m. UTC | #1
>>>>> "Martin" == Martin Kepplinger <martink@posteo.de> writes:

 > Signed-off-by: Martin Kepplinger <martink@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.
Martin Kepplinger July 3, 2017, 1:28 p.m. UTC | #2
Am 03.07.2017 14:57 schrieb Peter Korsgaard:
>>>>>> "Martin" == Martin Kepplinger <martink@posteo.de> writes:
> 
>  > Signed-off-by: Martin Kepplinger <martink@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
Peter Korsgaard July 4, 2017, 3:37 p.m. UTC | #3
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Martin" == Martin Kepplinger <martink@posteo.de> writes:
 >> Signed-off-by: Martin Kepplinger <martink@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.

Committed to 2017.02.x and 2017.05.x, thanks.
diff mbox

Patch

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)
 TSLIB_LICENSE_FILES = COPYING
 
 TSLIB_INSTALL_STAGING = YES