aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-09-20 20:01:29 +0000
committerRob Landley <rob@landley.net>2006-09-20 20:01:29 +0000
commit94b383d4196f06e3de2f83631b7f9bb45780606d (patch)
tree340668adba46519f878423910e8e7e365b7760fa
parentd1f939eaf3ea4eb2b68aefeade2069837137a738 (diff)
downloadbusybox-w32-94b383d4196f06e3de2f83631b7f9bb45780606d.tar.gz
busybox-w32-94b383d4196f06e3de2f83631b7f9bb45780606d.tar.bz2
busybox-w32-94b383d4196f06e3de2f83631b7f9bb45780606d.zip
License clarification.
-rw-r--r--LICENSE8
-rw-r--r--docs/busybox.net/license.html47
2 files changed, 51 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index d60c31a97..9d9bdc7e3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,3 +1,11 @@
1--- A note on GPL versions
2
3BusyBox is distributed under version 2 of the General Public License (included
4in its entirety, below). Version 2 is the only version of this license which
5this version of BusyBox (or modified versions derived from this one) may be
6distributed under.
7
8------------------------------------------------------------------------
1 GNU GENERAL PUBLIC LICENSE 9 GNU GENERAL PUBLIC LICENSE
2 Version 2, June 1991 10 Version 2, June 1991
3 11
diff --git a/docs/busybox.net/license.html b/docs/busybox.net/license.html
index 8f7828502..96f7b3a0f 100644
--- a/docs/busybox.net/license.html
+++ b/docs/busybox.net/license.html
@@ -1,12 +1,15 @@
1<!--#include file="header.html" --> 1<!--#include file="header.html" -->
2 2
3<p> 3<p>
4<h3>BusyBox is licensed under the GNU General Public License</h3> 4<h3>BusyBox is licensed under the GNU General Public License, version 2</h3>
5 5
6<p>BusyBox is licensed under <a href="http://www.gnu.org/licenses/gpl.html#SEC1">the 6<p>BusyBox is licensed under <a href="http://www.gnu.org/licenses/gpl.html#SEC1">the
7GNU General Public License</a> version 2, which is generally 7GNU General Public License</a> version 2, which is often abbreviated as GPLv2.
8abbreviated as the GPL. (This is the same license the Linux kernel is under, 8(This is the same license the Linux kernel is under, so you may be somewhat
9so you may be somewhat familiar with it by now.)</p> 9familiar with it by now.)</p>
10
11<p>A complete copy of the license text is included in the file LICENSE in
12the BusyBox source code.</p>
10 13
11<p><a href="/products.html">Anyone thinking of shipping BusyBox as part of a 14<p><a href="/products.html">Anyone thinking of shipping BusyBox as part of a
12product</a> should be familiar with the licensing terms under which they are 15product</a> should be familiar with the licensing terms under which they are
@@ -22,6 +25,42 @@ you violate the license terms, and thus infringe on the copyrights of BusyBox.
22(This requirement applies whether or not you modified BusyBox; either way the 25(This requirement applies whether or not you modified BusyBox; either way the
23license terms still apply to you.) Read the license text for the details.</p> 26license terms still apply to you.) Read the license text for the details.</p>
24 27
28<h3>A note on GPL versions</h3>
29
30<p>Version 2 of the GPL is the only version of the GPL which current versions
31of BusyBox may be distributed under. New code added to the tree is licensed
32GPL version 2, and the project's license is GPL version 2.</p>
33
34<p>Older versions of BusyBox (versions 1.2.2 and earlier, up through about svn
3516112) included variants of the recommended "GPL version 2 or (at your option)
36later versions" boilerplate permission grant. Ancient versions of BusyBox
37(before svn 49) did not specify any version at all, and section 9 of GPLv2
38(the most recent version at the time) says those old versions may be
39redistributed under any version of GPL (including the obsolete V1). This was
40conceptually similar to a dual license, except that the different licenses were
41different versions of the GPL.</p>
42
43<p>However, BusyBox has apparently always contained chunks of code that were
44licensed under GPL version 2 only. Examples include applets written by Linus
45Torvalds (util-linux/mkfs_minix.c and util_linux/mkswap.c) which stated they
46"may be redistributed as per the Linux copyright" (which Linus clarified in the
472.4.0-pre8 release announcement in 2000 was GPLv2 only), and Linux kernel code
48copied into libbb/loop.c (after Linus's announcement). There are probably
49more, because all we used to check was that the code was GPL, not which
50version. (Before the GPLv3 draft proceedings in 2006, it was a purely
51theoretical issue that didn't come up much.)</p>
52
53<p>To summarize: every version of BusyBox may be distributed under the terms of
54GPL version 2. New versions (after 1.2.2) may <b>only</b> be distributed under
55GPLv2, not under other versions of the GPL. Older versions of BusyBox might
56(or might not) be distributable under other versions of the GPL. If you
57want to use a GPL version other than 2, you should start with one of the old
58versions such as release 1.2.2 or SVN 16112, and do your own homework to
59identify and remove any code that can't be licensed under the GPL version you
60want to use. New development is all GPLv2.</p>
61
62<h3>License enforcement</h3>
63
25<p>BusyBox's copyrights are enforced by the <a 64<p>BusyBox's copyrights are enforced by the <a
26href="http://www.softwarefreedom.org">Software Freedom Law Center</a>, which 65href="http://www.softwarefreedom.org">Software Freedom Law Center</a>, which
27"accepts primary responsibility for enforcement of US copyrights on the 66"accepts primary responsibility for enforcement of US copyrights on the