* [Buildroot] [PATCH] tslib: add license info
@ 2012-12-07 10:29 Stephan Hoffmann
2012-12-09 15:10 ` Arnout Vandecappelle
2012-12-10 21:33 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Stephan Hoffmann @ 2012-12-07 10:29 UTC (permalink / raw)
To: buildroot
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
+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
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] tslib: add license info
2012-12-07 10:29 [Buildroot] [PATCH] tslib: add license info Stephan Hoffmann
@ 2012-12-09 15:10 ` Arnout Vandecappelle
2012-12-09 15:54 ` Stephan Hoffmann
2012-12-10 21:33 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-12-09 15:10 UTC (permalink / raw)
To: buildroot
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
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] tslib: add license info
2012-12-09 15:10 ` Arnout Vandecappelle
@ 2012-12-09 15:54 ` Stephan Hoffmann
0 siblings, 0 replies; 4+ messages in thread
From: Stephan Hoffmann @ 2012-12-09 15:54 UTC (permalink / raw)
To: buildroot
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
>
--
reLinux - Stephan Hoffmann
Am Schmidtgrund 124 50765 K?ln
Tel. +49.221.95595-19 Fax: -64
www.reLinux.de sho at reLinux.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] tslib: add license info
2012-12-07 10:29 [Buildroot] [PATCH] tslib: add license info Stephan Hoffmann
2012-12-09 15:10 ` Arnout Vandecappelle
@ 2012-12-10 21:33 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-12-10 21:33 UTC (permalink / raw)
To: buildroot
>>>>> "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.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-10 21:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 10:29 [Buildroot] [PATCH] tslib: add license info Stephan Hoffmann
2012-12-09 15:10 ` Arnout Vandecappelle
2012-12-09 15:54 ` Stephan Hoffmann
2012-12-10 21:33 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox