Mercurial > hg > toybox
annotate www/licenserant.html @ 363:2428870ce50c
Let the minicom script take the speed as an optional second argument.
author | Rob Landley <rob@landley.net> |
---|---|
date | Sun, 13 Dec 2009 00:11:30 -0600 |
parents | f7780b485e6f |
children | 8f0b24cc7cd7 |
rev | line source |
---|---|
226 | 1 <p>The reason for the clarification of section 3 is that |
332
d3f85181d882
Fix the old dead link about mepis with one from linux.com. (Thanks Christian Holtje.)
Rob Landley <rob@landley.net>
parents:
226
diff
changeset
|
2 <a href="http://www.linux.com/articles/55285">what the FSF did to Mepis</a> was inexcusable. (Further discussed |
226 | 3 in <a href="http://www.busybox.net/lists/busybox/2006-June/022797.html">this |
4 thread</a>.)</p> | |
5 | |
6 <p>A small Linux distributor named Mepis (more or less a guy in his garage) | |
7 partnered with a big linux distributor called Ubuntu (multi-million dollar | |
8 company with offices in more than one country). Mepis put out a press release | |
9 quoting Ubuntu's founder about how cool the partnership was, and then Mepis | |
10 pointed to Ubuntu's source repository for GPL packages it was using unmodified | |
11 Ubuntu versions of. And the FSF went after them.</p> | |
12 | |
13 <p>As far as we're concerned, Mepis didn't do anything wrong, and the FSF | |
14 was a bully. The FSF was wrong when it tried to make an example out of a | |
15 company that was acting in good faith.</p> | |
16 | |
17 <p>To make sure the FSF doesn't pick on anyone else against our wishes, we're | |
18 clarifying that if you didn't modify the source code, and the binaries you're | |
19 distributing can be entirely regenerated from a public upstream source, | |
20 pointing to that upstream source in good faith is good enough for us. As | |
332
d3f85181d882
Fix the old dead link about mepis with one from linux.com. (Thanks Christian Holtje.)
Rob Landley <rob@landley.net>
parents:
226
diff
changeset
|
21 long as the upstream source doesn't object to the extra bandwidth, |
226 | 22 and the correct source code stays available at that location you specify |
23 for the duration of your responsiblity to redistribute source, life is good.</p> | |
24 | |
25 <p>There are a few common sense caveats. This doesn't mean it's fair for a | |
26 Fortune 500 company to point millions of people at somebody's home DSL line | |
27 (certainly not without asking first). And if the source that's available there | |
28 is not the complete corresponding source to the binaries you distributed, then | |
29 obviously you haven't fulfilled your obligations by pointing to some _other_ | |
30 source. (If you modified it, we want the patch, and claiming you didn't | |
31 modify it when you actually did would be fraud.) And if the code stops being | |
32 available at that location, you're not off the hook and have to find a new | |
33 location or put up your own mirror.</p> | |
34 | |
35 <p>So this is not a "get out of jail free" card: It's still your responsibility | |
36 to make the complete corresponding source available. We're just saying you can | |
37 reasonably delegate to something like Sourceforge or ibilbio, and as long as | |
38 everyone who wants the source can get it, we're happy. If the site you point | |
39 to objects or goes down, responsibility obviously reverts to you. But there | |
40 are plenty of high-bandwidth places that mirror open source for free these | |
41 days: sourceforge, OSL, ISC, ibiblio, archive.org, and so on.</p> | |
42 | |
43 <p>Oh, one last note: if people come to you asking "where's the source" | |
44 and your answer doesn't satisfy them, ask yourself "did I identify which | |
45 specific version I used, and if I didn't modify it at all did I explicitly | |
46 tell them this"? If you don't identify the source you used in enough detail | |
47 for open source developers to reproduce what you did, you haven't complied with | |
48 your license obligations yet. Identifying the specific source you used | |
49 is a very important part of the "written offer" bit that often gets | |
50 overlooked.</p> |