license_info.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="en-us">
  5. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <meta http-equiv="Content-Type" content="text/html">
  8. <title>Boost Software License Background</title>
  9. </head>
  10. <body bgcolor="#FFFFFF">
  11. <table summary="Navigational header"
  12. border="1" bgcolor="#007F7F" cellpadding="2">
  13. <tr>
  14. <td bgcolor="#FFFFFF"><img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
  15. <td><a href="../index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
  16. <td><a href="../libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
  17. <td><a href="../people/people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
  18. <td><a href="faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
  19. <td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
  20. </tr>
  21. </table>
  22. <h1>Information about the <a href="../LICENSE_1_0.txt">Boost Software License</a> </h1>
  23. <p><a href="../LICENSE_1_0.txt">License text</a><br>
  24. <a href="#Introduction">Introduction</a><br>
  25. <a href="#History">History</a><br>
  26. <a href="#Rationale">Rationale</a><br>
  27. <a href="#FAQ">FAQ</a><br>
  28. <a href="#Transition">Transition</a><br>
  29. <a href="#Acknowledgements">Acknowledgements</a></p>
  30. <h2><a name="Introduction">Introduction</a></h2>
  31. <p>The <a href="../LICENSE_1_0.txt">Boost Software License</a>
  32. specifies the terms and conditions of use for those Boost libraries
  33. that it covers.</p>
  34. <p>Currently, some Boost libraries have their own licenses. The hope is that
  35. eventually all Boost libraries will be covered by the Boost Software
  36. License. In the meantime, <b>all</b> libraries comply with the <a
  37. href="#requirements">Boost License requirements</a>.</p>
  38. <h2><a name="History">History</a></h2>
  39. <p>As Boost grew, it became unmanageable for each Boost file to have
  40. its own license. Users complained that each license needed to be reviewed, and that
  41. reviews were difficult or impossible if Boost libraries contained many different licenses.
  42. Boost moderators and maintainers spent excessive time dealing with license
  43. issues. Boost developers often copied existing licenses without actually knowing
  44. if the license wording met legal needs.</p>
  45. <p>To clarify these licensing issues, the Boost moderators asked for help from
  46. the <a href="http://cyber.law.harvard.edu">Berkman Center for Internet &amp; Society</a>
  47. at Harvard Law School, Cambridge, Massachusetts, USA. It was requested that a
  48. single Boost license be developed that met the traditional requirements that Boost licenses, particularly:</p>
  49. <a name="requirements"></a>
  50. <ul>
  51. <li>Must be simple to read and understand. </li>
  52. <li>Must grant permission without fee to copy, use and modify the software for
  53. any use (commercial and non-commercial). </li>
  54. <li>Must require that the license appear with all copies [including
  55. redistributions] of the software source code. </li>
  56. <li>Must not require that the license appear with executables or other binary
  57. uses of the library. </li>
  58. <li>Must not require that the source code be available for execution or other
  59. binary uses of the library. </li>
  60. </ul>
  61. <p>Additionally, other common open source licenses were studied to see what
  62. additional issues were being treated, and additions representing good legal
  63. practice were also requested. The result is the <a href="../LICENSE_1_0.txt">Boost
  64. Software License</a>.</p>
  65. <h2><a name="Rationale">Rationale</a></h2>
  66. <p>The following rationale was provided by Devin Smith, the
  67. lawyer who wrote the Boost Software License. It has been edited slightly for
  68. brevity. Editorial additions are shown in square brackets.</p>
  69. <h3>Benefit of Common Software License</h3>
  70. <p>If one of Boost's goals is to ease use and adoption of the various
  71. libraries made available by Boost, it does make sense to try to
  72. standardize the licenses under which the libraries are made available to
  73. users. (I make some recommendations about a possible short-form license
  74. below.)</p>
  75. <p>[Standardizing the license will not] necessarily address the issue of satisfying
  76. corporate licensees. Each corporation will have its own concerns, based
  77. on their own experiences with software licensing and distribution and,
  78. if they're careful, will want to carefully review each license, even if
  79. they've been told that they're all standard. I would expect that,
  80. unless we're remarkably brilliant (or lucky) in drafting the standard
  81. Boost license, the standard license won't satisfy the legal departments
  82. of all corporations. I imagine that some will, for instance, absolutely
  83. insist that licensors provide a warranty of title and provide
  84. indemnification for third-party intellectual property infringement
  85. claims. Others may want functional warranties. (If I were advising the
  86. corporations, I would point out that they're not paying anything for the
  87. code and getting such warranties from individual programmers, who
  88. probably do not have deep pockets, is not that valuable anyway, but
  89. other lawyers may disagree.)</p>
  90. <p>But this can be addressed, not by trying to craft the perfect standard
  91. license, but by informing the corporations that they can, if they don't like the
  92. standard license, approach the authors to negotiate a different, perhaps even
  93. paid, license.</p>
  94. <p>One other benefit of adopting a standard license is to help ensure that
  95. the license accomplishes, from a legal perspective, what the authors
  96. intend. For instance, many of the [original] licenses for the libraries available
  97. on boost.org do not disclaim the warranty of title, meaning that the
  98. authors could, arguably, be sued by a user if the code infringes the
  99. rights of a third party and the user is sued by that third party. I
  100. think the authors probably want to disclaim this kind of liability.</p>
  101. <h3>Short-Form License</h3>
  102. <p>Without in anyway detracting from the draft license that's been
  103. circulated [to Boost moderators], I'd like to propose an alternative &quot;short-form&quot; license that
  104. Boost could have the library authors adopt. David [Abrahams] has expressed a
  105. desire to keep things as simple as possible, and to try to move away
  106. from past practice as little as possible, and this is my attempt at a
  107. draft.</p>
  108. <p>This license, which is very similar to the BSD license and the MIT
  109. license, should satisfy the Open Source Initiative's Open Source
  110. Definition: (i) the license permits free redistribution, (ii) the
  111. distributed code includes source code, (iii) the license permits the
  112. creation of derivative works, (iv) the license does not discriminate
  113. against persons or groups, (v) the license does not discriminate against
  114. fields of endeavor, (vi) the rights apply to all to whom the program is
  115. redistributed, (vii) the license is not specific to a product, and (viii) the
  116. license is technologically neutral (i.e., it does not [require] an explicit gesture of
  117. assent in order to establish a contract between licensor and licensee).</p>
  118. <p>This license grants all rights under the owner's copyrights (as well as an
  119. implied patent license), disclaims all liability for use of the code (including
  120. intellectual property infringement liability), and requires that all subsequent
  121. copies of the code [except machine-executable object code], including partial copies and derivative works, include the
  122. license.</p>
  123. <h2><a name="FAQ">FAQ</a></h2>
  124. <p><b>How should Boost programmers apply the license to source and
  125. header files?</b></p>
  126. <p>Add a comment based on the following template, substituting
  127. appropriate text for the italicized portion:
  128. <br>
  129. <br>
  130. <pre>
  131. // Copyright <i>Joe Coder 2004 - 2006</i>.
  132. // Distributed under the Boost Software License, Version 1.0.
  133. // (See accompanying file LICENSE_1_0.txt or copy at
  134. // http://www.boost.org/LICENSE_1_0.txt)
  135. </pre>
  136. <br>
  137. Please leave an empty line before and after the above comment block.
  138. It is fine if the copyright and license messages are not on different lines; in
  139. no case there should be other intervening text. Do not include
  140. "All rights reserved" anywhere.<br>
  141. <p>Other ways of licensing source files have been considered, but some
  142. of them turned out to unintentionally nullify legal elements of the
  143. license. Having fixed language for referring to the license helps
  144. corporate legal departments evaluate the boost distribution.
  145. Creativity in license reference language is strongly discouraged, but
  146. judicious changes in the use of whitespace are fine.
  147. <p><b>How should the license be applied to documentation files, instead?</b></p>
  148. <p>Very similarly to the way it is applied to source files: the user should
  149. see the very same text indicated in the template above, with the only difference
  150. that both the local and the web copy of LICENSE_1_0.txt should be linked to.
  151. Refer to the HTML source code of this page in case of doubt.
  152. <p>Note that the location of the local LICENSE_1_0.txt needs to be indicated
  153. relatively to the position of your documentation file
  154. (<code>../LICENSE_1_0.txt</code>, <code>../../LICENSE_1_0.txt</code> etc.)</p>
  155. <p><b>How is the Boost license different from the
  156. <a href="http://www.opensource.org/licenses/gpl-license.php">GNU General Public
  157. License (GPL)</a>?</b></p>
  158. <p>The Boost license permits the creation of derivative works for
  159. commercial or non-commercial use with no legal requirement to release
  160. your source code. Other differences include Boost not requiring
  161. reproduction of copyright messages for object code redistribution, and
  162. the fact that the Boost license is not &quot;viral&quot;: if you
  163. distribute your own code along with some Boost code, the Boost license
  164. applies only to the Boost code (and modified versions thereof); you
  165. are free to license your own code under any terms you like. The GPL is
  166. also much longer, and thus may be harder to understand.</p>
  167. <p><b>Why the phrase &quot;machine-executable object code generated by a source
  168. language processor&quot;?</b></p>
  169. <p>To distinguish cases where we do not require reproduction of the copyrights
  170. and license, such as object libraries, shared libraries, and final program
  171. executables, from cases where reproduction is still required, such as
  172. distribution of self-extracting archives of source code or precompiled header
  173. files. More detailed wording was rejected as not being legally necessary, and
  174. reducing readability.</p>
  175. <p><b>Why is the &quot;disclaimer&quot; paragraph of the license entirely in uppercase?</b></p>
  176. <p>Capitalization of these particular provisions is a US legal mandate for
  177. consumer protection. (Diane Cabell)</p>
  178. <p><b>Does the copyright and license cover interfaces too?</b></p>
  179. <p>The conceptual interface to a library isn't covered. The particular
  180. representation expressed in the header is covered, as is the documentation,
  181. examples, test programs, and all the other material that goes with the library.
  182. A different implementation is free to use the same logical interface, however.
  183. Interface issues have been fought out in court several times; ask a lawyer for
  184. details.</p>
  185. <p><b>Why doesn't the license prohibit the copyright holder from patenting the
  186. covered software?</b></p>
  187. <p>No one who distributes their code under the terms of this license could turn
  188. around and sue a user for patent infringement. (Devin Smith)</p>
  189. <p>Boost's lawyers were well aware of patent provisions in licenses like the GPL
  190. and CPL, and would have included such provisions in the Boost license if they
  191. were believed to be legally useful.</p>
  192. <p><b>Why doesn't the copyright message say &quot;All rights reserved&quot;?</b></p>
  193. <p>Devin Smith says &quot;I don't think it belongs in the copyright notice for
  194. anything (software, electronic documentation, etc.) that is being licensed. It
  195. belongs in books that are sold where, in fact, all rights (e.g., to reproduce
  196. the book, etc.) are being reserved in the publisher or author. I think it
  197. shouldn't be in the BSD license.&quot;</p>
  198. <p><b>Do I have to copyright/license trivial files?</b>
  199. <p>Even a test file that just contains an empty <code>main()</code>
  200. should have a copyright. Files without copyrights make corporate
  201. lawyers nervous, and that's a barrier to adoption. The more of Boost
  202. is uniformly copyrighted and licensed, the less problem people will
  203. have with mounting a Boost release CD on a corporate server.
  204. <p><b>Can I use the Boost license for my own projects outside Boost?</b>
  205. <p>Sure; there are no restrictions on the use of the license itself.
  206. <h2><a name="Transition">Transition</a></h2>
  207. <p>To ease the transition of the code base towards the new common
  208. license, several people decided to give a <a
  209. href="blanket-permission.txt">blanket permission</a> for all
  210. their contributions to use the new license. This hopefully helps
  211. maintainers to switch to the new license once the list contains enough
  212. names without asking over and over again for each change. Please
  213. consider adding your name to the list.</p>
  214. <h2><a name="Acknowledgements">Acknowledgements</a></h2>
  215. <p>Dave Abrahams led the Boost effort to develop better licensing. The legal
  216. team was led by
  217. <a href="http://cyber.law.harvard.edu/people/cabell/index.html">Diane Cabell</a>,
  218. Director, Clinical Programs, <a href="http://cyber.law.harvard.edu">Berkman
  219. Center for Internet &amp; Society</a>, Harvard Law School.
  220. <a href="http://www.nixonpeabody.com/attorneys_detail1.asp?ID=121">Devin Smith</a>, attorney, <a href="http://www.nixonpeabody.com/default.asp">
  221. Nixon Peabody LLP</a>, wrote the Boost License. Eva Chan, Harvard Law School,
  222. contributed analysis of Boost issues and drafts of various legal documents.
  223. Boost members reviewed drafts of the license. Beman Dawes wrote this web page.</p>
  224. <hr>
  225. <p>Revised
  226. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->27 August, 2004<!--webbot bot="Timestamp" endspan i-checksum="39365" --></p>
  227. <p> &copy; Copyright 2003-2004 Beman Dawes, Daniel Frey, David Abrahams.</p>
  228. <p> Distributed under the Boost Software License, Version 1.0.
  229. (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  230. copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
  231. </p>
  232. </body>
  233. </html>
粤ICP备19079148号