diff mbox

tslib: add license info

Message ID 1354876163-30452-1-git-send-email-sho@relinux.de
State Accepted
Headers show

Commit Message

Stephan Hoffmann Dec. 7, 2012, 10:29 a.m. UTC
Signed-off-by: Stephan Hoffmann <sho@relinux.de>
---
 package/tslib/tslib.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Arnout Vandecappelle Dec. 9, 2012, 3:10 p.m. UTC | #1
On 07/12/12 11:29, Stephan Hoffmann wrote:
> Signed-off-by: Stephan Hoffmann<sho@relinux.de>
> ---
>   package/tslib/tslib.mk |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
> index b10b5ec..9b51015 100644
> --- a/package/tslib/tslib.mk
> +++ b/package/tslib/tslib.mk
> @@ -5,6 +5,9 @@
>   #############################################################
>   TSLIB_VERSION = 412d99d
>   TSLIB_SITE = http://github.com/kergoth/tslib/tarball/master
> +TSLIB_LICENSE = LGPLv2

  The source files don't specify a version number. The COPYING file says:

If the Library does not specify a license version number, you may
choose any version ever published by the Free Software Foundation.


  In other words, it's LGPL.


  Regards,
  Arnout


> +TSLIB_LICENSE_FILES = COPYING
> +
>   TSLIB_AUTORECONF = YES
>   TSLIB_INSTALL_STAGING = YES
>   TSLIB_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
Stephan Hoffmann Dec. 9, 2012, 3:54 p.m. UTC | #2
Am 09.12.2012 16:10, schrieb Arnout Vandecappelle:
> On 07/12/12 11:29, Stephan Hoffmann wrote:
>> Signed-off-by: Stephan Hoffmann<sho@relinux.de>
>> ---
>>   package/tslib/tslib.mk |    3 +++
>>   1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
>> index b10b5ec..9b51015 100644
>> --- a/package/tslib/tslib.mk
>> +++ b/package/tslib/tslib.mk
>> @@ -5,6 +5,9 @@
>>   #############################################################
>>   TSLIB_VERSION = 412d99d
>>   TSLIB_SITE = http://github.com/kergoth/tslib/tarball/master
>> +TSLIB_LICENSE = LGPLv2
>
>  The source files don't specify a version number. The COPYING file says:
>
> If the Library does not specify a license version number, you may
> choose any version ever published by the Free Software Foundation.
>
>
>  In other words, it's LGPL.
O.K., I wrote LGPLv2 because the author added the text of version 2. I
did not otice the cited text.

Regards

Stephan
>
>
>  Regards,
>  Arnout
>
>
>> +TSLIB_LICENSE_FILES = COPYING
>> +
>>   TSLIB_AUTORECONF = YES
>>   TSLIB_INSTALL_STAGING = YES
>>   TSLIB_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR)
>> LDFLAGS=-L$(STAGING_DIR)/usr/lib install
>
Peter Korsgaard Dec. 10, 2012, 9:33 p.m. UTC | #3
>>>>> "Stephan" == Stephan Hoffmann <sho@relinux.de> writes:

 Stephan> Signed-off-by: Stephan Hoffmann <sho@relinux.de>
 Stephan> ---
 Stephan>  package/tslib/tslib.mk |    3 +++
 Stephan>  1 files changed, 3 insertions(+), 0 deletions(-)

 Stephan> diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
 Stephan> index b10b5ec..9b51015 100644
 Stephan> --- a/package/tslib/tslib.mk
 Stephan> +++ b/package/tslib/tslib.mk
 Stephan> @@ -5,6 +5,9 @@
 Stephan>  #############################################################
 Stephan>  TSLIB_VERSION = 412d99d
 Stephan>  TSLIB_SITE = http://github.com/kergoth/tslib/tarball/master
 Stephan> +TSLIB_LICENSE = LGPLv2
 Stephan> +TSLIB_LICENSE_FILES = COPYING

Committed as LGPL, thanks.
diff mbox

Patch

diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
index b10b5ec..9b51015 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -5,6 +5,9 @@ 
 #############################################################
 TSLIB_VERSION = 412d99d
 TSLIB_SITE = http://github.com/kergoth/tslib/tarball/master
+TSLIB_LICENSE = LGPLv2
+TSLIB_LICENSE_FILES = COPYING
+
 TSLIB_AUTORECONF = YES
 TSLIB_INSTALL_STAGING = YES
 TSLIB_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install