* [Buildroot] [PATCH] tslib: fix license info
@ 2013-01-15 16:34 Luca Ceresoli
2013-01-15 20:38 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Luca Ceresoli @ 2013-01-15 16:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
Indeed, some tslib files are licensed under the GPL:
$ grep -ril 'placed under the GPL' |wc -l
9
$ grep -ril 'placed under the LGPL' |wc -l
39
$
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 c94be7d..8533cf9 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -5,7 +5,7 @@
#############################################################
TSLIB_VERSION = 412d99d
TSLIB_SITE = http://github.com/kergoth/tslib/tarball/master
-TSLIB_LICENSE = LGPL
+TSLIB_LICENSE = GPL, LGPL
TSLIB_LICENSE_FILES = COPYING
TSLIB_AUTORECONF = YES
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] tslib: fix license info
2013-01-15 16:34 [Buildroot] [PATCH] tslib: fix license info Luca Ceresoli
@ 2013-01-15 20:38 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-01-15 20:38 UTC (permalink / raw)
To: buildroot
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:
Luca> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-15 20:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 16:34 [Buildroot] [PATCH] tslib: fix license info Luca Ceresoli
2013-01-15 20:38 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox