Add blank classes for DoJa graphics3d.
[SquirrelJME.git] / third-party.mkd
blob9d564440496e6fe13c52c3d19fe549a790de925f
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 ## Adobe Glyph List
9 This license applies to only `resources/cc/squirreljme/fontcompiler/agl.txt`.
11  * Site: <http://www.adobe.com/>
12  * License: _BSD 3-Clause_
14 ```
15 Copyright 2002-2019 Adobe (http://www.adobe.com/).
17 Redistribution and use in source and binary forms, with or
18 without modification, are permitted provided that the
19 following conditions are met:
21 Redistributions of source code must retain the above
22 copyright notice, this list of conditions and the following
23 disclaimer.
25 Redistributions in binary form must reproduce the above
26 copyright notice, this list of conditions and the following
27 disclaimer in the documentation and/or other materials
28 provided with the distribution.
30 Neither the name of Adobe nor the names of its contributors
31 may be used to endorse or promote products derived from this
32 software without specific prior written permission.
34 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
35 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
36 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
37 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
39 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
41 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
42 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
44 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
45 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
46 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
47 ```
49 ## Berkeley SoftFloat Release 3e
51 This license applies to `SoftFloat` and `SoftDouble`, additionally to
52 `SoftInteger` and `SoftLong` only for conversion to `float`/`double`.
54  * Site: <http://www.jhauser.us/arithmetic/SoftFloat.html>
55  * License: _Modified 3 Clause BSD_
57 ```
58 License for Berkeley SoftFloat Release 3e
60 John R. Hauser
61 2018 January 20
63 The following applies to the whole of SoftFloat Release 3e as well as to
64 each source file individually.
66 Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the
67 University of California.  All rights reserved.
69 Redistribution and use in source and binary forms, with or without
70 modification, are permitted provided that the following conditions are met:
72  1. Redistributions of source code must retain the above copyright notice,
73     this list of conditions, and the following disclaimer.
75  2. Redistributions in binary form must reproduce the above copyright
76     notice, this list of conditions, and the following disclaimer in the
77     documentation and/or other materials provided with the distribution.
79  3. Neither the name of the University nor the names of its contributors
80     may be used to endorse or promote products derived from this software
81     without specific prior written permission.
83 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY
84 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
85 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE
86 DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
87 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
88 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
89 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
90 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
91 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
92 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
93 ```
95 ## GNU UniFont
97 GNU UniFont, for fallback font glyphs.
99  * Site: <https://unifoundry.com/unifont/index.html>
100  * License: _SIL OPEN FONT LICENSE Version 1.1_ with
101    the _GNU font embedding exception_ as applicable.
103 This license applies to:
105  * `assets/font/unifont16.bdf`
106  * `assets/font/unifont-upper16.bdf`
109 LICENSE
110 -------
111 The source code for everything except the compiled fonts in this current
112 release is licensed as follows:
114      License for this current distribution of program source
115      files (i.e., everything except the fonts) is released under
116      the terms of the GNU General Public License version 2,
117      or (at your option) a later version.
119      See the section below for a copy of the GNU General Public License
120      version 2.
122 The license for the compiled fonts is covered by the SIL Open Font License
123 version 1.1 and by the above GPL terms with the GNU font embedding exception,
124 as follows:
126      As a special exception, if you create a document which uses this font,
127      and embed this font or unaltered portions of this font into the document,
128      this font does not by itself cause the resulting document to be covered
129      by the GNU General Public License. This exception does not however
130      invalidate any other reasons why the document might be covered by the
131      GNU General Public License. If you modify this font, you may extend
132      this exception to your version of the font, but you are not obligated
133      to do so. If you do not wish to do so, delete this exception statement
134      from your version.
136 See "http://www.gnu.org/licenses/gpl-faq.html#FontException" and
137 "https://scripts.sil.org/OFL" for more details.
140 GPL VERSION 2
141 -------------
143                     GNU GENERAL PUBLIC LICENSE
144                        Version 2, June 1991
146  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
147  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
148  Everyone is permitted to copy and distribute verbatim copies
149  of this license document, but changing it is not allowed.
151                             Preamble
153   The licenses for most software are designed to take away your
154 freedom to share and change it.  By contrast, the GNU General Public
155 License is intended to guarantee your freedom to share and change free
156 software--to make sure the software is free for all its users.  This
157 General Public License applies to most of the Free Software
158 Foundation's software and to any other program whose authors commit to
159 using it.  (Some other Free Software Foundation software is covered by
160 the GNU Lesser General Public License instead.)  You can apply it to
161 your programs, too.
163   When we speak of free software, we are referring to freedom, not
164 price.  Our General Public Licenses are designed to make sure that you
165 have the freedom to distribute copies of free software (and charge for
166 this service if you wish), that you receive source code or can get it
167 if you want it, that you can change the software or use pieces of it
168 in new free programs; and that you know you can do these things.
170   To protect your rights, we need to make restrictions that forbid
171 anyone to deny you these rights or to ask you to surrender the rights.
172 These restrictions translate to certain responsibilities for you if you
173 distribute copies of the software, or if you modify it.
175   For example, if you distribute copies of such a program, whether
176 gratis or for a fee, you must give the recipients all the rights that
177 you have.  You must make sure that they, too, receive or can get the
178 source code.  And you must show them these terms so they know their
179 rights.
181   We protect your rights with two steps: (1) copyright the software, and
182 (2) offer you this license which gives you legal permission to copy,
183 distribute and/or modify the software.
185   Also, for each author's protection and ours, we want to make certain
186 that everyone understands that there is no warranty for this free
187 software.  If the software is modified by someone else and passed on, we
188 want its recipients to know that what they have is not the original, so
189 that any problems introduced by others will not reflect on the original
190 authors' reputations.
192   Finally, any free program is threatened constantly by software
193 patents.  We wish to avoid the danger that redistributors of a free
194 program will individually obtain patent licenses, in effect making the
195 program proprietary.  To prevent this, we have made it clear that any
196 patent must be licensed for everyone's free use or not licensed at all.
198   The precise terms and conditions for copying, distribution and
199 modification follow.
201                     GNU GENERAL PUBLIC LICENSE
202    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
204   0. This License applies to any program or other work which contains
205 a notice placed by the copyright holder saying it may be distributed
206 under the terms of this General Public License.  The "Program", below,
207 refers to any such program or work, and a "work based on the Program"
208 means either the Program or any derivative work under copyright law:
209 that is to say, a work containing the Program or a portion of it,
210 either verbatim or with modifications and/or translated into another
211 language.  (Hereinafter, translation is included without limitation in
212 the term "modification".)  Each licensee is addressed as "you".
214 Activities other than copying, distribution and modification are not
215 covered by this License; they are outside its scope.  The act of
216 running the Program is not restricted, and the output from the Program
217 is covered only if its contents constitute a work based on the
218 Program (independent of having been made by running the Program).
219 Whether that is true depends on what the Program does.
221   1. You may copy and distribute verbatim copies of the Program's
222 source code as you receive it, in any medium, provided that you
223 conspicuously and appropriately publish on each copy an appropriate
224 copyright notice and disclaimer of warranty; keep intact all the
225 notices that refer to this License and to the absence of any warranty;
226 and give any other recipients of the Program a copy of this License
227 along with the Program.
229 You may charge a fee for the physical act of transferring a copy, and
230 you may at your option offer warranty protection in exchange for a fee.
232   2. You may modify your copy or copies of the Program or any portion
233 of it, thus forming a work based on the Program, and copy and
234 distribute such modifications or work under the terms of Section 1
235 above, provided that you also meet all of these conditions:
237     a) You must cause the modified files to carry prominent notices
238     stating that you changed the files and the date of any change.
240     b) You must cause any work that you distribute or publish, that in
241     whole or in part contains or is derived from the Program or any
242     part thereof, to be licensed as a whole at no charge to all third
243     parties under the terms of this License.
245     c) If the modified program normally reads commands interactively
246     when run, you must cause it, when started running for such
247     interactive use in the most ordinary way, to print or display an
248     announcement including an appropriate copyright notice and a
249     notice that there is no warranty (or else, saying that you provide
250     a warranty) and that users may redistribute the program under
251     these conditions, and telling the user how to view a copy of this
252     License.  (Exception: if the Program itself is interactive but
253     does not normally print such an announcement, your work based on
254     the Program is not required to print an announcement.)
256 These requirements apply to the modified work as a whole.  If
257 identifiable sections of that work are not derived from the Program,
258 and can be reasonably considered independent and separate works in
259 themselves, then this License, and its terms, do not apply to those
260 sections when you distribute them as separate works.  But when you
261 distribute the same sections as part of a whole which is a work based
262 on the Program, the distribution of the whole must be on the terms of
263 this License, whose permissions for other licensees extend to the
264 entire whole, and thus to each and every part regardless of who wrote it.
266 Thus, it is not the intent of this section to claim rights or contest
267 your rights to work written entirely by you; rather, the intent is to
268 exercise the right to control the distribution of derivative or
269 collective works based on the Program.
271 In addition, mere aggregation of another work not based on the Program
272 with the Program (or with a work based on the Program) on a volume of
273 a storage or distribution medium does not bring the other work under
274 the scope of this License.
276   3. You may copy and distribute the Program (or a work based on it,
277 under Section 2) in object code or executable form under the terms of
278 Sections 1 and 2 above provided that you also do one of the following:
280     a) Accompany it with the complete corresponding machine-readable
281     source code, which must be distributed under the terms of Sections
282     1 and 2 above on a medium customarily used for software interchange; or,
284     b) Accompany it with a written offer, valid for at least three
285     years, to give any third party, for a charge no more than your
286     cost of physically performing source distribution, a complete
287     machine-readable copy of the corresponding source code, to be
288     distributed under the terms of Sections 1 and 2 above on a medium
289     customarily used for software interchange; or,
291     c) Accompany it with the information you received as to the offer
292     to distribute corresponding source code.  (This alternative is
293     allowed only for noncommercial distribution and only if you
294     received the program in object code or executable form with such
295     an offer, in accord with Subsection b above.)
297 The source code for a work means the preferred form of the work for
298 making modifications to it.  For an executable work, complete source
299 code means all the source code for all modules it contains, plus any
300 associated interface definition files, plus the scripts used to
301 control compilation and installation of the executable.  However, as a
302 special exception, the source code distributed need not include
303 anything that is normally distributed (in either source or binary
304 form) with the major components (compiler, kernel, and so on) of the
305 operating system on which the executable runs, unless that component
306 itself accompanies the executable.
308 If distribution of executable or object code is made by offering
309 access to copy from a designated place, then offering equivalent
310 access to copy the source code from the same place counts as
311 distribution of the source code, even though third parties are not
312 compelled to copy the source along with the object code.
314   4. You may not copy, modify, sublicense, or distribute the Program
315 except as expressly provided under this License.  Any attempt
316 otherwise to copy, modify, sublicense or distribute the Program is
317 void, and will automatically terminate your rights under this License.
318 However, parties who have received copies, or rights, from you under
319 this License will not have their licenses terminated so long as such
320 parties remain in full compliance.
322   5. You are not required to accept this License, since you have not
323 signed it.  However, nothing else grants you permission to modify or
324 distribute the Program or its derivative works.  These actions are
325 prohibited by law if you do not accept this License.  Therefore, by
326 modifying or distributing the Program (or any work based on the
327 Program), you indicate your acceptance of this License to do so, and
328 all its terms and conditions for copying, distributing or modifying
329 the Program or works based on it.
331   6. Each time you redistribute the Program (or any work based on the
332 Program), the recipient automatically receives a license from the
333 original licensor to copy, distribute or modify the Program subject to
334 these terms and conditions.  You may not impose any further
335 restrictions on the recipients' exercise of the rights granted herein.
336 You are not responsible for enforcing compliance by third parties to
337 this License.
339   7. If, as a consequence of a court judgment or allegation of patent
340 infringement or for any other reason (not limited to patent issues),
341 conditions are imposed on you (whether by court order, agreement or
342 otherwise) that contradict the conditions of this License, they do not
343 excuse you from the conditions of this License.  If you cannot
344 distribute so as to satisfy simultaneously your obligations under this
345 License and any other pertinent obligations, then as a consequence you
346 may not distribute the Program at all.  For example, if a patent
347 license would not permit royalty-free redistribution of the Program by
348 all those who receive copies directly or indirectly through you, then
349 the only way you could satisfy both it and this License would be to
350 refrain entirely from distribution of the Program.
352 If any portion of this section is held invalid or unenforceable under
353 any particular circumstance, the balance of the section is intended to
354 apply and the section as a whole is intended to apply in other
355 circumstances.
357 It is not the purpose of this section to induce you to infringe any
358 patents or other property right claims or to contest validity of any
359 such claims; this section has the sole purpose of protecting the
360 integrity of the free software distribution system, which is
361 implemented by public license practices.  Many people have made
362 generous contributions to the wide range of software distributed
363 through that system in reliance on consistent application of that
364 system; it is up to the author/donor to decide if he or she is willing
365 to distribute software through any other system and a licensee cannot
366 impose that choice.
368 This section is intended to make thoroughly clear what is believed to
369 be a consequence of the rest of this License.
371   8. If the distribution and/or use of the Program is restricted in
372 certain countries either by patents or by copyrighted interfaces, the
373 original copyright holder who places the Program under this License
374 may add an explicit geographical distribution limitation excluding
375 those countries, so that distribution is permitted only in or among
376 countries not thus excluded.  In such case, this License incorporates
377 the limitation as if written in the body of this License.
379   9. The Free Software Foundation may publish revised and/or new versions
380 of the General Public License from time to time.  Such new versions will
381 be similar in spirit to the present version, but may differ in detail to
382 address new problems or concerns.
384 Each version is given a distinguishing version number.  If the Program
385 specifies a version number of this License which applies to it and "any
386 later version", you have the option of following the terms and conditions
387 either of that version or of any later version published by the Free
388 Software Foundation.  If the Program does not specify a version number of
389 this License, you may choose any version ever published by the Free Software
390 Foundation.
392   10. If you wish to incorporate parts of the Program into other free
393 programs whose distribution conditions are different, write to the author
394 to ask for permission.  For software which is copyrighted by the Free
395 Software Foundation, write to the Free Software Foundation; we sometimes
396 make exceptions for this.  Our decision will be guided by the two goals
397 of preserving the free status of all derivatives of our free software and
398 of promoting the sharing and reuse of software generally.
400                             NO WARRANTY
402   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
403 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
404 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
405 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
406 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
407 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
408 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
409 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
410 REPAIR OR CORRECTION.
412   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
413 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
414 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
415 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
416 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
417 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
418 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
419 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
420 POSSIBILITY OF SUCH DAMAGES.
422                      END OF TERMS AND CONDITIONS
424             How to Apply These Terms to Your New Programs
426   If you develop a new program, and you want it to be of the greatest
427 possible use to the public, the best way to achieve this is to make it
428 free software which everyone can redistribute and change under these terms.
430   To do so, attach the following notices to the program.  It is safest
431 to attach them to the start of each source file to most effectively
432 convey the exclusion of warranty; and each file should have at least
433 the "copyright" line and a pointer to where the full notice is found.
435     <one line to give the program's name and a brief idea of what it does.>
436     Copyright (C) <year>  <name of author>
438     This program is free software; you can redistribute it and/or modify
439     it under the terms of the GNU General Public License as published by
440     the Free Software Foundation; either version 2 of the License, or
441     (at your option) any later version.
443     This program is distributed in the hope that it will be useful,
444     but WITHOUT ANY WARRANTY; without even the implied warranty of
445     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
446     GNU General Public License for more details.
448     You should have received a copy of the GNU General Public License along
449     with this program; if not, write to the Free Software Foundation, Inc.,
450     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
452 Also add information on how to contact you by electronic and paper mail.
454 If the program is interactive, make it output a short notice like this
455 when it starts in an interactive mode:
457     Gnomovision version 69, Copyright (C) year name of author
458     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
459     This is free software, and you are welcome to redistribute it
460     under certain conditions; type `show c' for details.
462 The hypothetical commands `show w' and `show c' should show the appropriate
463 parts of the General Public License.  Of course, the commands you use may
464 be called something other than `show w' and `show c'; they could even be
465 mouse-clicks or menu items--whatever suits your program.
467 You should also get your employer (if you work as a programmer) or your
468 school, if any, to sign a "copyright disclaimer" for the program, if
469 necessary.  Here is a sample; alter the names:
471   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
472   `Gnomovision' (which makes passes at compilers) written by James Hacker.
474   <signature of Ty Coon>, 1 April 1989
475   Ty Coon, President of Vice
477 This General Public License does not permit incorporating your program into
478 proprietary programs.  If your program is a subroutine library, you may
479 consider it more useful to permit linking proprietary applications with the
480 library.  If this is what you want to do, use the GNU Lesser General
481 Public License instead of this License.
485 SIL Open Font License version 1.1
486 ---------------------------------
487 Copyright (c) <dates>, <Copyright Holder> (<URL|email>),
488 with Reserved Font Name <Reserved Font Name>.
489 Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>),
490 with Reserved Font Name <additional Reserved Font Name>.
491 Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>).
493 This Font Software is licensed under the SIL Open Font License, Version 1.1.
494 This license is copied below, and is also available with a FAQ at:
495 http://scripts.sil.org/OFL
498 -----------------------------------------------------------
499 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
500 -----------------------------------------------------------
502 PREAMBLE
503 The goals of the Open Font License (OFL) are to stimulate worldwide
504 development of collaborative font projects, to support the font creation
505 efforts of academic and linguistic communities, and to provide a free and
506 open framework in which fonts may be shared and improved in partnership
507 with others.
509 The OFL allows the licensed fonts to be used, studied, modified and
510 redistributed freely as long as they are not sold by themselves. The
511 fonts, including any derivative works, can be bundled, embedded,
512 redistributed and/or sold with any software provided that any reserved
513 names are not used by derivative works. The fonts and derivatives,
514 however, cannot be released under any other type of license. The
515 requirement for fonts to remain under this license does not apply
516 to any document created using the fonts or their derivatives.
518 DEFINITIONS
519 "Font Software" refers to the set of files released by the Copyright
520 Holder(s) under this license and clearly marked as such. This may
521 include source files, build scripts and documentation.
523 "Reserved Font Name" refers to any names specified as such after the
524 copyright statement(s).
526 "Original Version" refers to the collection of Font Software components as
527 distributed by the Copyright Holder(s).
529 "Modified Version" refers to any derivative made by adding to, deleting,
530 or substituting -- in part or in whole -- any of the components of the
531 Original Version, by changing formats or by porting the Font Software to a
532 new environment.
534 "Author" refers to any designer, engineer, programmer, technical
535 writer or other person who contributed to the Font Software.
537 PERMISSION & CONDITIONS
538 Permission is hereby granted, free of charge, to any person obtaining
539 a copy of the Font Software, to use, study, copy, merge, embed, modify,
540 redistribute, and sell modified and unmodified copies of the Font
541 Software, subject to the following conditions:
543 1) Neither the Font Software nor any of its individual components,
544 in Original or Modified Versions, may be sold by itself.
546 2) Original or Modified Versions of the Font Software may be bundled,
547 redistributed and/or sold with any software, provided that each copy
548 contains the above copyright notice and this license. These can be
549 included either as stand-alone text files, human-readable headers or
550 in the appropriate machine-readable metadata fields within text or
551 binary files as long as those fields can be easily viewed by the user.
553 3) No Modified Version of the Font Software may use the Reserved Font
554 Name(s) unless explicit written permission is granted by the corresponding
555 Copyright Holder. This restriction only applies to the primary font name as
556 presented to the users.
558 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
559 Software shall not be used to promote, endorse or advertise any
560 Modified Version, except to acknowledge the contribution(s) of the
561 Copyright Holder(s) and the Author(s) or with their explicit written
562 permission.
564 5) The Font Software, modified or unmodified, in part or in whole,
565 must be distributed entirely under this license, and must not be
566 distributed under any other license. The requirement for fonts to
567 remain under this license does not apply to any document created
568 using the Font Software.
570 TERMINATION
571 This license becomes null and void if any of the above conditions are
572 not met.
574 DISCLAIMER
575 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
576 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
577 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
578 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
579 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
580 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
581 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
582 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
583 OTHER DEALINGS IN THE FONT SOFTWARE.
586 ## Java Native Interface
588 This license applies to `nanocoat/include/3rdparty/jni/`.
590  * Site: <https://oracle.com/>
591  * License: _GNU Classpath Exception_
594 The GNU General Public License (GPL)
596 Version 2, June 1991
598 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
599 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
601 Everyone is permitted to copy and distribute verbatim copies of this license
602 document, but changing it is not allowed.
604 Preamble
606 The licenses for most software are designed to take away your freedom to share
607 and change it.  By contrast, the GNU General Public License is intended to
608 guarantee your freedom to share and change free software--to make sure the
609 software is free for all its users.  This General Public License applies to
610 most of the Free Software Foundation's software and to any other program whose
611 authors commit to using it.  (Some other Free Software Foundation software is
612 covered by the GNU Library General Public License instead.) You can apply it to
613 your programs, too.
615 When we speak of free software, we are referring to freedom, not price.  Our
616 General Public Licenses are designed to make sure that you have the freedom to
617 distribute copies of free software (and charge for this service if you wish),
618 that you receive source code or can get it if you want it, that you can change
619 the software or use pieces of it in new free programs; and that you know you
620 can do these things.
622 To protect your rights, we need to make restrictions that forbid anyone to deny
623 you these rights or to ask you to surrender the rights.  These restrictions
624 translate to certain responsibilities for you if you distribute copies of the
625 software, or if you modify it.
627 For example, if you distribute copies of such a program, whether gratis or for
628 a fee, you must give the recipients all the rights that you have.  You must
629 make sure that they, too, receive or can get the source code.  And you must
630 show them these terms so they know their rights.
632 We protect your rights with two steps: (1) copyright the software, and (2)
633 offer you this license which gives you legal permission to copy, distribute
634 and/or modify the software.
636 Also, for each author's protection and ours, we want to make certain that
637 everyone understands that there is no warranty for this free software.  If the
638 software is modified by someone else and passed on, we want its recipients to
639 know that what they have is not the original, so that any problems introduced
640 by others will not reflect on the original authors' reputations.
642 Finally, any free program is threatened constantly by software patents.  We
643 wish to avoid the danger that redistributors of a free program will
644 individually obtain patent licenses, in effect making the program proprietary.
645 To prevent this, we have made it clear that any patent must be licensed for
646 everyone's free use or not licensed at all.
648 The precise terms and conditions for copying, distribution and modification
649 follow.
651 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
653 0. This License applies to any program or other work which contains a notice
654 placed by the copyright holder saying it may be distributed under the terms of
655 this General Public License.  The "Program", below, refers to any such program
656 or work, and a "work based on the Program" means either the Program or any
657 derivative work under copyright law: that is to say, a work containing the
658 Program or a portion of it, either verbatim or with modifications and/or
659 translated into another language.  (Hereinafter, translation is included
660 without limitation in the term "modification".) Each licensee is addressed as
661 "you".
663 Activities other than copying, distribution and modification are not covered by
664 this License; they are outside its scope.  The act of running the Program is
665 not restricted, and the output from the Program is covered only if its contents
666 constitute a work based on the Program (independent of having been made by
667 running the Program).  Whether that is true depends on what the Program does.
669 1. You may copy and distribute verbatim copies of the Program's source code as
670 you receive it, in any medium, provided that you conspicuously and
671 appropriately publish on each copy an appropriate copyright notice and
672 disclaimer of warranty; keep intact all the notices that refer to this License
673 and to the absence of any warranty; and give any other recipients of the
674 Program a copy of this License along with the Program.
676 You may charge a fee for the physical act of transferring a copy, and you may
677 at your option offer warranty protection in exchange for a fee.
679 2. You may modify your copy or copies of the Program or any portion of it, thus
680 forming a work based on the Program, and copy and distribute such modifications
681 or work under the terms of Section 1 above, provided that you also meet all of
682 these conditions:
684         a) You must cause the modified files to carry prominent notices stating
685         that you changed the files and the date of any change.
687         b) You must cause any work that you distribute or publish, that in whole or
688         in part contains or is derived from the Program or any part thereof, to be
689         licensed as a whole at no charge to all third parties under the terms of
690         this License.
692         c) If the modified program normally reads commands interactively when run,
693         you must cause it, when started running for such interactive use in the
694         most ordinary way, to print or display an announcement including an
695         appropriate copyright notice and a notice that there is no warranty (or
696         else, saying that you provide a warranty) and that users may redistribute
697         the program under these conditions, and telling the user how to view a copy
698         of this License.  (Exception: if the Program itself is interactive but does
699         not normally print such an announcement, your work based on the Program is
700         not required to print an announcement.)
702 These requirements apply to the modified work as a whole.  If identifiable
703 sections of that work are not derived from the Program, and can be reasonably
704 considered independent and separate works in themselves, then this License, and
705 its terms, do not apply to those sections when you distribute them as separate
706 works.  But when you distribute the same sections as part of a whole which is a
707 work based on the Program, the distribution of the whole must be on the terms
708 of this License, whose permissions for other licensees extend to the entire
709 whole, and thus to each and every part regardless of who wrote it.
711 Thus, it is not the intent of this section to claim rights or contest your
712 rights to work written entirely by you; rather, the intent is to exercise the
713 right to control the distribution of derivative or collective works based on
714 the Program.
716 In addition, mere aggregation of another work not based on the Program with the
717 Program (or with a work based on the Program) on a volume of a storage or
718 distribution medium does not bring the other work under the scope of this
719 License.
721 3. You may copy and distribute the Program (or a work based on it, under
722 Section 2) in object code or executable form under the terms of Sections 1 and
723 2 above provided that you also do one of the following:
725         a) Accompany it with the complete corresponding machine-readable source
726         code, which must be distributed under the terms of Sections 1 and 2 above
727         on a medium customarily used for software interchange; or,
729         b) Accompany it with a written offer, valid for at least three years, to
730         give any third party, for a charge no more than your cost of physically
731         performing source distribution, a complete machine-readable copy of the
732         corresponding source code, to be distributed under the terms of Sections 1
733         and 2 above on a medium customarily used for software interchange; or,
735         c) Accompany it with the information you received as to the offer to
736         distribute corresponding source code.  (This alternative is allowed only
737         for noncommercial distribution and only if you received the program in
738         object code or executable form with such an offer, in accord with
739         Subsection b above.)
741 The source code for a work means the preferred form of the work for making
742 modifications to it.  For an executable work, complete source code means all
743 the source code for all modules it contains, plus any associated interface
744 definition files, plus the scripts used to control compilation and installation
745 of the executable.  However, as a special exception, the source code
746 distributed need not include anything that is normally distributed (in either
747 source or binary form) with the major components (compiler, kernel, and so on)
748 of the operating system on which the executable runs, unless that component
749 itself accompanies the executable.
751 If distribution of executable or object code is made by offering access to copy
752 from a designated place, then offering equivalent access to copy the source
753 code from the same place counts as distribution of the source code, even though
754 third parties are not compelled to copy the source along with the object code.
756 4. You may not copy, modify, sublicense, or distribute the Program except as
757 expressly provided under this License.  Any attempt otherwise to copy, modify,
758 sublicense or distribute the Program is void, and will automatically terminate
759 your rights under this License.  However, parties who have received copies, or
760 rights, from you under this License will not have their licenses terminated so
761 long as such parties remain in full compliance.
763 5. You are not required to accept this License, since you have not signed it.
764 However, nothing else grants you permission to modify or distribute the Program
765 or its derivative works.  These actions are prohibited by law if you do not
766 accept this License.  Therefore, by modifying or distributing the Program (or
767 any work based on the Program), you indicate your acceptance of this License to
768 do so, and all its terms and conditions for copying, distributing or modifying
769 the Program or works based on it.
771 6. Each time you redistribute the Program (or any work based on the Program),
772 the recipient automatically receives a license from the original licensor to
773 copy, distribute or modify the Program subject to these terms and conditions.
774 You may not impose any further restrictions on the recipients' exercise of the
775 rights granted herein.  You are not responsible for enforcing compliance by
776 third parties to this License.
778 7. If, as a consequence of a court judgment or allegation of patent
779 infringement or for any other reason (not limited to patent issues), conditions
780 are imposed on you (whether by court order, agreement or otherwise) that
781 contradict the conditions of this License, they do not excuse you from the
782 conditions of this License.  If you cannot distribute so as to satisfy
783 simultaneously your obligations under this License and any other pertinent
784 obligations, then as a consequence you may not distribute the Program at all.
785 For example, if a patent license would not permit royalty-free redistribution
786 of the Program by all those who receive copies directly or indirectly through
787 you, then the only way you could satisfy both it and this License would be to
788 refrain entirely from distribution of the Program.
790 If any portion of this section is held invalid or unenforceable under any
791 particular circumstance, the balance of the section is intended to apply and
792 the section as a whole is intended to apply in other circumstances.
794 It is not the purpose of this section to induce you to infringe any patents or
795 other property right claims or to contest validity of any such claims; this
796 section has the sole purpose of protecting the integrity of the free software
797 distribution system, which is implemented by public license practices.  Many
798 people have made generous contributions to the wide range of software
799 distributed through that system in reliance on consistent application of that
800 system; it is up to the author/donor to decide if he or she is willing to
801 distribute software through any other system and a licensee cannot impose that
802 choice.
804 This section is intended to make thoroughly clear what is believed to be a
805 consequence of the rest of this License.
807 8. If the distribution and/or use of the Program is restricted in certain
808 countries either by patents or by copyrighted interfaces, the original
809 copyright holder who places the Program under this License may add an explicit
810 geographical distribution limitation excluding those countries, so that
811 distribution is permitted only in or among countries not thus excluded.  In
812 such case, this License incorporates the limitation as if written in the body
813 of this License.
815 9. The Free Software Foundation may publish revised and/or new versions of the
816 General Public License from time to time.  Such new versions will be similar in
817 spirit to the present version, but may differ in detail to address new problems
818 or concerns.
820 Each version is given a distinguishing version number.  If the Program
821 specifies a version number of this License which applies to it and "any later
822 version", you have the option of following the terms and conditions either of
823 that version or of any later version published by the Free Software Foundation.
824 If the Program does not specify a version number of this License, you may
825 choose any version ever published by the Free Software Foundation.
827 10. If you wish to incorporate parts of the Program into other free programs
828 whose distribution conditions are different, write to the author to ask for
829 permission.  For software which is copyrighted by the Free Software Foundation,
830 write to the Free Software Foundation; we sometimes make exceptions for this.
831 Our decision will be guided by the two goals of preserving the free status of
832 all derivatives of our free software and of promoting the sharing and reuse of
833 software generally.
835 NO WARRANTY
837 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
838 THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN OTHERWISE
839 STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
840 PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
841 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
842 FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND
843 PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE,
844 YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
846 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
847 ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
848 PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
849 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
850 INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
851 BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
852 FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
853 OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
855 END OF TERMS AND CONDITIONS
857 How to Apply These Terms to Your New Programs
859 If you develop a new program, and you want it to be of the greatest possible
860 use to the public, the best way to achieve this is to make it free software
861 which everyone can redistribute and change under these terms.
863 To do so, attach the following notices to the program.  It is safest to attach
864 them to the start of each source file to most effectively convey the exclusion
865 of warranty; and each file should have at least the "copyright" line and a
866 pointer to where the full notice is found.
868         One line to give the program's name and a brief idea of what it does.
870         Copyright (C) <year> <name of author>
872         This program is free software; you can redistribute it and/or modify it
873         under the terms of the GNU General Public License as published by the Free
874         Software Foundation; either version 2 of the License, or (at your option)
875         any later version.
877         This program is distributed in the hope that it will be useful, but WITHOUT
878         ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
879         FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
880         more details.
882         You should have received a copy of the GNU General Public License along
883         with this program; if not, write to the Free Software Foundation, Inc., 59
884         Temple Place, Suite 330, Boston, MA 02111-1307 USA
886 Also add information on how to contact you by electronic and paper mail.
888 If the program is interactive, make it output a short notice like this when it
889 starts in an interactive mode:
891         Gnomovision version 69, Copyright (C) year name of author Gnomovision comes
892         with ABSOLUTELY NO WARRANTY; for details type 'show w'.  This is free
893         software, and you are welcome to redistribute it under certain conditions;
894         type 'show c' for details.
896 The hypothetical commands 'show w' and 'show c' should show the appropriate
897 parts of the General Public License.  Of course, the commands you use may be
898 called something other than 'show w' and 'show c'; they could even be
899 mouse-clicks or menu items--whatever suits your program.
901 You should also get your employer (if you work as a programmer) or your school,
902 if any, to sign a "copyright disclaimer" for the program, if necessary.  Here
903 is a sample; alter the names:
905         Yoyodyne, Inc., hereby disclaims all copyright interest in the program
906         'Gnomovision' (which makes passes at compilers) written by James Hacker.
908         signature of Ty Coon, 1 April 1989
910         Ty Coon, President of Vice
912 This General Public License does not permit incorporating your program into
913 proprietary programs.  If your program is a subroutine library, you may
914 consider it more useful to permit linking proprietary applications with the
915 library.  If this is what you want to do, use the GNU Library General Public
916 License instead of this License.
919 "CLASSPATH" EXCEPTION TO THE GPL
921 Certain source files distributed by Oracle America and/or its affiliates are
922 subject to the following clarification and special exception to the GPL, but
923 only where Oracle has expressly included in the particular source file's header
924 the words "Oracle designates this particular file as subject to the "Classpath"
925 exception as provided by Oracle in the LICENSE file that accompanied this code."
927         Linking this library statically or dynamically with other modules is making
928         a combined work based on this library.  Thus, the terms and conditions of
929         the GNU General Public License cover the whole combination.
931         As a special exception, the copyright holders of this library give you
932         permission to link this library with independent modules to produce an
933         executable, regardless of the license terms of these independent modules,
934         and to copy and distribute the resulting executable under terms of your
935         choice, provided that you also meet, for each linked independent module,
936         the terms and conditions of the license of that module.  An independent
937         module is a module which is not derived from or based on this library.  If
938         you modify this library, you may extend this exception to your version of
939         the library, but you are not obligated to do so.  If you do not wish to do
940         so, delete this exception statement from your version.
942 ADDITIONAL INFORMATION ABOUT LICENSING
944 Certain files distributed by Oracle America, Inc. and/or its affiliates are
945 subject to the following clarification and special exception to the GPLv2,
946 based on the GNU Project exception for its Classpath libraries, known as the
947 GNU Classpath Exception.
949 Note that Oracle includes multiple, independent programs in this software
950 package.  Some of those programs are provided under licenses deemed
951 incompatible with the GPLv2 by the Free Software Foundation and others.
952 For example, the package includes programs licensed under the Apache
953 License, Version 2.0 and may include FreeType. Such programs are licensed
954 to you under their original licenses.
956 Oracle facilitates your further distribution of this package by adding the
957 Classpath Exception to the necessary parts of its GPLv2 code, which permits
958 you to use that code in combination with other independent modules not
959 licensed under the GPLv2. However, note that this would not permit you to
960 commingle code under an incompatible license with Oracle's GPLv2 licensed
961 code by, for example, cutting and pasting such code into a file also
962 containing Oracle's GPLv2 licensed code and then distributing the result.
964 Additionally, if you were to remove the Classpath Exception from any of the
965 files to which it applies and distribute the result, you would likely be
966 required to license some or all of the other code in that distribution under
967 the GPLv2 as well, and since the GPLv2 is incompatible with the license terms
968 of some items included in the distribution by Oracle, removing the Classpath
969 Exception could therefore effectively compromise your ability to further
970 distribute the package.
972 Failing to distribute notices associated with some files may also create
973 unexpected legal consequences.
975 Proceed with caution and we recommend that you obtain the advice of a lawyer
976 skilled in open source matters before removing the Classpath Exception or
977 making modifications to this package which may subsequently be redistributed
978 and/or involve the use of third party software.
981 ## LibRetro API Header
983 This license only applies to `libretro.h`.
985  * Site: <https://www.libretro.com/>
986  * License: _LibRetro `libretro.h` License_
989 Copyright (C) 2010-2018 The RetroArch team
991 ------------------------------------------------------------------------------
992 The following license statement only applies to this libretro API header
993 (libretro.h).
994 ------------------------------------------------------------------------------
996 Permission is hereby granted, free of charge, to any person obtaining a copy
997 of this software and associated documentation files (the "Software"), to deal
998 in the Software without restriction, including without limitation the rights
999 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1000 copies of the Software, and to permit persons to whom the Software is
1001 furnished to do so, subject to the following conditions:
1003 The above copyright notice and this permission notice shall be included in all
1004 copies or substantial portions of the Software.
1006 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1007 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1008 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1009 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1010 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1011 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1012 OR OTHER DEALINGS IN THE SOFTWARE.
1015 ## Lua
1017 This license applies to `nanocoat/lib/3rdparty/lua/`.
1019  * Site: <https://www.lua.org/>
1020  * License: _MIT License_
1023 MIT License
1025 Copyright (c) 1994–2023 Lua.org, PUC-Rio.
1027 Permission is hereby granted, free of charge, to any person obtaining a copy
1028 of this software and associated documentation files (the "Software"), to deal
1029 in the Software without restriction, including without limitation the rights
1030 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1031 copies of the Software, and to permit persons to whom the Software is
1032 furnished to do so, subject to the following conditions:
1034 The above copyright notice and this permission notice shall be included in all
1035 copies or substantial portions of the Software.
1037 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1038 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1039 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1040 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1041 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1042 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1043 SOFTWARE.
1046 ## Misaki Fonts
1048  * Site: <https://littlelimit.net/misaki.htm>
1049  * License: _M+ Font License_
1050  * Copyright: 2002-2021 _Num Kadoma_
1052 This license applies to:
1054  * `assets/font/misaki8.bdf` (_8×8ドット日本語フォント「美咲フォント」_)
1055  * `assets/font/misaki12.bdf` (_8×12ドット日本語フォント「k8x12」_)
1058 These fonts are free software.
1059 Unlimited permission is granted to use, copy, and distribute them, with or
1060 without modification, either commercially or noncommercially.
1062 THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
1064 これらのフォントはフリー(自由な)ソフトウエアです。
1065 あらゆる改変の有無に関わらず、また商業的な利用であっても、自由にご利用、複製、
1066 再配布することができますが、全て無保証とさせていただきます。
1069 ## Netscape Plugin API (NPAPI)
1071 This license applies to `nanocoat/include/3rdparty/npapi/`.
1073  * Company: _Mozilla_ and _Netscape Communications Corporation_ (Defunct)
1074  * Site: <https://www.mozilla.org/>
1075  * License: _Mozilla Public License 1.1_
1078 Version: MPL 1.1/GPL 2.0/LGPL 2.1
1080 The contents of this file are subject to the Mozilla Public License Version
1081 1.1 (the "License"); you may not use this file except in compliance with
1082 the License. You may obtain a copy of the License at
1083 http://www.mozilla.org/MPL/
1085 Software distributed under the License is distributed on an "AS IS" basis,
1086 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1087 for the specific language governing rights and limitations under the
1088 License.
1090 The Original Code is mozilla.org code.
1092 The Initial Developer of the Original Code is
1093 Netscape Communications Corporation.
1094 Portions created by the Initial Developer are Copyright (C) 1998
1095 the Initial Developer. All Rights Reserved.
1097 Contributor(s):
1099 Alternatively, the contents of this file may be used under the terms of
1100 either the GNU General Public License Version 2 or later (the "GPL"), or
1101 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
1102 in which case the provisions of the GPL or the LGPL are applicable instead
1103 of those above. If you wish to allow use of your version of this file only
1104 under the terms of either the GPL or the LGPL, and not to allow others to
1105 use your version of this file under the terms of the MPL, indicate your
1106 decision by deleting the provisions above and replace them with the notice
1107 and other provisions required by the GPL or the LGPL. If you do not delete
1108 the provisions above, a recipient may use your version of this file under
1109 the terms of any one of the MPL, the GPL or the LGPL.