* [Buildroot] license info for buildroot
@ 2009-05-08 4:33 Live Coder
2009-05-08 5:24 ` Hans-Christian Egtvedt
2009-05-08 7:20 ` Peter Korsgaard
0 siblings, 2 replies; 6+ messages in thread
From: Live Coder @ 2009-05-08 4:33 UTC (permalink / raw)
To: buildroot
uClibc contains a link to GPLv3 whereas the downloaded tarball contains GPLv2 license http://git.uclibc.org/uClibc/tree/COPYING.LIB
Similarly, the buildroot webpage contains a ref to GPLv3 but the download itself does not contain any license info. Can someone confirm the actual license is v2 or v3?
Thanks.
_________________________________________________________________
Insert movie times and more without leaving Hotmail?.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090507/b49f36b0/attachment.htm>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] license info for buildroot
2009-05-08 4:33 [Buildroot] license info for buildroot Live Coder
@ 2009-05-08 5:24 ` Hans-Christian Egtvedt
2009-05-08 5:53 ` Thiago A. Corrêa
2009-05-08 7:24 ` Peter Korsgaard
2009-05-08 7:20 ` Peter Korsgaard
1 sibling, 2 replies; 6+ messages in thread
From: Hans-Christian Egtvedt @ 2009-05-08 5:24 UTC (permalink / raw)
To: buildroot
Live Coder wrote:
> uClibc contains a link to GPLv3 whereas the downloaded tarball contains GPLv2 license http://git.uclibc.org/uClibc/tree/COPYING.LIB
>
> Similarly, the buildroot webpage contains a ref to GPLv3 but the download itself does not contain any license info. Can someone confirm the actual license is v2 or v3?
>
Did Buildroot change to GPLv3? IMHO GPLv2 ought to be enough for the
project.
--
Best regards,
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] license info for buildroot
2009-05-08 5:24 ` Hans-Christian Egtvedt
@ 2009-05-08 5:53 ` Thiago A. Corrêa
2009-05-08 7:26 ` Peter Korsgaard
2009-05-08 7:24 ` Peter Korsgaard
1 sibling, 1 reply; 6+ messages in thread
From: Thiago A. Corrêa @ 2009-05-08 5:53 UTC (permalink / raw)
To: buildroot
Hi,
On Fri, May 8, 2009 at 2:24 AM, Hans-Christian Egtvedt
<hans-christian.egtvedt@atmel.com> wrote:
> Live Coder wrote:
>>
>> uClibc contains a link to GPLv3 whereas the downloaded tarball contains
>> GPLv2 license http://git.uclibc.org/uClibc/tree/COPYING.LIB
>>
>> Similarly, the buildroot webpage contains a ref to GPLv3 but the download
>> itself does not contain any license info. Can someone confirm the actual
>> license is v2 or v3?
>>
>
> Did Buildroot change to GPLv3? IMHO GPLv2 ought to be enough for the
> project.
>
Not that I've known of... The website (http://www.buildroot.net/) says
LGPL and the parent git link actually points to LGPL v2.1
Acording to uclibc.org, the library is also under LGPL. But please
notice uClibc != buildroot
We share some infrastructure and perhaps some developers, but they are
different projects.
Kind Regards,
Thiago A. Correa
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] license info for buildroot
2009-05-08 5:53 ` Thiago A. Corrêa
@ 2009-05-08 7:26 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2009-05-08 7:26 UTC (permalink / raw)
To: buildroot
>>>>> "Thiago" == Thiago A Corr?a <thiago.correa@gmail.com> writes:
Thiago> Not that I've known of... The website (http://www.buildroot.net/) says
Thiago> LGPL and the parent git link actually points to LGPL v2.1
Thiago> Acording to uclibc.org, the library is also under LGPL. But please
Thiago> notice uClibc != buildroot
It seems like Erik made a mistake when he added the website back in
2005, and that part has never been updated. BR is licensed under GPLv2
(or later) as described in Makefile.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] license info for buildroot
2009-05-08 5:24 ` Hans-Christian Egtvedt
2009-05-08 5:53 ` Thiago A. Corrêa
@ 2009-05-08 7:24 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2009-05-08 7:24 UTC (permalink / raw)
To: buildroot
>>>>> "Hans-Christian" == Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> writes:
Hi,
Hans-Christian> Did Buildroot change to GPLv3? IMHO GPLv2 ought to be
Hans-Christian> enough for the project.
No it didn't change. The Makefile has always (E.G. since r9365) listed
GPLv2 or later (before that it listed LGPL).
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] license info for buildroot
2009-05-08 4:33 [Buildroot] license info for buildroot Live Coder
2009-05-08 5:24 ` Hans-Christian Egtvedt
@ 2009-05-08 7:20 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2009-05-08 7:20 UTC (permalink / raw)
To: buildroot
>>>>> "Live" == Live Coder <livecoder@live.com> writes:
Live> uClibc contains a link to GPLv3 whereas the downloaded tarball contains GPLv2
Live> license http://git.uclibc.org/uClibc/tree/COPYING.LIB
It's afaik v2, but check with the uclibc developers on the uclibc
list.
Live> Similarly, the buildroot webpage contains a ref to GPLv3 but the
Live> download itself does not contain any license info. Can someone confirm the
Live> actual license is v2 or v3?
It is both (gplv2 or later) - See Makefile. (notice though that we do
include Kconfig from the Linux kernel which is afaik GPLv2 only).
I'll fix the link on the website.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-05-08 7:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-08 4:33 [Buildroot] license info for buildroot Live Coder
2009-05-08 5:24 ` Hans-Christian Egtvedt
2009-05-08 5:53 ` Thiago A. Corrêa
2009-05-08 7:26 ` Peter Korsgaard
2009-05-08 7:24 ` Peter Korsgaard
2009-05-08 7:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox