LICENSE 16 KB

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