summaryrefslogtreecommitdiff
path: root/docs/busybox.net/license.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/busybox.net/license.html')
-rw-r--r--docs/busybox.net/license.html67
1 files changed, 45 insertions, 22 deletions
diff --git a/docs/busybox.net/license.html b/docs/busybox.net/license.html
index 0e27c3956..14324f1df 100644
--- a/docs/busybox.net/license.html
+++ b/docs/busybox.net/license.html
@@ -10,12 +10,32 @@ whatsoever, this page attempts to summarize what you should do to
10ensure you do not accidentally violate the law. 10ensure you do not accidentally violate the law.
11 11
12<p> 12<p>
13<h3>Complying with the BusyBox license is easy and completely free.</h3>
14
15U.S. and International Law protects copyright owners from the unauthorized
16reproduction, adaptation, display, distribution, etc of copyright protected
17works. Copyright violations (such as shipping BusyBox in a manner contrary to
18its license) are subject to severe penalties. The courts can award up to
19$150,000 per product shipped without even showing any actual loss by the
20copyright holder. Criminal penalties are available for intentional acts
21undertaken for purposes of "commercial advantage" or "private financial gain."
22In addition, if it comes to my attention that you are violating the BusyBox
23license, I will list you on the <a href="/shame.html">BusyBox Hall of Shame</a>
24webpage.
13 25
14<p> 26<p>
15 27
28Nobody wants that to happen. Do everyone a favor and don't break the law -- if
29you use BusyBox, you <b>must comply with the BusyBox license</b>.
30
31<p>
32<h3>BusyBox is licensed under the GNU General Public License</h3>
33
16BusyBox is licensed under the GNU General Public License , which 34BusyBox is licensed under the GNU General Public License , which
17is generally just abbreviated simply as the GPL license, or 35is generally just abbreviated as the GPL license, or
18just the GPL. <a href="/products.html">Anyone thinking of shipping 36just the GPL.
37<p>
38<a href="/products.html">Anyone thinking of shipping
19BusyBox as part of a product</a> should be familiar with the 39BusyBox as part of a product</a> should be familiar with the
20licensing terms under which they are allowed to use and 40licensing terms under which they are allowed to use and
21distribute BusyBox. You are advised to take a look over the 41distribute BusyBox. You are advised to take a look over the
@@ -53,37 +73,39 @@ applications such as BusyBox is mandatory.
53 73
54<p> 74<p>
55 75
56<b>Accompanied by source</b> generally means you place the full 76<b>Accompanied by source</b> generally means you distribute the full
57source code for all GPL'd products such as BusyBox on a driver CD 77source code for all GPL'd products including BusyBox along with your
58somewhere. Full source code includes the BusyBox ".config" file 78product, such as by placing it somewhere on a driver CD. Full source
59used when your shipping BusyBox binary was compiled. 79code includes the BusyBox ".config" file used when your shipping BusyBox
80binary was compiled, and any and all modifications you made to the
81BusyBox source code.
60 82
61<p> 83<p>
62 84
63<b>A written offer</b> generally means that somewhere in the 85<b>A written offer</b> generally means that somewhere in the
64docs for your product, you write something like 86documentation for your product, you write something like
65 87
66<blockquote> 88<blockquote>
67The GPL source code contained in this product is available as a 89The GPL source code contained in this product is available as a
68free download from http://blah.blah.blah/ 90free download from http://blah.blah.blah/
69</blockquote> 91</blockquote>
70Or you can offer source by writing 92Alternatively, you can offer the source code by writing
71somewhere in the docs for your product something like 93somewhere in the documentation for your product something like
72<blockquote> 94<blockquote>
73If you would like a copy of the GPL source code in this product 95If you would like a copy of the GPL source code contained in this
74on a CD, please send $9.99 to &lt;address&gt; for the costs of 96product shipped to you on CD, please send $9.99 to &lt;address&gt;
75preparing and mailing a CD to you. 97which covers the cost of preparing and mailing a CD to you.
76</blockquote> 98</blockquote>
77<p> 99<p>
78 100
79Keep in mind though that if you distribute GPL'd binaries online 101Keep in mind though that if you distribute GPL'd binaries online (as is often
80(as is often done when supplying firmware updates), it is highly 102done when supplying firmware updates), it is <b>highly</b> recommended that you
81recommended that you make the corresponding source available online 103make the corresponding source available online at the same place. Regardless,
82at the same place. Regardless, you <b>must</b> either make source 104if you distribute a binary copy of BusyBox online (such as part of a firmware
83available online (i.e. <b>accompanied by source</b>) and/or inform 105update) you <b>must</b> either make source available online (i.e.
84those downloading firmware updates of their right to obtain source 106<b>accompanied by source</b>) and/or inform those downloading firmware updates
85(i.e. <b>a written offer</b>). Failure to do so is a violation of 107of their right to obtain source (i.e. <b>a written offer</b>). Failure to do
86your licensing obligations. 108so is a violation of your licensing obligations.
87 109
88 110
89<p> 111<p>
@@ -97,6 +119,7 @@ If you distribute any GPL'd binaries, you must also make source available
97as discussed on this webpage. 119as discussed on this webpage.
98 120
99<p> 121<p>
122<h3>A Good Example</h3>
100 123
101These days, <a href="http://www.linksys.com/">Linksys</a> is 124These days, <a href="http://www.linksys.com/">Linksys</a> is
102doing a good job at complying with the GPL, they get to be an 125doing a good job at complying with the GPL, they get to be an
@@ -104,8 +127,8 @@ example of how to do things right. Please take a moment and
104check out what they do with 127check out what they do with
105<a href="http://www.linksys.com/download/firmware.asp?fwid=178"> 128<a href="http://www.linksys.com/download/firmware.asp?fwid=178">
106distributing the firmware for their WRT54G Router.</a> 129distributing the firmware for their WRT54G Router.</a>
107Following their example would be a fine way to ensure you have 130Following their example would be a fine way to ensure that you
108fulfilled your licensing obligations. 131have also fulfilled your licensing obligations.
109 132
110 133
111<!--#include file="footer.html" --> 134<!--#include file="footer.html" -->