licenses.list.txt 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. ===================="(BSD-2-Clause OR GPL-2.0-only)"====================
  2. * This source code is licensed under both the BSD-style license (found in the
  3. * LICENSE file in the root directory of this source tree) and the GPLv2 (found
  4. * in the COPYING file in the root directory of this source tree).
  5. * You may select, at your option, one of the above-listed licenses.
  6. ===================="(BSD-3-Clause OR GPL-2.0-only)"====================
  7. GNU GENERAL PUBLIC LICENSE
  8. Version 2, June 1991
  9. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  10. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  11. Everyone is permitted to copy and distribute verbatim copies
  12. of this license document, but changing it is not allowed.
  13. Preamble
  14. The licenses for most software are designed to take away your
  15. freedom to share and change it. By contrast, the GNU General Public
  16. License is intended to guarantee your freedom to share and change free
  17. software--to make sure the software is free for all its users. This
  18. General Public License applies to most of the Free Software
  19. Foundation's software and to any other program whose authors commit to
  20. using it. (Some other Free Software Foundation software is covered by
  21. the GNU Lesser General Public License instead.) You can apply it to
  22. your programs, too.
  23. When we speak of free software, we are referring to freedom, not
  24. price. Our General Public Licenses are designed to make sure that you
  25. have the freedom to distribute copies of free software (and charge for
  26. this service if you wish), that you receive source code or can get it
  27. if you want it, that you can change the software or use pieces of it
  28. in new free programs; and that you know you can do these things.
  29. To protect your rights, we need to make restrictions that forbid
  30. anyone to deny you these rights or to ask you to surrender the rights.
  31. These restrictions translate to certain responsibilities for you if you
  32. distribute copies of the software, or if you modify it.
  33. For example, if you distribute copies of such a program, whether
  34. gratis or for a fee, you must give the recipients all the rights that
  35. you have. You must make sure that they, too, receive or can get the
  36. source code. And you must show them these terms so they know their
  37. rights.
  38. We protect your rights with two steps: (1) copyright the software, and
  39. (2) offer you this license which gives you legal permission to copy,
  40. distribute and/or modify the software.
  41. Also, for each author's protection and ours, we want to make certain
  42. that everyone understands that there is no warranty for this free
  43. software. If the software is modified by someone else and passed on, we
  44. want its recipients to know that what they have is not the original, so
  45. that any problems introduced by others will not reflect on the original
  46. authors' reputations.
  47. Finally, any free program is threatened constantly by software
  48. patents. We wish to avoid the danger that redistributors of a free
  49. program will individually obtain patent licenses, in effect making the
  50. program proprietary. To prevent this, we have made it clear that any
  51. patent must be licensed for everyone's free use or not licensed at all.
  52. The precise terms and conditions for copying, distribution and
  53. modification follow.
  54. GNU GENERAL PUBLIC LICENSE
  55. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  56. 0. This License applies to any program or other work which contains
  57. a notice placed by the copyright holder saying it may be distributed
  58. under the terms of this General Public License. The "Program", below,
  59. refers to any such program or work, and a "work based on the Program"
  60. means either the Program or any derivative work under copyright law:
  61. that is to say, a work containing the Program or a portion of it,
  62. either verbatim or with modifications and/or translated into another
  63. language. (Hereinafter, translation is included without limitation in
  64. the term "modification".) Each licensee is addressed as "you".
  65. Activities other than copying, distribution and modification are not
  66. covered by this License; they are outside its scope. The act of
  67. running the Program is not restricted, and the output from the Program
  68. is covered only if its contents constitute a work based on the
  69. Program (independent of having been made by running the Program).
  70. Whether that is true depends on what the Program does.
  71. 1. You may copy and distribute verbatim copies of the Program's
  72. source code as you receive it, in any medium, provided that you
  73. conspicuously and appropriately publish on each copy an appropriate
  74. copyright notice and disclaimer of warranty; keep intact all the
  75. notices that refer to this License and to the absence of any warranty;
  76. and give any other recipients of the Program a copy of this License
  77. along with the Program.
  78. You may charge a fee for the physical act of transferring a copy, and
  79. you may at your option offer warranty protection in exchange for a fee.
  80. 2. You may modify your copy or copies of the Program or any portion
  81. of it, thus forming a work based on the Program, and copy and
  82. distribute such modifications or work under the terms of Section 1
  83. above, provided that you also meet all of these conditions:
  84. a) You must cause the modified files to carry prominent notices
  85. stating that you changed the files and the date of any change.
  86. b) You must cause any work that you distribute or publish, that in
  87. whole or in part contains or is derived from the Program or any
  88. part thereof, to be licensed as a whole at no charge to all third
  89. parties under the terms of this License.
  90. c) If the modified program normally reads commands interactively
  91. when run, you must cause it, when started running for such
  92. interactive use in the most ordinary way, to print or display an
  93. announcement including an appropriate copyright notice and a
  94. notice that there is no warranty (or else, saying that you provide
  95. a warranty) and that users may redistribute the program under
  96. these conditions, and telling the user how to view a copy of this
  97. License. (Exception: if the Program itself is interactive but
  98. does not normally print such an announcement, your work based on
  99. the Program is not required to print an announcement.)
  100. These requirements apply to the modified work as a whole. If
  101. identifiable sections of that work are not derived from the Program,
  102. and can be reasonably considered independent and separate works in
  103. themselves, then this License, and its terms, do not apply to those
  104. sections when you distribute them as separate works. But when you
  105. distribute the same sections as part of a whole which is a work based
  106. on the Program, the distribution of the whole must be on the terms of
  107. this License, whose permissions for other licensees extend to the
  108. entire whole, and thus to each and every part regardless of who wrote it.
  109. Thus, it is not the intent of this section to claim rights or contest
  110. your rights to work written entirely by you; rather, the intent is to
  111. exercise the right to control the distribution of derivative or
  112. collective works based on the Program.
  113. In addition, mere aggregation of another work not based on the Program
  114. with the Program (or with a work based on the Program) on a volume of
  115. a storage or distribution medium does not bring the other work under
  116. the scope of this License.
  117. 3. You may copy and distribute the Program (or a work based on it,
  118. under Section 2) in object code or executable form under the terms of
  119. Sections 1 and 2 above provided that you also do one of the following:
  120. a) Accompany it with the complete corresponding machine-readable
  121. source code, which must be distributed under the terms of Sections
  122. 1 and 2 above on a medium customarily used for software interchange; or,
  123. b) Accompany it with a written offer, valid for at least three
  124. years, to give any third party, for a charge no more than your
  125. cost of physically performing source distribution, a complete
  126. machine-readable copy of the corresponding source code, to be
  127. distributed under the terms of Sections 1 and 2 above on a medium
  128. customarily used for software interchange; or,
  129. c) Accompany it with the information you received as to the offer
  130. to distribute corresponding source code. (This alternative is
  131. allowed only for noncommercial distribution and only if you
  132. received the program in object code or executable form with such
  133. an offer, in accord with Subsection b above.)
  134. The source code for a work means the preferred form of the work for
  135. making modifications to it. For an executable work, complete source
  136. code means all the source code for all modules it contains, plus any
  137. associated interface definition files, plus the scripts used to
  138. control compilation and installation of the executable. However, as a
  139. special exception, the source code distributed need not include
  140. anything that is normally distributed (in either source or binary
  141. form) with the major components (compiler, kernel, and so on) of the
  142. operating system on which the executable runs, unless that component
  143. itself accompanies the executable.
  144. If distribution of executable or object code is made by offering
  145. access to copy from a designated place, then offering equivalent
  146. access to copy the source code from the same place counts as
  147. distribution of the source code, even though third parties are not
  148. compelled to copy the source along with the object code.
  149. 4. You may not copy, modify, sublicense, or distribute the Program
  150. except as expressly provided under this License. Any attempt
  151. otherwise to copy, modify, sublicense or distribute the Program is
  152. void, and will automatically terminate your rights under this License.
  153. However, parties who have received copies, or rights, from you under
  154. this License will not have their licenses terminated so long as such
  155. parties remain in full compliance.
  156. 5. You are not required to accept this License, since you have not
  157. signed it. However, nothing else grants you permission to modify or
  158. distribute the Program or its derivative works. These actions are
  159. prohibited by law if you do not accept this License. Therefore, by
  160. modifying or distributing the Program (or any work based on the
  161. Program), you indicate your acceptance of this License to do so, and
  162. all its terms and conditions for copying, distributing or modifying
  163. the Program or works based on it.
  164. 6. Each time you redistribute the Program (or any work based on the
  165. Program), the recipient automatically receives a license from the
  166. original licensor to copy, distribute or modify the Program subject to
  167. these terms and conditions. You may not impose any further
  168. restrictions on the recipients' exercise of the rights granted herein.
  169. You are not responsible for enforcing compliance by third parties to
  170. this License.
  171. 7. If, as a consequence of a court judgment or allegation of patent
  172. infringement or for any other reason (not limited to patent issues),
  173. conditions are imposed on you (whether by court order, agreement or
  174. otherwise) that contradict the conditions of this License, they do not
  175. excuse you from the conditions of this License. If you cannot
  176. distribute so as to satisfy simultaneously your obligations under this
  177. License and any other pertinent obligations, then as a consequence you
  178. may not distribute the Program at all. For example, if a patent
  179. license would not permit royalty-free redistribution of the Program by
  180. all those who receive copies directly or indirectly through you, then
  181. the only way you could satisfy both it and this License would be to
  182. refrain entirely from distribution of the Program.
  183. If any portion of this section is held invalid or unenforceable under
  184. any particular circumstance, the balance of the section is intended to
  185. apply and the section as a whole is intended to apply in other
  186. circumstances.
  187. It is not the purpose of this section to induce you to infringe any
  188. patents or other property right claims or to contest validity of any
  189. such claims; this section has the sole purpose of protecting the
  190. integrity of the free software distribution system, which is
  191. implemented by public license practices. Many people have made
  192. generous contributions to the wide range of software distributed
  193. through that system in reliance on consistent application of that
  194. system; it is up to the author/donor to decide if he or she is willing
  195. to distribute software through any other system and a licensee cannot
  196. impose that choice.
  197. This section is intended to make thoroughly clear what is believed to
  198. be a consequence of the rest of this License.
  199. 8. If the distribution and/or use of the Program is restricted in
  200. certain countries either by patents or by copyrighted interfaces, the
  201. original copyright holder who places the Program under this License
  202. may add an explicit geographical distribution limitation excluding
  203. those countries, so that distribution is permitted only in or among
  204. countries not thus excluded. In such case, this License incorporates
  205. the limitation as if written in the body of this License.
  206. 9. The Free Software Foundation may publish revised and/or new versions
  207. of the General Public License from time to time. Such new versions will
  208. be similar in spirit to the present version, but may differ in detail to
  209. address new problems or concerns.
  210. Each version is given a distinguishing version number. If the Program
  211. specifies a version number of this License which applies to it and "any
  212. later version", you have the option of following the terms and conditions
  213. either of that version or of any later version published by the Free
  214. Software Foundation. If the Program does not specify a version number of
  215. this License, you may choose any version ever published by the Free Software
  216. Foundation.
  217. 10. If you wish to incorporate parts of the Program into other free
  218. programs whose distribution conditions are different, write to the author
  219. to ask for permission. For software which is copyrighted by the Free
  220. Software Foundation, write to the Free Software Foundation; we sometimes
  221. make exceptions for this. Our decision will be guided by the two goals
  222. of preserving the free status of all derivatives of our free software and
  223. of promoting the sharing and reuse of software generally.
  224. NO WARRANTY
  225. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  226. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  227. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  228. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  229. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  230. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  231. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  232. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  233. REPAIR OR CORRECTION.
  234. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  235. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  236. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  237. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  238. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  239. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  240. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  241. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  242. POSSIBILITY OF SUCH DAMAGES.
  243. END OF TERMS AND CONDITIONS
  244. How to Apply These Terms to Your New Programs
  245. If you develop a new program, and you want it to be of the greatest
  246. possible use to the public, the best way to achieve this is to make it
  247. free software which everyone can redistribute and change under these terms.
  248. To do so, attach the following notices to the program. It is safest
  249. to attach them to the start of each source file to most effectively
  250. convey the exclusion of warranty; and each file should have at least
  251. the "copyright" line and a pointer to where the full notice is found.
  252. <one line to give the program's name and a brief idea of what it does.>
  253. Copyright (C) <year> <name of author>
  254. This program is free software; you can redistribute it and/or modify
  255. it under the terms of the GNU General Public License as published by
  256. the Free Software Foundation; either version 2 of the License, or
  257. (at your option) any later version.
  258. This program is distributed in the hope that it will be useful,
  259. but WITHOUT ANY WARRANTY; without even the implied warranty of
  260. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  261. GNU General Public License for more details.
  262. You should have received a copy of the GNU General Public License along
  263. with this program; if not, write to the Free Software Foundation, Inc.,
  264. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  265. Also add information on how to contact you by electronic and paper mail.
  266. If the program is interactive, make it output a short notice like this
  267. when it starts in an interactive mode:
  268. Gnomovision version 69, Copyright (C) year name of author
  269. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  270. This is free software, and you are welcome to redistribute it
  271. under certain conditions; type `show c' for details.
  272. The hypothetical commands `show w' and `show c' should show the appropriate
  273. parts of the General Public License. Of course, the commands you use may
  274. be called something other than `show w' and `show c'; they could even be
  275. mouse-clicks or menu items--whatever suits your program.
  276. You should also get your employer (if you work as a programmer) or your
  277. school, if any, to sign a "copyright disclaimer" for the program, if
  278. necessary. Here is a sample; alter the names:
  279. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  280. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  281. <signature of Ty Coon>, 1 April 1989
  282. Ty Coon, President of Vice
  283. This General Public License does not permit incorporating your program into
  284. proprietary programs. If your program is a subroutine library, you may
  285. consider it more useful to permit linking proprietary applications with the
  286. library. If this is what you want to do, use the GNU Lesser General
  287. Public License instead of this License.
  288. ====================BSD-2-Clause====================
  289. BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php)
  290. ====================BSD-2-Clause====================
  291. Redistribution and use in source and binary forms, with or without
  292. modification, are permitted provided that the following conditions are
  293. met:
  294. * Redistributions of source code must retain the above copyright
  295. notice, this list of conditions and the following disclaimer.
  296. * Redistributions in binary form must reproduce the above
  297. copyright notice, this list of conditions and the following disclaimer
  298. in the documentation and/or other materials provided with the
  299. distribution.
  300. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  301. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  302. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  303. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  304. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  305. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  306. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  307. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  308. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  309. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  310. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  311. ====================BSD-2-Clause====================
  312. BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php)
  313. ====================BSD-2-Clause====================
  314. Redistribution and use in source and binary forms, with or without
  315. modification, are permitted provided that the following conditions are
  316. met:
  317. * Redistributions of source code must retain the above copyright
  318. notice, this list of conditions and the following disclaimer.
  319. * Redistributions in binary form must reproduce the above
  320. copyright notice, this list of conditions and the following disclaimer
  321. in the documentation and/or other materials provided with the
  322. distribution.
  323. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  324. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  325. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  326. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  327. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  328. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  329. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  330. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  331. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  332. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  333. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  334. ====================BSD-3-Clause====================
  335. BSD License
  336. For Zstandard software
  337. Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
  338. Redistribution and use in source and binary forms, with or without modification,
  339. are permitted provided that the following conditions are met:
  340. * Redistributions of source code must retain the above copyright notice, this
  341. list of conditions and the following disclaimer.
  342. * Redistributions in binary form must reproduce the above copyright notice,
  343. this list of conditions and the following disclaimer in the documentation
  344. and/or other materials provided with the distribution.
  345. * Neither the name Facebook, nor Meta, nor the names of its contributors may
  346. be used to endorse or promote products derived from this software without
  347. specific prior written permission.
  348. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  349. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  350. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  351. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  352. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  353. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  354. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  355. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  356. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  357. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  358. ====================BSD-3-Clause OR GPL-2.0-only====================
  359. ## License
  360. Zstandard is dual-licensed under [BSD](LICENSE) OR [GPLv2](COPYING).
  361. ====================BSD-3-Clause OR GPL-2.0-only====================
  362. This repository represents the reference implementation, provided as an open-source dual [BSD](LICENSE) OR [GPLv2](COPYING) licensed **C** library,
  363. ====================COPYRIGHT====================
  364. Copyright (C) 2014-2015, Yann Collet.
  365. ====================COPYRIGHT====================
  366. Copyright (C) 2014-2016, Yann Collet.
  367. ====================COPYRIGHT====================
  368. Copyright (C) 2015, Yann Collet.
  369. ====================COPYRIGHT====================
  370. Copyright (C) 2015-2016, Yann Collet.
  371. ====================COPYRIGHT====================
  372. Copyright (C) 2013-2015, Yann Collet.
  373. ====================COPYRIGHT====================
  374. Copyright (C) 2013-2016, Yann Collet.
  375. ====================COPYRIGHT====================
  376. Copyright (C) 2016, Yann Collet.
  377. ====================COPYRIGHT====================
  378. * Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
  379. ====================COPYRIGHT====================
  380. * Copyright (c) 2016 Tino Reichardt
  381. * All rights reserved.
  382. ====================COPYRIGHT====================
  383. * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  384. * All rights reserved.
  385. ====================COPYRIGHT====================
  386. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  387. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  388. Everyone is permitted to copy and distribute verbatim copies
  389. ====================COPYRIGHT====================
  390. Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
  391. ====================COPYRIGHT====================
  392. programs whose distribution conditions are different, write to the author
  393. to ask for permission. For software which is copyrighted by the Free
  394. Software Foundation, write to the Free Software Foundation; we sometimes
  395. make exceptions for this. Our decision will be guided by the two goals
  396. of preserving the free status of all derivatives of our free software and
  397. of promoting the sharing and reuse of software generally.
  398. ====================File: COPYING====================
  399. GNU GENERAL PUBLIC LICENSE
  400. Version 2, June 1991
  401. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  402. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  403. Everyone is permitted to copy and distribute verbatim copies
  404. of this license document, but changing it is not allowed.
  405. Preamble
  406. The licenses for most software are designed to take away your
  407. freedom to share and change it. By contrast, the GNU General Public
  408. License is intended to guarantee your freedom to share and change free
  409. software--to make sure the software is free for all its users. This
  410. General Public License applies to most of the Free Software
  411. Foundation's software and to any other program whose authors commit to
  412. using it. (Some other Free Software Foundation software is covered by
  413. the GNU Lesser General Public License instead.) You can apply it to
  414. your programs, too.
  415. When we speak of free software, we are referring to freedom, not
  416. price. Our General Public Licenses are designed to make sure that you
  417. have the freedom to distribute copies of free software (and charge for
  418. this service if you wish), that you receive source code or can get it
  419. if you want it, that you can change the software or use pieces of it
  420. in new free programs; and that you know you can do these things.
  421. To protect your rights, we need to make restrictions that forbid
  422. anyone to deny you these rights or to ask you to surrender the rights.
  423. These restrictions translate to certain responsibilities for you if you
  424. distribute copies of the software, or if you modify it.
  425. For example, if you distribute copies of such a program, whether
  426. gratis or for a fee, you must give the recipients all the rights that
  427. you have. You must make sure that they, too, receive or can get the
  428. source code. And you must show them these terms so they know their
  429. rights.
  430. We protect your rights with two steps: (1) copyright the software, and
  431. (2) offer you this license which gives you legal permission to copy,
  432. distribute and/or modify the software.
  433. Also, for each author's protection and ours, we want to make certain
  434. that everyone understands that there is no warranty for this free
  435. software. If the software is modified by someone else and passed on, we
  436. want its recipients to know that what they have is not the original, so
  437. that any problems introduced by others will not reflect on the original
  438. authors' reputations.
  439. Finally, any free program is threatened constantly by software
  440. patents. We wish to avoid the danger that redistributors of a free
  441. program will individually obtain patent licenses, in effect making the
  442. program proprietary. To prevent this, we have made it clear that any
  443. patent must be licensed for everyone's free use or not licensed at all.
  444. The precise terms and conditions for copying, distribution and
  445. modification follow.
  446. GNU GENERAL PUBLIC LICENSE
  447. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  448. 0. This License applies to any program or other work which contains
  449. a notice placed by the copyright holder saying it may be distributed
  450. under the terms of this General Public License. The "Program", below,
  451. refers to any such program or work, and a "work based on the Program"
  452. means either the Program or any derivative work under copyright law:
  453. that is to say, a work containing the Program or a portion of it,
  454. either verbatim or with modifications and/or translated into another
  455. language. (Hereinafter, translation is included without limitation in
  456. the term "modification".) Each licensee is addressed as "you".
  457. Activities other than copying, distribution and modification are not
  458. covered by this License; they are outside its scope. The act of
  459. running the Program is not restricted, and the output from the Program
  460. is covered only if its contents constitute a work based on the
  461. Program (independent of having been made by running the Program).
  462. Whether that is true depends on what the Program does.
  463. 1. You may copy and distribute verbatim copies of the Program's
  464. source code as you receive it, in any medium, provided that you
  465. conspicuously and appropriately publish on each copy an appropriate
  466. copyright notice and disclaimer of warranty; keep intact all the
  467. notices that refer to this License and to the absence of any warranty;
  468. and give any other recipients of the Program a copy of this License
  469. along with the Program.
  470. You may charge a fee for the physical act of transferring a copy, and
  471. you may at your option offer warranty protection in exchange for a fee.
  472. 2. You may modify your copy or copies of the Program or any portion
  473. of it, thus forming a work based on the Program, and copy and
  474. distribute such modifications or work under the terms of Section 1
  475. above, provided that you also meet all of these conditions:
  476. a) You must cause the modified files to carry prominent notices
  477. stating that you changed the files and the date of any change.
  478. b) You must cause any work that you distribute or publish, that in
  479. whole or in part contains or is derived from the Program or any
  480. part thereof, to be licensed as a whole at no charge to all third
  481. parties under the terms of this License.
  482. c) If the modified program normally reads commands interactively
  483. when run, you must cause it, when started running for such
  484. interactive use in the most ordinary way, to print or display an
  485. announcement including an appropriate copyright notice and a
  486. notice that there is no warranty (or else, saying that you provide
  487. a warranty) and that users may redistribute the program under
  488. these conditions, and telling the user how to view a copy of this
  489. License. (Exception: if the Program itself is interactive but
  490. does not normally print such an announcement, your work based on
  491. the Program is not required to print an announcement.)
  492. These requirements apply to the modified work as a whole. If
  493. identifiable sections of that work are not derived from the Program,
  494. and can be reasonably considered independent and separate works in
  495. themselves, then this License, and its terms, do not apply to those
  496. sections when you distribute them as separate works. But when you
  497. distribute the same sections as part of a whole which is a work based
  498. on the Program, the distribution of the whole must be on the terms of
  499. this License, whose permissions for other licensees extend to the
  500. entire whole, and thus to each and every part regardless of who wrote it.
  501. Thus, it is not the intent of this section to claim rights or contest
  502. your rights to work written entirely by you; rather, the intent is to
  503. exercise the right to control the distribution of derivative or
  504. collective works based on the Program.
  505. In addition, mere aggregation of another work not based on the Program
  506. with the Program (or with a work based on the Program) on a volume of
  507. a storage or distribution medium does not bring the other work under
  508. the scope of this License.
  509. 3. You may copy and distribute the Program (or a work based on it,
  510. under Section 2) in object code or executable form under the terms of
  511. Sections 1 and 2 above provided that you also do one of the following:
  512. a) Accompany it with the complete corresponding machine-readable
  513. source code, which must be distributed under the terms of Sections
  514. 1 and 2 above on a medium customarily used for software interchange; or,
  515. b) Accompany it with a written offer, valid for at least three
  516. years, to give any third party, for a charge no more than your
  517. cost of physically performing source distribution, a complete
  518. machine-readable copy of the corresponding source code, to be
  519. distributed under the terms of Sections 1 and 2 above on a medium
  520. customarily used for software interchange; or,
  521. c) Accompany it with the information you received as to the offer
  522. to distribute corresponding source code. (This alternative is
  523. allowed only for noncommercial distribution and only if you
  524. received the program in object code or executable form with such
  525. an offer, in accord with Subsection b above.)
  526. The source code for a work means the preferred form of the work for
  527. making modifications to it. For an executable work, complete source
  528. code means all the source code for all modules it contains, plus any
  529. associated interface definition files, plus the scripts used to
  530. control compilation and installation of the executable. However, as a
  531. special exception, the source code distributed need not include
  532. anything that is normally distributed (in either source or binary
  533. form) with the major components (compiler, kernel, and so on) of the
  534. operating system on which the executable runs, unless that component
  535. itself accompanies the executable.
  536. If distribution of executable or object code is made by offering
  537. access to copy from a designated place, then offering equivalent
  538. access to copy the source code from the same place counts as
  539. distribution of the source code, even though third parties are not
  540. compelled to copy the source along with the object code.
  541. 4. You may not copy, modify, sublicense, or distribute the Program
  542. except as expressly provided under this License. Any attempt
  543. otherwise to copy, modify, sublicense or distribute the Program is
  544. void, and will automatically terminate your rights under this License.
  545. However, parties who have received copies, or rights, from you under
  546. this License will not have their licenses terminated so long as such
  547. parties remain in full compliance.
  548. 5. You are not required to accept this License, since you have not
  549. signed it. However, nothing else grants you permission to modify or
  550. distribute the Program or its derivative works. These actions are
  551. prohibited by law if you do not accept this License. Therefore, by
  552. modifying or distributing the Program (or any work based on the
  553. Program), you indicate your acceptance of this License to do so, and
  554. all its terms and conditions for copying, distributing or modifying
  555. the Program or works based on it.
  556. 6. Each time you redistribute the Program (or any work based on the
  557. Program), the recipient automatically receives a license from the
  558. original licensor to copy, distribute or modify the Program subject to
  559. these terms and conditions. You may not impose any further
  560. restrictions on the recipients' exercise of the rights granted herein.
  561. You are not responsible for enforcing compliance by third parties to
  562. this License.
  563. 7. If, as a consequence of a court judgment or allegation of patent
  564. infringement or for any other reason (not limited to patent issues),
  565. conditions are imposed on you (whether by court order, agreement or
  566. otherwise) that contradict the conditions of this License, they do not
  567. excuse you from the conditions of this License. If you cannot
  568. distribute so as to satisfy simultaneously your obligations under this
  569. License and any other pertinent obligations, then as a consequence you
  570. may not distribute the Program at all. For example, if a patent
  571. license would not permit royalty-free redistribution of the Program by
  572. all those who receive copies directly or indirectly through you, then
  573. the only way you could satisfy both it and this License would be to
  574. refrain entirely from distribution of the Program.
  575. If any portion of this section is held invalid or unenforceable under
  576. any particular circumstance, the balance of the section is intended to
  577. apply and the section as a whole is intended to apply in other
  578. circumstances.
  579. It is not the purpose of this section to induce you to infringe any
  580. patents or other property right claims or to contest validity of any
  581. such claims; this section has the sole purpose of protecting the
  582. integrity of the free software distribution system, which is
  583. implemented by public license practices. Many people have made
  584. generous contributions to the wide range of software distributed
  585. through that system in reliance on consistent application of that
  586. system; it is up to the author/donor to decide if he or she is willing
  587. to distribute software through any other system and a licensee cannot
  588. impose that choice.
  589. This section is intended to make thoroughly clear what is believed to
  590. be a consequence of the rest of this License.
  591. 8. If the distribution and/or use of the Program is restricted in
  592. certain countries either by patents or by copyrighted interfaces, the
  593. original copyright holder who places the Program under this License
  594. may add an explicit geographical distribution limitation excluding
  595. those countries, so that distribution is permitted only in or among
  596. countries not thus excluded. In such case, this License incorporates
  597. the limitation as if written in the body of this License.
  598. 9. The Free Software Foundation may publish revised and/or new versions
  599. of the General Public License from time to time. Such new versions will
  600. be similar in spirit to the present version, but may differ in detail to
  601. address new problems or concerns.
  602. Each version is given a distinguishing version number. If the Program
  603. specifies a version number of this License which applies to it and "any
  604. later version", you have the option of following the terms and conditions
  605. either of that version or of any later version published by the Free
  606. Software Foundation. If the Program does not specify a version number of
  607. this License, you may choose any version ever published by the Free Software
  608. Foundation.
  609. 10. If you wish to incorporate parts of the Program into other free
  610. programs whose distribution conditions are different, write to the author
  611. to ask for permission. For software which is copyrighted by the Free
  612. Software Foundation, write to the Free Software Foundation; we sometimes
  613. make exceptions for this. Our decision will be guided by the two goals
  614. of preserving the free status of all derivatives of our free software and
  615. of promoting the sharing and reuse of software generally.
  616. NO WARRANTY
  617. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  618. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  619. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  620. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  621. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  622. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  623. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  624. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  625. REPAIR OR CORRECTION.
  626. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  627. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  628. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  629. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  630. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  631. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  632. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  633. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  634. POSSIBILITY OF SUCH DAMAGES.
  635. END OF TERMS AND CONDITIONS
  636. How to Apply These Terms to Your New Programs
  637. If you develop a new program, and you want it to be of the greatest
  638. possible use to the public, the best way to achieve this is to make it
  639. free software which everyone can redistribute and change under these terms.
  640. To do so, attach the following notices to the program. It is safest
  641. to attach them to the start of each source file to most effectively
  642. convey the exclusion of warranty; and each file should have at least
  643. the "copyright" line and a pointer to where the full notice is found.
  644. <one line to give the program's name and a brief idea of what it does.>
  645. Copyright (C) <year> <name of author>
  646. This program is free software; you can redistribute it and/or modify
  647. it under the terms of the GNU General Public License as published by
  648. the Free Software Foundation; either version 2 of the License, or
  649. (at your option) any later version.
  650. This program is distributed in the hope that it will be useful,
  651. but WITHOUT ANY WARRANTY; without even the implied warranty of
  652. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  653. GNU General Public License for more details.
  654. You should have received a copy of the GNU General Public License along
  655. with this program; if not, write to the Free Software Foundation, Inc.,
  656. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  657. Also add information on how to contact you by electronic and paper mail.
  658. If the program is interactive, make it output a short notice like this
  659. when it starts in an interactive mode:
  660. Gnomovision version 69, Copyright (C) year name of author
  661. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  662. This is free software, and you are welcome to redistribute it
  663. under certain conditions; type `show c' for details.
  664. The hypothetical commands `show w' and `show c' should show the appropriate
  665. parts of the General Public License. Of course, the commands you use may
  666. be called something other than `show w' and `show c'; they could even be
  667. mouse-clicks or menu items--whatever suits your program.
  668. You should also get your employer (if you work as a programmer) or your
  669. school, if any, to sign a "copyright disclaimer" for the program, if
  670. necessary. Here is a sample; alter the names:
  671. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  672. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  673. <signature of Ty Coon>, 1 April 1989
  674. Ty Coon, President of Vice
  675. This General Public License does not permit incorporating your program into
  676. proprietary programs. If your program is a subroutine library, you may
  677. consider it more useful to permit linking proprietary applications with the
  678. library. If this is what you want to do, use the GNU Lesser General
  679. Public License instead of this License.
  680. ====================File: LICENSE====================
  681. BSD License
  682. For Zstandard software
  683. Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
  684. Redistribution and use in source and binary forms, with or without modification,
  685. are permitted provided that the following conditions are met:
  686. * Redistributions of source code must retain the above copyright notice, this
  687. list of conditions and the following disclaimer.
  688. * Redistributions in binary form must reproduce the above copyright notice,
  689. this list of conditions and the following disclaimer in the documentation
  690. and/or other materials provided with the distribution.
  691. * Neither the name Facebook, nor Meta, nor the names of its contributors may
  692. be used to endorse or promote products derived from this software without
  693. specific prior written permission.
  694. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  695. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  696. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  697. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  698. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  699. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  700. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  701. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  702. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  703. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  704. ====================MIT====================
  705. * Permission is hereby granted, free of charge, to any person
  706. * obtaining a copy of this software and associated documentation
  707. * files (the "Software"), to deal in the Software without
  708. * restriction, including without limitation the rights to use,
  709. * copy, modify, merge, publish, distribute, sublicense, and/or sell
  710. * copies of the Software, and to permit persons to whom the
  711. * Software is furnished to do so, subject to the following
  712. * conditions:
  713. *
  714. * The above copyright notice and this permission notice shall be
  715. * included in all copies or substantial portions of the Software.
  716. *
  717. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  718. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  719. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  720. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  721. * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  722. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  723. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  724. * OTHER DEALINGS IN THE SOFTWARE.