licenses.list.txt 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314
  1. ====================Apache-2.0====================
  2. Apache License
  3. Version 2.0, January 2004
  4. http://www.apache.org/licenses/
  5. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  6. 1. Definitions.
  7. "License" shall mean the terms and conditions for use, reproduction,
  8. and distribution as defined by Sections 1 through 9 of this document.
  9. "Licensor" shall mean the copyright owner or entity authorized by
  10. the copyright owner that is granting the License.
  11. "Legal Entity" shall mean the union of the acting entity and all
  12. other entities that control, are controlled by, or are under common
  13. control with that entity. For the purposes of this definition,
  14. "control" means (i) the power, direct or indirect, to cause the
  15. direction or management of such entity, whether by contract or
  16. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  17. outstanding shares, or (iii) beneficial ownership of such entity.
  18. "You" (or "Your") shall mean an individual or Legal Entity
  19. exercising permissions granted by this License.
  20. "Source" form shall mean the preferred form for making modifications,
  21. including but not limited to software source code, documentation
  22. source, and configuration files.
  23. "Object" form shall mean any form resulting from mechanical
  24. transformation or translation of a Source form, including but
  25. not limited to compiled object code, generated documentation,
  26. and conversions to other media types.
  27. "Work" shall mean the work of authorship, whether in Source or
  28. Object form, made available under the License, as indicated by a
  29. copyright notice that is included in or attached to the work
  30. (an example is provided in the Appendix below).
  31. "Derivative Works" shall mean any work, whether in Source or Object
  32. form, that is based on (or derived from) the Work and for which the
  33. editorial revisions, annotations, elaborations, or other modifications
  34. represent, as a whole, an original work of authorship. For the purposes
  35. of this License, Derivative Works shall not include works that remain
  36. separable from, or merely link (or bind by name) to the interfaces of,
  37. the Work and Derivative Works thereof.
  38. "Contribution" shall mean any work of authorship, including
  39. the original version of the Work and any modifications or additions
  40. to that Work or Derivative Works thereof, that is intentionally
  41. submitted to Licensor for inclusion in the Work by the copyright owner
  42. or by an individual or Legal Entity authorized to submit on behalf of
  43. the copyright owner. For the purposes of this definition, "submitted"
  44. means any form of electronic, verbal, or written communication sent
  45. to the Licensor or its representatives, including but not limited to
  46. communication on electronic mailing lists, source code control systems,
  47. and issue tracking systems that are managed by, or on behalf of, the
  48. Licensor for the purpose of discussing and improving the Work, but
  49. excluding communication that is conspicuously marked or otherwise
  50. designated in writing by the copyright owner as "Not a Contribution."
  51. "Contributor" shall mean Licensor and any individual or Legal Entity
  52. on behalf of whom a Contribution has been received by Licensor and
  53. subsequently incorporated within the Work.
  54. 2. Grant of Copyright License. Subject to the terms and conditions of
  55. this License, each Contributor hereby grants to You a perpetual,
  56. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  57. copyright license to reproduce, prepare Derivative Works of,
  58. publicly display, publicly perform, sublicense, and distribute the
  59. Work and such Derivative Works in Source or Object form.
  60. 3. Grant of Patent License. Subject to the terms and conditions of
  61. this License, each Contributor hereby grants to You a perpetual,
  62. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  63. (except as stated in this section) patent license to make, have made,
  64. use, offer to sell, sell, import, and otherwise transfer the Work,
  65. where such license applies only to those patent claims licensable
  66. by such Contributor that are necessarily infringed by their
  67. Contribution(s) alone or by combination of their Contribution(s)
  68. with the Work to which such Contribution(s) was submitted. If You
  69. institute patent litigation against any entity (including a
  70. cross-claim or counterclaim in a lawsuit) alleging that the Work
  71. or a Contribution incorporated within the Work constitutes direct
  72. or contributory patent infringement, then any patent licenses
  73. granted to You under this License for that Work shall terminate
  74. as of the date such litigation is filed.
  75. 4. Redistribution. You may reproduce and distribute copies of the
  76. Work or Derivative Works thereof in any medium, with or without
  77. modifications, and in Source or Object form, provided that You
  78. meet the following conditions:
  79. (a) You must give any other recipients of the Work or
  80. Derivative Works a copy of this License; and
  81. (b) You must cause any modified files to carry prominent notices
  82. stating that You changed the files; and
  83. (c) You must retain, in the Source form of any Derivative Works
  84. that You distribute, all copyright, patent, trademark, and
  85. attribution notices from the Source form of the Work,
  86. excluding those notices that do not pertain to any part of
  87. the Derivative Works; and
  88. (d) If the Work includes a "NOTICE" text file as part of its
  89. distribution, then any Derivative Works that You distribute must
  90. include a readable copy of the attribution notices contained
  91. within such NOTICE file, excluding those notices that do not
  92. pertain to any part of the Derivative Works, in at least one
  93. of the following places: within a NOTICE text file distributed
  94. as part of the Derivative Works; within the Source form or
  95. documentation, if provided along with the Derivative Works; or,
  96. within a display generated by the Derivative Works, if and
  97. wherever such third-party notices normally appear. The contents
  98. of the NOTICE file are for informational purposes only and
  99. do not modify the License. You may add Your own attribution
  100. notices within Derivative Works that You distribute, alongside
  101. or as an addendum to the NOTICE text from the Work, provided
  102. that such additional attribution notices cannot be construed
  103. as modifying the License.
  104. You may add Your own copyright statement to Your modifications and
  105. may provide additional or different license terms and conditions
  106. for use, reproduction, or distribution of Your modifications, or
  107. for any such Derivative Works as a whole, provided Your use,
  108. reproduction, and distribution of the Work otherwise complies with
  109. the conditions stated in this License.
  110. 5. Submission of Contributions. Unless You explicitly state otherwise,
  111. any Contribution intentionally submitted for inclusion in the Work
  112. by You to the Licensor shall be under the terms and conditions of
  113. this License, without any additional terms or conditions.
  114. Notwithstanding the above, nothing herein shall supersede or modify
  115. the terms of any separate license agreement you may have executed
  116. with Licensor regarding such Contributions.
  117. 6. Trademarks. This License does not grant permission to use the trade
  118. names, trademarks, service marks, or product names of the Licensor,
  119. except as required for reasonable and customary use in describing the
  120. origin of the Work and reproducing the content of the NOTICE file.
  121. 7. Disclaimer of Warranty. Unless required by applicable law or
  122. agreed to in writing, Licensor provides the Work (and each
  123. Contributor provides its Contributions) on an "AS IS" BASIS,
  124. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  125. implied, including, without limitation, any warranties or conditions
  126. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  127. PARTICULAR PURPOSE. You are solely responsible for determining the
  128. appropriateness of using or redistributing the Work and assume any
  129. risks associated with Your exercise of permissions under this License.
  130. 8. Limitation of Liability. In no event and under no legal theory,
  131. whether in tort (including negligence), contract, or otherwise,
  132. unless required by applicable law (such as deliberate and grossly
  133. negligent acts) or agreed to in writing, shall any Contributor be
  134. liable to You for damages, including any direct, indirect, special,
  135. incidental, or consequential damages of any character arising as a
  136. result of this License or out of the use or inability to use the
  137. Work (including but not limited to damages for loss of goodwill,
  138. work stoppage, computer failure or malfunction, or any and all
  139. other commercial damages or losses), even if such Contributor
  140. has been advised of the possibility of such damages.
  141. 9. Accepting Warranty or Additional Liability. While redistributing
  142. the Work or Derivative Works thereof, You may choose to offer,
  143. and charge a fee for, acceptance of support, warranty, indemnity,
  144. or other liability obligations and/or rights consistent with this
  145. License. However, in accepting such obligations, You may act only
  146. on Your own behalf and on Your sole responsibility, not on behalf
  147. of any other Contributor, and only if You agree to indemnify,
  148. defend, and hold each Contributor harmless for any liability
  149. incurred by, or claims asserted against, such Contributor by reason
  150. of your accepting any such warranty or additional liability.
  151. END OF TERMS AND CONDITIONS
  152. APPENDIX: How to apply the Apache License to your work.
  153. To apply the Apache License to your work, attach the following
  154. boilerplate notice, with the fields enclosed by brackets "[]"
  155. replaced with your own identifying information. (Don't include
  156. the brackets!) The text should be enclosed in the appropriate
  157. comment syntax for the file format. We also recommend that a
  158. file or class name and description of purpose be included on the
  159. same "printed page" as the copyright notice for easier
  160. identification within third-party archives.
  161. Copyright [yyyy] [name of copyright owner]
  162. Licensed under the Apache License, Version 2.0 (the "License");
  163. you may not use this file except in compliance with the License.
  164. You may obtain a copy of the License at
  165. http://www.apache.org/licenses/LICENSE-2.0
  166. Unless required by applicable law or agreed to in writing, software
  167. distributed under the License is distributed on an "AS IS" BASIS,
  168. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  169. See the License for the specific language governing permissions and
  170. limitations under the License.
  171. ====================Apache-2.0====================
  172. # Licensed under the Apache License, Version 2.0 (the "License");
  173. # you may not use this file except in compliance with the License.
  174. # You may obtain a copy of the License at
  175. #
  176. # http://www.apache.org/licenses/LICENSE-2.0
  177. #
  178. # Unless required by applicable law or agreed to in writing, software
  179. # distributed under the License is distributed on an "AS IS" BASIS,
  180. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  181. # See the License for the specific language governing permissions and
  182. # limitations under the License.
  183. ====================Apache-2.0====================
  184. Classifier: License :: OSI Approved :: Apache Software License
  185. ====================Apache-2.0====================
  186. License: Apache License 2.0
  187. ====================BSD-3-Clause====================
  188. limitations under the License.
  189. -----------------------------------------------------------
  190. BSD 3-Clause License
  191. ====================BSD-3-Clause====================
  192. Redistribution and use in source and binary forms, with or without
  193. modification, are permitted provided that the following conditions are met:
  194. 1. Redistributions of source code must retain the above copyright notice,
  195. this list of conditions and the following disclaimer.
  196. 2. Redistributions in binary form must reproduce the above copyright notice,
  197. this list of conditions and the following disclaimer in the documentation
  198. and/or other materials provided with the distribution.
  199. 3. Neither the name of the copyright holder nor the names of its
  200. contributors may be used to endorse or promote products derived from this
  201. software without specific prior written permission.
  202. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  203. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  204. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  205. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  206. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  207. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  208. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  209. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  210. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  211. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  212. THE POSSIBILITY OF SUCH DAMAGE.
  213. ====================COPYRIGHT====================
  214. # Copyright 2015 gRPC authors.
  215. ====================COPYRIGHT====================
  216. # Copyright 2015-2016 gRPC authors.
  217. ====================COPYRIGHT====================
  218. # Copyright 2016 gRPC authors.
  219. ====================COPYRIGHT====================
  220. # Copyright 2017 gRPC authors.
  221. ====================COPYRIGHT====================
  222. # Copyright 2018 The gRPC Authors
  223. ====================COPYRIGHT====================
  224. # Copyright 2018 gRPC authors.
  225. ====================COPYRIGHT====================
  226. # Copyright 2019 The gRPC Authors
  227. ====================COPYRIGHT====================
  228. # Copyright 2019 The gRPC authors.
  229. ====================COPYRIGHT====================
  230. # Copyright 2019 gRPC authors.
  231. ====================COPYRIGHT====================
  232. # Copyright 2020 The gRPC Authors
  233. ====================COPYRIGHT====================
  234. # Copyright 2020 The gRPC authors.
  235. ====================COPYRIGHT====================
  236. # Copyright 2020 gRPC authors.
  237. ====================COPYRIGHT====================
  238. # Copyright 2021 The gRPC Authors
  239. ====================COPYRIGHT====================
  240. Copyright 2016, Google Inc.
  241. ====================File: LICENSE====================
  242. Apache License
  243. Version 2.0, January 2004
  244. http://www.apache.org/licenses/
  245. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  246. 1. Definitions.
  247. "License" shall mean the terms and conditions for use, reproduction,
  248. and distribution as defined by Sections 1 through 9 of this document.
  249. "Licensor" shall mean the copyright owner or entity authorized by
  250. the copyright owner that is granting the License.
  251. "Legal Entity" shall mean the union of the acting entity and all
  252. other entities that control, are controlled by, or are under common
  253. control with that entity. For the purposes of this definition,
  254. "control" means (i) the power, direct or indirect, to cause the
  255. direction or management of such entity, whether by contract or
  256. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  257. outstanding shares, or (iii) beneficial ownership of such entity.
  258. "You" (or "Your") shall mean an individual or Legal Entity
  259. exercising permissions granted by this License.
  260. "Source" form shall mean the preferred form for making modifications,
  261. including but not limited to software source code, documentation
  262. source, and configuration files.
  263. "Object" form shall mean any form resulting from mechanical
  264. transformation or translation of a Source form, including but
  265. not limited to compiled object code, generated documentation,
  266. and conversions to other media types.
  267. "Work" shall mean the work of authorship, whether in Source or
  268. Object form, made available under the License, as indicated by a
  269. copyright notice that is included in or attached to the work
  270. (an example is provided in the Appendix below).
  271. "Derivative Works" shall mean any work, whether in Source or Object
  272. form, that is based on (or derived from) the Work and for which the
  273. editorial revisions, annotations, elaborations, or other modifications
  274. represent, as a whole, an original work of authorship. For the purposes
  275. of this License, Derivative Works shall not include works that remain
  276. separable from, or merely link (or bind by name) to the interfaces of,
  277. the Work and Derivative Works thereof.
  278. "Contribution" shall mean any work of authorship, including
  279. the original version of the Work and any modifications or additions
  280. to that Work or Derivative Works thereof, that is intentionally
  281. submitted to Licensor for inclusion in the Work by the copyright owner
  282. or by an individual or Legal Entity authorized to submit on behalf of
  283. the copyright owner. For the purposes of this definition, "submitted"
  284. means any form of electronic, verbal, or written communication sent
  285. to the Licensor or its representatives, including but not limited to
  286. communication on electronic mailing lists, source code control systems,
  287. and issue tracking systems that are managed by, or on behalf of, the
  288. Licensor for the purpose of discussing and improving the Work, but
  289. excluding communication that is conspicuously marked or otherwise
  290. designated in writing by the copyright owner as "Not a Contribution."
  291. "Contributor" shall mean Licensor and any individual or Legal Entity
  292. on behalf of whom a Contribution has been received by Licensor and
  293. subsequently incorporated within the Work.
  294. 2. Grant of Copyright License. Subject to the terms and conditions of
  295. this License, each Contributor hereby grants to You a perpetual,
  296. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  297. copyright license to reproduce, prepare Derivative Works of,
  298. publicly display, publicly perform, sublicense, and distribute the
  299. Work and such Derivative Works in Source or Object form.
  300. 3. Grant of Patent License. Subject to the terms and conditions of
  301. this License, each Contributor hereby grants to You a perpetual,
  302. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  303. (except as stated in this section) patent license to make, have made,
  304. use, offer to sell, sell, import, and otherwise transfer the Work,
  305. where such license applies only to those patent claims licensable
  306. by such Contributor that are necessarily infringed by their
  307. Contribution(s) alone or by combination of their Contribution(s)
  308. with the Work to which such Contribution(s) was submitted. If You
  309. institute patent litigation against any entity (including a
  310. cross-claim or counterclaim in a lawsuit) alleging that the Work
  311. or a Contribution incorporated within the Work constitutes direct
  312. or contributory patent infringement, then any patent licenses
  313. granted to You under this License for that Work shall terminate
  314. as of the date such litigation is filed.
  315. 4. Redistribution. You may reproduce and distribute copies of the
  316. Work or Derivative Works thereof in any medium, with or without
  317. modifications, and in Source or Object form, provided that You
  318. meet the following conditions:
  319. (a) You must give any other recipients of the Work or
  320. Derivative Works a copy of this License; and
  321. (b) You must cause any modified files to carry prominent notices
  322. stating that You changed the files; and
  323. (c) You must retain, in the Source form of any Derivative Works
  324. that You distribute, all copyright, patent, trademark, and
  325. attribution notices from the Source form of the Work,
  326. excluding those notices that do not pertain to any part of
  327. the Derivative Works; and
  328. (d) If the Work includes a "NOTICE" text file as part of its
  329. distribution, then any Derivative Works that You distribute must
  330. include a readable copy of the attribution notices contained
  331. within such NOTICE file, excluding those notices that do not
  332. pertain to any part of the Derivative Works, in at least one
  333. of the following places: within a NOTICE text file distributed
  334. as part of the Derivative Works; within the Source form or
  335. documentation, if provided along with the Derivative Works; or,
  336. within a display generated by the Derivative Works, if and
  337. wherever such third-party notices normally appear. The contents
  338. of the NOTICE file are for informational purposes only and
  339. do not modify the License. You may add Your own attribution
  340. notices within Derivative Works that You distribute, alongside
  341. or as an addendum to the NOTICE text from the Work, provided
  342. that such additional attribution notices cannot be construed
  343. as modifying the License.
  344. You may add Your own copyright statement to Your modifications and
  345. may provide additional or different license terms and conditions
  346. for use, reproduction, or distribution of Your modifications, or
  347. for any such Derivative Works as a whole, provided Your use,
  348. reproduction, and distribution of the Work otherwise complies with
  349. the conditions stated in this License.
  350. 5. Submission of Contributions. Unless You explicitly state otherwise,
  351. any Contribution intentionally submitted for inclusion in the Work
  352. by You to the Licensor shall be under the terms and conditions of
  353. this License, without any additional terms or conditions.
  354. Notwithstanding the above, nothing herein shall supersede or modify
  355. the terms of any separate license agreement you may have executed
  356. with Licensor regarding such Contributions.
  357. 6. Trademarks. This License does not grant permission to use the trade
  358. names, trademarks, service marks, or product names of the Licensor,
  359. except as required for reasonable and customary use in describing the
  360. origin of the Work and reproducing the content of the NOTICE file.
  361. 7. Disclaimer of Warranty. Unless required by applicable law or
  362. agreed to in writing, Licensor provides the Work (and each
  363. Contributor provides its Contributions) on an "AS IS" BASIS,
  364. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  365. implied, including, without limitation, any warranties or conditions
  366. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  367. PARTICULAR PURPOSE. You are solely responsible for determining the
  368. appropriateness of using or redistributing the Work and assume any
  369. risks associated with Your exercise of permissions under this License.
  370. 8. Limitation of Liability. In no event and under no legal theory,
  371. whether in tort (including negligence), contract, or otherwise,
  372. unless required by applicable law (such as deliberate and grossly
  373. negligent acts) or agreed to in writing, shall any Contributor be
  374. liable to You for damages, including any direct, indirect, special,
  375. incidental, or consequential damages of any character arising as a
  376. result of this License or out of the use or inability to use the
  377. Work (including but not limited to damages for loss of goodwill,
  378. work stoppage, computer failure or malfunction, or any and all
  379. other commercial damages or losses), even if such Contributor
  380. has been advised of the possibility of such damages.
  381. 9. Accepting Warranty or Additional Liability. While redistributing
  382. the Work or Derivative Works thereof, You may choose to offer,
  383. and charge a fee for, acceptance of support, warranty, indemnity,
  384. or other liability obligations and/or rights consistent with this
  385. License. However, in accepting such obligations, You may act only
  386. on Your own behalf and on Your sole responsibility, not on behalf
  387. of any other Contributor, and only if You agree to indemnify,
  388. defend, and hold each Contributor harmless for any liability
  389. incurred by, or claims asserted against, such Contributor by reason
  390. of your accepting any such warranty or additional liability.
  391. END OF TERMS AND CONDITIONS
  392. APPENDIX: How to apply the Apache License to your work.
  393. To apply the Apache License to your work, attach the following
  394. boilerplate notice, with the fields enclosed by brackets "[]"
  395. replaced with your own identifying information. (Don't include
  396. the brackets!) The text should be enclosed in the appropriate
  397. comment syntax for the file format. We also recommend that a
  398. file or class name and description of purpose be included on the
  399. same "printed page" as the copyright notice for easier
  400. identification within third-party archives.
  401. Copyright [yyyy] [name of copyright owner]
  402. Licensed under the Apache License, Version 2.0 (the "License");
  403. you may not use this file except in compliance with the License.
  404. You may obtain a copy of the License at
  405. http://www.apache.org/licenses/LICENSE-2.0
  406. Unless required by applicable law or agreed to in writing, software
  407. distributed under the License is distributed on an "AS IS" BASIS,
  408. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  409. See the License for the specific language governing permissions and
  410. limitations under the License.
  411. -----------------------------------------------------------
  412. BSD 3-Clause License
  413. Copyright 2016, Google Inc.
  414. Redistribution and use in source and binary forms, with or without
  415. modification, are permitted provided that the following conditions are met:
  416. 1. Redistributions of source code must retain the above copyright notice,
  417. this list of conditions and the following disclaimer.
  418. 2. Redistributions in binary form must reproduce the above copyright notice,
  419. this list of conditions and the following disclaimer in the documentation
  420. and/or other materials provided with the distribution.
  421. 3. Neither the name of the copyright holder nor the names of its
  422. contributors may be used to endorse or promote products derived from this
  423. software without specific prior written permission.
  424. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  425. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  426. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  427. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  428. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  429. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  430. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  431. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  432. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  433. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  434. THE POSSIBILITY OF SUCH DAMAGE.
  435. -----------------------------------------------------------
  436. Mozilla Public License Version 2.0
  437. ==================================
  438. 1. Definitions
  439. --------------
  440. 1.1. "Contributor"
  441. means each individual or legal entity that creates, contributes to
  442. the creation of, or owns Covered Software.
  443. 1.2. "Contributor Version"
  444. means the combination of the Contributions of others (if any) used
  445. by a Contributor and that particular Contributor's Contribution.
  446. 1.3. "Contribution"
  447. means Covered Software of a particular Contributor.
  448. 1.4. "Covered Software"
  449. means Source Code Form to which the initial Contributor has attached
  450. the notice in Exhibit A, the Executable Form of such Source Code
  451. Form, and Modifications of such Source Code Form, in each case
  452. including portions thereof.
  453. 1.5. "Incompatible With Secondary Licenses"
  454. means
  455. (a) that the initial Contributor has attached the notice described
  456. in Exhibit B to the Covered Software; or
  457. (b) that the Covered Software was made available under the terms of
  458. version 1.1 or earlier of the License, but not also under the
  459. terms of a Secondary License.
  460. 1.6. "Executable Form"
  461. means any form of the work other than Source Code Form.
  462. 1.7. "Larger Work"
  463. means a work that combines Covered Software with other material, in
  464. a separate file or files, that is not Covered Software.
  465. 1.8. "License"
  466. means this document.
  467. 1.9. "Licensable"
  468. means having the right to grant, to the maximum extent possible,
  469. whether at the time of the initial grant or subsequently, any and
  470. all of the rights conveyed by this License.
  471. 1.10. "Modifications"
  472. means any of the following:
  473. (a) any file in Source Code Form that results from an addition to,
  474. deletion from, or modification of the contents of Covered
  475. Software; or
  476. (b) any new file in Source Code Form that contains any Covered
  477. Software.
  478. 1.11. "Patent Claims" of a Contributor
  479. means any patent claim(s), including without limitation, method,
  480. process, and apparatus claims, in any patent Licensable by such
  481. Contributor that would be infringed, but for the grant of the
  482. License, by the making, using, selling, offering for sale, having
  483. made, import, or transfer of either its Contributions or its
  484. Contributor Version.
  485. 1.12. "Secondary License"
  486. means either the GNU General Public License, Version 2.0, the GNU
  487. Lesser General Public License, Version 2.1, the GNU Affero General
  488. Public License, Version 3.0, or any later versions of those
  489. licenses.
  490. 1.13. "Source Code Form"
  491. means the form of the work preferred for making modifications.
  492. 1.14. "You" (or "Your")
  493. means an individual or a legal entity exercising rights under this
  494. License. For legal entities, "You" includes any entity that
  495. controls, is controlled by, or is under common control with You. For
  496. purposes of this definition, "control" means (a) the power, direct
  497. or indirect, to cause the direction or management of such entity,
  498. whether by contract or otherwise, or (b) ownership of more than
  499. fifty percent (50%) of the outstanding shares or beneficial
  500. ownership of such entity.
  501. 2. License Grants and Conditions
  502. --------------------------------
  503. 2.1. Grants
  504. Each Contributor hereby grants You a world-wide, royalty-free,
  505. non-exclusive license:
  506. (a) under intellectual property rights (other than patent or trademark)
  507. Licensable by such Contributor to use, reproduce, make available,
  508. modify, display, perform, distribute, and otherwise exploit its
  509. Contributions, either on an unmodified basis, with Modifications, or
  510. as part of a Larger Work; and
  511. (b) under Patent Claims of such Contributor to make, use, sell, offer
  512. for sale, have made, import, and otherwise transfer either its
  513. Contributions or its Contributor Version.
  514. 2.2. Effective Date
  515. The licenses granted in Section 2.1 with respect to any Contribution
  516. become effective for each Contribution on the date the Contributor first
  517. distributes such Contribution.
  518. 2.3. Limitations on Grant Scope
  519. The licenses granted in this Section 2 are the only rights granted under
  520. this License. No additional rights or licenses will be implied from the
  521. distribution or licensing of Covered Software under this License.
  522. Notwithstanding Section 2.1(b) above, no patent license is granted by a
  523. Contributor:
  524. (a) for any code that a Contributor has removed from Covered Software;
  525. or
  526. (b) for infringements caused by: (i) Your and any other third party's
  527. modifications of Covered Software, or (ii) the combination of its
  528. Contributions with other software (except as part of its Contributor
  529. Version); or
  530. (c) under Patent Claims infringed by Covered Software in the absence of
  531. its Contributions.
  532. This License does not grant any rights in the trademarks, service marks,
  533. or logos of any Contributor (except as may be necessary to comply with
  534. the notice requirements in Section 3.4).
  535. 2.4. Subsequent Licenses
  536. No Contributor makes additional grants as a result of Your choice to
  537. distribute the Covered Software under a subsequent version of this
  538. License (see Section 10.2) or under the terms of a Secondary License (if
  539. permitted under the terms of Section 3.3).
  540. 2.5. Representation
  541. Each Contributor represents that the Contributor believes its
  542. Contributions are its original creation(s) or it has sufficient rights
  543. to grant the rights to its Contributions conveyed by this License.
  544. 2.6. Fair Use
  545. This License is not intended to limit any rights You have under
  546. applicable copyright doctrines of fair use, fair dealing, or other
  547. equivalents.
  548. 2.7. Conditions
  549. Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
  550. in Section 2.1.
  551. 3. Responsibilities
  552. -------------------
  553. 3.1. Distribution of Source Form
  554. All distribution of Covered Software in Source Code Form, including any
  555. Modifications that You create or to which You contribute, must be under
  556. the terms of this License. You must inform recipients that the Source
  557. Code Form of the Covered Software is governed by the terms of this
  558. License, and how they can obtain a copy of this License. You may not
  559. attempt to alter or restrict the recipients' rights in the Source Code
  560. Form.
  561. 3.2. Distribution of Executable Form
  562. If You distribute Covered Software in Executable Form then:
  563. (a) such Covered Software must also be made available in Source Code
  564. Form, as described in Section 3.1, and You must inform recipients of
  565. the Executable Form how they can obtain a copy of such Source Code
  566. Form by reasonable means in a timely manner, at a charge no more
  567. than the cost of distribution to the recipient; and
  568. (b) You may distribute such Executable Form under the terms of this
  569. License, or sublicense it under different terms, provided that the
  570. license for the Executable Form does not attempt to limit or alter
  571. the recipients' rights in the Source Code Form under this License.
  572. 3.3. Distribution of a Larger Work
  573. You may create and distribute a Larger Work under terms of Your choice,
  574. provided that You also comply with the requirements of this License for
  575. the Covered Software. If the Larger Work is a combination of Covered
  576. Software with a work governed by one or more Secondary Licenses, and the
  577. Covered Software is not Incompatible With Secondary Licenses, this
  578. License permits You to additionally distribute such Covered Software
  579. under the terms of such Secondary License(s), so that the recipient of
  580. the Larger Work may, at their option, further distribute the Covered
  581. Software under the terms of either this License or such Secondary
  582. License(s).
  583. 3.4. Notices
  584. You may not remove or alter the substance of any license notices
  585. (including copyright notices, patent notices, disclaimers of warranty,
  586. or limitations of liability) contained within the Source Code Form of
  587. the Covered Software, except that You may alter any license notices to
  588. the extent required to remedy known factual inaccuracies.
  589. 3.5. Application of Additional Terms
  590. You may choose to offer, and to charge a fee for, warranty, support,
  591. indemnity or liability obligations to one or more recipients of Covered
  592. Software. However, You may do so only on Your own behalf, and not on
  593. behalf of any Contributor. You must make it absolutely clear that any
  594. such warranty, support, indemnity, or liability obligation is offered by
  595. You alone, and You hereby agree to indemnify every Contributor for any
  596. liability incurred by such Contributor as a result of warranty, support,
  597. indemnity or liability terms You offer. You may include additional
  598. disclaimers of warranty and limitations of liability specific to any
  599. jurisdiction.
  600. 4. Inability to Comply Due to Statute or Regulation
  601. ---------------------------------------------------
  602. If it is impossible for You to comply with any of the terms of this
  603. License with respect to some or all of the Covered Software due to
  604. statute, judicial order, or regulation then You must: (a) comply with
  605. the terms of this License to the maximum extent possible; and (b)
  606. describe the limitations and the code they affect. Such description must
  607. be placed in a text file included with all distributions of the Covered
  608. Software under this License. Except to the extent prohibited by statute
  609. or regulation, such description must be sufficiently detailed for a
  610. recipient of ordinary skill to be able to understand it.
  611. 5. Termination
  612. --------------
  613. 5.1. The rights granted under this License will terminate automatically
  614. if You fail to comply with any of its terms. However, if You become
  615. compliant, then the rights granted under this License from a particular
  616. Contributor are reinstated (a) provisionally, unless and until such
  617. Contributor explicitly and finally terminates Your grants, and (b) on an
  618. ongoing basis, if such Contributor fails to notify You of the
  619. non-compliance by some reasonable means prior to 60 days after You have
  620. come back into compliance. Moreover, Your grants from a particular
  621. Contributor are reinstated on an ongoing basis if such Contributor
  622. notifies You of the non-compliance by some reasonable means, this is the
  623. first time You have received notice of non-compliance with this License
  624. from such Contributor, and You become compliant prior to 30 days after
  625. Your receipt of the notice.
  626. 5.2. If You initiate litigation against any entity by asserting a patent
  627. infringement claim (excluding declaratory judgment actions,
  628. counter-claims, and cross-claims) alleging that a Contributor Version
  629. directly or indirectly infringes any patent, then the rights granted to
  630. You by any and all Contributors for the Covered Software under Section
  631. 2.1 of this License shall terminate.
  632. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
  633. end user license agreements (excluding distributors and resellers) which
  634. have been validly granted by You or Your distributors under this License
  635. prior to termination shall survive termination.
  636. ************************************************************************
  637. * *
  638. * 6. Disclaimer of Warranty *
  639. * ------------------------- *
  640. * *
  641. * Covered Software is provided under this License on an "as is" *
  642. * basis, without warranty of any kind, either expressed, implied, or *
  643. * statutory, including, without limitation, warranties that the *
  644. * Covered Software is free of defects, merchantable, fit for a *
  645. * particular purpose or non-infringing. The entire risk as to the *
  646. * quality and performance of the Covered Software is with You. *
  647. * Should any Covered Software prove defective in any respect, You *
  648. * (not any Contributor) assume the cost of any necessary servicing, *
  649. * repair, or correction. This disclaimer of warranty constitutes an *
  650. * essential part of this License. No use of any Covered Software is *
  651. * authorized under this License except under this disclaimer. *
  652. * *
  653. ************************************************************************
  654. ************************************************************************
  655. * *
  656. * 7. Limitation of Liability *
  657. * -------------------------- *
  658. * *
  659. * Under no circumstances and under no legal theory, whether tort *
  660. * (including negligence), contract, or otherwise, shall any *
  661. * Contributor, or anyone who distributes Covered Software as *
  662. * permitted above, be liable to You for any direct, indirect, *
  663. * special, incidental, or consequential damages of any character *
  664. * including, without limitation, damages for lost profits, loss of *
  665. * goodwill, work stoppage, computer failure or malfunction, or any *
  666. * and all other commercial damages or losses, even if such party *
  667. * shall have been informed of the possibility of such damages. This *
  668. * limitation of liability shall not apply to liability for death or *
  669. * personal injury resulting from such party's negligence to the *
  670. * extent applicable law prohibits such limitation. Some *
  671. * jurisdictions do not allow the exclusion or limitation of *
  672. * incidental or consequential damages, so this exclusion and *
  673. * limitation may not apply to You. *
  674. * *
  675. ************************************************************************
  676. 8. Litigation
  677. -------------
  678. Any litigation relating to this License may be brought only in the
  679. courts of a jurisdiction where the defendant maintains its principal
  680. place of business and such litigation shall be governed by laws of that
  681. jurisdiction, without reference to its conflict-of-law provisions.
  682. Nothing in this Section shall prevent a party's ability to bring
  683. cross-claims or counter-claims.
  684. 9. Miscellaneous
  685. ----------------
  686. This License represents the complete agreement concerning the subject
  687. matter hereof. If any provision of this License is held to be
  688. unenforceable, such provision shall be reformed only to the extent
  689. necessary to make it enforceable. Any law or regulation which provides
  690. that the language of a contract shall be construed against the drafter
  691. shall not be used to construe this License against a Contributor.
  692. 10. Versions of the License
  693. ---------------------------
  694. 10.1. New Versions
  695. Mozilla Foundation is the license steward. Except as provided in Section
  696. 10.3, no one other than the license steward has the right to modify or
  697. publish new versions of this License. Each version will be given a
  698. distinguishing version number.
  699. 10.2. Effect of New Versions
  700. You may distribute the Covered Software under the terms of the version
  701. of the License under which You originally received the Covered Software,
  702. or under the terms of any subsequent version published by the license
  703. steward.
  704. 10.3. Modified Versions
  705. If you create software not governed by this License, and you want to
  706. create a new license for such software, you may create and use a
  707. modified version of this License if you rename the license and remove
  708. any references to the name of the license steward (except to note that
  709. such modified license differs from this License).
  710. 10.4. Distributing Source Code Form that is Incompatible With Secondary
  711. Licenses
  712. If You choose to distribute Source Code Form that is Incompatible With
  713. Secondary Licenses under the terms of this version of the License, the
  714. notice described in Exhibit B of this License must be attached.
  715. Exhibit A - Source Code Form License Notice
  716. -------------------------------------------
  717. This Source Code Form is subject to the terms of the Mozilla Public
  718. License, v. 2.0. If a copy of the MPL was not distributed with this
  719. file, You can obtain one at http://mozilla.org/MPL/2.0/.
  720. If it is not possible or desirable to put the notice in a particular
  721. file, then You may include the notice in a location (such as a LICENSE
  722. file in a relevant directory) where a recipient would be likely to look
  723. for such a notice.
  724. You may add additional accurate notices of copyright ownership.
  725. Exhibit B - "Incompatible With Secondary Licenses" Notice
  726. ---------------------------------------------------------
  727. This Source Code Form is "Incompatible With Secondary Licenses", as
  728. defined by the Mozilla Public License, v. 2.0.
  729. ====================MPL-2.0====================
  730. Mozilla Public License Version 2.0
  731. ==================================
  732. 1. Definitions
  733. --------------
  734. 1.1. "Contributor"
  735. means each individual or legal entity that creates, contributes to
  736. the creation of, or owns Covered Software.
  737. 1.2. "Contributor Version"
  738. means the combination of the Contributions of others (if any) used
  739. by a Contributor and that particular Contributor's Contribution.
  740. 1.3. "Contribution"
  741. means Covered Software of a particular Contributor.
  742. 1.4. "Covered Software"
  743. means Source Code Form to which the initial Contributor has attached
  744. the notice in Exhibit A, the Executable Form of such Source Code
  745. Form, and Modifications of such Source Code Form, in each case
  746. including portions thereof.
  747. 1.5. "Incompatible With Secondary Licenses"
  748. means
  749. (a) that the initial Contributor has attached the notice described
  750. in Exhibit B to the Covered Software; or
  751. (b) that the Covered Software was made available under the terms of
  752. version 1.1 or earlier of the License, but not also under the
  753. terms of a Secondary License.
  754. 1.6. "Executable Form"
  755. means any form of the work other than Source Code Form.
  756. 1.7. "Larger Work"
  757. means a work that combines Covered Software with other material, in
  758. a separate file or files, that is not Covered Software.
  759. 1.8. "License"
  760. means this document.
  761. 1.9. "Licensable"
  762. means having the right to grant, to the maximum extent possible,
  763. whether at the time of the initial grant or subsequently, any and
  764. all of the rights conveyed by this License.
  765. 1.10. "Modifications"
  766. means any of the following:
  767. (a) any file in Source Code Form that results from an addition to,
  768. deletion from, or modification of the contents of Covered
  769. Software; or
  770. (b) any new file in Source Code Form that contains any Covered
  771. Software.
  772. 1.11. "Patent Claims" of a Contributor
  773. means any patent claim(s), including without limitation, method,
  774. process, and apparatus claims, in any patent Licensable by such
  775. Contributor that would be infringed, but for the grant of the
  776. License, by the making, using, selling, offering for sale, having
  777. made, import, or transfer of either its Contributions or its
  778. Contributor Version.
  779. 1.12. "Secondary License"
  780. means either the GNU General Public License, Version 2.0, the GNU
  781. Lesser General Public License, Version 2.1, the GNU Affero General
  782. Public License, Version 3.0, or any later versions of those
  783. licenses.
  784. 1.13. "Source Code Form"
  785. means the form of the work preferred for making modifications.
  786. 1.14. "You" (or "Your")
  787. means an individual or a legal entity exercising rights under this
  788. License. For legal entities, "You" includes any entity that
  789. controls, is controlled by, or is under common control with You. For
  790. purposes of this definition, "control" means (a) the power, direct
  791. or indirect, to cause the direction or management of such entity,
  792. whether by contract or otherwise, or (b) ownership of more than
  793. fifty percent (50%) of the outstanding shares or beneficial
  794. ownership of such entity.
  795. 2. License Grants and Conditions
  796. --------------------------------
  797. 2.1. Grants
  798. Each Contributor hereby grants You a world-wide, royalty-free,
  799. non-exclusive license:
  800. (a) under intellectual property rights (other than patent or trademark)
  801. Licensable by such Contributor to use, reproduce, make available,
  802. modify, display, perform, distribute, and otherwise exploit its
  803. Contributions, either on an unmodified basis, with Modifications, or
  804. as part of a Larger Work; and
  805. (b) under Patent Claims of such Contributor to make, use, sell, offer
  806. for sale, have made, import, and otherwise transfer either its
  807. Contributions or its Contributor Version.
  808. 2.2. Effective Date
  809. The licenses granted in Section 2.1 with respect to any Contribution
  810. become effective for each Contribution on the date the Contributor first
  811. distributes such Contribution.
  812. 2.3. Limitations on Grant Scope
  813. The licenses granted in this Section 2 are the only rights granted under
  814. this License. No additional rights or licenses will be implied from the
  815. distribution or licensing of Covered Software under this License.
  816. Notwithstanding Section 2.1(b) above, no patent license is granted by a
  817. Contributor:
  818. (a) for any code that a Contributor has removed from Covered Software;
  819. or
  820. (b) for infringements caused by: (i) Your and any other third party's
  821. modifications of Covered Software, or (ii) the combination of its
  822. Contributions with other software (except as part of its Contributor
  823. Version); or
  824. (c) under Patent Claims infringed by Covered Software in the absence of
  825. its Contributions.
  826. This License does not grant any rights in the trademarks, service marks,
  827. or logos of any Contributor (except as may be necessary to comply with
  828. the notice requirements in Section 3.4).
  829. 2.4. Subsequent Licenses
  830. No Contributor makes additional grants as a result of Your choice to
  831. distribute the Covered Software under a subsequent version of this
  832. License (see Section 10.2) or under the terms of a Secondary License (if
  833. permitted under the terms of Section 3.3).
  834. 2.5. Representation
  835. Each Contributor represents that the Contributor believes its
  836. Contributions are its original creation(s) or it has sufficient rights
  837. to grant the rights to its Contributions conveyed by this License.
  838. 2.6. Fair Use
  839. This License is not intended to limit any rights You have under
  840. applicable copyright doctrines of fair use, fair dealing, or other
  841. equivalents.
  842. 2.7. Conditions
  843. Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
  844. in Section 2.1.
  845. 3. Responsibilities
  846. -------------------
  847. 3.1. Distribution of Source Form
  848. All distribution of Covered Software in Source Code Form, including any
  849. Modifications that You create or to which You contribute, must be under
  850. the terms of this License. You must inform recipients that the Source
  851. Code Form of the Covered Software is governed by the terms of this
  852. License, and how they can obtain a copy of this License. You may not
  853. attempt to alter or restrict the recipients' rights in the Source Code
  854. Form.
  855. 3.2. Distribution of Executable Form
  856. If You distribute Covered Software in Executable Form then:
  857. (a) such Covered Software must also be made available in Source Code
  858. Form, as described in Section 3.1, and You must inform recipients of
  859. the Executable Form how they can obtain a copy of such Source Code
  860. Form by reasonable means in a timely manner, at a charge no more
  861. than the cost of distribution to the recipient; and
  862. (b) You may distribute such Executable Form under the terms of this
  863. License, or sublicense it under different terms, provided that the
  864. license for the Executable Form does not attempt to limit or alter
  865. the recipients' rights in the Source Code Form under this License.
  866. 3.3. Distribution of a Larger Work
  867. You may create and distribute a Larger Work under terms of Your choice,
  868. provided that You also comply with the requirements of this License for
  869. the Covered Software. If the Larger Work is a combination of Covered
  870. Software with a work governed by one or more Secondary Licenses, and the
  871. Covered Software is not Incompatible With Secondary Licenses, this
  872. License permits You to additionally distribute such Covered Software
  873. under the terms of such Secondary License(s), so that the recipient of
  874. the Larger Work may, at their option, further distribute the Covered
  875. Software under the terms of either this License or such Secondary
  876. License(s).
  877. 3.4. Notices
  878. You may not remove or alter the substance of any license notices
  879. (including copyright notices, patent notices, disclaimers of warranty,
  880. or limitations of liability) contained within the Source Code Form of
  881. the Covered Software, except that You may alter any license notices to
  882. the extent required to remedy known factual inaccuracies.
  883. 3.5. Application of Additional Terms
  884. You may choose to offer, and to charge a fee for, warranty, support,
  885. indemnity or liability obligations to one or more recipients of Covered
  886. Software. However, You may do so only on Your own behalf, and not on
  887. behalf of any Contributor. You must make it absolutely clear that any
  888. such warranty, support, indemnity, or liability obligation is offered by
  889. You alone, and You hereby agree to indemnify every Contributor for any
  890. liability incurred by such Contributor as a result of warranty, support,
  891. indemnity or liability terms You offer. You may include additional
  892. disclaimers of warranty and limitations of liability specific to any
  893. jurisdiction.
  894. 4. Inability to Comply Due to Statute or Regulation
  895. ---------------------------------------------------
  896. If it is impossible for You to comply with any of the terms of this
  897. License with respect to some or all of the Covered Software due to
  898. statute, judicial order, or regulation then You must: (a) comply with
  899. the terms of this License to the maximum extent possible; and (b)
  900. describe the limitations and the code they affect. Such description must
  901. be placed in a text file included with all distributions of the Covered
  902. Software under this License. Except to the extent prohibited by statute
  903. or regulation, such description must be sufficiently detailed for a
  904. recipient of ordinary skill to be able to understand it.
  905. 5. Termination
  906. --------------
  907. 5.1. The rights granted under this License will terminate automatically
  908. if You fail to comply with any of its terms. However, if You become
  909. compliant, then the rights granted under this License from a particular
  910. Contributor are reinstated (a) provisionally, unless and until such
  911. Contributor explicitly and finally terminates Your grants, and (b) on an
  912. ongoing basis, if such Contributor fails to notify You of the
  913. non-compliance by some reasonable means prior to 60 days after You have
  914. come back into compliance. Moreover, Your grants from a particular
  915. Contributor are reinstated on an ongoing basis if such Contributor
  916. notifies You of the non-compliance by some reasonable means, this is the
  917. first time You have received notice of non-compliance with this License
  918. from such Contributor, and You become compliant prior to 30 days after
  919. Your receipt of the notice.
  920. 5.2. If You initiate litigation against any entity by asserting a patent
  921. infringement claim (excluding declaratory judgment actions,
  922. counter-claims, and cross-claims) alleging that a Contributor Version
  923. directly or indirectly infringes any patent, then the rights granted to
  924. You by any and all Contributors for the Covered Software under Section
  925. 2.1 of this License shall terminate.
  926. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
  927. end user license agreements (excluding distributors and resellers) which
  928. have been validly granted by You or Your distributors under this License
  929. prior to termination shall survive termination.
  930. ************************************************************************
  931. * *
  932. * 6. Disclaimer of Warranty *
  933. * ------------------------- *
  934. * *
  935. * Covered Software is provided under this License on an "as is" *
  936. * basis, without warranty of any kind, either expressed, implied, or *
  937. * statutory, including, without limitation, warranties that the *
  938. * Covered Software is free of defects, merchantable, fit for a *
  939. * particular purpose or non-infringing. The entire risk as to the *
  940. * quality and performance of the Covered Software is with You. *
  941. * Should any Covered Software prove defective in any respect, You *
  942. * (not any Contributor) assume the cost of any necessary servicing, *
  943. * repair, or correction. This disclaimer of warranty constitutes an *
  944. * essential part of this License. No use of any Covered Software is *
  945. * authorized under this License except under this disclaimer. *
  946. * *
  947. ************************************************************************
  948. ************************************************************************
  949. * *
  950. * 7. Limitation of Liability *
  951. * -------------------------- *
  952. * *
  953. * Under no circumstances and under no legal theory, whether tort *
  954. * (including negligence), contract, or otherwise, shall any *
  955. * Contributor, or anyone who distributes Covered Software as *
  956. * permitted above, be liable to You for any direct, indirect, *
  957. * special, incidental, or consequential damages of any character *
  958. * including, without limitation, damages for lost profits, loss of *
  959. * goodwill, work stoppage, computer failure or malfunction, or any *
  960. * and all other commercial damages or losses, even if such party *
  961. * shall have been informed of the possibility of such damages. This *
  962. * limitation of liability shall not apply to liability for death or *
  963. * personal injury resulting from such party's negligence to the *
  964. * extent applicable law prohibits such limitation. Some *
  965. * jurisdictions do not allow the exclusion or limitation of *
  966. * incidental or consequential damages, so this exclusion and *
  967. * limitation may not apply to You. *
  968. * *
  969. ************************************************************************
  970. 8. Litigation
  971. -------------
  972. Any litigation relating to this License may be brought only in the
  973. courts of a jurisdiction where the defendant maintains its principal
  974. place of business and such litigation shall be governed by laws of that
  975. jurisdiction, without reference to its conflict-of-law provisions.
  976. Nothing in this Section shall prevent a party's ability to bring
  977. cross-claims or counter-claims.
  978. 9. Miscellaneous
  979. ----------------
  980. This License represents the complete agreement concerning the subject
  981. matter hereof. If any provision of this License is held to be
  982. unenforceable, such provision shall be reformed only to the extent
  983. necessary to make it enforceable. Any law or regulation which provides
  984. that the language of a contract shall be construed against the drafter
  985. shall not be used to construe this License against a Contributor.
  986. 10. Versions of the License
  987. ---------------------------
  988. 10.1. New Versions
  989. Mozilla Foundation is the license steward. Except as provided in Section
  990. 10.3, no one other than the license steward has the right to modify or
  991. publish new versions of this License. Each version will be given a
  992. distinguishing version number.
  993. 10.2. Effect of New Versions
  994. You may distribute the Covered Software under the terms of the version
  995. of the License under which You originally received the Covered Software,
  996. or under the terms of any subsequent version published by the license
  997. steward.
  998. 10.3. Modified Versions
  999. If you create software not governed by this License, and you want to
  1000. create a new license for such software, you may create and use a
  1001. modified version of this License if you rename the license and remove
  1002. any references to the name of the license steward (except to note that
  1003. such modified license differs from this License).
  1004. 10.4. Distributing Source Code Form that is Incompatible With Secondary
  1005. Licenses
  1006. If You choose to distribute Source Code Form that is Incompatible With
  1007. Secondary Licenses under the terms of this version of the License, the
  1008. notice described in Exhibit B of this License must be attached.
  1009. Exhibit A - Source Code Form License Notice
  1010. -------------------------------------------
  1011. This Source Code Form is subject to the terms of the Mozilla Public
  1012. License, v. 2.0. If a copy of the MPL was not distributed with this
  1013. file, You can obtain one at http://mozilla.org/MPL/2.0/.
  1014. If it is not possible or desirable to put the notice in a particular
  1015. file, then You may include the notice in a location (such as a LICENSE
  1016. file in a relevant directory) where a recipient would be likely to look
  1017. for such a notice.
  1018. You may add additional accurate notices of copyright ownership.
  1019. Exhibit B - "Incompatible With Secondary Licenses" Notice
  1020. ---------------------------------------------------------
  1021. This Source Code Form is "Incompatible With Secondary Licenses", as
  1022. defined by the Mozilla Public License, v. 2.0.
  1023. ====================Python-2.0====================
  1024. # limitations under the License.
  1025. """gRPC's Python API."""
  1026. ====================Python-2.0====================
  1027. # limitations under the License.
  1028. """gRPC's Python gEvent APIs."""