license.html 5.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!--#include file="header.html" -->
  2. <p>
  3. <h3>BusyBox is licensed under the GNU General Public License, version 2</h3>
  4. <p>BusyBox is licensed under <a href="http://www.gnu.org/licenses/gpl.html#SEC1">the
  5. GNU General Public License</a> version 2, which is often abbreviated as GPLv2.
  6. (This is the same license the Linux kernel is under, so you may be somewhat
  7. familiar with it by now.)</p>
  8. <p>A complete copy of the license text is included in the file LICENSE in
  9. the BusyBox source code.</p>
  10. <p><a href="/products.html">Anyone thinking of shipping BusyBox as part of a
  11. product</a> should be familiar with the licensing terms under which they are
  12. allowed to use and distribute BusyBox. Read the full test of the GPL (either
  13. through the above link, or in the file LICENSE in the busybox tarball), and
  14. also read the <a href="http://www.gnu.org/licenses/gpl-faq.html">Frequently
  15. Asked Questions about the GPL</a>.</p>
  16. <p>Basically, if you distribute GPL software the license requires that you also
  17. distribute the source code to that GPL-licensed software. So if you distribute
  18. BusyBox without making the source code to the version you distribute available,
  19. you violate the license terms, and thus infringe on the copyrights of BusyBox.
  20. (This requirement applies whether or not you modified BusyBox; either way the
  21. license terms still apply to you.) Read the license text for the details.</p>
  22. <h3>A note on GPL versions</h3>
  23. <p>Version 2 of the GPL is the only version of the GPL which current versions
  24. of BusyBox may be distributed under. New code added to the tree is licensed
  25. GPL version 2, and the project's license is GPL version 2.</p>
  26. <p>Older versions of BusyBox (versions 1.2.2 and earlier, up through about svn
  27. 16112) included variants of the recommended "GPL version 2 or (at your option)
  28. later versions" boilerplate permission grant. Ancient versions of BusyBox
  29. (before svn 49) did not specify any version at all, and section 9 of GPLv2
  30. (the most recent version at the time) says those old versions may be
  31. redistributed under any version of GPL (including the obsolete V1). This was
  32. conceptually similar to a dual license, except that the different licenses were
  33. different versions of the GPL.</p>
  34. <p>However, BusyBox has apparently always contained chunks of code that were
  35. licensed under GPL version 2 only. Examples include applets written by Linus
  36. Torvalds (util-linux/mkfs_minix.c and util_linux/mkswap.c) which stated they
  37. "may be redistributed as per the Linux copyright" (which Linus clarified in the
  38. 2.4.0-pre8 release announcement in 2000 was GPLv2 only), and Linux kernel code
  39. copied into libbb/loop.c (after Linus's announcement). There are probably
  40. more, because all we used to check was that the code was GPL, not which
  41. version. (Before the GPLv3 draft proceedings in 2006, it was a purely
  42. theoretical issue that didn't come up much.)</p>
  43. <p>To summarize: every version of BusyBox may be distributed under the terms of
  44. GPL version 2. New versions (after 1.2.2) may <b>only</b> be distributed under
  45. GPLv2, not under other versions of the GPL. Older versions of BusyBox might
  46. (or might not) be distributable under other versions of the GPL. If you
  47. want to use a GPL version other than 2, you should start with one of the old
  48. versions such as release 1.2.2 or SVN 16112, and do your own homework to
  49. identify and remove any code that can't be licensed under the GPL version you
  50. want to use. New development is all GPLv2.</p>
  51. <h3>License enforcement</h3>
  52. <p>BusyBox's copyrights are enforced by the <a
  53. href="http://www.softwarefreedom.org">Software Freedom Law Center</a>
  54. (you can contact them at gpl@busybox.net), which
  55. "accepts primary responsibility for enforcement of US copyrights on the
  56. software... and coordinates international copyright enforcement efforts for
  57. such works as necessary." If you distribute BusyBox in a way that doesn't
  58. comply with the terms of the license BusyBox is distributed under, expect to
  59. hear from these guys. Their entire reason for existing is to do pro-bono
  60. legal work for free/open source software projects. (We used to list people who
  61. violate the BusyBox license in <a href="/shame.html">The Hall of Shame</a>,
  62. but these days we find it much more effective to hand them over to the
  63. lawyers.)</p>
  64. <p>Our enforcement efforts are aimed at bringing people into compliance with
  65. the BusyBox license. Open source software is under a different license from
  66. proprietary software, but if you violate that license you're still a software
  67. pirate and the law gives the vendor (us) some big sticks to play with. We
  68. don't want monetary awards, injunctions, or to generate bad PR for a company,
  69. unless that's the only way to get somebody that repeatedly ignores us to comply
  70. with the license on our code.</p>
  71. <h3>A Good Example</h3>
  72. <p>These days, <a href="http://www.linksys.com/">Linksys</a> is
  73. doing a good job at complying with the GPL, they get to be an
  74. example of how to do things right. Please take a moment and
  75. check out what they do with
  76. <a href="http://www.linksys.com/servlet/Satellite?c=L_Content_C1&childpagename=US%2FLayout&cid=1115416836002&pagename=Linksys%2FCommon%2FVisitorWrapper">
  77. distributing the firmware for their WRT54G Router.</a>
  78. Following their example would be a fine way to ensure that you
  79. have also fulfilled your licensing obligations.</p>
  80. <!--#include file="footer.html" -->