Do not reserve such a large heap on Windows i386.
[SquirrelJME.git] / third-party.mkd
blobf4d76b23756b993ee0ac329ea648ea6ddca2dd06
1 # Third Party Licenses
3 This document contains a list of licenses from libraries obtained from third
4 parties. These third parties are neither responsible for, provide support,
5 endorse, or otherwise promote _SquirrelJME_.
7 ## Berkeley SoftFloat Release 3e
9 This license applies to `SoftFloat` and `SoftDouble`, additionally to
10 `SoftInteger` and `SoftLong` only for conversion to `float`/`double`.
12  * Site: <http://www.jhauser.us/arithmetic/SoftFloat.html>
13  * License: _Modified 3 Clause BSD_
15 ```
16 License for Berkeley SoftFloat Release 3e
18 John R. Hauser
19 2018 January 20
21 The following applies to the whole of SoftFloat Release 3e as well as to
22 each source file individually.
24 Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the
25 University of California.  All rights reserved.
27 Redistribution and use in source and binary forms, with or without
28 modification, are permitted provided that the following conditions are met:
30  1. Redistributions of source code must retain the above copyright notice,
31     this list of conditions, and the following disclaimer.
33  2. Redistributions in binary form must reproduce the above copyright
34     notice, this list of conditions, and the following disclaimer in the
35     documentation and/or other materials provided with the distribution.
37  3. Neither the name of the University nor the names of its contributors
38     may be used to endorse or promote products derived from this software
39     without specific prior written permission.
41 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY
42 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
43 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE
44 DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
45 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
46 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
47 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
48 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
49 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
50 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51 ```
53 ## Java Native Interface
55 This license applies to `nanocoat/include/3rdparty/jni/`.
57  * Site: <https://oracle.com/>
58  * License: _GNU Classpath Exception_
60 ```
61 The GNU General Public License (GPL)
63 Version 2, June 1991
65 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
66 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
68 Everyone is permitted to copy and distribute verbatim copies of this license
69 document, but changing it is not allowed.
71 Preamble
73 The licenses for most software are designed to take away your freedom to share
74 and change it.  By contrast, the GNU General Public License is intended to
75 guarantee your freedom to share and change free software--to make sure the
76 software is free for all its users.  This General Public License applies to
77 most of the Free Software Foundation's software and to any other program whose
78 authors commit to using it.  (Some other Free Software Foundation software is
79 covered by the GNU Library General Public License instead.) You can apply it to
80 your programs, too.
82 When we speak of free software, we are referring to freedom, not price.  Our
83 General Public Licenses are designed to make sure that you have the freedom to
84 distribute copies of free software (and charge for this service if you wish),
85 that you receive source code or can get it if you want it, that you can change
86 the software or use pieces of it in new free programs; and that you know you
87 can do these things.
89 To protect your rights, we need to make restrictions that forbid anyone to deny
90 you these rights or to ask you to surrender the rights.  These restrictions
91 translate to certain responsibilities for you if you distribute copies of the
92 software, or if you modify it.
94 For example, if you distribute copies of such a program, whether gratis or for
95 a fee, you must give the recipients all the rights that you have.  You must
96 make sure that they, too, receive or can get the source code.  And you must
97 show them these terms so they know their rights.
99 We protect your rights with two steps: (1) copyright the software, and (2)
100 offer you this license which gives you legal permission to copy, distribute
101 and/or modify the software.
103 Also, for each author's protection and ours, we want to make certain that
104 everyone understands that there is no warranty for this free software.  If the
105 software is modified by someone else and passed on, we want its recipients to
106 know that what they have is not the original, so that any problems introduced
107 by others will not reflect on the original authors' reputations.
109 Finally, any free program is threatened constantly by software patents.  We
110 wish to avoid the danger that redistributors of a free program will
111 individually obtain patent licenses, in effect making the program proprietary.
112 To prevent this, we have made it clear that any patent must be licensed for
113 everyone's free use or not licensed at all.
115 The precise terms and conditions for copying, distribution and modification
116 follow.
118 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
120 0. This License applies to any program or other work which contains a notice
121 placed by the copyright holder saying it may be distributed under the terms of
122 this General Public License.  The "Program", below, refers to any such program
123 or work, and a "work based on the Program" means either the Program or any
124 derivative work under copyright law: that is to say, a work containing the
125 Program or a portion of it, either verbatim or with modifications and/or
126 translated into another language.  (Hereinafter, translation is included
127 without limitation in the term "modification".) Each licensee is addressed as
128 "you".
130 Activities other than copying, distribution and modification are not covered by
131 this License; they are outside its scope.  The act of running the Program is
132 not restricted, and the output from the Program is covered only if its contents
133 constitute a work based on the Program (independent of having been made by
134 running the Program).  Whether that is true depends on what the Program does.
136 1. You may copy and distribute verbatim copies of the Program's source code as
137 you receive it, in any medium, provided that you conspicuously and
138 appropriately publish on each copy an appropriate copyright notice and
139 disclaimer of warranty; keep intact all the notices that refer to this License
140 and to the absence of any warranty; and give any other recipients of the
141 Program a copy of this License along with the Program.
143 You may charge a fee for the physical act of transferring a copy, and you may
144 at your option offer warranty protection in exchange for a fee.
146 2. You may modify your copy or copies of the Program or any portion of it, thus
147 forming a work based on the Program, and copy and distribute such modifications
148 or work under the terms of Section 1 above, provided that you also meet all of
149 these conditions:
151         a) You must cause the modified files to carry prominent notices stating
152         that you changed the files and the date of any change.
154         b) You must cause any work that you distribute or publish, that in whole or
155         in part contains or is derived from the Program or any part thereof, to be
156         licensed as a whole at no charge to all third parties under the terms of
157         this License.
159         c) If the modified program normally reads commands interactively when run,
160         you must cause it, when started running for such interactive use in the
161         most ordinary way, to print or display an announcement including an
162         appropriate copyright notice and a notice that there is no warranty (or
163         else, saying that you provide a warranty) and that users may redistribute
164         the program under these conditions, and telling the user how to view a copy
165         of this License.  (Exception: if the Program itself is interactive but does
166         not normally print such an announcement, your work based on the Program is
167         not required to print an announcement.)
169 These requirements apply to the modified work as a whole.  If identifiable
170 sections of that work are not derived from the Program, and can be reasonably
171 considered independent and separate works in themselves, then this License, and
172 its terms, do not apply to those sections when you distribute them as separate
173 works.  But when you distribute the same sections as part of a whole which is a
174 work based on the Program, the distribution of the whole must be on the terms
175 of this License, whose permissions for other licensees extend to the entire
176 whole, and thus to each and every part regardless of who wrote it.
178 Thus, it is not the intent of this section to claim rights or contest your
179 rights to work written entirely by you; rather, the intent is to exercise the
180 right to control the distribution of derivative or collective works based on
181 the Program.
183 In addition, mere aggregation of another work not based on the Program with the
184 Program (or with a work based on the Program) on a volume of a storage or
185 distribution medium does not bring the other work under the scope of this
186 License.
188 3. You may copy and distribute the Program (or a work based on it, under
189 Section 2) in object code or executable form under the terms of Sections 1 and
190 2 above provided that you also do one of the following:
192         a) Accompany it with the complete corresponding machine-readable source
193         code, which must be distributed under the terms of Sections 1 and 2 above
194         on a medium customarily used for software interchange; or,
196         b) Accompany it with a written offer, valid for at least three years, to
197         give any third party, for a charge no more than your cost of physically
198         performing source distribution, a complete machine-readable copy of the
199         corresponding source code, to be distributed under the terms of Sections 1
200         and 2 above on a medium customarily used for software interchange; or,
202         c) Accompany it with the information you received as to the offer to
203         distribute corresponding source code.  (This alternative is allowed only
204         for noncommercial distribution and only if you received the program in
205         object code or executable form with such an offer, in accord with
206         Subsection b above.)
208 The source code for a work means the preferred form of the work for making
209 modifications to it.  For an executable work, complete source code means all
210 the source code for all modules it contains, plus any associated interface
211 definition files, plus the scripts used to control compilation and installation
212 of the executable.  However, as a special exception, the source code
213 distributed need not include anything that is normally distributed (in either
214 source or binary form) with the major components (compiler, kernel, and so on)
215 of the operating system on which the executable runs, unless that component
216 itself accompanies the executable.
218 If distribution of executable or object code is made by offering access to copy
219 from a designated place, then offering equivalent access to copy the source
220 code from the same place counts as distribution of the source code, even though
221 third parties are not compelled to copy the source along with the object code.
223 4. You may not copy, modify, sublicense, or distribute the Program except as
224 expressly provided under this License.  Any attempt otherwise to copy, modify,
225 sublicense or distribute the Program is void, and will automatically terminate
226 your rights under this License.  However, parties who have received copies, or
227 rights, from you under this License will not have their licenses terminated so
228 long as such parties remain in full compliance.
230 5. You are not required to accept this License, since you have not signed it.
231 However, nothing else grants you permission to modify or distribute the Program
232 or its derivative works.  These actions are prohibited by law if you do not
233 accept this License.  Therefore, by modifying or distributing the Program (or
234 any work based on the Program), you indicate your acceptance of this License to
235 do so, and all its terms and conditions for copying, distributing or modifying
236 the Program or works based on it.
238 6. Each time you redistribute the Program (or any work based on the Program),
239 the recipient automatically receives a license from the original licensor to
240 copy, distribute or modify the Program subject to these terms and conditions.
241 You may not impose any further restrictions on the recipients' exercise of the
242 rights granted herein.  You are not responsible for enforcing compliance by
243 third parties to this License.
245 7. If, as a consequence of a court judgment or allegation of patent
246 infringement or for any other reason (not limited to patent issues), conditions
247 are imposed on you (whether by court order, agreement or otherwise) that
248 contradict the conditions of this License, they do not excuse you from the
249 conditions of this License.  If you cannot distribute so as to satisfy
250 simultaneously your obligations under this License and any other pertinent
251 obligations, then as a consequence you may not distribute the Program at all.
252 For example, if a patent license would not permit royalty-free redistribution
253 of the Program by all those who receive copies directly or indirectly through
254 you, then the only way you could satisfy both it and this License would be to
255 refrain entirely from distribution of the Program.
257 If any portion of this section is held invalid or unenforceable under any
258 particular circumstance, the balance of the section is intended to apply and
259 the section as a whole is intended to apply in other circumstances.
261 It is not the purpose of this section to induce you to infringe any patents or
262 other property right claims or to contest validity of any such claims; this
263 section has the sole purpose of protecting the integrity of the free software
264 distribution system, which is implemented by public license practices.  Many
265 people have made generous contributions to the wide range of software
266 distributed through that system in reliance on consistent application of that
267 system; it is up to the author/donor to decide if he or she is willing to
268 distribute software through any other system and a licensee cannot impose that
269 choice.
271 This section is intended to make thoroughly clear what is believed to be a
272 consequence of the rest of this License.
274 8. If the distribution and/or use of the Program is restricted in certain
275 countries either by patents or by copyrighted interfaces, the original
276 copyright holder who places the Program under this License may add an explicit
277 geographical distribution limitation excluding those countries, so that
278 distribution is permitted only in or among countries not thus excluded.  In
279 such case, this License incorporates the limitation as if written in the body
280 of this License.
282 9. The Free Software Foundation may publish revised and/or new versions of the
283 General Public License from time to time.  Such new versions will be similar in
284 spirit to the present version, but may differ in detail to address new problems
285 or concerns.
287 Each version is given a distinguishing version number.  If the Program
288 specifies a version number of this License which applies to it and "any later
289 version", you have the option of following the terms and conditions either of
290 that version or of any later version published by the Free Software Foundation.
291 If the Program does not specify a version number of this License, you may
292 choose any version ever published by the Free Software Foundation.
294 10. If you wish to incorporate parts of the Program into other free programs
295 whose distribution conditions are different, write to the author to ask for
296 permission.  For software which is copyrighted by the Free Software Foundation,
297 write to the Free Software Foundation; we sometimes make exceptions for this.
298 Our decision will be guided by the two goals of preserving the free status of
299 all derivatives of our free software and of promoting the sharing and reuse of
300 software generally.
302 NO WARRANTY
304 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
305 THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN OTHERWISE
306 STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
307 PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
308 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
309 FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND
310 PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE,
311 YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
313 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
314 ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
315 PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
316 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
317 INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
318 BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
319 FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
320 OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
322 END OF TERMS AND CONDITIONS
324 How to Apply These Terms to Your New Programs
326 If you develop a new program, and you want it to be of the greatest possible
327 use to the public, the best way to achieve this is to make it free software
328 which everyone can redistribute and change under these terms.
330 To do so, attach the following notices to the program.  It is safest to attach
331 them to the start of each source file to most effectively convey the exclusion
332 of warranty; and each file should have at least the "copyright" line and a
333 pointer to where the full notice is found.
335         One line to give the program's name and a brief idea of what it does.
337         Copyright (C) <year> <name of author>
339         This program is free software; you can redistribute it and/or modify it
340         under the terms of the GNU General Public License as published by the Free
341         Software Foundation; either version 2 of the License, or (at your option)
342         any later version.
344         This program is distributed in the hope that it will be useful, but WITHOUT
345         ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
346         FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
347         more details.
349         You should have received a copy of the GNU General Public License along
350         with this program; if not, write to the Free Software Foundation, Inc., 59
351         Temple Place, Suite 330, Boston, MA 02111-1307 USA
353 Also add information on how to contact you by electronic and paper mail.
355 If the program is interactive, make it output a short notice like this when it
356 starts in an interactive mode:
358         Gnomovision version 69, Copyright (C) year name of author Gnomovision comes
359         with ABSOLUTELY NO WARRANTY; for details type 'show w'.  This is free
360         software, and you are welcome to redistribute it under certain conditions;
361         type 'show c' for details.
363 The hypothetical commands 'show w' and 'show c' should show the appropriate
364 parts of the General Public License.  Of course, the commands you use may be
365 called something other than 'show w' and 'show c'; they could even be
366 mouse-clicks or menu items--whatever suits your program.
368 You should also get your employer (if you work as a programmer) or your school,
369 if any, to sign a "copyright disclaimer" for the program, if necessary.  Here
370 is a sample; alter the names:
372         Yoyodyne, Inc., hereby disclaims all copyright interest in the program
373         'Gnomovision' (which makes passes at compilers) written by James Hacker.
375         signature of Ty Coon, 1 April 1989
377         Ty Coon, President of Vice
379 This General Public License does not permit incorporating your program into
380 proprietary programs.  If your program is a subroutine library, you may
381 consider it more useful to permit linking proprietary applications with the
382 library.  If this is what you want to do, use the GNU Library General Public
383 License instead of this License.
386 "CLASSPATH" EXCEPTION TO THE GPL
388 Certain source files distributed by Oracle America and/or its affiliates are
389 subject to the following clarification and special exception to the GPL, but
390 only where Oracle has expressly included in the particular source file's header
391 the words "Oracle designates this particular file as subject to the "Classpath"
392 exception as provided by Oracle in the LICENSE file that accompanied this code."
394         Linking this library statically or dynamically with other modules is making
395         a combined work based on this library.  Thus, the terms and conditions of
396         the GNU General Public License cover the whole combination.
398         As a special exception, the copyright holders of this library give you
399         permission to link this library with independent modules to produce an
400         executable, regardless of the license terms of these independent modules,
401         and to copy and distribute the resulting executable under terms of your
402         choice, provided that you also meet, for each linked independent module,
403         the terms and conditions of the license of that module.  An independent
404         module is a module which is not derived from or based on this library.  If
405         you modify this library, you may extend this exception to your version of
406         the library, but you are not obligated to do so.  If you do not wish to do
407         so, delete this exception statement from your version.
409 ADDITIONAL INFORMATION ABOUT LICENSING
411 Certain files distributed by Oracle America, Inc. and/or its affiliates are
412 subject to the following clarification and special exception to the GPLv2,
413 based on the GNU Project exception for its Classpath libraries, known as the
414 GNU Classpath Exception.
416 Note that Oracle includes multiple, independent programs in this software
417 package.  Some of those programs are provided under licenses deemed
418 incompatible with the GPLv2 by the Free Software Foundation and others.
419 For example, the package includes programs licensed under the Apache
420 License, Version 2.0 and may include FreeType. Such programs are licensed
421 to you under their original licenses.
423 Oracle facilitates your further distribution of this package by adding the
424 Classpath Exception to the necessary parts of its GPLv2 code, which permits
425 you to use that code in combination with other independent modules not
426 licensed under the GPLv2. However, note that this would not permit you to
427 commingle code under an incompatible license with Oracle's GPLv2 licensed
428 code by, for example, cutting and pasting such code into a file also
429 containing Oracle's GPLv2 licensed code and then distributing the result.
431 Additionally, if you were to remove the Classpath Exception from any of the
432 files to which it applies and distribute the result, you would likely be
433 required to license some or all of the other code in that distribution under
434 the GPLv2 as well, and since the GPLv2 is incompatible with the license terms
435 of some items included in the distribution by Oracle, removing the Classpath
436 Exception could therefore effectively compromise your ability to further
437 distribute the package.
439 Failing to distribute notices associated with some files may also create
440 unexpected legal consequences.
442 Proceed with caution and we recommend that you obtain the advice of a lawyer
443 skilled in open source matters before removing the Classpath Exception or
444 making modifications to this package which may subsequently be redistributed
445 and/or involve the use of third party software.
448 ## LibRetro API Header
450 This license only applies to `libretro.h`.
452  * Site: <https://www.libretro.com/>
453  * License: _LibRetro `libretro.h` License_
456 Copyright (C) 2010-2018 The RetroArch team
458 ------------------------------------------------------------------------------
459 The following license statement only applies to this libretro API header
460 (libretro.h).
461 ------------------------------------------------------------------------------
463 Permission is hereby granted, free of charge, to any person obtaining a copy
464 of this software and associated documentation files (the "Software"), to deal
465 in the Software without restriction, including without limitation the rights
466 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
467 copies of the Software, and to permit persons to whom the Software is
468 furnished to do so, subject to the following conditions:
470 The above copyright notice and this permission notice shall be included in all
471 copies or substantial portions of the Software.
473 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
474 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
475 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
476 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
477 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
478 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
479 OR OTHER DEALINGS IN THE SOFTWARE.
482 ## Lua
484 This license applies to `nanocoat/lib/3rdparty/lua/`.
486  * Site: <https://www.lua.org/>
487  * License: _MIT License_
490 MIT License
492 Copyright (c) 1994–2023 Lua.org, PUC-Rio.
494 Permission is hereby granted, free of charge, to any person obtaining a copy
495 of this software and associated documentation files (the "Software"), to deal
496 in the Software without restriction, including without limitation the rights
497 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
498 copies of the Software, and to permit persons to whom the Software is
499 furnished to do so, subject to the following conditions:
501 The above copyright notice and this permission notice shall be included in all
502 copies or substantial portions of the Software.
504 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
505 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
506 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
507 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
508 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
509 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
510 SOFTWARE.
513 ## MiniZ
515 This license applies to `nanocoat/include/3rdparty/miniz/`.
517  * License: _Unlicense_
520 This is free and unencumbered software released into the public domain.
522 Anyone is free to copy, modify, publish, use, compile, sell, or
523 distribute this software, either in source code form or as a compiled
524 binary, for any purpose, commercial or non-commercial, and by any
525 means.
527 In jurisdictions that recognize copyright laws, the author or authors
528 of this software dedicate any and all copyright interest in the
529 software to the public domain. We make this dedication for the benefit
530 of the public at large and to the detriment of our heirs and
531 successors. We intend this dedication to be an overt act of
532 relinquishment in perpetuity of all present and future rights to this
533 software under copyright law.
535 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
536 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
537 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
538 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
539 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
540 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
541 OTHER DEALINGS IN THE SOFTWARE.
543 For more information, please refer to <http://unlicense.org/>
546 ## Netscape Plugin API (NPAPI)
548 This license applies to `nanocoat/include/3rdparty/npapi/`.
550  * Company: _Mozilla_ and _Netscape Communications Corporation_ (Defunct)
551  * Site: <https://www.mozilla.org/>
552  * License: _Mozilla Public License 1.1_
555 Version: MPL 1.1/GPL 2.0/LGPL 2.1
557 The contents of this file are subject to the Mozilla Public License Version
558 1.1 (the "License"); you may not use this file except in compliance with
559 the License. You may obtain a copy of the License at
560 http://www.mozilla.org/MPL/
562 Software distributed under the License is distributed on an "AS IS" basis,
563 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
564 for the specific language governing rights and limitations under the
565 License.
567 The Original Code is mozilla.org code.
569 The Initial Developer of the Original Code is
570 Netscape Communications Corporation.
571 Portions created by the Initial Developer are Copyright (C) 1998
572 the Initial Developer. All Rights Reserved.
574 Contributor(s):
576 Alternatively, the contents of this file may be used under the terms of
577 either the GNU General Public License Version 2 or later (the "GPL"), or
578 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
579 in which case the provisions of the GPL or the LGPL are applicable instead
580 of those above. If you wish to allow use of your version of this file only
581 under the terms of either the GPL or the LGPL, and not to allow others to
582 use your version of this file under the terms of the MPL, indicate your
583 decision by deleting the provisions above and replace them with the notice
584 and other provisions required by the GPL or the LGPL. If you do not delete
585 the provisions above, a recipient may use your version of this file under
586 the terms of any one of the MPL, the GPL or the LGPL.