license_info.html 13 KB

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