LICENSE-2.0.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta charset="utf-8">
  6. <title>Apache License, Version 2.0</title>
  7. </head>
  8. <body>
  9. <div class="container">
  10. <style type="text/css">
  11. /* The following code is added by mdx_elementid.py
  12. It was originally lifted from http://subversion.apache.org/style/site.css */
  13. /*
  14. * Hide class="elementid-permalink", except when an enclosing heading
  15. * has the :hover property.
  16. */
  17. .headerlink, .elementid-permalink {
  18. visibility: hidden;
  19. }
  20. h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }
  21. </style>
  22. <p>Apache License<br>
  23. Version 2.0, January 2004<br>
  24. <a href=
  25. "http://www.apache.org/licenses/">http://www.apache.org/licenses/</a></p>
  26. <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND
  27. DISTRIBUTION</p>
  28. <p><strong><a name="definitions" id="definitions">1.
  29. Definitions</a></strong>.</p>
  30. <p>"License" shall mean the terms and conditions for use,
  31. reproduction, and distribution as defined by Sections 1 through 9
  32. of this document.</p>
  33. <p>"Licensor" shall mean the copyright owner or entity authorized
  34. by the copyright owner that is granting the License.</p>
  35. <p>"Legal Entity" shall mean the union of the acting entity and
  36. all other entities that control, are controlled by, or are under
  37. common control with that entity. For the purposes of this
  38. definition, "control" means (i) the power, direct or indirect, to
  39. cause the direction or management of such entity, whether by
  40. contract or otherwise, or (ii) ownership of fifty percent (50%)
  41. or more of the outstanding shares, or (iii) beneficial ownership
  42. of such entity.</p>
  43. <p>"You" (or "Your") shall mean an individual or Legal Entity
  44. exercising permissions granted by this License.</p>
  45. <p>"Source" form shall mean the preferred form for making
  46. modifications, including but not limited to software source code,
  47. documentation source, and configuration files.</p>
  48. <p>"Object" form shall mean any form resulting from mechanical
  49. transformation or translation of a Source form, including but not
  50. limited to compiled object code, generated documentation, and
  51. conversions to other media types.</p>
  52. <p>"Work" shall mean the work of authorship, whether in Source or
  53. Object form, made available under the License, as indicated by a
  54. copyright notice that is included in or attached to the work (an
  55. example is provided in the Appendix below).</p>
  56. <p>"Derivative Works" shall mean any work, whether in Source or
  57. Object form, that is based on (or derived from) the Work and for
  58. which the editorial revisions, annotations, elaborations, or
  59. other modifications represent, as a whole, an original work of
  60. authorship. For the purposes of this License, Derivative Works
  61. shall not include works that remain separable from, or merely
  62. link (or bind by name) to the interfaces of, the Work and
  63. Derivative Works thereof.</p>
  64. <p>"Contribution" shall mean any work of authorship, including
  65. the original version of the Work and any modifications or
  66. additions to that Work or Derivative Works thereof, that is
  67. intentionally submitted to Licensor for inclusion in the Work by
  68. the copyright owner or by an individual or Legal Entity
  69. authorized to submit on behalf of the copyright owner. For the
  70. purposes of this definition, "submitted" means any form of
  71. electronic, verbal, or written communication sent to the Licensor
  72. or its representatives, including but not limited to
  73. communication on electronic mailing lists, source code control
  74. systems, and issue tracking systems that are managed by, or on
  75. behalf of, the Licensor for the purpose of discussing and
  76. improving the Work, but excluding communication that is
  77. conspicuously marked or otherwise designated in writing by the
  78. copyright owner as "Not a Contribution."</p>
  79. <p>"Contributor" shall mean Licensor and any individual or Legal
  80. Entity on behalf of whom a Contribution has been received by
  81. Licensor and subsequently incorporated within the Work.</p>
  82. <p><strong><a name="copyright" id="copyright">2. Grant of
  83. Copyright License</a></strong>. Subject to the terms and
  84. conditions of this License, each Contributor hereby grants to You
  85. a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
  86. irrevocable copyright license to reproduce, prepare Derivative
  87. Works of, publicly display, publicly perform, sublicense, and
  88. distribute the Work and such Derivative Works in Source or Object
  89. form.</p>
  90. <p><strong><a name="patent" id="patent">3. Grant of Patent
  91. License</a></strong>. Subject to the terms and conditions of this
  92. License, each Contributor hereby grants to You a perpetual,
  93. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  94. (except as stated in this section) patent license to make, have
  95. made, use, offer to sell, sell, import, and otherwise transfer
  96. the Work, where such license applies only to those patent claims
  97. licensable by such Contributor that are necessarily infringed by
  98. their Contribution(s) alone or by combination of their
  99. Contribution(s) with the Work to which such Contribution(s) was
  100. submitted. If You institute patent litigation against any entity
  101. (including a cross-claim or counterclaim in a lawsuit) alleging
  102. that the Work or a Contribution incorporated within the Work
  103. constitutes direct or contributory patent infringement, then any
  104. patent licenses granted to You under this License for that Work
  105. shall terminate as of the date such litigation is filed.</p>
  106. <p><strong><a name="redistribution" id="redistribution">4.
  107. Redistribution</a></strong>. You may reproduce and distribute
  108. copies of the Work or Derivative Works thereof in any medium,
  109. with or without modifications, and in Source or Object form,
  110. provided that You meet the following conditions:</p>
  111. <ol style="list-style: lower-latin;">
  112. <li>You must give any other recipients of the Work or
  113. Derivative Works a copy of this License; and</li>
  114. <li>You must cause any modified files to carry prominent
  115. notices stating that You changed the files; and</li>
  116. <li>You must retain, in the Source form of any Derivative Works
  117. that You distribute, all copyright, patent, trademark, and
  118. attribution notices from the Source form of the Work, excluding
  119. those notices that do not pertain to any part of the Derivative
  120. Works; and</li>
  121. <li>If the Work includes a "NOTICE" text file as part of its
  122. distribution, then any Derivative Works that You distribute
  123. must include a readable copy of the attribution notices
  124. contained within such NOTICE file, excluding those notices that
  125. do not pertain to any part of the Derivative Works, in at least
  126. one of the following places: within a NOTICE text file
  127. distributed as part of the Derivative Works; within the Source
  128. form or documentation, if provided along with the Derivative
  129. Works; or, within a display generated by the Derivative Works,
  130. if and wherever such third-party notices normally appear. The
  131. contents of the NOTICE file are for informational purposes only
  132. and do not modify the License. You may add Your own attribution
  133. notices within Derivative Works that You distribute, alongside
  134. or as an addendum to the NOTICE text from the Work, provided
  135. that such additional attribution notices cannot be construed as
  136. modifying the License.<br>
  137. <br>
  138. You may add Your own copyright statement to Your modifications
  139. and may provide additional or different license terms and
  140. conditions for use, reproduction, or distribution of Your
  141. modifications, or for any such Derivative Works as a whole,
  142. provided Your use, reproduction, and distribution of the Work
  143. otherwise complies with the conditions stated in this
  144. License.</li>
  145. </ol>
  146. <p><strong><a name="contributions" id="contributions">5.
  147. Submission of Contributions</a></strong>. Unless You explicitly
  148. state otherwise, any Contribution intentionally submitted for
  149. inclusion in the Work by You to the Licensor shall be under the
  150. terms and conditions of this License, without any additional
  151. terms or conditions. Notwithstanding the above, nothing herein
  152. shall supersede or modify the terms of any separate license
  153. agreement you may have executed with Licensor regarding such
  154. Contributions.</p>
  155. <p><strong><a name="trademarks" id="trademarks">6.
  156. Trademarks</a></strong>. This License does not grant permission
  157. to use the trade names, trademarks, service marks, or product
  158. names of the Licensor, except as required for reasonable and
  159. customary use in describing the origin of the Work and
  160. reproducing the content of the NOTICE file.</p>
  161. <p><strong><a name="no-warranty" id="no-warranty">7. Disclaimer
  162. of Warranty</a></strong>. Unless required by applicable law or
  163. agreed to in writing, Licensor provides the Work (and each
  164. Contributor provides its Contributions) on an "AS IS" BASIS,
  165. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  166. implied, including, without limitation, any warranties or
  167. conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or
  168. FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for
  169. determining the appropriateness of using or redistributing the
  170. Work and assume any risks associated with Your exercise of
  171. permissions under this License.</p>
  172. <p><strong><a name="no-liability" id="no-liability">8. Limitation
  173. of Liability</a></strong>. In no event and under no legal theory,
  174. whether in tort (including negligence), contract, or otherwise,
  175. unless required by applicable law (such as deliberate and grossly
  176. negligent acts) or agreed to in writing, shall any Contributor be
  177. liable to You for damages, including any direct, indirect,
  178. special, incidental, or consequential damages of any character
  179. arising as a result of this License or out of the use or
  180. inability to use the Work (including but not limited to damages
  181. for loss of goodwill, work stoppage, computer failure or
  182. malfunction, or any and all other commercial damages or losses),
  183. even if such Contributor has been advised of the possibility of
  184. such damages.</p>
  185. <p><strong><a name="additional" id="additional">9. Accepting
  186. Warranty or Additional Liability</a></strong>. While
  187. redistributing the Work or Derivative Works thereof, You may
  188. choose to offer, and charge a fee for, acceptance of support,
  189. warranty, indemnity, or other liability obligations and/or rights
  190. consistent with this License. However, in accepting such
  191. obligations, You may act only on Your own behalf and on Your sole
  192. responsibility, not on behalf of any other Contributor, and only
  193. if You agree to indemnify, defend, and hold each Contributor
  194. harmless for any liability incurred by, or claims asserted
  195. against, such Contributor by reason of your accepting any such
  196. warranty or additional liability.</p>
  197. <p>END OF TERMS AND CONDITIONS</p>
  198. <h1 id="apply">APPENDIX: How to apply the Apache License to your
  199. work<a class="headerlink" href="#apply" title=
  200. "Permanent link">?</a></h1>
  201. <p>To apply the Apache License to your work, attach the following
  202. boilerplate notice, with the fields enclosed by brackets "[]"
  203. replaced with your own identifying information. (Don't include
  204. the brackets!) The text should be enclosed in the appropriate
  205. comment syntax for the file format. We also recommend that a file
  206. or class name and description of purpose be included on the same
  207. "printed page" as the copyright notice for easier identification
  208. within third-party archives.</p>
  209. <div class="codehilite">
  210. <pre>Copyright [yyyy] [name of copyright owner]
  211. Licensed under the Apache License, Version 2.0 (the "License");
  212. you may not use this file except in compliance with the License.
  213. You may obtain a copy of the License at
  214. http://www.apache.org/licenses/LICENSE-2.0
  215. Unless required by applicable law or agreed to in writing, software
  216. distributed under the License is distributed on an "AS IS" BASIS,
  217. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  218. See the License for the specific language governing permissions and
  219. limitations under the License.
  220. </pre>
  221. </div>
  222. </div>
  223. </body>
  224. </html>