THIRD_PARTY_LICENSES 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468
  1. ** cryptography 3.3.2; version 3.3.2 --
  2. https://github.com/pyca/cryptography/tree/3.3.2
  3. Copyright (c) Individual contributors.
  4. All rights reserved.
  5. This software is made available under the terms of *either* of the licenses
  6. found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made
  7. under the terms of *both* these licenses.
  8. The code used in the OpenSSL locking callback and OS random engine is derived
  9. from CPython, and is licensed under the terms of the PSF License Agreement.
  10. * For cryptography 3.3.2 see also this required NOTICE:
  11. Copyright (c) Individual contributors.
  12. All rights reserved.
  13. ------
  14. ** botocore; version 2 -- https://github.com/boto/botocore/tree/v2
  15. Botocore
  16. Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  17. ----
  18. Botocore includes a vendorized copy of the requests python library to ease
  19. installation.
  20. Requests License
  21. ================
  22. Copyright 2013 Kenneth Reitz
  23. Licensed under the Apache License, Version 2.0 (the "License");
  24. you may not use this file except in compliance with the License.
  25. You may obtain a copy of the License at
  26. http://www.apache.org/licenses/LICENSE-2.0
  27. Unless required by applicable law or agreed to in writing, software
  28. distributed under the License is distributed on an "AS IS" BASIS,
  29. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  30. See the License for the specific language governing permissions and
  31. limitations under the License.
  32. The requests library also includes some vendorized python libraries to ease
  33. installation.
  34. Urllib3 License
  35. ===============
  36. This is the MIT license: http://www.opensource.org/licenses/mit-license.php
  37. Copyright 2008-2011 Andrey Petrov and contributors (see CONTRIBUTORS.txt),
  38. Modifications copyright 2012 Kenneth Reitz.
  39. Permission is hereby granted, free of charge, to any person obtaining a copy of
  40. this
  41. software and associated documentation files (the "Software"), to deal in the
  42. Software
  43. without restriction, including without limitation the rights to use, copy,
  44. modify, merge,
  45. publish, distribute, sublicense, and/or sell copies of the Software, and to
  46. permit persons
  47. to whom the Software is furnished to do so, subject to the following
  48. conditions:
  49. The above copyright notice and this permission notice shall be included in all
  50. copies or
  51. substantial portions of the Software.
  52. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  53. IMPLIED,
  54. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  55. PARTICULAR
  56. PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  57. BE LIABLE
  58. FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  59. TORT OR
  60. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
  61. OR OTHER
  62. DEALINGS IN THE SOFTWARE.
  63. Chardet License
  64. ===============
  65. This library is free software; you can redistribute it and/or
  66. modify it under the terms of the GNU Lesser General Public
  67. License as published by the Free Software Foundation; either
  68. version 2.1 of the License, or (at your option) any later version.
  69. This library is distributed in the hope that it will be useful,
  70. but WITHOUT ANY WARRANTY; without even the implied warranty of
  71. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  72. Lesser General Public License for more details.
  73. You should have received a copy of the GNU Lesser General Public
  74. License along with this library; if not, write to the Free Software
  75. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  76. 02110-1301 USA
  77. Bundle of CA Root Certificates
  78. ==============================
  79. This library is free software; you can redistribute it and/or
  80. modify it under the terms of the GNU Lesser General Public
  81. License as published by the Free Software Foundation; either
  82. version 2.1 of the License, or (at your option) any later version.
  83. This library is distributed in the hope that it will be useful,
  84. but WITHOUT ANY WARRANTY; without even the implied warranty of
  85. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  86. Lesser General Public License for more details.
  87. You should have received a copy of the GNU Lesser General Public
  88. License along with this library; if not, write to the Free Software
  89. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  90. 02110-1301
  91. ** s3transfer; version 0 -- https://github.com/boto/s3transfer
  92. s3transfer
  93. Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  94. Apache License
  95. Version 2.0, January 2004
  96. http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND
  97. DISTRIBUTION
  98. 1. Definitions.
  99. "License" shall mean the terms and conditions for use, reproduction, and
  100. distribution as defined by Sections 1 through 9 of this document.
  101. "Licensor" shall mean the copyright owner or entity authorized by the
  102. copyright owner that is granting the License.
  103. "Legal Entity" shall mean the union of the acting entity and all other
  104. entities that control, are controlled by, or are under common control
  105. with that entity. For the purposes of this definition, "control" means
  106. (i) the power, direct or indirect, to cause the direction or management
  107. of such entity, whether by contract or otherwise, or (ii) ownership of
  108. fifty percent (50%) or more of the outstanding shares, or (iii)
  109. beneficial ownership of such entity.
  110. "You" (or "Your") shall mean an individual or Legal Entity exercising
  111. permissions granted by this License.
  112. "Source" form shall mean the preferred form for making modifications,
  113. including but not limited to software source code, documentation source,
  114. and configuration files.
  115. "Object" form shall mean any form resulting from mechanical
  116. transformation or translation of a Source form, including but not limited
  117. to compiled object code, generated documentation, and conversions to
  118. other media types.
  119. "Work" shall mean the work of authorship, whether in Source or Object
  120. form, made available under the License, as indicated by a copyright
  121. notice that is included in or attached to the work (an example is
  122. provided in the Appendix below).
  123. "Derivative Works" shall mean any work, whether in Source or Object form,
  124. that is based on (or derived from) the Work and for which the editorial
  125. revisions, annotations, elaborations, or other modifications represent,
  126. as a whole, an original work of authorship. For the purposes of this
  127. License, Derivative Works shall not include works that remain separable
  128. from, or merely link (or bind by name) to the interfaces of, the Work and
  129. Derivative Works thereof.
  130. "Contribution" shall mean any work of authorship, including the original
  131. version of the Work and any modifications or additions to that Work or
  132. Derivative Works thereof, that is intentionally submitted to Licensor for
  133. inclusion in the Work by the copyright owner or by an individual or Legal
  134. Entity authorized to submit on behalf of the copyright owner. For the
  135. purposes of this definition, "submitted" means any form of electronic,
  136. verbal, or written communication sent to the Licensor or its
  137. representatives, including but not limited to communication on electronic
  138. mailing lists, source code control systems, and issue tracking systems
  139. that are managed by, or on behalf of, the Licensor for the purpose of
  140. discussing and improving the Work, but excluding communication that is
  141. conspicuously marked or otherwise designated in writing by the copyright
  142. owner as "Not a Contribution."
  143. "Contributor" shall mean Licensor and any individual or Legal Entity on
  144. behalf of whom a Contribution has been received by Licensor and
  145. subsequently incorporated within the Work.
  146. 2. Grant of Copyright License. Subject to the terms and conditions of this
  147. License, each Contributor hereby grants to You a perpetual, worldwide,
  148. non-exclusive, no-charge, royalty-free, irrevocable copyright license to
  149. reproduce, prepare Derivative Works of, publicly display, publicly perform,
  150. sublicense, and distribute the Work and such Derivative Works in Source or
  151. Object form.
  152. 3. Grant of Patent License. Subject to the terms and conditions of this
  153. License, each Contributor hereby grants to You a perpetual, worldwide,
  154. non-exclusive, no-charge, royalty-free, irrevocable (except as stated in
  155. this section) patent license to make, have made, use, offer to sell, sell,
  156. import, and otherwise transfer the Work, where such license applies only to
  157. those patent claims licensable by such Contributor that are necessarily
  158. infringed by their Contribution(s) alone or by combination of their
  159. Contribution(s) with the Work to which such Contribution(s) was submitted.
  160. If You institute patent litigation against any entity (including a
  161. cross-claim or counterclaim in a lawsuit) alleging that the Work or a
  162. Contribution incorporated within the Work constitutes direct or contributory
  163. patent infringement, then any patent licenses granted to You under this
  164. License for that Work shall terminate as of the date such litigation is
  165. filed.
  166. 4. Redistribution. You may reproduce and distribute copies of the Work or
  167. Derivative Works thereof in any medium, with or without modifications, and
  168. in Source or Object form, provided that You meet the following conditions:
  169. (a) You must give any other recipients of the Work or Derivative Works a
  170. copy of this License; and
  171. (b) You must cause any modified files to carry prominent notices stating
  172. that You changed the files; and
  173. (c) You must retain, in the Source form of any Derivative Works that You
  174. distribute, all copyright, patent, trademark, and attribution notices
  175. from the Source form of the Work, excluding those notices that do not
  176. pertain to any part of the Derivative Works; and
  177. (d) If the Work includes a "NOTICE" text file as part of its
  178. distribution, then any Derivative Works that You distribute must include
  179. a readable copy of the attribution notices contained within such NOTICE
  180. file, excluding those notices that do not pertain to any part of the
  181. Derivative Works, in at least one of the following places: within a
  182. NOTICE text file distributed as part of the Derivative Works; within the
  183. Source form or documentation, if provided along with the Derivative
  184. Works; or, within a display generated by the Derivative Works, if and
  185. wherever such third-party notices normally appear. The contents of the
  186. NOTICE file are for informational purposes only and do not modify the
  187. License. You may add Your own attribution notices within Derivative Works
  188. that You distribute, alongside or as an addendum to the NOTICE text from
  189. the Work, provided that such additional attribution notices cannot be
  190. construed as modifying the License.
  191. You may add Your own copyright statement to Your modifications and may
  192. provide additional or different license terms and conditions for use,
  193. reproduction, or distribution of Your modifications, or for any such
  194. Derivative Works as a whole, provided Your use, reproduction, and
  195. distribution of the Work otherwise complies with the conditions stated in
  196. this License.
  197. 5. Submission of Contributions. Unless You explicitly state otherwise, any
  198. Contribution intentionally submitted for inclusion in the Work by You to the
  199. Licensor shall be under the terms and conditions of this License, without
  200. any additional terms or conditions. Notwithstanding the above, nothing
  201. herein shall supersede or modify the terms of any separate license agreement
  202. you may have executed with Licensor regarding such Contributions.
  203. 6. Trademarks. This License does not grant permission to use the trade
  204. names, trademarks, service marks, or product names of the Licensor, except
  205. as required for reasonable and customary use in describing the origin of the
  206. Work and reproducing the content of the NOTICE file.
  207. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
  208. writing, Licensor provides the Work (and each Contributor provides its
  209. Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  210. KIND, either express or implied, including, without limitation, any
  211. warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or
  212. FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining
  213. the appropriateness of using or redistributing the Work and assume any risks
  214. associated with Your exercise of permissions under this License.
  215. 8. Limitation of Liability. In no event and under no legal theory, whether
  216. in tort (including negligence), contract, or otherwise, unless required by
  217. applicable law (such as deliberate and grossly negligent acts) or agreed to
  218. in writing, shall any Contributor be liable to You for damages, including
  219. any direct, indirect, special, incidental, or consequential damages of any
  220. character arising as a result of this License or out of the use or inability
  221. to use the Work (including but not limited to damages for loss of goodwill,
  222. work stoppage, computer failure or malfunction, or any and all other
  223. commercial damages or losses), even if such Contributor has been advised of
  224. the possibility of such damages.
  225. 9. Accepting Warranty or Additional Liability. While redistributing the Work
  226. or Derivative Works thereof, You may choose to offer, and charge a fee for,
  227. acceptance of support, warranty, indemnity, or other liability obligations
  228. and/or rights consistent with this License. However, in accepting such
  229. obligations, You may act only on Your own behalf and on Your sole
  230. responsibility, not on behalf of any other Contributor, and only if You
  231. agree to indemnify, defend, and hold each Contributor harmless for any
  232. liability incurred by, or claims asserted against, such Contributor by
  233. reason of your accepting any such warranty or additional liability. END OF
  234. TERMS AND CONDITIONS
  235. APPENDIX: How to apply the Apache License to your work.
  236. To apply the Apache License to your work, attach the following boilerplate
  237. notice, with the fields enclosed by brackets "[]" replaced with your own
  238. identifying information. (Don't include the brackets!) The text should be
  239. enclosed in the appropriate comment syntax for the file format. We also
  240. recommend that a file or class name and description of purpose be included on
  241. the same "printed page" as the copyright notice for easier identification
  242. within third-party archives.
  243. Copyright [yyyy] [name of copyright owner]
  244. Licensed under the Apache License, Version 2.0 (the "License");
  245. you may not use this file except in compliance with the License.
  246. You may obtain a copy of the License at
  247. http://www.apache.org/licenses/LICENSE-2.0
  248. Unless required by applicable law or agreed to in writing, software
  249. distributed under the License is distributed on an "AS IS" BASIS,
  250. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  251. See the License for the specific language governing permissions and
  252. limitations under the License.
  253. * For botocore see also this required NOTICE:
  254. Botocore
  255. Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights
  256. Reserved.
  257. ----
  258. Botocore includes a vendorized copy of the requests python library to ease
  259. installation.
  260. Requests License
  261. ================
  262. Copyright 2013 Kenneth Reitz
  263. Licensed under the Apache License, Version 2.0 (the "License");
  264. you may not use this file except in compliance with the License.
  265. You may obtain a copy of the License at
  266. http://www.apache.org/licenses/LICENSE-2.0
  267. Unless required by applicable law or agreed to in writing, software
  268. distributed under the License is distributed on an "AS IS" BASIS,
  269. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  270. See the License for the specific language governing permissions and
  271. limitations under the License.
  272. The requests library also includes some vendorized python libraries to ease
  273. installation.
  274. Urllib3 License
  275. ===============
  276. This is the MIT license: http://www.opensource.org/licenses/mit-license.php
  277. Copyright 2008-2011 Andrey Petrov and contributors (see CONTRIBUTORS.txt),
  278. Modifications copyright 2012 Kenneth Reitz.
  279. Permission is hereby granted, free of charge, to any person obtaining a
  280. copy of this
  281. software and associated documentation files (the "Software"), to deal in
  282. the Software
  283. without restriction, including without limitation the rights to use, copy,
  284. modify, merge,
  285. publish, distribute, sublicense, and/or sell copies of the Software, and to
  286. permit persons
  287. to whom the Software is furnished to do so, subject to the following
  288. conditions:
  289. The above copyright notice and this permission notice shall be included in
  290. all copies or
  291. substantial portions of the Software.
  292. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  293. IMPLIED,
  294. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR
  295. A PARTICULAR
  296. PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  297. HOLDERS BE LIABLE
  298. FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  299. CONTRACT, TORT OR
  300. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  301. USE OR OTHER
  302. DEALINGS IN THE SOFTWARE.
  303. Chardet License
  304. ===============
  305. This library is free software; you can redistribute it and/or
  306. modify it under the terms of the GNU Lesser General Public
  307. License as published by the Free Software Foundation; either
  308. version 2.1 of the License, or (at your option) any later version.
  309. This library is distributed in the hope that it will be useful,
  310. but WITHOUT ANY WARRANTY; without even the implied warranty of
  311. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  312. Lesser General Public License for more details.
  313. You should have received a copy of the GNU Lesser General Public
  314. License along with this library; if not, write to the Free Software
  315. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  316. 02110-1301 USA
  317. Bundle of CA Root Certificates
  318. ==============================
  319. This library is free software; you can redistribute it and/or
  320. modify it under the terms of the GNU Lesser General Public
  321. License as published by the Free Software Foundation; either
  322. version 2.1 of the License, or (at your option) any later version.
  323. This library is distributed in the hope that it will be useful,
  324. but WITHOUT ANY WARRANTY; without even the implied warranty of
  325. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  326. Lesser General Public License for more details.
  327. You should have received a copy of the GNU Lesser General Public
  328. License along with this library; if not, write to the Free Software
  329. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  330. 02110-1301
  331. * For s3transfer see also this required NOTICE:
  332. s3transfer
  333. Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  334. ------
  335. ** colorama; version 0.4.2 -- https://pypi.org/project/colorama/
  336. Copyright (c) 2010 Jonathan Hartley
  337. All rights reserved.
  338. Copyright (c) 2010 Jonathan Hartley
  339. All rights reserved.
  340. Redistribution and use in source and binary forms, with or without
  341. modification, are permitted provided that the following conditions are met:
  342. * Redistributions of source code must retain the above copyright notice, this
  343. list of conditions and the following disclaimer.
  344. * Redistributions in binary form must reproduce the above copyright notice,
  345. this list of conditions and the following disclaimer in the documentation
  346. and/or other materials provided with the distribution.
  347. * Neither the name of the copyright holders, nor those of its contributors
  348. may be used to endorse or promote products derived from this software without
  349. specific prior written permission.
  350. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  351. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  352. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  353. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  354. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  355. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  356. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  357. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  358. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  359. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  360. ------
  361. ** prompt-toolkit; version 2.0.10 --
  362. https://github.com/prompt-toolkit/python-prompt-toolkit/tree/2.0.10
  363. Copyright (c) 2014, Jonathan Slenders
  364. All rights reserved.
  365. Copyright (c) 2014, Jonathan Slenders
  366. All rights reserved.
  367. Redistribution and use in source and binary forms, with or without
  368. modification,
  369. are permitted provided that the following conditions are met:
  370. * Redistributions of source code must retain the above copyright notice, this
  371. list of conditions and the following disclaimer.
  372. * Redistributions in binary form must reproduce the above copyright notice,
  373. this
  374. list of conditions and the following disclaimer in the documentation and/or
  375. other materials provided with the distribution.
  376. * Neither the name of the {organization} nor the names of its
  377. contributors may be used to endorse or promote products derived from
  378. this software without specific prior written permission.
  379. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  380. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  381. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  382. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  383. FOR
  384. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  385. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  386. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  387. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  388. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  389. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  390. ------
  391. ** dateutil; version 2.8.0 -- https://github.com/dateutil/dateutil/tree/2.8.0
  392. Copyright 2017- Paul Ganssle <paul@ganssle.io>
  393. Copyright 2017- dateutil contributors (see AUTHORS file)
  394. Copyright 2017- Paul Ganssle <paul@ganssle.io>
  395. Copyright 2017- dateutil contributors (see AUTHORS file)
  396. Licensed under the Apache License, Version 2.0 (the "License");
  397. you may not use this file except in compliance with the License.
  398. You may obtain a copy of the License at
  399. http://www.apache.org/licenses/LICENSE-2.0
  400. Unless required by applicable law or agreed to in writing, software
  401. distributed under the License is distributed on an "AS IS" BASIS,
  402. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  403. See the License for the specific language governing permissions and
  404. limitations under the License.
  405. The above license applies to all contributions after 2017-12-01, as well as
  406. all contributions that have been re-licensed (see AUTHORS file for the list of
  407. contributors who have re-licensed their code).
  408. --------------------------------------------------------------------------------
  409. dateutil - Extensions to the standard Python datetime module.
  410. Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
  411. Copyright (c) 2012-2014 - Tomi Pieviläinen <tomi.pievilainen@iki.fi>
  412. Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
  413. Copyright (c) 2015- - Paul Ganssle <paul@ganssle.io>
  414. Copyright (c) 2015- - dateutil contributors (see AUTHORS file)
  415. All rights reserved.
  416. Redistribution and use in source and binary forms, with or without
  417. modification, are permitted provided that the following conditions are met:
  418. * Redistributions of source code must retain the above copyright notice,
  419. this list of conditions and the following disclaimer.
  420. * Redistributions in binary form must reproduce the above copyright notice,
  421. this list of conditions and the following disclaimer in the documentation
  422. and/or other materials provided with the distribution.
  423. * Neither the name of the copyright holder nor the names of its
  424. contributors may be used to endorse or promote products derived from
  425. this software without specific prior written permission.
  426. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  427. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  428. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  429. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  430. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  431. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  432. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  433. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  434. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  435. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  436. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  437. The above BSD License Applies to all code, even that also covered by Apache
  438. 2.0.
  439. ------
  440. ** Pyintaller 3.5; version 3.5 --
  441. https://github.com/pyinstaller/pyinstaller/tree/v3.5
  442. Copyright (c) 2010-2020, PyInstaller Development Team
  443. Copyright (c) 2005-2009, Giovanni Bajo
  444. Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc.
  445. * Package Pyintaller 3.5's source code may be found at:
  446. https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
  447. ================================
  448. The PyInstaller licensing terms
  449. ================================
  450. Copyright (c) 2010-2020, PyInstaller Development Team
  451. Copyright (c) 2005-2009, Giovanni Bajo
  452. Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc.
  453. PyInstaller is licensed under the terms of the GNU General Public License
  454. as published by the Free Software Foundation; either version 2 of the License,
  455. or (at your option) any later version.
  456. Bootloader Exception
  457. --------------------
  458. In addition to the permissions in the GNU General Public License, the
  459. authors give you unlimited permission to link or embed compiled bootloader
  460. and related files into combinations with other programs, and to distribute
  461. those combinations without any restriction coming from the use of those
  462. files. (The General Public License restrictions do apply in other respects;
  463. for example, they cover modification of the files, and distribution when
  464. not linked into a combined executable.)
  465. Bootloader and Related Files
  466. ----------------------------
  467. Bootloader and related files are files which are embedded within the
  468. final executable. This includes files in directories:
  469. ./bootloader/
  470. ./PyInstaller/loader
  471. About the PyInstaller Development Team
  472. --------------------------------------
  473. The PyInstaller Development Team is the set of contributors
  474. to the PyInstaller project. A full list with details is kept
  475. in the documentation directory, in the file
  476. ``doc/CREDITS.rst``.
  477. The core team that coordinates development on GitHub can be found here:
  478. https://github.com/pyinstaller/pyinstaller. As of 2015, it consists of:
  479. * Hartmut Goebel
  480. * Martin Zibricky
  481. * David Vierra
  482. * David Cortesi
  483. Our Copyright Policy
  484. --------------------
  485. PyInstaller uses a shared copyright model. Each contributor maintains copyright
  486. over their contributions to PyInstaller. But, it is important to note that
  487. these
  488. contributions are typically only changes to the repositories. Thus,
  489. the PyInstaller source code, in its entirety is not the copyright of any single
  490. person or institution. Instead, it is the collective copyright of the entire
  491. PyInstaller Development Team. If individual contributors want to maintain
  492. a record of what changes/contributions they have specific copyright on, they
  493. should indicate their copyright in the commit message of the change, when they
  494. commit the change to the PyInstaller repository.
  495. With this in mind, the following banner should be used in any source code file
  496. to indicate the copyright and license terms:
  497. #-----------------------------------------------------------------------------
  498. # Copyright (c) 2005-2020, PyInstaller Development Team.
  499. #
  500. # Distributed under the terms of the GNU General Public License (version 2
  501. # or later) with exception for distributing the bootloader.
  502. #
  503. # The full license is in the file COPYING.txt, distributed with this software.
  504. #
  505. # SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception)
  506. #-----------------------------------------------------------------------------
  507. GNU General Public License
  508. --------------------------
  509. https://gnu.org/licenses/gpl-2.0.html
  510. GNU GENERAL PUBLIC LICENSE
  511. Version 2, June 1991
  512. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  513. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  514. Everyone is permitted to copy and distribute verbatim copies
  515. of this license document, but changing it is not allowed.
  516. Preamble
  517. The licenses for most software are designed to take away your
  518. freedom to share and change it. By contrast, the GNU General Public
  519. License is intended to guarantee your freedom to share and change free
  520. software--to make sure the software is free for all its users. This
  521. General Public License applies to most of the Free Software
  522. Foundation's software and to any other program whose authors commit to
  523. using it. (Some other Free Software Foundation software is covered by
  524. the GNU Library General Public License instead.) You can apply it to
  525. your programs, too.
  526. When we speak of free software, we are referring to freedom, not
  527. price. Our General Public Licenses are designed to make sure that you
  528. have the freedom to distribute copies of free software (and charge for
  529. this service if you wish), that you receive source code or can get it
  530. if you want it, that you can change the software or use pieces of it
  531. in new free programs; and that you know you can do these things.
  532. To protect your rights, we need to make restrictions that forbid
  533. anyone to deny you these rights or to ask you to surrender the rights.
  534. These restrictions translate to certain responsibilities for you if you
  535. distribute copies of the software, or if you modify it.
  536. For example, if you distribute copies of such a program, whether
  537. gratis or for a fee, you must give the recipients all the rights that
  538. you have. You must make sure that they, too, receive or can get the
  539. source code. And you must show them these terms so they know their
  540. rights.
  541. We protect your rights with two steps: (1) copyright the software, and
  542. (2) offer you this license which gives you legal permission to copy,
  543. distribute and/or modify the software.
  544. Also, for each author's protection and ours, we want to make certain
  545. that everyone understands that there is no warranty for this free
  546. software. If the software is modified by someone else and passed on, we
  547. want its recipients to know that what they have is not the original, so
  548. that any problems introduced by others will not reflect on the original
  549. authors' reputations.
  550. Finally, any free program is threatened constantly by software
  551. patents. We wish to avoid the danger that redistributors of a free
  552. program will individually obtain patent licenses, in effect making the
  553. program proprietary. To prevent this, we have made it clear that any
  554. patent must be licensed for everyone's free use or not licensed at all.
  555. The precise terms and conditions for copying, distribution and
  556. modification follow.
  557. GNU GENERAL PUBLIC LICENSE
  558. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  559. 0. This License applies to any program or other work which contains
  560. a notice placed by the copyright holder saying it may be distributed
  561. under the terms of this General Public License. The "Program", below,
  562. refers to any such program or work, and a "work based on the Program"
  563. means either the Program or any derivative work under copyright law:
  564. that is to say, a work containing the Program or a portion of it,
  565. either verbatim or with modifications and/or translated into another
  566. language. (Hereinafter, translation is included without limitation in
  567. the term "modification".) Each licensee is addressed as "you".
  568. Activities other than copying, distribution and modification are not
  569. covered by this License; they are outside its scope. The act of
  570. running the Program is not restricted, and the output from the Program
  571. is covered only if its contents constitute a work based on the
  572. Program (independent of having been made by running the Program).
  573. Whether that is true depends on what the Program does.
  574. 1. You may copy and distribute verbatim copies of the Program's
  575. source code as you receive it, in any medium, provided that you
  576. conspicuously and appropriately publish on each copy an appropriate
  577. copyright notice and disclaimer of warranty; keep intact all the
  578. notices that refer to this License and to the absence of any warranty;
  579. and give any other recipients of the Program a copy of this License
  580. along with the Program.
  581. You may charge a fee for the physical act of transferring a copy, and
  582. you may at your option offer warranty protection in exchange for a fee.
  583. 2. You may modify your copy or copies of the Program or any portion
  584. of it, thus forming a work based on the Program, and copy and
  585. distribute such modifications or work under the terms of Section 1
  586. above, provided that you also meet all of these conditions:
  587. a) You must cause the modified files to carry prominent notices
  588. stating that you changed the files and the date of any change.
  589. b) You must cause any work that you distribute or publish, that in
  590. whole or in part contains or is derived from the Program or any
  591. part thereof, to be licensed as a whole at no charge to all third
  592. parties under the terms of this License.
  593. c) If the modified program normally reads commands interactively
  594. when run, you must cause it, when started running for such
  595. interactive use in the most ordinary way, to print or display an
  596. announcement including an appropriate copyright notice and a
  597. notice that there is no warranty (or else, saying that you provide
  598. a warranty) and that users may redistribute the program under
  599. these conditions, and telling the user how to view a copy of this
  600. License. (Exception: if the Program itself is interactive but
  601. does not normally print such an announcement, your work based on
  602. the Program is not required to print an announcement.)
  603. These requirements apply to the modified work as a whole. If
  604. identifiable sections of that work are not derived from the Program,
  605. and can be reasonably considered independent and separate works in
  606. themselves, then this License, and its terms, do not apply to those
  607. sections when you distribute them as separate works. But when you
  608. distribute the same sections as part of a whole which is a work based
  609. on the Program, the distribution of the whole must be on the terms of
  610. this License, whose permissions for other licensees extend to the
  611. entire whole, and thus to each and every part regardless of who wrote it.
  612. Thus, it is not the intent of this section to claim rights or contest
  613. your rights to work written entirely by you; rather, the intent is to
  614. exercise the right to control the distribution of derivative or
  615. collective works based on the Program.
  616. In addition, mere aggregation of another work not based on the Program
  617. with the Program (or with a work based on the Program) on a volume of
  618. a storage or distribution medium does not bring the other work under
  619. the scope of this License.
  620. 3. You may copy and distribute the Program (or a work based on it,
  621. under Section 2) in object code or executable form under the terms of
  622. Sections 1 and 2 above provided that you also do one of the following:
  623. a) Accompany it with the complete corresponding machine-readable
  624. source code, which must be distributed under the terms of Sections
  625. 1 and 2 above on a medium customarily used for software interchange; or,
  626. b) Accompany it with a written offer, valid for at least three
  627. years, to give any third party, for a charge no more than your
  628. cost of physically performing source distribution, a complete
  629. machine-readable copy of the corresponding source code, to be
  630. distributed under the terms of Sections 1 and 2 above on a medium
  631. customarily used for software interchange; or,
  632. c) Accompany it with the information you received as to the offer
  633. to distribute corresponding source code. (This alternative is
  634. allowed only for noncommercial distribution and only if you
  635. received the program in object code or executable form with such
  636. an offer, in accord with Subsection b above.)
  637. The source code for a work means the preferred form of the work for
  638. making modifications to it. For an executable work, complete source
  639. code means all the source code for all modules it contains, plus any
  640. associated interface definition files, plus the scripts used to
  641. control compilation and installation of the executable. However, as a
  642. special exception, the source code distributed need not include
  643. anything that is normally distributed (in either source or binary
  644. form) with the major components (compiler, kernel, and so on) of the
  645. operating system on which the executable runs, unless that component
  646. itself accompanies the executable.
  647. If distribution of executable or object code is made by offering
  648. access to copy from a designated place, then offering equivalent
  649. access to copy the source code from the same place counts as
  650. distribution of the source code, even though third parties are not
  651. compelled to copy the source along with the object code.
  652. 4. You may not copy, modify, sublicense, or distribute the Program
  653. except as expressly provided under this License. Any attempt
  654. otherwise to copy, modify, sublicense or distribute the Program is
  655. void, and will automatically terminate your rights under this License.
  656. However, parties who have received copies, or rights, from you under
  657. this License will not have their licenses terminated so long as such
  658. parties remain in full compliance.
  659. 5. You are not required to accept this License, since you have not
  660. signed it. However, nothing else grants you permission to modify or
  661. distribute the Program or its derivative works. These actions are
  662. prohibited by law if you do not accept this License. Therefore, by
  663. modifying or distributing the Program (or any work based on the
  664. Program), you indicate your acceptance of this License to do so, and
  665. all its terms and conditions for copying, distributing or modifying
  666. the Program or works based on it.
  667. 6. Each time you redistribute the Program (or any work based on the
  668. Program), the recipient automatically receives a license from the
  669. original licensor to copy, distribute or modify the Program subject to
  670. these terms and conditions. You may not impose any further
  671. restrictions on the recipients' exercise of the rights granted herein.
  672. You are not responsible for enforcing compliance by third parties to
  673. this License.
  674. 7. If, as a consequence of a court judgment or allegation of patent
  675. infringement or for any other reason (not limited to patent issues),
  676. conditions are imposed on you (whether by court order, agreement or
  677. otherwise) that contradict the conditions of this License, they do not
  678. excuse you from the conditions of this License. If you cannot
  679. distribute so as to satisfy simultaneously your obligations under this
  680. License and any other pertinent obligations, then as a consequence you
  681. may not distribute the Program at all. For example, if a patent
  682. license would not permit royalty-free redistribution of the Program by
  683. all those who receive copies directly or indirectly through you, then
  684. the only way you could satisfy both it and this License would be to
  685. refrain entirely from distribution of the Program.
  686. If any portion of this section is held invalid or unenforceable under
  687. any particular circumstance, the balance of the section is intended to
  688. apply and the section as a whole is intended to apply in other
  689. circumstances.
  690. It is not the purpose of this section to induce you to infringe any
  691. patents or other property right claims or to contest validity of any
  692. such claims; this section has the sole purpose of protecting the
  693. integrity of the free software distribution system, which is
  694. implemented by public license practices. Many people have made
  695. generous contributions to the wide range of software distributed
  696. through that system in reliance on consistent application of that
  697. system; it is up to the author/donor to decide if he or she is willing
  698. to distribute software through any other system and a licensee cannot
  699. impose that choice.
  700. This section is intended to make thoroughly clear what is believed to
  701. be a consequence of the rest of this License.
  702. 8. If the distribution and/or use of the Program is restricted in
  703. certain countries either by patents or by copyrighted interfaces, the
  704. original copyright holder who places the Program under this License
  705. may add an explicit geographical distribution limitation excluding
  706. those countries, so that distribution is permitted only in or among
  707. countries not thus excluded. In such case, this License incorporates
  708. the limitation as if written in the body of this License.
  709. 9. The Free Software Foundation may publish revised and/or new versions
  710. of the General Public License from time to time. Such new versions will
  711. be similar in spirit to the present version, but may differ in detail to
  712. address new problems or concerns.
  713. Each version is given a distinguishing version number. If the Program
  714. specifies a version number of this License which applies to it and "any
  715. later version", you have the option of following the terms and conditions
  716. either of that version or of any later version published by the Free
  717. Software Foundation. If the Program does not specify a version number of
  718. this License, you may choose any version ever published by the Free Software
  719. Foundation.
  720. 10. If you wish to incorporate parts of the Program into other free
  721. programs whose distribution conditions are different, write to the author
  722. to ask for permission. For software which is copyrighted by the Free
  723. Software Foundation, write to the Free Software Foundation; we sometimes
  724. make exceptions for this. Our decision will be guided by the two goals
  725. of preserving the free status of all derivatives of our free software and
  726. of promoting the sharing and reuse of software generally.
  727. NO WARRANTY
  728. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  729. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  730. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  731. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  732. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  733. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  734. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  735. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  736. REPAIR OR CORRECTION.
  737. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  738. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  739. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  740. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  741. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  742. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  743. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  744. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  745. POSSIBILITY OF SUCH DAMAGES.
  746. END OF TERMS AND CONDITIONS
  747. ------
  748. ** six; version 1.14.0 -- https://github.com/benjaminp/six/tree/1.14.0
  749. Copyright (c) 2010-2020 Benjamin Peterson
  750. Copyright (c) 2010-2020 Benjamin Peterson
  751. Permission is hereby granted, free of charge, to any person obtaining a copy of
  752. this software and associated documentation files (the "Software"), to deal in
  753. the Software without restriction, including without limitation the rights to
  754. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  755. of
  756. the Software, and to permit persons to whom the Software is furnished to do so,
  757. subject to the following conditions:
  758. The above copyright notice and this permission notice shall be included in all
  759. copies or substantial portions of the Software.
  760. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  761. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  762. FITNESS
  763. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  764. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  765. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  766. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  767. ------
  768. ** urllib3; version 1.25.8 -- https://github.com/urllib3/urllib3/tree/1.25.8
  769. Copyright (c) 2008-2019 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
  770. MIT License
  771. Copyright (c) 2008-2019 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
  772. Permission is hereby granted, free of charge, to any person obtaining a copy
  773. of this software and associated documentation files (the "Software"), to deal
  774. in the Software without restriction, including without limitation the rights
  775. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  776. copies of the Software, and to permit persons to whom the Software is
  777. furnished to do so, subject to the following conditions:
  778. The above copyright notice and this permission notice shall be included in all
  779. copies or substantial portions of the Software.
  780. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  781. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  782. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  783. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  784. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  785. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  786. SOFTWARE.
  787. ------
  788. ** setuptools; version 45.2.0 --
  789. https://github.com/pypa/setuptools/tree/v45.2.0
  790. Copyright (C) 2016 Jason R Coombs <jaraco@jaraco.com>
  791. Permission is hereby granted, free of charge, to any person obtaining a copy of
  792. this software and associated documentation files (the "Software"), to deal in
  793. the Software without restriction, including without limitation the rights to
  794. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  795. of the Software, and to permit persons to whom the Software is furnished to do
  796. so, subject to the following conditions:
  797. The above copyright notice and this permission notice shall be included in all
  798. copies or substantial portions of the Software.
  799. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  800. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  801. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  802. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  803. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  804. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  805. SOFTWARE.
  806. ------
  807. ** wcwidth; version 0.1.8 -- https://github.com/jquast/wcwidth/tree/0.1.8
  808. Copyright (c) 2014 Jeff Quast <contact@jeffquast.com>
  809. The MIT License (MIT)
  810. Copyright (c) 2014 Jeff Quast <contact@jeffquast.com>
  811. Permission is hereby granted, free of charge, to any person obtaining a copy
  812. of this software and associated documentation files (the "Software"), to deal
  813. in the Software without restriction, including without limitation the rights
  814. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  815. copies of the Software, and to permit persons to whom the Software is
  816. furnished to do so, subject to the following conditions:
  817. The above copyright notice and this permission notice shall be included in all
  818. copies or substantial portions of the Software.
  819. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  820. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  821. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  822. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  823. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  824. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  825. SOFTWARE.
  826. ------
  827. ** cffi; version 1.14.0 --
  828. https://foss.heptapod.net/pypy/cffi/tree/branch/release-1.14
  829. © Copyright 2012-2018, Armin Rigo, Maciej Fijalkowski
  830. Except when otherwise stated (look for LICENSE files in directories or
  831. information at the beginning of each file) all software and
  832. documentation is licensed as follows:
  833. The MIT License
  834. Permission is hereby granted, free of charge, to any person
  835. obtaining a copy of this software and associated documentation
  836. files (the "Software"), to deal in the Software without
  837. restriction, including without limitation the rights to use,
  838. copy, modify, merge, publish, distribute, sublicense, and/or
  839. sell copies of the Software, and to permit persons to whom the
  840. Software is furnished to do so, subject to the following conditions:
  841. The above copyright notice and this permission notice shall be included
  842. in all copies or substantial portions of the Software.
  843. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  844. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  845. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  846. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  847. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  848. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  849. DEALINGS IN THE SOFTWARE.
  850. ------
  851. ** jmespath; version 0.9.4 --
  852. https://github.com/jmespath/jmespath.py/tree/0.9.4
  853. Copyright (c) 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved
  854. Copyright (c) 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved
  855. Permission is hereby granted, free of charge, to any person obtaining a
  856. copy of this software and associated documentation files (the
  857. "Software"), to deal in the Software without restriction, including
  858. without limitation the rights to use, copy, modify, merge, publish, dis-
  859. tribute, sublicense, and/or sell copies of the Software, and to permit
  860. persons to whom the Software is furnished to do so, subject to the fol-
  861. lowing conditions:
  862. The above copyright notice and this permission notice shall be included
  863. in all copies or substantial portions of the Software.
  864. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  865. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
  866. ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
  867. SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  868. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  869. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  870. IN THE SOFTWARE.
  871. ------
  872. ** ruamel.yaml; version 0.15.100 --
  873. https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/
  874. Copyright (c) 2014-2019 Anthon van der Neut, Ruamel bvba
  875. The MIT License (MIT)
  876. Copyright (c) 2014-2020 Anthon van der Neut, Ruamel bvba
  877. Permission is hereby granted, free of charge, to any person obtaining a copy
  878. of this software and associated documentation files (the "Software"), to deal
  879. in the Software without restriction, including without limitation the rights
  880. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  881. copies of the Software, and to permit persons to whom the Software is
  882. furnished to do so, subject to the following conditions:
  883. The above copyright notice and this permission notice shall be included in
  884. all copies or substantial portions of the Software.
  885. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  886. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  887. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  888. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  889. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  890. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  891. SOFTWARE.
  892. ------
  893. ** OpenSSL; version 1.0.2s --
  894. https://github.com/openssl/openssl/tree/OpenSSL_1_0_1s
  895. Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
  896. Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  897. LICENSE ISSUES
  898. ==============
  899. The OpenSSL toolkit stays under a double license, i.e. both the conditions of
  900. the OpenSSL License and the original SSLeay license apply to the toolkit.
  901. See below for the actual license texts.
  902. OpenSSL License
  903. ---------------
  904. /* ====================================================================
  905. * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
  906. *
  907. * Redistribution and use in source and binary forms, with or without
  908. * modification, are permitted provided that the following conditions
  909. * are met:
  910. *
  911. * 1. Redistributions of source code must retain the above copyright
  912. * notice, this list of conditions and the following disclaimer.
  913. *
  914. * 2. Redistributions in binary form must reproduce the above copyright
  915. * notice, this list of conditions and the following disclaimer in
  916. * the documentation and/or other materials provided with the
  917. * distribution.
  918. *
  919. * 3. All advertising materials mentioning features or use of this
  920. * software must display the following acknowledgment:
  921. * "This product includes software developed by the OpenSSL Project
  922. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  923. *
  924. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  925. * endorse or promote products derived from this software without
  926. * prior written permission. For written permission, please contact
  927. * openssl-core@openssl.org.
  928. *
  929. * 5. Products derived from this software may not be called "OpenSSL"
  930. * nor may "OpenSSL" appear in their names without prior written
  931. * permission of the OpenSSL Project.
  932. *
  933. * 6. Redistributions of any form whatsoever must retain the following
  934. * acknowledgment:
  935. * "This product includes software developed by the OpenSSL Project
  936. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  937. *
  938. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  939. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  940. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  941. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  942. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  943. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  944. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  945. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  946. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  947. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  948. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  949. * OF THE POSSIBILITY OF SUCH DAMAGE.
  950. * ====================================================================
  951. *
  952. * This product includes cryptographic software written by Eric Young
  953. * (eay@cryptsoft.com). This product includes software written by Tim
  954. * Hudson (tjh@cryptsoft.com).
  955. *
  956. */
  957. Original SSLeay License
  958. -----------------------
  959. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  960. * All rights reserved.
  961. *
  962. * This package is an SSL implementation written
  963. * by Eric Young (eay@cryptsoft.com).
  964. * The implementation was written so as to conform with Netscapes SSL.
  965. *
  966. * This library is free for commercial and non-commercial use as long as
  967. * the following conditions are aheared to. The following conditions
  968. * apply to all code found in this distribution, be it the RC4, RSA,
  969. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  970. * included with this distribution is covered by the same copyright terms
  971. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  972. *
  973. * Copyright remains Eric Young's, and as such any Copyright notices in
  974. * the code are not to be removed.
  975. * If this package is used in a product, Eric Young should be given attribution
  976. * as the author of the parts of the library used.
  977. * This can be in the form of a textual message at program startup or
  978. * in documentation (online or textual) provided with the package.
  979. *
  980. * Redistribution and use in source and binary forms, with or without
  981. * modification, are permitted provided that the following conditions
  982. * are met:
  983. * 1. Redistributions of source code must retain the copyright
  984. * notice, this list of conditions and the following disclaimer.
  985. * 2. Redistributions in binary form must reproduce the above copyright
  986. * notice, this list of conditions and the following disclaimer in the
  987. * documentation and/or other materials provided with the distribution.
  988. * 3. All advertising materials mentioning features or use of this software
  989. * must display the following acknowledgement:
  990. * "This product includes cryptographic software written by
  991. * Eric Young (eay@cryptsoft.com)"
  992. * The word 'cryptographic' can be left out if the rouines from the library
  993. * being used are not cryptographic related :-).
  994. * 4. If you include any Windows specific code (or a derivative thereof) from
  995. * the apps directory (application code) you must include an acknowledgement:
  996. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  997. *
  998. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  999. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1000. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1001. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  1002. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1003. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1004. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1005. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1006. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1007. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1008. * SUCH DAMAGE.
  1009. *
  1010. * The licence and distribution terms for any publically available version or
  1011. * derivative of this code cannot be changed. i.e. this code cannot simply be
  1012. * copied and put under another distribution licence
  1013. * [including the GNU Public Licence.]
  1014. */
  1015. ------
  1016. ** Python 3.9.11; version 3.9.11 -- https://github.com/python/cpython/tree/v3.9.11
  1017. Copyright © 2001-2020 Python Software Foundation. All rights reserved.
  1018. PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
  1019. --------------------------------------------
  1020. 1. This LICENSE AGREEMENT is between the Python Software Foundation
  1021. ("PSF"), and the Individual or Organization ("Licensee") accessing and
  1022. otherwise using this software ("Python") in source or binary form and
  1023. its associated documentation.
  1024. 2. Subject to the terms and conditions of this License Agreement, PSF hereby
  1025. grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
  1026. analyze, test, perform and/or display publicly, prepare derivative works,
  1027. distribute, and otherwise use Python alone or in any derivative version,
  1028. provided, however, that PSF's License Agreement and PSF's notice of copyright,
  1029. i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
  1030. 2010,
  1031. 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software
  1032. Foundation;
  1033. All Rights Reserved" are retained in Python alone or in any derivative version
  1034. prepared by Licensee.
  1035. 3. In the event Licensee prepares a derivative work that is based on
  1036. or incorporates Python or any part thereof, and wants to make
  1037. the derivative work available to others as provided herein, then
  1038. Licensee hereby agrees to include in any such work a brief summary of
  1039. the changes made to Python.
  1040. 4. PSF is making Python available to Licensee on an "AS IS"
  1041. basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  1042. IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
  1043. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  1044. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
  1045. INFRINGE ANY THIRD PARTY RIGHTS.
  1046. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  1047. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  1048. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
  1049. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  1050. 6. This License Agreement will automatically terminate upon a material
  1051. breach of its terms and conditions.
  1052. 7. Nothing in this License Agreement shall be deemed to create any
  1053. relationship of agency, partnership, or joint venture between PSF and
  1054. Licensee. This License Agreement does not grant permission to use PSF
  1055. trademarks or trade name in a trademark sense to endorse or promote
  1056. products or services of Licensee, or any third party.
  1057. 8. By copying, installing or otherwise using Python, Licensee
  1058. agrees to be bound by the terms and conditions of this License
  1059. Agreement.
  1060. ------
  1061. ** docutils; version 0.15.2 --
  1062. https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/
  1063. :Author: David Goodger
  1064. :Contact: goodger@python.org
  1065. :Date: $Date: 2015-05-08 15:56:32 +0000 (Fri, 08 May 2015) $
  1066. :Web site: http://docutils.sourceforge.net/
  1067. :Copyright: This document has been placed in the public domain.
  1068. ==================
  1069. Copying Docutils
  1070. ==================
  1071. :Author: David Goodger
  1072. :Contact: goodger@python.org
  1073. :Date: $Date: 2015-05-08 15:56:32 +0000 (Fri, 08 May 2015) $
  1074. :Web site: http://docutils.sourceforge.net/
  1075. :Copyright: This document has been placed in the public domain.
  1076. Most of the files included in this project have been placed in the
  1077. public domain, and therefore have no license requirements and no
  1078. restrictions on copying or usage; see the `Public Domain Dedication`_
  1079. below. There are a few exceptions_, listed below.
  1080. Files in the Sandbox_ are not distributed with Docutils releases and
  1081. may have different license terms.
  1082. Public Domain Dedication
  1083. ========================
  1084. The persons who have associated their work with this project (the
  1085. "Dedicator": David Goodger and the many contributors to the Docutils
  1086. project) hereby dedicate the entire copyright, less the exceptions_
  1087. listed below, in the work of authorship known as "Docutils" identified
  1088. below (the "Work") to the public domain.
  1089. The primary repository for the Work is the Internet World Wide Web
  1090. site <http://docutils.sourceforge.net/>. The Work consists of the
  1091. files within the "docutils" module of the Docutils project Subversion
  1092. repository (Internet host docutils.svn.sourceforge.net, filesystem path
  1093. /svnroot/docutils), whose Internet web interface is located at
  1094. <http://docutils.svn.sourceforge.net/viewvc/docutils/>. Files dedicated to the
  1095. public domain may be identified by the inclusion, near the beginning
  1096. of each file, of a declaration of the form::
  1097. Copyright: This document/module/DTD/stylesheet/file/etc. has been
  1098. placed in the public domain.
  1099. Dedicator makes this dedication for the benefit of the public at large
  1100. and to the detriment of Dedicator's heirs and successors. Dedicator
  1101. intends this dedication to be an overt act of relinquishment in
  1102. perpetuity of all present and future rights under copyright law,
  1103. whether vested or contingent, in the Work. Dedicator understands that
  1104. such relinquishment of all rights includes the relinquishment of all
  1105. rights to enforce (by lawsuit or otherwise) those copyrights in the
  1106. Work.
  1107. Dedicator recognizes that, once placed in the public domain, the Work
  1108. may be freely reproduced, distributed, transmitted, used, modified,
  1109. built upon, or otherwise exploited by anyone for any purpose,
  1110. commercial or non-commercial, and in any way, including by methods
  1111. that have not yet been invented or conceived.
  1112. (This dedication is derived from the text of the `Creative Commons
  1113. Public Domain Dedication`. [#]_)
  1114. .. [#] Creative Commons has `retired this legal tool`__ and does not
  1115. recommend that it be applied to works: This tool is based on United
  1116. States law and may not be applicable outside the US. For dedicating new
  1117. works to the public domain, Creative Commons recommend the replacement
  1118. Public Domain Dedication CC0_ (CC zero, "No Rights Reserved"). So does
  1119. the Free Software Foundation in its license-list_.
  1120. __ http://creativecommons.org/retiredlicenses
  1121. .. _CC0: http://creativecommons.org/about/cc0
  1122. Exceptions
  1123. ==========
  1124. The exceptions to the `Public Domain Dedication`_ above are:
  1125. * docutils/writers/s5_html/themes/default/iepngfix.htc:
  1126. IE5.5+ PNG Alpha Fix v1.0 by Angus Turnbull
  1127. <http://www.twinhelix.com>. Free usage permitted as long as
  1128. this notice remains intact.
  1129. * docutils/utils/math/__init__.py,
  1130. docutils/utils/math/latex2mathml.py,
  1131. docutils/writers/xetex/__init__.py,
  1132. docutils/writers/latex2e/docutils-05-compat.sty,
  1133. docs/user/docutils-05-compat.sty.txt,
  1134. docutils/utils/error_reporting.py,
  1135. docutils/test/transforms/test_smartquotes.py:
  1136. Copyright © Günter Milde.
  1137. Released under the terms of the `2-Clause BSD license`_
  1138. (`local copy <licenses/BSD-2-Clause.txt>`__).
  1139. * docutils/utils/smartquotes.py
  1140. Copyright © 2011 Günter Milde,
  1141. based on `SmartyPants`_ © 2003 John Gruber
  1142. (released under a 3-Clause BSD license included in the file)
  1143. and smartypants.py © 2004, 2007 Chad Miller.
  1144. Released under the terms of the `2-Clause BSD license`_
  1145. (`local copy <licenses/BSD-2-Clause.txt>`__).
  1146. .. _SmartyPants: http://daringfireball.net/projects/smartypants/
  1147. * docutils/utils/math/math2html.py,
  1148. docutils/writers/html4css1/math.css
  1149. Copyright © Alex Fernández
  1150. These files are part of eLyXer_, released under the `GNU
  1151. General Public License`_ version 3 or later. The author relicensed
  1152. them for Docutils under the terms of the `2-Clause BSD license`_
  1153. (`local copy <licenses/BSD-2-Clause.txt>`__).
  1154. .. _eLyXer: http://www.nongnu.org/elyxer/
  1155. * docutils/utils/roman.py, copyright by Mark Pilgrim, released under the
  1156. `Python 2.1.1 license`_ (`local copy`__).
  1157. __ licenses/python-2-1-1.txt
  1158. * tools/editors/emacs/rst.el, copyright by Free Software Foundation,
  1159. Inc., released under the `GNU General Public License`_ version 3 or
  1160. later (`local copy`__).
  1161. __ licenses/gpl-3-0.txt
  1162. The `2-Clause BSD license`_ and the Python licenses are OSI-approved_
  1163. and GPL-compatible_.
  1164. Plaintext versions of all the linked-to licenses are provided in the
  1165. licenses_ directory.
  1166. .. _sandbox: http://docutils.sourceforge.net/sandbox/README.html
  1167. .. _licenses: licenses/
  1168. .. _Python 2.1.1 license: http://www.python.org/2.1.1/license.html
  1169. .. _GNU General Public License: http://www.gnu.org/copyleft/gpl.html
  1170. .. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause
  1171. .. _OSI-approved: http://opensource.org/licenses/
  1172. .. _license-list:
  1173. .. _GPL-compatible: http://www.gnu.org/licenses/license-list.html