blob: 2a4c51d103874f2a6702f655aba8c7c46a1d5892 [file] [log] [blame]
Eric Andersen8f3eb1d2004-01-02 09:08:45 +00001<!--#include file="header.html" -->
2
Eric Andersen9395ca42004-10-13 09:42:10 +00003<p>
Bernhard Reutner-Fischer2239f812008-10-07 16:05:03 +00004<h3><a name="license">BusyBox is licensed under the GNU General Public License, version 2</a></h3>
Eric Andersen9395ca42004-10-13 09:42:10 +00005
Rob Landleyed9aec92006-06-27 20:47:08 +00006<p>BusyBox is licensed under <a href="http://www.gnu.org/licenses/gpl.html#SEC1">the
Rob Landley94b383d2006-09-20 20:01:29 +00007GNU General Public License</a> version 2, which is often abbreviated as GPLv2.
8(This is the same license the Linux kernel is under, so you may be somewhat
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>
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000013
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +000014<p><a href="products.html">Anyone thinking of shipping BusyBox as part of a
Rob Landleyed9aec92006-06-27 20:47:08 +000015product</a> should be familiar with the licensing terms under which they are
16allowed to use and distribute BusyBox. Read the full test of the GPL (either
17through the above link, or in the file LICENSE in the busybox tarball), and
18also read the <a href="http://www.gnu.org/licenses/gpl-faq.html">Frequently
19Asked Questions about the GPL</a>.</p>
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000020
Rob Landleyed9aec92006-06-27 20:47:08 +000021<p>Basically, if you distribute GPL software the license requires that you also
22distribute the source code to that GPL-licensed software. So if you distribute
23BusyBox without making the source code to the version you distribute available,
24you violate the license terms, and thus infringe on the copyrights of BusyBox.
25(This requirement applies whether or not you modified BusyBox; either way the
26license terms still apply to you.) Read the license text for the details.</p>
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000027
Bernhard Reutner-Fischer2239f812008-10-07 16:05:03 +000028<h3><a name="version">A note on GPL versions</a></h3>
Rob Landley94b383d2006-09-20 20:01:29 +000029
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
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +00003516112) included variants of the recommended
36&quot;GPL version 2 or (at your option) later versions&quot; boilerplate
37permission grant. Ancient versions of BusyBox
Rob Landley94b383d2006-09-20 20:01:29 +000038(before svn 49) did not specify any version at all, and section 9 of GPLv2
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +000039(the most recent version at that time) says those old versions may be
Rob Landley94b383d2006-09-20 20:01:29 +000040redistributed under any version of GPL (including the obsolete V1). This was
41conceptually similar to a dual license, except that the different licenses were
42different versions of the GPL.</p>
43
44<p>However, BusyBox has apparently always contained chunks of code that were
45licensed under GPL version 2 only. Examples include applets written by Linus
46Torvalds (util-linux/mkfs_minix.c and util_linux/mkswap.c) which stated they
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +000047&quot;may be redistributed as per the Linux copyright&quot; (which Linus
48clarified in the
Rob Landley94b383d2006-09-20 20:01:29 +0000492.4.0-pre8 release announcement in 2000 was GPLv2 only), and Linux kernel code
50copied into libbb/loop.c (after Linus's announcement). There are probably
51more, because all we used to check was that the code was GPL, not which
52version. (Before the GPLv3 draft proceedings in 2006, it was a purely
53theoretical issue that didn't come up much.)</p>
54
55<p>To summarize: every version of BusyBox may be distributed under the terms of
56GPL version 2. New versions (after 1.2.2) may <b>only</b> be distributed under
57GPLv2, not under other versions of the GPL. Older versions of BusyBox might
58(or might not) be distributable under other versions of the GPL. If you
59want to use a GPL version other than 2, you should start with one of the old
60versions such as release 1.2.2 or SVN 16112, and do your own homework to
61identify and remove any code that can't be licensed under the GPL version you
62want to use. New development is all GPLv2.</p>
63
Bernhard Reutner-Fischer2239f812008-10-07 16:05:03 +000064<h3><a name="enforce">License enforcement</a></h3>
Rob Landley94b383d2006-09-20 20:01:29 +000065
Rob Landleyed9aec92006-06-27 20:47:08 +000066<p>BusyBox's copyrights are enforced by the <a
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +000067href="http://www.softwarefreedom.org/">Software Freedom Law Center</a>
Rob Landley530c3ef2006-09-29 22:43:12 +000068(you can contact them at gpl@busybox.net), which
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +000069&quot;accepts primary responsibility for enforcement of US copyrights on the
Rob Landleyed9aec92006-06-27 20:47:08 +000070software... and coordinates international copyright enforcement efforts for
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +000071such works as necessary.&quot; If you distribute BusyBox in a way that doesn't
Rob Landleyed9aec92006-06-27 20:47:08 +000072comply with the terms of the license BusyBox is distributed under, expect to
73hear from these guys. Their entire reason for existing is to do pro-bono
74legal work for free/open source software projects. (We used to list people who
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +000075violate the BusyBox license in <a href="shame.html">The Hall of Shame</a>,
Rob Landleyed9aec92006-06-27 20:47:08 +000076but these days we find it much more effective to hand them over to the
77lawyers.)</p>
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000078
Rob Landleyed9aec92006-06-27 20:47:08 +000079<p>Our enforcement efforts are aimed at bringing people into compliance with
80the BusyBox license. Open source software is under a different license from
81proprietary software, but if you violate that license you're still a software
82pirate and the law gives the vendor (us) some big sticks to play with. We
83don't want monetary awards, injunctions, or to generate bad PR for a company,
84unless that's the only way to get somebody that repeatedly ignores us to comply
85with the license on our code.</p>
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000086
Bernhard Reutner-Fischer2239f812008-10-07 16:05:03 +000087<h3><a name="good">A Good Example</a></h3>
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000088
Rob Landleyed9aec92006-06-27 20:47:08 +000089<p>These days, <a href="http://www.linksys.com/">Linksys</a> is
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000090doing a good job at complying with the GPL, they get to be an
91example of how to do things right. Please take a moment and
92check out what they do with
Bernhard Reutner-Fischere0fe65b2008-08-21 14:00:25 +000093<a href="http://www.linksys.com/servlet/Satellite?c=L_Content_C1&amp;childpagename=US%2FLayout&amp;cid=1115416836002&amp;pagename=Linksys%2FCommon%2FVisitorWrapper">
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000094distributing the firmware for their WRT54G Router.</a>
Eric Andersen9395ca42004-10-13 09:42:10 +000095Following their example would be a fine way to ensure that you
Rob Landleyed9aec92006-06-27 20:47:08 +000096have also fulfilled your licensing obligations.</p>
Eric Andersen8f3eb1d2004-01-02 09:08:45 +000097
98<!--#include file="footer.html" -->
99