LICENSE 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. Mozilla Public License, version 2.0
  2. 1. Definitions
  3. 1.1. "Contributor"
  4. means each individual or legal entity that creates, contributes to the
  5. creation of, or owns Covered Software.
  6. 1.2. "Contributor Version"
  7. means the combination of the Contributions of others (if any) used by a
  8. Contributor and that particular Contributor's Contribution.
  9. 1.3. "Contribution"
  10. means Covered Software of a particular Contributor.
  11. 1.4. "Covered Software"
  12. means Source Code Form to which the initial Contributor has attached the
  13. notice in Exhibit A, the Executable Form of such Source Code Form, and
  14. Modifications of such Source Code Form, in each case including portions
  15. thereof.
  16. 1.5. "Incompatible With Secondary Licenses"
  17. means
  18. a. that the initial Contributor has attached the notice described in
  19. Exhibit B to the Covered Software; or
  20. b. that the Covered Software was made available under the terms of
  21. version 1.1 or earlier of the License, but not also under the terms of
  22. a Secondary License.
  23. 1.6. "Executable Form"
  24. means any form of the work other than Source Code Form.
  25. 1.7. "Larger Work"
  26. means a work that combines Covered Software with other material, in a
  27. separate file or files, that is not Covered Software.
  28. 1.8. "License"
  29. means this document.
  30. 1.9. "Licensable"
  31. means having the right to grant, to the maximum extent possible, whether
  32. at the time of the initial grant or subsequently, any and all of the
  33. rights conveyed by this License.
  34. 1.10. "Modifications"
  35. means any of the following:
  36. a. any file in Source Code Form that results from an addition to,
  37. deletion from, or modification of the contents of Covered Software; or
  38. b. any new file in Source Code Form that contains any Covered Software.
  39. 1.11. "Patent Claims" of a Contributor
  40. means any patent claim(s), including without limitation, method,
  41. process, and apparatus claims, in any patent Licensable by such
  42. Contributor that would be infringed, but for the grant of the License,
  43. by the making, using, selling, offering for sale, having made, import,
  44. or transfer of either its Contributions or its Contributor Version.
  45. 1.12. "Secondary License"
  46. means either the GNU General Public License, Version 2.0, the GNU Lesser
  47. General Public License, Version 2.1, the GNU Affero General Public
  48. License, Version 3.0, or any later versions of those licenses.
  49. 1.13. "Source Code Form"
  50. means the form of the work preferred for making modifications.
  51. 1.14. "You" (or "Your")
  52. means an individual or a legal entity exercising rights under this
  53. License. For legal entities, "You" includes any entity that controls, is
  54. controlled by, or is under common control with You. For purposes of this
  55. definition, "control" means (a) the power, direct or indirect, to cause
  56. the direction or management of such entity, whether by contract or
  57. otherwise, or (b) ownership of more than fifty percent (50%) of the
  58. outstanding shares or beneficial ownership of such entity.
  59. 2. License Grants and Conditions
  60. 2.1. Grants
  61. Each Contributor hereby grants You a world-wide, royalty-free,
  62. non-exclusive license:
  63. a. under intellectual property rights (other than patent or trademark)
  64. Licensable by such Contributor to use, reproduce, make available,
  65. modify, display, perform, distribute, and otherwise exploit its
  66. Contributions, either on an unmodified basis, with Modifications, or
  67. as part of a Larger Work; and
  68. b. under Patent Claims of such Contributor to make, use, sell, offer for
  69. sale, have made, import, and otherwise transfer either its
  70. Contributions or its Contributor Version.
  71. 2.2. Effective Date
  72. The licenses granted in Section 2.1 with respect to any Contribution
  73. become effective for each Contribution on the date the Contributor first
  74. distributes such Contribution.
  75. 2.3. Limitations on Grant Scope
  76. The licenses granted in this Section 2 are the only rights granted under
  77. this License. No additional rights or licenses will be implied from the
  78. distribution or licensing of Covered Software under this License.
  79. Notwithstanding Section 2.1(b) above, no patent license is granted by a
  80. Contributor:
  81. a. for any code that a Contributor has removed from Covered Software; or
  82. b. for infringements caused by: (i) Your and any other third party's
  83. modifications of Covered Software, or (ii) the combination of its
  84. Contributions with other software (except as part of its Contributor
  85. Version); or
  86. c. under Patent Claims infringed by Covered Software in the absence of
  87. its Contributions.
  88. This License does not grant any rights in the trademarks, service marks,
  89. or logos of any Contributor (except as may be necessary to comply with
  90. the notice requirements in Section 3.4).
  91. 2.4. Subsequent Licenses
  92. No Contributor makes additional grants as a result of Your choice to
  93. distribute the Covered Software under a subsequent version of this
  94. License (see Section 10.2) or under the terms of a Secondary License (if
  95. permitted under the terms of Section 3.3).
  96. 2.5. Representation
  97. Each Contributor represents that the Contributor believes its
  98. Contributions are its original creation(s) or it has sufficient rights to
  99. grant the rights to its Contributions conveyed by this License.
  100. 2.6. Fair Use
  101. This License is not intended to limit any rights You have under
  102. applicable copyright doctrines of fair use, fair dealing, or other
  103. equivalents.
  104. 2.7. Conditions
  105. Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
  106. Section 2.1.
  107. 3. Responsibilities
  108. 3.1. Distribution of Source Form
  109. All distribution of Covered Software in Source Code Form, including any
  110. Modifications that You create or to which You contribute, must be under
  111. the terms of this License. You must inform recipients that the Source
  112. Code Form of the Covered Software is governed by the terms of this
  113. License, and how they can obtain a copy of this License. You may not
  114. attempt to alter or restrict the recipients' rights in the Source Code
  115. Form.
  116. 3.2. Distribution of Executable Form
  117. If You distribute Covered Software in Executable Form then:
  118. a. such Covered Software must also be made available in Source Code Form,
  119. as described in Section 3.1, and You must inform recipients of the
  120. Executable Form how they can obtain a copy of such Source Code Form by
  121. reasonable means in a timely manner, at a charge no more than the cost
  122. of distribution to the recipient; and
  123. b. You may distribute such Executable Form under the terms of this
  124. License, or sublicense it under different terms, provided that the
  125. license for the Executable Form does not attempt to limit or alter the
  126. recipients' rights in the Source Code Form under this License.
  127. 3.3. Distribution of a Larger Work
  128. You may create and distribute a Larger Work under terms of Your choice,
  129. provided that You also comply with the requirements of this License for
  130. the Covered Software. If the Larger Work is a combination of Covered
  131. Software with a work governed by one or more Secondary Licenses, and the
  132. Covered Software is not Incompatible With Secondary Licenses, this
  133. License permits You to additionally distribute such Covered Software
  134. under the terms of such Secondary License(s), so that the recipient of
  135. the Larger Work may, at their option, further distribute the Covered
  136. Software under the terms of either this License or such Secondary
  137. License(s).
  138. 3.4. Notices
  139. You may not remove or alter the substance of any license notices
  140. (including copyright notices, patent notices, disclaimers of warranty, or
  141. limitations of liability) contained within the Source Code Form of the
  142. Covered Software, except that You may alter any license notices to the
  143. extent required to remedy known factual inaccuracies.
  144. 3.5. Application of Additional Terms
  145. You may choose to offer, and to charge a fee for, warranty, support,
  146. indemnity or liability obligations to one or more recipients of Covered
  147. Software. However, You may do so only on Your own behalf, and not on
  148. behalf of any Contributor. You must make it absolutely clear that any
  149. such warranty, support, indemnity, or liability obligation is offered by
  150. You alone, and You hereby agree to indemnify every Contributor for any
  151. liability incurred by such Contributor as a result of warranty, support,
  152. indemnity or liability terms You offer. You may include additional
  153. disclaimers of warranty and limitations of liability specific to any
  154. jurisdiction.
  155. 4. Inability to Comply Due to Statute or Regulation
  156. If it is impossible for You to comply with any of the terms of this License
  157. with respect to some or all of the Covered Software due to statute,
  158. judicial order, or regulation then You must: (a) comply with the terms of
  159. this License to the maximum extent possible; and (b) describe the
  160. limitations and the code they affect. Such description must be placed in a
  161. text file included with all distributions of the Covered Software under
  162. this License. Except to the extent prohibited by statute or regulation,
  163. such description must be sufficiently detailed for a recipient of ordinary
  164. skill to be able to understand it.
  165. 5. Termination
  166. 5.1. The rights granted under this License will terminate automatically if You
  167. fail to comply with any of its terms. However, if You become compliant,
  168. then the rights granted under this License from a particular Contributor
  169. are reinstated (a) provisionally, unless and until such Contributor
  170. explicitly and finally terminates Your grants, and (b) on an ongoing
  171. basis, if such Contributor fails to notify You of the non-compliance by
  172. some reasonable means prior to 60 days after You have come back into
  173. compliance. Moreover, Your grants from a particular Contributor are
  174. reinstated on an ongoing basis if such Contributor notifies You of the
  175. non-compliance by some reasonable means, this is the first time You have
  176. received notice of non-compliance with this License from such
  177. Contributor, and You become compliant prior to 30 days after Your receipt
  178. of the notice.
  179. 5.2. If You initiate litigation against any entity by asserting a patent
  180. infringement claim (excluding declaratory judgment actions,
  181. counter-claims, and cross-claims) alleging that a Contributor Version
  182. directly or indirectly infringes any patent, then the rights granted to
  183. You by any and all Contributors for the Covered Software under Section
  184. 2.1 of this License shall terminate.
  185. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
  186. license agreements (excluding distributors and resellers) which have been
  187. validly granted by You or Your distributors under this License prior to
  188. termination shall survive termination.
  189. 6. Disclaimer of Warranty
  190. Covered Software is provided under this License on an "as is" basis,
  191. without warranty of any kind, either expressed, implied, or statutory,
  192. including, without limitation, warranties that the Covered Software is free
  193. of defects, merchantable, fit for a particular purpose or non-infringing.
  194. The entire risk as to the quality and performance of the Covered Software
  195. is with You. Should any Covered Software prove defective in any respect,
  196. You (not any Contributor) assume the cost of any necessary servicing,
  197. repair, or correction. This disclaimer of warranty constitutes an essential
  198. part of this License. No use of any Covered Software is authorized under
  199. this License except under this disclaimer.
  200. 7. Limitation of Liability
  201. Under no circumstances and under no legal theory, whether tort (including
  202. negligence), contract, or otherwise, shall any Contributor, or anyone who
  203. distributes Covered Software as permitted above, be liable to You for any
  204. direct, indirect, special, incidental, or consequential damages of any
  205. character including, without limitation, damages for lost profits, loss of
  206. goodwill, work stoppage, computer failure or malfunction, or any and all
  207. other commercial damages or losses, even if such party shall have been
  208. informed of the possibility of such damages. This limitation of liability
  209. shall not apply to liability for death or personal injury resulting from
  210. such party's negligence to the extent applicable law prohibits such
  211. limitation. Some jurisdictions do not allow the exclusion or limitation of
  212. incidental or consequential damages, so this exclusion and limitation may
  213. not apply to You.
  214. 8. Litigation
  215. Any litigation relating to this License may be brought only in the courts
  216. of a jurisdiction where the defendant maintains its principal place of
  217. business and such litigation shall be governed by laws of that
  218. jurisdiction, without reference to its conflict-of-law provisions. Nothing
  219. in this Section shall prevent a party's ability to bring cross-claims or
  220. counter-claims.
  221. 9. Miscellaneous
  222. This License represents the complete agreement concerning the subject
  223. matter hereof. If any provision of this License is held to be
  224. unenforceable, such provision shall be reformed only to the extent
  225. necessary to make it enforceable. Any law or regulation which provides that
  226. the language of a contract shall be construed against the drafter shall not
  227. be used to construe this License against a Contributor.
  228. 10. Versions of the License
  229. 10.1. New Versions
  230. Mozilla Foundation is the license steward. Except as provided in Section
  231. 10.3, no one other than the license steward has the right to modify or
  232. publish new versions of this License. Each version will be given a
  233. distinguishing version number.
  234. 10.2. Effect of New Versions
  235. You may distribute the Covered Software under the terms of the version
  236. of the License under which You originally received the Covered Software,
  237. or under the terms of any subsequent version published by the license
  238. steward.
  239. 10.3. Modified Versions
  240. If you create software not governed by this License, and you want to
  241. create a new license for such software, you may create and use a
  242. modified version of this License if you rename the license and remove
  243. any references to the name of the license steward (except to note that
  244. such modified license differs from this License).
  245. 10.4. Distributing Source Code Form that is Incompatible With Secondary
  246. Licenses If You choose to distribute Source Code Form that is
  247. Incompatible With Secondary Licenses under the terms of this version of
  248. the License, the notice described in Exhibit B of this License must be
  249. attached.
  250. Exhibit A - Source Code Form License Notice
  251. This Source Code Form is subject to the
  252. terms of the Mozilla Public License, v.
  253. 2.0. If a copy of the MPL was not
  254. distributed with this file, You can
  255. obtain one at
  256. http://mozilla.org/MPL/2.0/.
  257. If it is not possible or desirable to put the notice in a particular file,
  258. then You may include the notice in a location (such as a LICENSE file in a
  259. relevant directory) where a recipient would be likely to look for such a
  260. notice.
  261. You may add additional accurate notices of copyright ownership.
  262. Exhibit B - "Incompatible With Secondary Licenses" Notice
  263. This Source Code Form is "Incompatible
  264. With Secondary Licenses", as defined by
  265. the Mozilla Public License, v. 2.0.