Remaking and revisiting Metroid in Godot. This project uses sprites from *Metroid* by Nintendo. Do not copy it without permission.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

THIRDPARTY.md 66KB

1 year ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  1. # Third-Party Notices
  2. The Godot Git Plugin source code uses the following third-party source code:
  3. 1. godotengine/godot-cpp - MIT License - https://github.com/godotengine/godot-cpp/tree/99e9dd1d9396ed3af40678263b509078e5265ffc
  4. 2. libgit2/libgit2 - GPLv2 with a special Linking Exception - https://github.com/libgit2/libgit2/tree/b7bad55e4bb0a285b073ba5e02b01d3f522fc95d
  5. 3. libssh2/libssh2 - BSD-3-Clause License - https://github.com/libssh2/libssh2/tree/635caa90787220ac3773c1d5ba11f1236c22eae8
  6. We also link to these third-party libraries (only in the compiled binary form):
  7. 1. OpenSSL - Only on Linux and MacOS - OpenSSL License - http://www.openssl.org/source/openssl-1.1.1i.tar.gz
  8. ## License Texts
  9. ### godotengine/godot-cpp
  10. ```
  11. # MIT License
  12. Copyright (c) 2017-2021 Godot Engine contributors.
  13. Permission is hereby granted, free of charge, to any person obtaining a copy
  14. of this software and associated documentation files (the "Software"), to deal
  15. in the Software without restriction, including without limitation the rights
  16. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  17. copies of the Software, and to permit persons to whom the Software is
  18. furnished to do so, subject to the following conditions:
  19. The above copyright notice and this permission notice shall be included in all
  20. copies or substantial portions of the Software.
  21. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  22. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  23. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  24. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  25. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  26. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  27. SOFTWARE.
  28. ```
  29. ### libgit2/libgit2
  30. ```
  31. libgit2 is Copyright (C) the libgit2 contributors,
  32. unless otherwise stated. See the AUTHORS file for details.
  33. Note that the only valid version of the GPL as far as this project
  34. is concerned is _this_ particular version of the license (ie v2, not
  35. v2.2 or v3.x or whatever), unless explicitly otherwise stated.
  36. ----------------------------------------------------------------------
  37. LINKING EXCEPTION
  38. In addition to the permissions in the GNU General Public License,
  39. the authors give you unlimited permission to link the compiled
  40. version of this library into combinations with other programs,
  41. and to distribute those combinations without any restriction
  42. coming from the use of this file. (The General Public License
  43. restrictions do apply in other respects; for example, they cover
  44. modification of the file, and distribution when not linked into
  45. a combined executable.)
  46. ----------------------------------------------------------------------
  47. GNU GENERAL PUBLIC LICENSE
  48. Version 2, June 1991
  49. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  50. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  51. Everyone is permitted to copy and distribute verbatim copies
  52. of this license document, but changing it is not allowed.
  53. Preamble
  54. The licenses for most software are designed to take away your
  55. freedom to share and change it. By contrast, the GNU General Public
  56. License is intended to guarantee your freedom to share and change free
  57. software--to make sure the software is free for all its users. This
  58. General Public License applies to most of the Free Software
  59. Foundation's software and to any other program whose authors commit to
  60. using it. (Some other Free Software Foundation software is covered by
  61. the GNU Library General Public License instead.) You can apply it to
  62. your programs, too.
  63. When we speak of free software, we are referring to freedom, not
  64. price. Our General Public Licenses are designed to make sure that you
  65. have the freedom to distribute copies of free software (and charge for
  66. this service if you wish), that you receive source code or can get it
  67. if you want it, that you can change the software or use pieces of it
  68. in new free programs; and that you know you can do these things.
  69. To protect your rights, we need to make restrictions that forbid
  70. anyone to deny you these rights or to ask you to surrender the rights.
  71. These restrictions translate to certain responsibilities for you if you
  72. distribute copies of the software, or if you modify it.
  73. For example, if you distribute copies of such a program, whether
  74. gratis or for a fee, you must give the recipients all the rights that
  75. you have. You must make sure that they, too, receive or can get the
  76. source code. And you must show them these terms so they know their
  77. rights.
  78. We protect your rights with two steps: (1) copyright the software, and
  79. (2) offer you this license which gives you legal permission to copy,
  80. distribute and/or modify the software.
  81. Also, for each author's protection and ours, we want to make certain
  82. that everyone understands that there is no warranty for this free
  83. software. If the software is modified by someone else and passed on, we
  84. want its recipients to know that what they have is not the original, so
  85. that any problems introduced by others will not reflect on the original
  86. authors' reputations.
  87. Finally, any free program is threatened constantly by software
  88. patents. We wish to avoid the danger that redistributors of a free
  89. program will individually obtain patent licenses, in effect making the
  90. program proprietary. To prevent this, we have made it clear that any
  91. patent must be licensed for everyone's free use or not licensed at all.
  92. The precise terms and conditions for copying, distribution and
  93. modification follow.
  94. GNU GENERAL PUBLIC LICENSE
  95. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  96. 0. This License applies to any program or other work which contains
  97. a notice placed by the copyright holder saying it may be distributed
  98. under the terms of this General Public License. The "Program", below,
  99. refers to any such program or work, and a "work based on the Program"
  100. means either the Program or any derivative work under copyright law:
  101. that is to say, a work containing the Program or a portion of it,
  102. either verbatim or with modifications and/or translated into another
  103. language. (Hereinafter, translation is included without limitation in
  104. the term "modification".) Each licensee is addressed as "you".
  105. Activities other than copying, distribution and modification are not
  106. covered by this License; they are outside its scope. The act of
  107. running the Program is not restricted, and the output from the Program
  108. is covered only if its contents constitute a work based on the
  109. Program (independent of having been made by running the Program).
  110. Whether that is true depends on what the Program does.
  111. 1. You may copy and distribute verbatim copies of the Program's
  112. source code as you receive it, in any medium, provided that you
  113. conspicuously and appropriately publish on each copy an appropriate
  114. copyright notice and disclaimer of warranty; keep intact all the
  115. notices that refer to this License and to the absence of any warranty;
  116. and give any other recipients of the Program a copy of this License
  117. along with the Program.
  118. You may charge a fee for the physical act of transferring a copy, and
  119. you may at your option offer warranty protection in exchange for a fee.
  120. 2. You may modify your copy or copies of the Program or any portion
  121. of it, thus forming a work based on the Program, and copy and
  122. distribute such modifications or work under the terms of Section 1
  123. above, provided that you also meet all of these conditions:
  124. a) You must cause the modified files to carry prominent notices
  125. stating that you changed the files and the date of any change.
  126. b) You must cause any work that you distribute or publish, that in
  127. whole or in part contains or is derived from the Program or any
  128. part thereof, to be licensed as a whole at no charge to all third
  129. parties under the terms of this License.
  130. c) If the modified program normally reads commands interactively
  131. when run, you must cause it, when started running for such
  132. interactive use in the most ordinary way, to print or display an
  133. announcement including an appropriate copyright notice and a
  134. notice that there is no warranty (or else, saying that you provide
  135. a warranty) and that users may redistribute the program under
  136. these conditions, and telling the user how to view a copy of this
  137. License. (Exception: if the Program itself is interactive but
  138. does not normally print such an announcement, your work based on
  139. the Program is not required to print an announcement.)
  140. These requirements apply to the modified work as a whole. If
  141. identifiable sections of that work are not derived from the Program,
  142. and can be reasonably considered independent and separate works in
  143. themselves, then this License, and its terms, do not apply to those
  144. sections when you distribute them as separate works. But when you
  145. distribute the same sections as part of a whole which is a work based
  146. on the Program, the distribution of the whole must be on the terms of
  147. this License, whose permissions for other licensees extend to the
  148. entire whole, and thus to each and every part regardless of who wrote it.
  149. Thus, it is not the intent of this section to claim rights or contest
  150. your rights to work written entirely by you; rather, the intent is to
  151. exercise the right to control the distribution of derivative or
  152. collective works based on the Program.
  153. In addition, mere aggregation of another work not based on the Program
  154. with the Program (or with a work based on the Program) on a volume of
  155. a storage or distribution medium does not bring the other work under
  156. the scope of this License.
  157. 3. You may copy and distribute the Program (or a work based on it,
  158. under Section 2) in object code or executable form under the terms of
  159. Sections 1 and 2 above provided that you also do one of the following:
  160. a) Accompany it with the complete corresponding machine-readable
  161. source code, which must be distributed under the terms of Sections
  162. 1 and 2 above on a medium customarily used for software interchange; or,
  163. b) Accompany it with a written offer, valid for at least three
  164. years, to give any third party, for a charge no more than your
  165. cost of physically performing source distribution, a complete
  166. machine-readable copy of the corresponding source code, to be
  167. distributed under the terms of Sections 1 and 2 above on a medium
  168. customarily used for software interchange; or,
  169. c) Accompany it with the information you received as to the offer
  170. to distribute corresponding source code. (This alternative is
  171. allowed only for noncommercial distribution and only if you
  172. received the program in object code or executable form with such
  173. an offer, in accord with Subsection b above.)
  174. The source code for a work means the preferred form of the work for
  175. making modifications to it. For an executable work, complete source
  176. code means all the source code for all modules it contains, plus any
  177. associated interface definition files, plus the scripts used to
  178. control compilation and installation of the executable. However, as a
  179. special exception, the source code distributed need not include
  180. anything that is normally distributed (in either source or binary
  181. form) with the major components (compiler, kernel, and so on) of the
  182. operating system on which the executable runs, unless that component
  183. itself accompanies the executable.
  184. If distribution of executable or object code is made by offering
  185. access to copy from a designated place, then offering equivalent
  186. access to copy the source code from the same place counts as
  187. distribution of the source code, even though third parties are not
  188. compelled to copy the source along with the object code.
  189. 4. You may not copy, modify, sublicense, or distribute the Program
  190. except as expressly provided under this License. Any attempt
  191. otherwise to copy, modify, sublicense or distribute the Program is
  192. void, and will automatically terminate your rights under this License.
  193. However, parties who have received copies, or rights, from you under
  194. this License will not have their licenses terminated so long as such
  195. parties remain in full compliance.
  196. 5. You are not required to accept this License, since you have not
  197. signed it. However, nothing else grants you permission to modify or
  198. distribute the Program or its derivative works. These actions are
  199. prohibited by law if you do not accept this License. Therefore, by
  200. modifying or distributing the Program (or any work based on the
  201. Program), you indicate your acceptance of this License to do so, and
  202. all its terms and conditions for copying, distributing or modifying
  203. the Program or works based on it.
  204. 6. Each time you redistribute the Program (or any work based on the
  205. Program), the recipient automatically receives a license from the
  206. original licensor to copy, distribute or modify the Program subject to
  207. these terms and conditions. You may not impose any further
  208. restrictions on the recipients' exercise of the rights granted herein.
  209. You are not responsible for enforcing compliance by third parties to
  210. this License.
  211. 7. If, as a consequence of a court judgment or allegation of patent
  212. infringement or for any other reason (not limited to patent issues),
  213. conditions are imposed on you (whether by court order, agreement or
  214. otherwise) that contradict the conditions of this License, they do not
  215. excuse you from the conditions of this License. If you cannot
  216. distribute so as to satisfy simultaneously your obligations under this
  217. License and any other pertinent obligations, then as a consequence you
  218. may not distribute the Program at all. For example, if a patent
  219. license would not permit royalty-free redistribution of the Program by
  220. all those who receive copies directly or indirectly through you, then
  221. the only way you could satisfy both it and this License would be to
  222. refrain entirely from distribution of the Program.
  223. If any portion of this section is held invalid or unenforceable under
  224. any particular circumstance, the balance of the section is intended to
  225. apply and the section as a whole is intended to apply in other
  226. circumstances.
  227. It is not the purpose of this section to induce you to infringe any
  228. patents or other property right claims or to contest validity of any
  229. such claims; this section has the sole purpose of protecting the
  230. integrity of the free software distribution system, which is
  231. implemented by public license practices. Many people have made
  232. generous contributions to the wide range of software distributed
  233. through that system in reliance on consistent application of that
  234. system; it is up to the author/donor to decide if he or she is willing
  235. to distribute software through any other system and a licensee cannot
  236. impose that choice.
  237. This section is intended to make thoroughly clear what is believed to
  238. be a consequence of the rest of this License.
  239. 8. If the distribution and/or use of the Program is restricted in
  240. certain countries either by patents or by copyrighted interfaces, the
  241. original copyright holder who places the Program under this License
  242. may add an explicit geographical distribution limitation excluding
  243. those countries, so that distribution is permitted only in or among
  244. countries not thus excluded. In such case, this License incorporates
  245. the limitation as if written in the body of this License.
  246. 9. The Free Software Foundation may publish revised and/or new versions
  247. of the General Public License from time to time. Such new versions will
  248. be similar in spirit to the present version, but may differ in detail to
  249. address new problems or concerns.
  250. Each version is given a distinguishing version number. If the Program
  251. specifies a version number of this License which applies to it and "any
  252. later version", you have the option of following the terms and conditions
  253. either of that version or of any later version published by the Free
  254. Software Foundation. If the Program does not specify a version number of
  255. this License, you may choose any version ever published by the Free Software
  256. Foundation.
  257. 10. If you wish to incorporate parts of the Program into other free
  258. programs whose distribution conditions are different, write to the author
  259. to ask for permission. For software which is copyrighted by the Free
  260. Software Foundation, write to the Free Software Foundation; we sometimes
  261. make exceptions for this. Our decision will be guided by the two goals
  262. of preserving the free status of all derivatives of our free software and
  263. of promoting the sharing and reuse of software generally.
  264. NO WARRANTY
  265. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  266. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  267. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  268. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  269. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  270. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  271. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  272. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  273. REPAIR OR CORRECTION.
  274. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  275. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  276. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  277. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  278. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  279. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  280. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  281. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  282. POSSIBILITY OF SUCH DAMAGES.
  283. END OF TERMS AND CONDITIONS
  284. How to Apply These Terms to Your New Programs
  285. If you develop a new program, and you want it to be of the greatest
  286. possible use to the public, the best way to achieve this is to make it
  287. free software which everyone can redistribute and change under these terms.
  288. To do so, attach the following notices to the program. It is safest
  289. to attach them to the start of each source file to most effectively
  290. convey the exclusion of warranty; and each file should have at least
  291. the "copyright" line and a pointer to where the full notice is found.
  292. <one line to give the program's name and a brief idea of what it does.>
  293. Copyright (C) <year> <name of author>
  294. This program is free software; you can redistribute it and/or modify
  295. it under the terms of the GNU General Public License as published by
  296. the Free Software Foundation; either version 2 of the License, or
  297. (at your option) any later version.
  298. This program is distributed in the hope that it will be useful,
  299. but WITHOUT ANY WARRANTY; without even the implied warranty of
  300. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  301. GNU General Public License for more details.
  302. You should have received a copy of the GNU General Public License
  303. along with this program; if not, write to the Free Software
  304. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  305. Also add information on how to contact you by electronic and paper mail.
  306. If the program is interactive, make it output a short notice like this
  307. when it starts in an interactive mode:
  308. Gnomovision version 69, Copyright (C) year name of author
  309. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  310. This is free software, and you are welcome to redistribute it
  311. under certain conditions; type `show c' for details.
  312. The hypothetical commands `show w' and `show c' should show the appropriate
  313. parts of the General Public License. Of course, the commands you use may
  314. be called something other than `show w' and `show c'; they could even be
  315. mouse-clicks or menu items--whatever suits your program.
  316. You should also get your employer (if you work as a programmer) or your
  317. school, if any, to sign a "copyright disclaimer" for the program, if
  318. necessary. Here is a sample; alter the names:
  319. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  320. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  321. <signature of Ty Coon>, 1 April 1989
  322. Ty Coon, President of Vice
  323. This General Public License does not permit incorporating your program into
  324. proprietary programs. If your program is a subroutine library, you may
  325. consider it more useful to permit linking proprietary applications with the
  326. library. If this is what you want to do, use the GNU Library General
  327. Public License instead of this License.
  328. ----------------------------------------------------------------------
  329. The bundled ZLib code is licensed under the ZLib license:
  330. Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
  331. This software is provided 'as-is', without any express or implied
  332. warranty. In no event will the authors be held liable for any damages
  333. arising from the use of this software.
  334. Permission is granted to anyone to use this software for any purpose,
  335. including commercial applications, and to alter it and redistribute it
  336. freely, subject to the following restrictions:
  337. 1. The origin of this software must not be misrepresented; you must not
  338. claim that you wrote the original software. If you use this software
  339. in a product, an acknowledgment in the product documentation would be
  340. appreciated but is not required.
  341. 2. Altered source versions must be plainly marked as such, and must not be
  342. misrepresented as being the original software.
  343. 3. This notice may not be removed or altered from any source distribution.
  344. Jean-loup Gailly Mark Adler
  345. jloup@gzip.org madler@alumni.caltech.edu
  346. ----------------------------------------------------------------------
  347. The Clar framework is licensed under the ISC license:
  348. Copyright (c) 2011-2015 Vicent Marti
  349. Permission to use, copy, modify, and/or distribute this software for any
  350. purpose with or without fee is hereby granted, provided that the above
  351. copyright notice and this permission notice appear in all copies.
  352. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  353. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  354. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  355. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  356. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  357. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  358. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  359. ----------------------------------------------------------------------
  360. The regex library (deps/regex/) is licensed under the GNU LGPL
  361. (available at the end of this file).
  362. Definitions for data structures and routines for the regular
  363. expression library.
  364. Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006,2008
  365. Free Software Foundation, Inc.
  366. This file is part of the GNU C Library.
  367. The GNU C Library is free software; you can redistribute it and/or
  368. modify it under the terms of the GNU Lesser General Public
  369. License as published by the Free Software Foundation; either
  370. version 2.1 of the License, or (at your option) any later version.
  371. The GNU C Library is distributed in the hope that it will be useful,
  372. but WITHOUT ANY WARRANTY; without even the implied warranty of
  373. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  374. Lesser General Public License for more details.
  375. You should have received a copy of the GNU Lesser General Public
  376. License along with the GNU C Library; if not, write to the Free
  377. Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  378. 02110-1301 USA.
  379. ----------------------------------------------------------------------
  380. The bundled winhttp definition files (deps/winhttp/) are licensed under
  381. the GNU LGPL (available at the end of this file).
  382. Copyright (C) 2007 Francois Gouget
  383. This library is free software; you can redistribute it and/or
  384. modify it under the terms of the GNU Lesser General Public
  385. License as published by the Free Software Foundation; either
  386. version 2.1 of the License, or (at your option) any later version.
  387. This library is distributed in the hope that it will be useful,
  388. but WITHOUT ANY WARRANTY; without even the implied warranty of
  389. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  390. Lesser General Public License for more details.
  391. You should have received a copy of the GNU Lesser General Public
  392. License along with this library; if not, write to the Free Software
  393. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  394. ----------------------------------------------------------------------
  395. GNU LESSER GENERAL PUBLIC LICENSE
  396. Version 2.1, February 1999
  397. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  398. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  399. Everyone is permitted to copy and distribute verbatim copies
  400. of this license document, but changing it is not allowed.
  401. [This is the first released version of the Lesser GPL. It also counts
  402. as the successor of the GNU Library Public License, version 2, hence
  403. the version number 2.1.]
  404. Preamble
  405. The licenses for most software are designed to take away your
  406. freedom to share and change it. By contrast, the GNU General Public
  407. Licenses are intended to guarantee your freedom to share and change
  408. free software--to make sure the software is free for all its users.
  409. This license, the Lesser General Public License, applies to some
  410. specially designated software packages--typically libraries--of the
  411. Free Software Foundation and other authors who decide to use it. You
  412. can use it too, but we suggest you first think carefully about whether
  413. this license or the ordinary General Public License is the better
  414. strategy to use in any particular case, based on the explanations below.
  415. When we speak of free software, we are referring to freedom of use,
  416. not price. Our General Public Licenses are designed to make sure that
  417. you have the freedom to distribute copies of free software (and charge
  418. for this service if you wish); that you receive source code or can get
  419. it if you want it; that you can change the software and use pieces of
  420. it in new free programs; and that you are informed that you can do
  421. these things.
  422. To protect your rights, we need to make restrictions that forbid
  423. distributors to deny you these rights or to ask you to surrender these
  424. rights. These restrictions translate to certain responsibilities for
  425. you if you distribute copies of the library or if you modify it.
  426. For example, if you distribute copies of the library, whether gratis
  427. or for a fee, you must give the recipients all the rights that we gave
  428. you. You must make sure that they, too, receive or can get the source
  429. code. If you link other code with the library, you must provide
  430. complete object files to the recipients, so that they can relink them
  431. with the library after making changes to the library and recompiling
  432. it. And you must show them these terms so they know their rights.
  433. We protect your rights with a two-step method: (1) we copyright the
  434. library, and (2) we offer you this license, which gives you legal
  435. permission to copy, distribute and/or modify the library.
  436. To protect each distributor, we want to make it very clear that
  437. there is no warranty for the free library. Also, if the library is
  438. modified by someone else and passed on, the recipients should know
  439. that what they have is not the original version, so that the original
  440. author's reputation will not be affected by problems that might be
  441. introduced by others.
  442. Finally, software patents pose a constant threat to the existence of
  443. any free program. We wish to make sure that a company cannot
  444. effectively restrict the users of a free program by obtaining a
  445. restrictive license from a patent holder. Therefore, we insist that
  446. any patent license obtained for a version of the library must be
  447. consistent with the full freedom of use specified in this license.
  448. Most GNU software, including some libraries, is covered by the
  449. ordinary GNU General Public License. This license, the GNU Lesser
  450. General Public License, applies to certain designated libraries, and
  451. is quite different from the ordinary General Public License. We use
  452. this license for certain libraries in order to permit linking those
  453. libraries into non-free programs.
  454. When a program is linked with a library, whether statically or using
  455. a shared library, the combination of the two is legally speaking a
  456. combined work, a derivative of the original library. The ordinary
  457. General Public License therefore permits such linking only if the
  458. entire combination fits its criteria of freedom. The Lesser General
  459. Public License permits more lax criteria for linking other code with
  460. the library.
  461. We call this license the "Lesser" General Public License because it
  462. does Less to protect the user's freedom than the ordinary General
  463. Public License. It also provides other free software developers Less
  464. of an advantage over competing non-free programs. These disadvantages
  465. are the reason we use the ordinary General Public License for many
  466. libraries. However, the Lesser license provides advantages in certain
  467. special circumstances.
  468. For example, on rare occasions, there may be a special need to
  469. encourage the widest possible use of a certain library, so that it becomes
  470. a de-facto standard. To achieve this, non-free programs must be
  471. allowed to use the library. A more frequent case is that a free
  472. library does the same job as widely used non-free libraries. In this
  473. case, there is little to gain by limiting the free library to free
  474. software only, so we use the Lesser General Public License.
  475. In other cases, permission to use a particular library in non-free
  476. programs enables a greater number of people to use a large body of
  477. free software. For example, permission to use the GNU C Library in
  478. non-free programs enables many more people to use the whole GNU
  479. operating system, as well as its variant, the GNU/Linux operating
  480. system.
  481. Although the Lesser General Public License is Less protective of the
  482. users' freedom, it does ensure that the user of a program that is
  483. linked with the Library has the freedom and the wherewithal to run
  484. that program using a modified version of the Library.
  485. The precise terms and conditions for copying, distribution and
  486. modification follow. Pay close attention to the difference between a
  487. "work based on the library" and a "work that uses the library". The
  488. former contains code derived from the library, whereas the latter must
  489. be combined with the library in order to run.
  490. GNU LESSER GENERAL PUBLIC LICENSE
  491. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  492. 0. This License Agreement applies to any software library or other
  493. program which contains a notice placed by the copyright holder or
  494. other authorized party saying it may be distributed under the terms of
  495. this Lesser General Public License (also called "this License").
  496. Each licensee is addressed as "you".
  497. A "library" means a collection of software functions and/or data
  498. prepared so as to be conveniently linked with application programs
  499. (which use some of those functions and data) to form executables.
  500. The "Library", below, refers to any such software library or work
  501. which has been distributed under these terms. A "work based on the
  502. Library" means either the Library or any derivative work under
  503. copyright law: that is to say, a work containing the Library or a
  504. portion of it, either verbatim or with modifications and/or translated
  505. straightforwardly into another language. (Hereinafter, translation is
  506. included without limitation in the term "modification".)
  507. "Source code" for a work means the preferred form of the work for
  508. making modifications to it. For a library, complete source code means
  509. all the source code for all modules it contains, plus any associated
  510. interface definition files, plus the scripts used to control compilation
  511. and installation of the library.
  512. Activities other than copying, distribution and modification are not
  513. covered by this License; they are outside its scope. The act of
  514. running a program using the Library is not restricted, and output from
  515. such a program is covered only if its contents constitute a work based
  516. on the Library (independent of the use of the Library in a tool for
  517. writing it). Whether that is true depends on what the Library does
  518. and what the program that uses the Library does.
  519. 1. You may copy and distribute verbatim copies of the Library's
  520. complete source code as you receive it, in any medium, provided that
  521. you conspicuously and appropriately publish on each copy an
  522. appropriate copyright notice and disclaimer of warranty; keep intact
  523. all the notices that refer to this License and to the absence of any
  524. warranty; and distribute a copy of this License along with the
  525. Library.
  526. You may charge a fee for the physical act of transferring a copy,
  527. and you may at your option offer warranty protection in exchange for a
  528. fee.
  529. 2. You may modify your copy or copies of the Library or any portion
  530. of it, thus forming a work based on the Library, and copy and
  531. distribute such modifications or work under the terms of Section 1
  532. above, provided that you also meet all of these conditions:
  533. a) The modified work must itself be a software library.
  534. b) You must cause the files modified to carry prominent notices
  535. stating that you changed the files and the date of any change.
  536. c) You must cause the whole of the work to be licensed at no
  537. charge to all third parties under the terms of this License.
  538. d) If a facility in the modified Library refers to a function or a
  539. table of data to be supplied by an application program that uses
  540. the facility, other than as an argument passed when the facility
  541. is invoked, then you must make a good faith effort to ensure that,
  542. in the event an application does not supply such function or
  543. table, the facility still operates, and performs whatever part of
  544. its purpose remains meaningful.
  545. (For example, a function in a library to compute square roots has
  546. a purpose that is entirely well-defined independent of the
  547. application. Therefore, Subsection 2d requires that any
  548. application-supplied function or table used by this function must
  549. be optional: if the application does not supply it, the square
  550. root function must still compute square roots.)
  551. These requirements apply to the modified work as a whole. If
  552. identifiable sections of that work are not derived from the Library,
  553. and can be reasonably considered independent and separate works in
  554. themselves, then this License, and its terms, do not apply to those
  555. sections when you distribute them as separate works. But when you
  556. distribute the same sections as part of a whole which is a work based
  557. on the Library, the distribution of the whole must be on the terms of
  558. this License, whose permissions for other licensees extend to the
  559. entire whole, and thus to each and every part regardless of who wrote
  560. it.
  561. Thus, it is not the intent of this section to claim rights or contest
  562. your rights to work written entirely by you; rather, the intent is to
  563. exercise the right to control the distribution of derivative or
  564. collective works based on the Library.
  565. In addition, mere aggregation of another work not based on the Library
  566. with the Library (or with a work based on the Library) on a volume of
  567. a storage or distribution medium does not bring the other work under
  568. the scope of this License.
  569. 3. You may opt to apply the terms of the ordinary GNU General Public
  570. License instead of this License to a given copy of the Library. To do
  571. this, you must alter all the notices that refer to this License, so
  572. that they refer to the ordinary GNU General Public License, version 2,
  573. instead of to this License. (If a newer version than version 2 of the
  574. ordinary GNU General Public License has appeared, then you can specify
  575. that version instead if you wish.) Do not make any other change in
  576. these notices.
  577. Once this change is made in a given copy, it is irreversible for
  578. that copy, so the ordinary GNU General Public License applies to all
  579. subsequent copies and derivative works made from that copy.
  580. This option is useful when you wish to copy part of the code of
  581. the Library into a program that is not a library.
  582. 4. You may copy and distribute the Library (or a portion or
  583. derivative of it, under Section 2) in object code or executable form
  584. under the terms of Sections 1 and 2 above provided that you accompany
  585. it with the complete corresponding machine-readable source code, which
  586. must be distributed under the terms of Sections 1 and 2 above on a
  587. medium customarily used for software interchange.
  588. If distribution of object code is made by offering access to copy
  589. from a designated place, then offering equivalent access to copy the
  590. source code from the same place satisfies the requirement to
  591. distribute the source code, even though third parties are not
  592. compelled to copy the source along with the object code.
  593. 5. A program that contains no derivative of any portion of the
  594. Library, but is designed to work with the Library by being compiled or
  595. linked with it, is called a "work that uses the Library". Such a
  596. work, in isolation, is not a derivative work of the Library, and
  597. therefore falls outside the scope of this License.
  598. However, linking a "work that uses the Library" with the Library
  599. creates an executable that is a derivative of the Library (because it
  600. contains portions of the Library), rather than a "work that uses the
  601. library". The executable is therefore covered by this License.
  602. Section 6 states terms for distribution of such executables.
  603. When a "work that uses the Library" uses material from a header file
  604. that is part of the Library, the object code for the work may be a
  605. derivative work of the Library even though the source code is not.
  606. Whether this is true is especially significant if the work can be
  607. linked without the Library, or if the work is itself a library. The
  608. threshold for this to be true is not precisely defined by law.
  609. If such an object file uses only numerical parameters, data
  610. structure layouts and accessors, and small macros and small inline
  611. functions (ten lines or less in length), then the use of the object
  612. file is unrestricted, regardless of whether it is legally a derivative
  613. work. (Executables containing this object code plus portions of the
  614. Library will still fall under Section 6.)
  615. Otherwise, if the work is a derivative of the Library, you may
  616. distribute the object code for the work under the terms of Section 6.
  617. Any executables containing that work also fall under Section 6,
  618. whether or not they are linked directly with the Library itself.
  619. 6. As an exception to the Sections above, you may also combine or
  620. link a "work that uses the Library" with the Library to produce a
  621. work containing portions of the Library, and distribute that work
  622. under terms of your choice, provided that the terms permit
  623. modification of the work for the customer's own use and reverse
  624. engineering for debugging such modifications.
  625. You must give prominent notice with each copy of the work that the
  626. Library is used in it and that the Library and its use are covered by
  627. this License. You must supply a copy of this License. If the work
  628. during execution displays copyright notices, you must include the
  629. copyright notice for the Library among them, as well as a reference
  630. directing the user to the copy of this License. Also, you must do one
  631. of these things:
  632. a) Accompany the work with the complete corresponding
  633. machine-readable source code for the Library including whatever
  634. changes were used in the work (which must be distributed under
  635. Sections 1 and 2 above); and, if the work is an executable linked
  636. with the Library, with the complete machine-readable "work that
  637. uses the Library", as object code and/or source code, so that the
  638. user can modify the Library and then relink to produce a modified
  639. executable containing the modified Library. (It is understood
  640. that the user who changes the contents of definitions files in the
  641. Library will not necessarily be able to recompile the application
  642. to use the modified definitions.)
  643. b) Use a suitable shared library mechanism for linking with the
  644. Library. A suitable mechanism is one that (1) uses at run time a
  645. copy of the library already present on the user's computer system,
  646. rather than copying library functions into the executable, and (2)
  647. will operate properly with a modified version of the library, if
  648. the user installs one, as long as the modified version is
  649. interface-compatible with the version that the work was made with.
  650. c) Accompany the work with a written offer, valid for at
  651. least three years, to give the same user the materials
  652. specified in Subsection 6a, above, for a charge no more
  653. than the cost of performing this distribution.
  654. d) If distribution of the work is made by offering access to copy
  655. from a designated place, offer equivalent access to copy the above
  656. specified materials from the same place.
  657. e) Verify that the user has already received a copy of these
  658. materials or that you have already sent this user a copy.
  659. For an executable, the required form of the "work that uses the
  660. Library" must include any data and utility programs needed for
  661. reproducing the executable from it. However, as a special exception,
  662. the materials to be distributed need not include anything that is
  663. normally distributed (in either source or binary form) with the major
  664. components (compiler, kernel, and so on) of the operating system on
  665. which the executable runs, unless that component itself accompanies
  666. the executable.
  667. It may happen that this requirement contradicts the license
  668. restrictions of other proprietary libraries that do not normally
  669. accompany the operating system. Such a contradiction means you cannot
  670. use both them and the Library together in an executable that you
  671. distribute.
  672. 7. You may place library facilities that are a work based on the
  673. Library side-by-side in a single library together with other library
  674. facilities not covered by this License, and distribute such a combined
  675. library, provided that the separate distribution of the work based on
  676. the Library and of the other library facilities is otherwise
  677. permitted, and provided that you do these two things:
  678. a) Accompany the combined library with a copy of the same work
  679. based on the Library, uncombined with any other library
  680. facilities. This must be distributed under the terms of the
  681. Sections above.
  682. b) Give prominent notice with the combined library of the fact
  683. that part of it is a work based on the Library, and explaining
  684. where to find the accompanying uncombined form of the same work.
  685. 8. You may not copy, modify, sublicense, link with, or distribute
  686. the Library except as expressly provided under this License. Any
  687. attempt otherwise to copy, modify, sublicense, link with, or
  688. distribute the Library is void, and will automatically terminate your
  689. rights under this License. However, parties who have received copies,
  690. or rights, from you under this License will not have their licenses
  691. terminated so long as such parties remain in full compliance.
  692. 9. You are not required to accept this License, since you have not
  693. signed it. However, nothing else grants you permission to modify or
  694. distribute the Library or its derivative works. These actions are
  695. prohibited by law if you do not accept this License. Therefore, by
  696. modifying or distributing the Library (or any work based on the
  697. Library), you indicate your acceptance of this License to do so, and
  698. all its terms and conditions for copying, distributing or modifying
  699. the Library or works based on it.
  700. 10. Each time you redistribute the Library (or any work based on the
  701. Library), the recipient automatically receives a license from the
  702. original licensor to copy, distribute, link with or modify the Library
  703. subject to these terms and conditions. You may not impose any further
  704. restrictions on the recipients' exercise of the rights granted herein.
  705. You are not responsible for enforcing compliance by third parties with
  706. this License.
  707. 11. If, as a consequence of a court judgment or allegation of patent
  708. infringement or for any other reason (not limited to patent issues),
  709. conditions are imposed on you (whether by court order, agreement or
  710. otherwise) that contradict the conditions of this License, they do not
  711. excuse you from the conditions of this License. If you cannot
  712. distribute so as to satisfy simultaneously your obligations under this
  713. License and any other pertinent obligations, then as a consequence you
  714. may not distribute the Library at all. For example, if a patent
  715. license would not permit royalty-free redistribution of the Library by
  716. all those who receive copies directly or indirectly through you, then
  717. the only way you could satisfy both it and this License would be to
  718. refrain entirely from distribution of the Library.
  719. If any portion of this section is held invalid or unenforceable under any
  720. particular circumstance, the balance of the section is intended to apply,
  721. and the section as a whole is intended to apply in other circumstances.
  722. It is not the purpose of this section to induce you to infringe any
  723. patents or other property right claims or to contest validity of any
  724. such claims; this section has the sole purpose of protecting the
  725. integrity of the free software distribution system which is
  726. implemented by public license practices. Many people have made
  727. generous contributions to the wide range of software distributed
  728. through that system in reliance on consistent application of that
  729. system; it is up to the author/donor to decide if he or she is willing
  730. to distribute software through any other system and a licensee cannot
  731. impose that choice.
  732. This section is intended to make thoroughly clear what is believed to
  733. be a consequence of the rest of this License.
  734. 12. If the distribution and/or use of the Library is restricted in
  735. certain countries either by patents or by copyrighted interfaces, the
  736. original copyright holder who places the Library under this License may add
  737. an explicit geographical distribution limitation excluding those countries,
  738. so that distribution is permitted only in or among countries not thus
  739. excluded. In such case, this License incorporates the limitation as if
  740. written in the body of this License.
  741. 13. The Free Software Foundation may publish revised and/or new
  742. versions of the Lesser General Public License from time to time.
  743. Such new versions will be similar in spirit to the present version,
  744. but may differ in detail to address new problems or concerns.
  745. Each version is given a distinguishing version number. If the Library
  746. specifies a version number of this License which applies to it and
  747. "any later version", you have the option of following the terms and
  748. conditions either of that version or of any later version published by
  749. the Free Software Foundation. If the Library does not specify a
  750. license version number, you may choose any version ever published by
  751. the Free Software Foundation.
  752. 14. If you wish to incorporate parts of the Library into other free
  753. programs whose distribution conditions are incompatible with these,
  754. write to the author to ask for permission. For software which is
  755. copyrighted by the Free Software Foundation, write to the Free
  756. Software Foundation; we sometimes make exceptions for this. Our
  757. decision will be guided by the two goals of preserving the free status
  758. of all derivatives of our free software and of promoting the sharing
  759. and reuse of software generally.
  760. NO WARRANTY
  761. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  762. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  763. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  764. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  765. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  766. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  767. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  768. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  769. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  770. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  771. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  772. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  773. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  774. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  775. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  776. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  777. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  778. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  779. DAMAGES.
  780. END OF TERMS AND CONDITIONS
  781. How to Apply These Terms to Your New Libraries
  782. If you develop a new library, and you want it to be of the greatest
  783. possible use to the public, we recommend making it free software that
  784. everyone can redistribute and change. You can do so by permitting
  785. redistribution under these terms (or, alternatively, under the terms of the
  786. ordinary General Public License).
  787. To apply these terms, attach the following notices to the library. It is
  788. safest to attach them to the start of each source file to most effectively
  789. convey the exclusion of warranty; and each file should have at least the
  790. "copyright" line and a pointer to where the full notice is found.
  791. <one line to give the library's name and a brief idea of what it does.>
  792. Copyright (C) <year> <name of author>
  793. This library is free software; you can redistribute it and/or
  794. modify it under the terms of the GNU Lesser General Public
  795. License as published by the Free Software Foundation; either
  796. version 2.1 of the License, or (at your option) any later version.
  797. This library is distributed in the hope that it will be useful,
  798. but WITHOUT ANY WARRANTY; without even the implied warranty of
  799. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  800. Lesser General Public License for more details.
  801. You should have received a copy of the GNU Lesser General Public
  802. License along with this library; if not, write to the Free Software
  803. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  804. Also add information on how to contact you by electronic and paper mail.
  805. You should also get your employer (if you work as a programmer) or your
  806. school, if any, to sign a "copyright disclaimer" for the library, if
  807. necessary. Here is a sample; alter the names:
  808. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  809. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  810. <signature of Ty Coon>, 1 April 1990
  811. Ty Coon, President of Vice
  812. That's all there is to it!
  813. ----------------------------------------------------------------------
  814. The bundled SHA1 collision detection code is licensed under the MIT license:
  815. MIT License
  816. Copyright (c) 2017:
  817. Marc Stevens
  818. Cryptology Group
  819. Centrum Wiskunde & Informatica
  820. P.O. Box 94079, 1090 GB Amsterdam, Netherlands
  821. marc@marc-stevens.nl
  822. Dan Shumow
  823. Microsoft Research
  824. danshu@microsoft.com
  825. Permission is hereby granted, free of charge, to any person obtaining a copy
  826. of this software and associated documentation files (the "Software"), to deal
  827. in the Software without restriction, including without limitation the rights
  828. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  829. copies of the Software, and to permit persons to whom the Software is
  830. furnished to do so, subject to the following conditions:
  831. The above copyright notice and this permission notice shall be included in all
  832. copies or substantial portions of the Software.
  833. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  834. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  835. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  836. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  837. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  838. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  839. SOFTWARE.
  840. ----------------------------------------------------------------------
  841. The bundled wildmatch code is licensed under the BSD license:
  842. Copyright Rich Salz.
  843. All rights reserved.
  844. Redistribution and use in any form are permitted provided that the
  845. following restrictions are are met:
  846. 1. Source distributions must retain this entire copyright notice
  847. and comment.
  848. 2. Binary distributions must include the acknowledgement ``This
  849. product includes software developed by Rich Salz'' in the
  850. documentation or other materials provided with the
  851. distribution. This must not be represented as an endorsement
  852. or promotion without specific prior written permission.
  853. 3. The origin of this software must not be misrepresented, either
  854. by explicit claim or by omission. Credits must appear in the
  855. source and documentation.
  856. 4. Altered versions must be plainly marked as such in the source
  857. and documentation and must not be misrepresented as being the
  858. original software.
  859. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  860. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  861. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  862. ----------------------------------------------------------------------
  863. Portions of the OpenSSL headers are included under the OpenSSL license:
  864. Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  865. All rights reserved.
  866. This package is an SSL implementation written
  867. by Eric Young (eay@cryptsoft.com).
  868. The implementation was written so as to conform with Netscapes SSL.
  869. This library is free for commercial and non-commercial use as long as
  870. the following conditions are aheared to. The following conditions
  871. apply to all code found in this distribution, be it the RC4, RSA,
  872. lhash, DES, etc., code; not just the SSL code. The SSL documentation
  873. included with this distribution is covered by the same copyright terms
  874. except that the holder is Tim Hudson (tjh@cryptsoft.com).
  875. Copyright remains Eric Young's, and as such any Copyright notices in
  876. the code are not to be removed.
  877. If this package is used in a product, Eric Young should be given attribution
  878. as the author of the parts of the library used.
  879. This can be in the form of a textual message at program startup or
  880. in documentation (online or textual) provided with the package.
  881. Redistribution and use in source and binary forms, with or without
  882. modification, are permitted provided that the following conditions
  883. are met:
  884. 1. Redistributions of source code must retain the copyright
  885. notice, this list of conditions and the following disclaimer.
  886. 2. Redistributions in binary form must reproduce the above copyright
  887. notice, this list of conditions and the following disclaimer in the
  888. documentation and/or other materials provided with the distribution.
  889. 3. All advertising materials mentioning features or use of this software
  890. must display the following acknowledgement:
  891. "This product includes cryptographic software written by
  892. Eric Young (eay@cryptsoft.com)"
  893. The word 'cryptographic' can be left out if the rouines from the library
  894. being used are not cryptographic related :-).
  895. 4. If you include any Windows specific code (or a derivative thereof) from
  896. the apps directory (application code) you must include an acknowledgement:
  897. "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  898. THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  899. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  900. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  901. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  902. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  903. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  904. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  905. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  906. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  907. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  908. SUCH DAMAGE.
  909. The licence and distribution terms for any publically available version or
  910. derivative of this code cannot be changed. i.e. this code cannot simply be
  911. copied and put under another distribution licence
  912. [including the GNU Public Licence.]
  913. ====================================================================
  914. Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
  915. Redistribution and use in source and binary forms, with or without
  916. modification, are permitted provided that the following conditions
  917. are met:
  918. 1. Redistributions of source code must retain the above copyright
  919. notice, this list of conditions and the following disclaimer.
  920. 2. Redistributions in binary form must reproduce the above copyright
  921. notice, this list of conditions and the following disclaimer in
  922. the documentation and/or other materials provided with the
  923. distribution.
  924. 3. All advertising materials mentioning features or use of this
  925. software must display the following acknowledgment:
  926. "This product includes software developed by the OpenSSL Project
  927. for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  928. 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  929. endorse or promote products derived from this software without
  930. prior written permission. For written permission, please contact
  931. openssl-core@openssl.org.
  932. 5. Products derived from this software may not be called "OpenSSL"
  933. nor may "OpenSSL" appear in their names without prior written
  934. permission of the OpenSSL Project.
  935. 6. Redistributions of any form whatsoever must retain the following
  936. acknowledgment:
  937. "This product includes software developed by the OpenSSL Project
  938. for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  939. THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  940. EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  941. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  942. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  943. ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  944. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  945. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  946. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  947. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  948. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  949. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  950. OF THE POSSIBILITY OF SUCH DAMAGE.
  951. ```
  952. ### libssh2/libssh2
  953. ```
  954. /* Copyright (c) 2004-2007 Sara Golemon <sarag@libssh2.org>
  955. * Copyright (c) 2005,2006 Mikhail Gusarov <dottedmag@dottedmag.net>
  956. * Copyright (c) 2006-2007 The Written Word, Inc.
  957. * Copyright (c) 2007 Eli Fant <elifantu@mail.ru>
  958. * Copyright (c) 2009-2021 Daniel Stenberg
  959. * Copyright (C) 2008, 2009 Simon Josefsson
  960. * Copyright (c) 2000 Markus Friedl
  961. * Copyright (c) 2015 Microsoft Corp.
  962. * All rights reserved.
  963. *
  964. * Redistribution and use in source and binary forms,
  965. * with or without modification, are permitted provided
  966. * that the following conditions are met:
  967. *
  968. * Redistributions of source code must retain the above
  969. * copyright notice, this list of conditions and the
  970. * following disclaimer.
  971. *
  972. * Redistributions in binary form must reproduce the above
  973. * copyright notice, this list of conditions and the following
  974. * disclaimer in the documentation and/or other materials
  975. * provided with the distribution.
  976. *
  977. * Neither the name of the copyright holder nor the names
  978. * of any other contributors may be used to endorse or
  979. * promote products derived from this software without
  980. * specific prior written permission.
  981. *
  982. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  983. * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  984. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  985. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  986. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  987. * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  988. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  989. * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  990. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  991. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  992. * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  993. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  994. * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  995. * OF SUCH DAMAGE.
  996. */
  997. ```
  998. ### OpenSSL
  999. ```
  1000. LICENSE ISSUES
  1001. ==============
  1002. The OpenSSL toolkit stays under a double license, i.e. both the conditions of
  1003. the OpenSSL License and the original SSLeay license apply to the toolkit.
  1004. See below for the actual license texts.
  1005. OpenSSL License
  1006. ---------------
  1007. /* ====================================================================
  1008. * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
  1009. *
  1010. * Redistribution and use in source and binary forms, with or without
  1011. * modification, are permitted provided that the following conditions
  1012. * are met:
  1013. *
  1014. * 1. Redistributions of source code must retain the above copyright
  1015. * notice, this list of conditions and the following disclaimer.
  1016. *
  1017. * 2. Redistributions in binary form must reproduce the above copyright
  1018. * notice, this list of conditions and the following disclaimer in
  1019. * the documentation and/or other materials provided with the
  1020. * distribution.
  1021. *
  1022. * 3. All advertising materials mentioning features or use of this
  1023. * software must display the following acknowledgment:
  1024. * "This product includes software developed by the OpenSSL Project
  1025. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  1026. *
  1027. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  1028. * endorse or promote products derived from this software without
  1029. * prior written permission. For written permission, please contact
  1030. * openssl-core@openssl.org.
  1031. *
  1032. * 5. Products derived from this software may not be called "OpenSSL"
  1033. * nor may "OpenSSL" appear in their names without prior written
  1034. * permission of the OpenSSL Project.
  1035. *
  1036. * 6. Redistributions of any form whatsoever must retain the following
  1037. * acknowledgment:
  1038. * "This product includes software developed by the OpenSSL Project
  1039. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  1040. *
  1041. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  1042. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1043. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  1044. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  1045. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1046. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1047. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  1048. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1049. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  1050. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1051. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  1052. * OF THE POSSIBILITY OF SUCH DAMAGE.
  1053. * ====================================================================
  1054. *
  1055. * This product includes cryptographic software written by Eric Young
  1056. * (eay@cryptsoft.com). This product includes software written by Tim
  1057. * Hudson (tjh@cryptsoft.com).
  1058. *
  1059. */
  1060. Original SSLeay License
  1061. -----------------------
  1062. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  1063. * All rights reserved.
  1064. *
  1065. * This package is an SSL implementation written
  1066. * by Eric Young (eay@cryptsoft.com).
  1067. * The implementation was written so as to conform with Netscapes SSL.
  1068. *
  1069. * This library is free for commercial and non-commercial use as long as
  1070. * the following conditions are aheared to. The following conditions
  1071. * apply to all code found in this distribution, be it the RC4, RSA,
  1072. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  1073. * included with this distribution is covered by the same copyright terms
  1074. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  1075. *
  1076. * Copyright remains Eric Young's, and as such any Copyright notices in
  1077. * the code are not to be removed.
  1078. * If this package is used in a product, Eric Young should be given attribution
  1079. * as the author of the parts of the library used.
  1080. * This can be in the form of a textual message at program startup or
  1081. * in documentation (online or textual) provided with the package.
  1082. *
  1083. * Redistribution and use in source and binary forms, with or without
  1084. * modification, are permitted provided that the following conditions
  1085. * are met:
  1086. * 1. Redistributions of source code must retain the copyright
  1087. * notice, this list of conditions and the following disclaimer.
  1088. * 2. Redistributions in binary form must reproduce the above copyright
  1089. * notice, this list of conditions and the following disclaimer in the
  1090. * documentation and/or other materials provided with the distribution.
  1091. * 3. All advertising materials mentioning features or use of this software
  1092. * must display the following acknowledgement:
  1093. * "This product includes cryptographic software written by
  1094. * Eric Young (eay@cryptsoft.com)"
  1095. * The word 'cryptographic' can be left out if the rouines from the library
  1096. * being used are not cryptographic related :-).
  1097. * 4. If you include any Windows specific code (or a derivative thereof) from
  1098. * the apps directory (application code) you must include an acknowledgement:
  1099. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  1100. *
  1101. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  1102. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1103. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1104. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  1105. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1106. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1107. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1108. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1109. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1110. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1111. * SUCH DAMAGE.
  1112. *
  1113. * The licence and distribution terms for any publically available version or
  1114. * derivative of this code cannot be changed. i.e. this code cannot simply be
  1115. * copied and put under another distribution licence
  1116. * [including the GNU Public Licence.]
  1117. */
  1118. ```