upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / renpy / trunk / LICENSE.txt
blobdf1ad1e5ef5335758766a25be68434d8e79dd27a
1 .. highlight:: none
3 =======
4 License
5 =======
7 Most of Ren'Py is covered by the terms of the following (MIT) license:
9     Permission is hereby granted, free of charge, to any person
10     obtaining a copy of this software and associated documentation files
11     (the "Software"), to deal in the Software without restriction,
12     including without limitation the rights to use, copy, modify, merge,
13     publish, distribute, sublicense, and/or sell copies of the Software,
14     and to permit persons to whom the Software is furnished to do so,
15     subject to the following conditions:
17     The above copyright notice and this permission notice shall be
18     included in all copies or substantial portions of the Software.
20     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
24     LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
25     OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28 Portions of Ren'Py are derived from source code that is licensed under the
29 GNU Lesser General Public License, so Ren'Py games must be distributed in a
30 manner that satisfies the LGPL.
32 Please see each individual source file for a list of copyright
33 holders. The artwork in the demo is released by various copyright
34 holders, under the same terms.
36 Ren'Py binaries can include source code from the following projects:
38 * Python (Python License)
39 * Pygame_SDL2 (MIT License, GNU LGPL)
40 * SDL2 (Zlib License)
41 * SDL2_image (Zlib License)
42 * SDL2_ttf (Zlib License)
43 * Freetype (Zlib License)
44 * Fribidi (GNU LGPL)
45 * ffmpeg (GNU LGPL) (libav in some older versions, also GNU LGPL)
46 * libjpeg-turbo (GNU LGPL)
47 * libpng (PNG License)
48 * zlib (Zlib License)
49 * bzip2 (Bzip2 License)
50 * pyobjc (MIT License)
51 * py2exe (MIT License)
52 * GLEW (Modified BSD, MIT License)
53 * zsync (Artistic License)
54 * pyjnius (MIT License)
55 * ANGLE (Three clause BSD License)
56 * requests (Apache License 2.0)
57 * certifi (Mozilla Public License 2.0)
58 * urllib3 (MIT License)
59 * chardet (GNU LGPL)
60 * libusb (GNU LGPL)
61 * tinyfiledialogs (Zlib License)
63 For the purposes of LGPL compliance, all source code that Ren'Py depends
64 on is located in one of the following repositories:
66 * https://github.com/renpy/renpy (Ren'Py)
67 * https://github.com/renpy/pygame_sdl2 (Pygame_SDL2)
68 * https://github.com/renpy/renpy-build (Dependencies)
69 * https://github.com/renpy/renpyweb (Web)
71 And for releases before Ren'Py 7.4:
73 * https://github.com/renpy/renpy-deps (Desktop dependencies)
74 * https://github.com/renpy/python-for-android (Android)
75 * https://github.com/renpy/rapt (Android Build Tools)
76 * https://github.com/renpy/renios (iOS)
78 Although we are unable to provide legal advice, we believe compliance can be
79 achieved by including a copy of this license with every copy of Ren'Py you
80 distribute, and linking to this license from your project's README file or
81 App Store description. We suggest using the wording:
83     This program contains free software licensed under a number of licenses,
84     including the GNU Lesser General Public License. A complete list of software
85     is available at http://www.renpy.org/doc/html/license.html.
87 Ren'Py may be distributed alongside the jEdit or Editra text
88 editors. Editra is licensed under the wxWindows license, while
89 jEdit is under the GNU General Public License.
92 GNU Lesser General Public License
93 =================================
97                    GNU LESSER GENERAL PUBLIC LICENSE
98                         Version 2.1, February 1999
100   Copyright (C) 1991, 1999 Free Software Foundation, Inc.
101          51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
102   Everyone is permitted to copy and distribute verbatim copies
103   of this license document, but changing it is not allowed.
105  [This is the first released version of the Lesser GPL.  It also counts
106   as the successor of the GNU Library Public License, version 2, hence
107   the version number 2.1.]
109                              Preamble
111    The licenses for most software are designed to take away your
112  freedom to share and change it.  By contrast, the GNU General Public
113  Licenses are intended to guarantee your freedom to share and change
114  free software--to make sure the software is free for all its users.
116    This license, the Lesser General Public License, applies to some
117  specially designated software packages--typically libraries--of the
118  Free Software Foundation and other authors who decide to use it.  You
119  can use it too, but we suggest you first think carefully about whether
120  this license or the ordinary General Public License is the better
121  strategy to use in any particular case, based on the explanations
122  below.
124    When we speak of free software, we are referring to freedom of use,
125  not price.  Our General Public Licenses are designed to make sure that
126  you have the freedom to distribute copies of free software (and charge
127  for this service if you wish); that you receive source code or can get
128  it if you want it; that you can change the software and use pieces of
129  it in new free programs; and that you are informed that you can do
130  these things.
132    To protect your rights, we need to make restrictions that forbid
133  distributors to deny you these rights or to ask you to surrender these
134  rights.  These restrictions translate to certain responsibilities for
135  you if you distribute copies of the library or if you modify it.
137    For example, if you distribute copies of the library, whether gratis
138  or for a fee, you must give the recipients all the rights that we gave
139  you.  You must make sure that they, too, receive or can get the source
140  code.  If you link other code with the library, you must provide
141  complete object files to the recipients, so that they can relink them
142  with the library after making changes to the library and recompiling
143  it.  And you must show them these terms so they know their rights.
145    We protect your rights with a two-step method: (1) we copyright the
146  library, and (2) we offer you this license, which gives you legal
147  permission to copy, distribute and/or modify the library.
149    To protect each distributor, we want to make it very clear that
150  there is no warranty for the free library.  Also, if the library is
151  modified by someone else and passed on, the recipients should know
152  that what they have is not the original version, so that the original
153  author's reputation will not be affected by problems that might be
154  introduced by others.
156    Finally, software patents pose a constant threat to the existence of
157  any free program.  We wish to make sure that a company cannot
158  effectively restrict the users of a free program by obtaining a
159  restrictive license from a patent holder.  Therefore, we insist that
160  any patent license obtained for a version of the library must be
161  consistent with the full freedom of use specified in this license.
163    Most GNU software, including some libraries, is covered by the
164  ordinary GNU General Public License.  This license, the GNU Lesser
165  General Public License, applies to certain designated libraries, and
166  is quite different from the ordinary General Public License.  We use
167  this license for certain libraries in order to permit linking those
168  libraries into non-free programs.
170    When a program is linked with a library, whether statically or using
171  a shared library, the combination of the two is legally speaking a
172  combined work, a derivative of the original library.  The ordinary
173  General Public License therefore permits such linking only if the
174  entire combination fits its criteria of freedom.  The Lesser General
175  Public License permits more lax criteria for linking other code with
176  the library.
178    We call this license the "Lesser" General Public License because it
179  does Less to protect the user's freedom than the ordinary General
180  Public License.  It also provides other free software developers Less
181  of an advantage over competing non-free programs.  These disadvantages
182  are the reason we use the ordinary General Public License for many
183  libraries.  However, the Lesser license provides advantages in certain
184  special circumstances.
186    For example, on rare occasions, there may be a special need to
187  encourage the widest possible use of a certain library, so that it
188  becomes a de-facto standard.  To achieve this, non-free programs must
189  be allowed to use the library.  A more frequent case is that a free
190  library does the same job as widely used non-free libraries.  In this
191  case, there is little to gain by limiting the free library to free
192  software only, so we use the Lesser General Public License.
194    In other cases, permission to use a particular library in non-free
195  programs enables a greater number of people to use a large body of
196  free software.  For example, permission to use the GNU C Library in
197  non-free programs enables many more people to use the whole GNU
198  operating system, as well as its variant, the GNU/Linux operating
199  system.
201    Although the Lesser General Public License is Less protective of the
202  users' freedom, it does ensure that the user of a program that is
203  linked with the Library has the freedom and the wherewithal to run
204  that program using a modified version of the Library.
206    The precise terms and conditions for copying, distribution and
207  modification follow.  Pay close attention to the difference between a
208  "work based on the library" and a "work that uses the library".  The
209  former contains code derived from the library, whereas the latter must
210  be combined with the library in order to run.
212                    GNU LESSER GENERAL PUBLIC LICENSE
213     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
215    0. This License Agreement applies to any software library or other
216  program which contains a notice placed by the copyright holder or
217  other authorized party saying it may be distributed under the terms of
218  this Lesser General Public License (also called "this License").
219  Each licensee is addressed as "you".
221    A "library" means a collection of software functions and/or data
222  prepared so as to be conveniently linked with application programs
223  (which use some of those functions and data) to form executables.
225    The "Library", below, refers to any such software library or work
226  which has been distributed under these terms.  A "work based on the
227  Library" means either the Library or any derivative work under
228  copyright law: that is to say, a work containing the Library or a
229  portion of it, either verbatim or with modifications and/or translated
230  straightforwardly into another language.  (Hereinafter, translation is
231  included without limitation in the term "modification".)
233    "Source code" for a work means the preferred form of the work for
234  making modifications to it.  For a library, complete source code means
235  all the source code for all modules it contains, plus any associated
236  interface definition files, plus the scripts used to control
237  compilation and installation of the library.
239    Activities other than copying, distribution and modification are not
240  covered by this License; they are outside its scope.  The act of
241  running a program using the Library is not restricted, and output from
242  such a program is covered only if its contents constitute a work based
243  on the Library (independent of the use of the Library in a tool for
244  writing it).  Whether that is true depends on what the Library does
245  and what the program that uses the Library does.
247    1. You may copy and distribute verbatim copies of the Library's
248  complete source code as you receive it, in any medium, provided that
249  you conspicuously and appropriately publish on each copy an
250  appropriate copyright notice and disclaimer of warranty; keep intact
251  all the notices that refer to this License and to the absence of any
252  warranty; and distribute a copy of this License along with the
253  Library.
255    You may charge a fee for the physical act of transferring a copy,
256  and you may at your option offer warranty protection in exchange for a
257  fee.
259    2. You may modify your copy or copies of the Library or any portion
260  of it, thus forming a work based on the Library, and copy and
261  distribute such modifications or work under the terms of Section 1
262  above, provided that you also meet all of these conditions:
264      a) The modified work must itself be a software library.
266      b) You must cause the files modified to carry prominent notices
267      stating that you changed the files and the date of any change.
269      c) You must cause the whole of the work to be licensed at no
270      charge to all third parties under the terms of this License.
272      d) If a facility in the modified Library refers to a function or a
273      table of data to be supplied by an application program that uses
274      the facility, other than as an argument passed when the facility
275      is invoked, then you must make a good faith effort to ensure that,
276      in the event an application does not supply such function or
277      table, the facility still operates, and performs whatever part of
278      its purpose remains meaningful.
280      (For example, a function in a library to compute square roots has
281      a purpose that is entirely well-defined independent of the
282      application.  Therefore, Subsection 2d requires that any
283      application-supplied function or table used by this function must
284      be optional: if the application does not supply it, the square
285      root function must still compute square roots.)
287  These requirements apply to the modified work as a whole.  If
288  identifiable sections of that work are not derived from the Library,
289  and can be reasonably considered independent and separate works in
290  themselves, then this License, and its terms, do not apply to those
291  sections when you distribute them as separate works.  But when you
292  distribute the same sections as part of a whole which is a work based
293  on the Library, the distribution of the whole must be on the terms of
294  this License, whose permissions for other licensees extend to the
295  entire whole, and thus to each and every part regardless of who wrote
296  it.
298  Thus, it is not the intent of this section to claim rights or contest
299  your rights to work written entirely by you; rather, the intent is to
300  exercise the right to control the distribution of derivative or
301  collective works based on the Library.
303  In addition, mere aggregation of another work not based on the Library
304  with the Library (or with a work based on the Library) on a volume of
305  a storage or distribution medium does not bring the other work under
306  the scope of this License.
308    3. You may opt to apply the terms of the ordinary GNU General Public
309  License instead of this License to a given copy of the Library.  To do
310  this, you must alter all the notices that refer to this License, so
311  that they refer to the ordinary GNU General Public License, version 2,
312  instead of to this License.  (If a newer version than version 2 of the
313  ordinary GNU General Public License has appeared, then you can specify
314  that version instead if you wish.)  Do not make any other change in
315  these notices.
317    Once this change is made in a given copy, it is irreversible for
318  that copy, so the ordinary GNU General Public License applies to all
319  subsequent copies and derivative works made from that copy.
321    This option is useful when you wish to copy part of the code of
322  the Library into a program that is not a library.
324    4. You may copy and distribute the Library (or a portion or
325  derivative of it, under Section 2) in object code or executable form
326  under the terms of Sections 1 and 2 above provided that you accompany
327  it with the complete corresponding machine-readable source code, which
328  must be distributed under the terms of Sections 1 and 2 above on a
329  medium customarily used for software interchange.
331    If distribution of object code is made by offering access to copy
332  from a designated place, then offering equivalent access to copy the
333  source code from the same place satisfies the requirement to
334  distribute the source code, even though third parties are not
335  compelled to copy the source along with the object code.
337    5. A program that contains no derivative of any portion of the
338  Library, but is designed to work with the Library by being compiled or
339  linked with it, is called a "work that uses the Library".  Such a
340  work, in isolation, is not a derivative work of the Library, and
341  therefore falls outside the scope of this License.
343    However, linking a "work that uses the Library" with the Library
344  creates an executable that is a derivative of the Library (because it
345  contains portions of the Library), rather than a "work that uses the
346  library".  The executable is therefore covered by this License.
347  Section 6 states terms for distribution of such executables.
349    When a "work that uses the Library" uses material from a header file
350  that is part of the Library, the object code for the work may be a
351  derivative work of the Library even though the source code is not.
352  Whether this is true is especially significant if the work can be
353  linked without the Library, or if the work is itself a library.  The
354  threshold for this to be true is not precisely defined by law.
356    If such an object file uses only numerical parameters, data
357  structure layouts and accessors, and small macros and small inline
358  functions (ten lines or less in length), then the use of the object
359  file is unrestricted, regardless of whether it is legally a derivative
360  work.  (Executables containing this object code plus portions of the
361  Library will still fall under Section 6.)
363    Otherwise, if the work is a derivative of the Library, you may
364  distribute the object code for the work under the terms of Section 6.
365  Any executables containing that work also fall under Section 6,
366  whether or not they are linked directly with the Library itself.
368    6. As an exception to the Sections above, you may also combine or
369  link a "work that uses the Library" with the Library to produce a
370  work containing portions of the Library, and distribute that work
371  under terms of your choice, provided that the terms permit
372  modification of the work for the customer's own use and reverse
373  engineering for debugging such modifications.
375    You must give prominent notice with each copy of the work that the
376  Library is used in it and that the Library and its use are covered by
377  this License.  You must supply a copy of this License.  If the work
378  during execution displays copyright notices, you must include the
379  copyright notice for the Library among them, as well as a reference
380  directing the user to the copy of this License.  Also, you must do one
381  of these things:
383      a) Accompany the work with the complete corresponding
384      machine-readable source code for the Library including whatever
385      changes were used in the work (which must be distributed under
386      Sections 1 and 2 above); and, if the work is an executable linked
387      with the Library, with the complete machine-readable "work that
388      uses the Library", as object code and/or source code, so that the
389      user can modify the Library and then relink to produce a modified
390      executable containing the modified Library.  (It is understood
391      that the user who changes the contents of definitions files in the
392      Library will not necessarily be able to recompile the application
393      to use the modified definitions.)
395      b) Use a suitable shared library mechanism for linking with the
396      Library.  A suitable mechanism is one that (1) uses at run time a
397      copy of the library already present on the user's computer system,
398      rather than copying library functions into the executable, and (2)
399      will operate properly with a modified version of the library, if
400      the user installs one, as long as the modified version is
401      interface-compatible with the version that the work was made with.
403      c) Accompany the work with a written offer, valid for at least
404      three years, to give the same user the materials specified in
405      Subsection 6a, above, for a charge no more than the cost of
406      performing this distribution.
408      d) If distribution of the work is made by offering access to copy
409      from a designated place, offer equivalent access to copy the above
410      specified materials from the same place.
412      e) Verify that the user has already received a copy of these
413      materials or that you have already sent this user a copy.
415    For an executable, the required form of the "work that uses the
416  Library" must include any data and utility programs needed for
417  reproducing the executable from it.  However, as a special exception,
418  the materials to be distributed need not include anything that is
419  normally distributed (in either source or binary form) with the major
420  components (compiler, kernel, and so on) of the operating system on
421  which the executable runs, unless that component itself accompanies
422  the executable.
424    It may happen that this requirement contradicts the license
425  restrictions of other proprietary libraries that do not normally
426  accompany the operating system.  Such a contradiction means you cannot
427  use both them and the Library together in an executable that you
428  distribute.
430    7. You may place library facilities that are a work based on the
431  Library side-by-side in a single library together with other library
432  facilities not covered by this License, and distribute such a combined
433  library, provided that the separate distribution of the work based on
434  the Library and of the other library facilities is otherwise
435  permitted, and provided that you do these two things:
437      a) Accompany the combined library with a copy of the same work
438      based on the Library, uncombined with any other library
439      facilities.  This must be distributed under the terms of the
440      Sections above.
442      b) Give prominent notice with the combined library of the fact
443      that part of it is a work based on the Library, and explaining
444      where to find the accompanying uncombined form of the same work.
446    8. You may not copy, modify, sublicense, link with, or distribute
447  the Library except as expressly provided under this License.  Any
448  attempt otherwise to copy, modify, sublicense, link with, or
449  distribute the Library is void, and will automatically terminate your
450  rights under this License.  However, parties who have received copies,
451  or rights, from you under this License will not have their licenses
452  terminated so long as such parties remain in full compliance.
454    9. You are not required to accept this License, since you have not
455  signed it.  However, nothing else grants you permission to modify or
456  distribute the Library or its derivative works.  These actions are
457  prohibited by law if you do not accept this License.  Therefore, by
458  modifying or distributing the Library (or any work based on the
459  Library), you indicate your acceptance of this License to do so, and
460  all its terms and conditions for copying, distributing or modifying
461  the Library or works based on it.
463    10. Each time you redistribute the Library (or any work based on the
464  Library), the recipient automatically receives a license from the
465  original licensor to copy, distribute, link with or modify the Library
466  subject to these terms and conditions.  You may not impose any further
467  restrictions on the recipients' exercise of the rights granted herein.
468  You are not responsible for enforcing compliance by third parties with
469  this License.
471    11. If, as a consequence of a court judgment or allegation of patent
472  infringement or for any other reason (not limited to patent issues),
473  conditions are imposed on you (whether by court order, agreement or
474  otherwise) that contradict the conditions of this License, they do not
475  excuse you from the conditions of this License.  If you cannot
476  distribute so as to satisfy simultaneously your obligations under this
477  License and any other pertinent obligations, then as a consequence you
478  may not distribute the Library at all.  For example, if a patent
479  license would not permit royalty-free redistribution of the Library by
480  all those who receive copies directly or indirectly through you, then
481  the only way you could satisfy both it and this License would be to
482  refrain entirely from distribution of the Library.
484  If any portion of this section is held invalid or unenforceable under
485  any particular circumstance, the balance of the section is intended to
486  apply, and the section as a whole is intended to apply in other
487  circumstances.
489  It is not the purpose of this section to induce you to infringe any
490  patents or other property right claims or to contest validity of any
491  such claims; this section has the sole purpose of protecting the
492  integrity of the free software distribution system which is
493  implemented by public license practices.  Many people have made
494  generous contributions to the wide range of software distributed
495  through that system in reliance on consistent application of that
496  system; it is up to the author/donor to decide if he or she is willing
497  to distribute software through any other system and a licensee cannot
498  impose that choice.
500  This section is intended to make thoroughly clear what is believed to
501  be a consequence of the rest of this License.
503    12. If the distribution and/or use of the Library is restricted in
504  certain countries either by patents or by copyrighted interfaces, the
505  original copyright holder who places the Library under this License
506  may add an explicit geographical distribution limitation excluding those
507  countries, so that distribution is permitted only in or among
508  countries not thus excluded.  In such case, this License incorporates
509  the limitation as if written in the body of this License.
511    13. The Free Software Foundation may publish revised and/or new
512  versions of the Lesser General Public License from time to time.
513  Such new versions will be similar in spirit to the present version,
514  but may differ in detail to address new problems or concerns.
516  Each version is given a distinguishing version number.  If the Library
517  specifies a version number of this License which applies to it and
518  "any later version", you have the option of following the terms and
519  conditions either of that version or of any later version published by
520  the Free Software Foundation.  If the Library does not specify a
521  license version number, you may choose any version ever published by
522  the Free Software Foundation.
524    14. If you wish to incorporate parts of the Library into other free
525  programs whose distribution conditions are incompatible with these,
526  write to the author to ask for permission.  For software which is
527  copyrighted by the Free Software Foundation, write to the Free
528  Software Foundation; we sometimes make exceptions for this.  Our
529  decision will be guided by the two goals of preserving the free status
530  of all derivatives of our free software and of promoting the sharing
531  and reuse of software generally.
533                              NO WARRANTY
535    15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
536  WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
537  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
538  OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
539  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
540  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
541  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
542  LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
543  THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
545    16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
546  WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
547  AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
548  FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
549  CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
550  LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
551  RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
552  FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
553  SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
554  DAMAGES.
556                       END OF TERMS AND CONDITIONS
558             How to Apply These Terms to Your New Libraries
560    If you develop a new library, and you want it to be of the greatest
561  possible use to the public, we recommend making it free software that
562  everyone can redistribute and change.  You can do so by permitting
563  redistribution under these terms (or, alternatively, under the terms
564  of the ordinary General Public License).
566    To apply these terms, attach the following notices to the library.
567  It is safest to attach them to the start of each source file to most
568  effectively convey the exclusion of warranty; and each file should
569  have at least the "copyright" line and a pointer to where the full
570  notice is found.
573      <one line to give the library's name and a brief idea of what it does.>
574      Copyright (C) <year>  <name of author>
576      This library is free software; you can redistribute it and/or
577      modify it under the terms of the GNU Lesser General Public
578      License as published by the Free Software Foundation; either
579      version 2.1 of the License, or (at your option) any later version.
581      This library is distributed in the hope that it will be useful,
582      but WITHOUT ANY WARRANTY; without even the implied warranty of
583      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
584      Lesser General Public License for more details.
586      You should have received a copy of the GNU Lesser General Public
587      License along with this library; if not, write to the Free Software
588      Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
590  Also add information on how to contact you by electronic and paper mail.
592  You should also get your employer (if you work as a programmer) or
593  your school, if any, to sign a "copyright disclaimer" for the library,
594  if necessary.  Here is a sample; alter the names:
596    Yoyodyne, Inc., hereby disclaims all copyright interest in the
597    library `Frob' (a library for tweaking knobs) written by James
598    Random Hacker.
600    <signature of Ty Coon>, 1 April 1990
601    Ty Coon, President of Vice
603  That's all there is to it!
606 Python License
607 ==============
611  1. This LICENSE AGREEMENT is between the Python Software Foundation
612  ("PSF"), and the Individual or Organization ("Licensee") accessing and
613  otherwise using Python 2.3 software in source or binary form and its
614  associated documentation.
616  2. Subject to the terms and conditions of this License Agreement, PSF
617  hereby grants Licensee a nonexclusive, royalty-free, world-wide
618  license to reproduce, analyze, test, perform and/or display publicly,
619  prepare derivative works, distribute, and otherwise use Python 2.3
620  alone or in any derivative version, provided, however, that PSF's
621  License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
622  2001, 2002 Python Software Foundation; All Rights Reserved" are
623  retained in Python 2.3 alone or in any derivative version prepared by
624  Licensee.
626  3. In the event Licensee prepares a derivative work that is based on
627  or incorporates Python 2.3 or any part thereof, and wants to make
628  the derivative work available to others as provided herein, then
629  Licensee hereby agrees to include in any such work a brief summary of
630  the changes made to Python 2.3.
632  4. PSF is making Python 2.3 available to Licensee on an "AS IS"
633  basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
634  IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
635  DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
636  FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT
637  INFRINGE ANY THIRD PARTY RIGHTS.
639  5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
640  2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
641  A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3,
642  OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
644  6. This License Agreement will automatically terminate upon a material
645  breach of its terms and conditions.
647  7. Nothing in this License Agreement shall be deemed to create any
648  relationship of agency, partnership, or joint venture between PSF and
649  Licensee.  This License Agreement does not grant permission to use PSF
650  trademarks or trade name in a trademark sense to endorse or promote
651  products or services of Licensee, or any third party.
653  8. By copying, installing or otherwise using Python 2.3, Licensee
654  agrees to be bound by the terms and conditions of this License
655  Agreement.
657 Jpeg License
658 ============
662  In plain English:
664  1. We don't promise that this software works.  (But if you find any bugs,
665     please let us know!)
666  2. You can use this software for whatever you want.  You don't have to pay us.
667  3. You may not pretend that you wrote this software.  If you use it in a
668     program, you must acknowledge somewhere in your documentation that
669     you've used the IJG code.
671  In legalese:
673  The authors make NO WARRANTY or representation, either express or implied,
674  with respect to this software, its quality, accuracy, merchantability, or
675  fitness for a particular purpose.  This software is provided "AS IS", and you,
676  its user, assume the entire risk as to its quality and accuracy.
678  This software is copyright (C) 1991-1998, Thomas G. Lane.
679  All Rights Reserved except as specified below.
681  Permission is hereby granted to use, copy, modify, and distribute this
682  software (or portions thereof) for any purpose, without fee, subject to these
683  conditions:
684  (1) If any part of the source code for this software is distributed, then this
685  README file must be included, with this copyright and no-warranty notice
686  unaltered; and any additions, deletions, or changes to the original files
687  must be clearly indicated in accompanying documentation.
688  (2) If only executable code is distributed, then the accompanying
689  documentation must state that "this software is based in part on the work of
690  the Independent JPEG Group".
691  (3) Permission for use of this software is granted only if the user accepts
692  full responsibility for any undesirable consequences; the authors accept
693  NO LIABILITY for damages of any kind.
695  These conditions apply to any software derived from or based on the IJG code,
696  not just to the unmodified library.  If you use our work, you ought to
697  acknowledge us.
699  Permission is NOT granted for the use of any IJG author's name or company name
700  in advertising or publicity relating to this software or products derived from
701  it.  This software may be referred to only as "the Independent JPEG Group's
702  software".
704  We specifically permit and encourage the use of this software as the basis of
705  commercial products, provided that all warranty or liability claims are
706  assumed by the product vendor.
709 PNG License
710 ===========
714  The PNG Reference Library is supplied "AS IS".  The Contributing Authors
715  and Group 42, Inc. disclaim all warranties, expressed or implied,
716  including, without limitation, the warranties of merchantability and of
717  fitness for any purpose.  The Contributing Authors and Group 42, Inc.
718  assume no liability for direct, indirect, incidental, special, exemplary,
719  or consequential damages, which may result from the use of the PNG
720  Reference Library, even if advised of the possibility of such damage.
722  Permission is hereby granted to use, copy, modify, and distribute this
723  source code, or portions hereof, for any purpose, without fee, subject
724  to the following restrictions:
726  1. The origin of this source code must not be misrepresented.
728  2. Altered versions must be plainly marked as such and must not
729     be misrepresented as being the original source.
731  3. This Copyright notice may not be removed or altered from any
732     source or altered source distribution.
734  The Contributing Authors and Group 42, Inc. specifically permit, without
735  fee, and encourage the use of this source code as a component to
736  supporting the PNG file format in commercial products.  If you use this
737  source code in a product, acknowledgment is not required but would be
738  appreciated.
740 Zlib License
741 ============
745   This software is provided 'as-is', without any express or implied
746   warranty.  In no event will the authors be held liable for any damages
747   arising from the use of this software.
749   Permission is granted to anyone to use this software for any purpose,
750   including commercial applications, and to alter it and redistribute it
751   freely, subject to the following restrictions:
753   1. The origin of this software must not be misrepresented; you must not
754      claim that you wrote the original software. If you use this software
755      in a product, an acknowledgment in the product documentation would be
756      appreciated but is not required.
757   2. Altered source versions must be plainly marked as such, and must not be
758      misrepresented as being the original software.
759   3. This notice may not be removed or altered from any source distribution.
762 Bzip2 License
763 =============
767  This program, "bzip2", the associated library "libbzip2", and all
768  documentation, are copyright (C) 1996-2005 Julian R Seward.  All
769  rights reserved.
771  Redistribution and use in source and binary forms, with or without
772  modification, are permitted provided that the following conditions
773  are met:
775  1. Redistributions of source code must retain the above copyright
776     notice, this list of conditions and the following disclaimer.
778  2. The origin of this software must not be misrepresented; you must
779     not claim that you wrote the original software.  If you use this
780     software in a product, an acknowledgment in the product
781     documentation would be appreciated but is not required.
783  3. Altered source versions must be plainly marked as such, and must
784     not be misrepresented as being the original software.
786  4. The name of the author may not be used to endorse or promote
787     products derived from this software without specific prior written
788     permission.
790  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS
791  OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
792  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
793  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
794  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
795  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
796  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
797  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
798  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
799  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
800  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
803 Modified BSD License
804 ====================
808  Redistribution and use in source and binary forms, with or without
809  modification, are permitted provided that the following conditions are met:
811  * Redistributions of source code must retain the above copyright notice,
812    this list of conditions and the following disclaimer.
813  * Redistributions in binary form must reproduce the above copyright notice,
814    this list of conditions and the following disclaimer in the documentation
815    and/or other materials provided with the distribution.
816  * The name of the author may be used to endorse or promote products
817    derived from this software without specific prior written permission.
819  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
820  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
821  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
822  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
823  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
824  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
825  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
826  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
827  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
828  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
829  THE POSSIBILITY OF SUCH DAMAGE.
832 Artistic License
833 ================
837                               The Artistic License
838                           Version 2.0beta4, October 2000
840                           Copyright (C) 2000, Larry Wall.
841          Everyone is permitted to copy and distribute verbatim copies
842           of this license document, but changing it is not allowed.
844                                    Preamble
846  This copyright license states the terms under which a given free
847  software Package may be copied, modified and/or redistributed, while the
848  Originator(s) maintain some artistic control over the future development
849  of that Package (at least as much artistic control as can be given under
850  copyright law while still making the Package open source and free software).
852  This license is bound by copyright law, and thus it legally applies only
853  to works which the copyright holder has permitted copying, distribution
854  or modification under the terms of the Artistic License, Version 2.0.
856  You are reminded that You are always permitted to make arrangements
857  wholly outside of a given copyright license directly with the copyright
858  holder(s) of a given Package. If the terms of this license impede your
859  ability to make full use of the Package, You are encouraged to contact
860  the copyright holder(s) and seek a different licensing arrangement.
862                                  Definitions
864  "Package" refers to the collection of files distributed by the
865  Originator(s), and derivatives of that collection of files created
866  through textual modification.
868  "Standard Version" refers to the Package if it has not been modified, or
869  has been modified only in ways suggested by the Originator(s).
871  "Modified Version" refers to the Package, if it has been changed by You
872  via textual modification of the source code, and such changes were not
873  suggested by the Originator(s).
875  "Originator" refers to the author(s) and/or copyright holder(s) of the
876  Standard Version of the Package.
878  "You" and "Your" refers to any person who would like to copy,
879  distribute, or modify the Package.
881  "Distribution Fee" is any fee that You charge for providing a copy of
882  this Package to another party. It does not refer to licensing fees.
884  "Freely Available" means that:
886         (a) no fee is charged for the right to use the item (though a
887             Distribution Fee may be charged).
889         (b) recipients of the item may redistribute it under the same
890             conditions they received it.
892         (c) If the item is a binary, object code, bytecode, the complete
893             corresponding machine-readable source code is included with the
894             item.
897           Permission for Use and Modification Without Redistribution
899    (1) You are permitted to use the Standard Version and create and use
900        Modified Versions for any purpose without restriction, provided that
901        you do not redistribute the Modified Version to others outside of your
902        company or organization.
905             Permissions for Redistribution of the Standard Version
907    (2) You may make available verbatim copies of the source code of the
908        Standard Version of this Package in any medium without restriction,
909        either gratis or for a Distribution Fee, provided that you duplicate
910        all of the original copyright notices and associated disclaimers.  At
911        Your discretion, such verbatim copies may or may not include compiled
912        bytecode, object code or binary versions of the corresponding source
913        code in the same medium.
915    (3) You may apply any bug fixes, portability changes, and other
916        modifications made available from any of the Originator(s).  The
917        resulting modified Package will still be considered the Standard
918        Version, and may be copied, modified and redistributed under the terms
919        of the original license of the Standard Version as if it were the
920        Standard Version.
923   Permissions for Redistribution of Modified Versions of the Package as Source
925    (4) You may modify your copy of the source code of this Package in any way
926        and distribute that Modified Version (either gratis or for a
927        Distribution Fee, and with or without a corresponding binary, bytecode
928        or object code version of the Modified Version) provided that You
929        clearly indicate what changes You made to the Package, and provided
930        that You do at least ONE of the following:
932         (a) make the Modified Version available to the Originator(s) of the
933             Standard Version, under the exact license of the Standard
934             Version, so that the Originator(s) may include your modifications
935             into the Standard Version (at their discretion).
937         (b) modify any installation scripts and procedures so that
938             installation of the Modified Version will never conflict with an
939             installation of the Standard Version, include for each program
940             installed by the Modified Version clear documentation describing
941             how it differs from the Standard Version, and rename your
942             Modified Version so that the name is substantially different from
943             the Standard Version.
945         (c) permit and encourage anyone who receives a copy of the Modified
946             Version permission to make your modifications Freely Available in
947             some specific way.
949        If Your Modified Version is in turn derived from a Modified Version
950        made by a third party, then You are still required to ensure that Your
951        Modified Version complies with the requirements of this license.
954        Permissions for Redistribution of Non-Source Versions of Package
956    (5) You may distribute binary, object code, bytecode or other non-source
957        versions of the Standard Version of the Package, provided that you
958        include complete instructions on where to get the source code of the
959        Standard Version.  Such instructions must be valid at the time of Your
960        distribution.  If these instructions, at any time while You are
961        carrying our such distribution, become invalid, you must provide new
962        instructions on demand or cease further distribution.  If You cease
963        distribution within thirty days after You become aware that the
964        instructions are invalid, then You do not forfeit any of Your rights
965        under this license.
967    (6) You may distribute binary, object code, bytecode or other non-source
968        versions of a Modified Version provided that You do at least ONE of
969        the following:
971         (a) include a copy of the corresponding source code for the Modified
972             Version under the terms indicated in (4).
974         (b) ensure that the installation of Your non-source Modified Version
975             does not conflict in any way with an installation of the Standard
976             Version, include for each program installed by the Modified
977             Version clear documentation describing how it differs from the
978             Standard Version, and rename your Modified Version so that the
979             name is substantially different from the Standard Version.
981         (c) ensure that the Modified Version includes notification of the
982             changes made from the Standard Version, and offer to provide
983             machine-readable source code (under a license that permits making
984             that source code Freely Available) of the Modified Version via
985             mail order.
988          Permissions for Inclusion of the Package in Aggregate Works
990    (7) You may aggregate this Package (either the Standard Version or
991        Modified Version) with other packages and distribute the resulting
992        aggregation provided that You do not charge a licensing fee for the
993        Package.  Distribution Fees are permitted, and licensing fees for
994        other packages in the aggregation are permitted.  Your permission to
995        distribute Standard or Modified Versions of the Package is still
996        subject to the other terms set forth in other sections of this
997        license.
999    (8) In addition to the permissions given elsewhere by this license, You
1000        are also permitted to link Modified and Standard Versions of this
1001        Package with other works and distribute the result without
1002        restriction, provided You have produced binary program(s) that do not
1003        overtly expose the interfaces of the Package.  This includes
1004        permission to embed the Package in a larger work of your own without
1005        exposing a direct interface to the Package.  This also includes
1006        permission to build stand-alone binary or bytecode versions of your
1007        scripts that require the Package, but do not otherwise give the casual
1008        user direct access to the Package itself.
1011          Items That are Never Considered Part of a Modified Version Package
1013    (9) Works (including, but not limited to, subroutines and scripts) that
1014        you have linked or aggregated with the Package that merely extend or
1015        make use of the Package, but are not intended to cause the Package to
1016        operate differently from the Standard Version, do not, by themselves,
1017        cause the Package to be a Modified Version.  In addition, such works
1018        are not considered parts of the Package itself, and are not bound by
1019        the terms of the Package's license.
1022                Acceptance of License and Disclaimer of Warranty
1024   (10) You are not required to accept this License, since you have not signed
1025        it.  However, nothing else grants you permission to copy, modify or
1026        distribute the Standard or Modified Versions of the Package.  These
1027        actions are prohibited by copyright law if you do not accept this
1028        License.  Therefore, by copying, modifying or distributing Standard
1029        and Modified Versions of the Package, you indicate your acceptance of
1030        the license of the Package.
1033   (11) Disclaimer of Warranty:
1035         THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1036         "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1037         LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1038         A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT UNLESS REQUIRED BY
1039         LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER OR CONTRIBUTOR
1040         BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
1041         OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
1042         OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, PROFITS; OR
1043         BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
1044         WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
1045         OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
1046         EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1048 Apache License 2.0
1049 ------------------
1053                                  Apache License
1054                            Version 2.0, January 2004
1055                         http://www.apache.org/licenses/
1057    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1059    1. Definitions.
1061       "License" shall mean the terms and conditions for use, reproduction,
1062       and distribution as defined by Sections 1 through 9 of this document.
1064       "Licensor" shall mean the copyright owner or entity authorized by
1065       the copyright owner that is granting the License.
1067       "Legal Entity" shall mean the union of the acting entity and all
1068       other entities that control, are controlled by, or are under common
1069       control with that entity. For the purposes of this definition,
1070       "control" means (i) the power, direct or indirect, to cause the
1071       direction or management of such entity, whether by contract or
1072       otherwise, or (ii) ownership of fifty percent (50%) or more of the
1073       outstanding shares, or (iii) beneficial ownership of such entity.
1075       "You" (or "Your") shall mean an individual or Legal Entity
1076       exercising permissions granted by this License.
1078       "Source" form shall mean the preferred form for making modifications,
1079       including but not limited to software source code, documentation
1080       source, and configuration files.
1082       "Object" form shall mean any form resulting from mechanical
1083       transformation or translation of a Source form, including but
1084       not limited to compiled object code, generated documentation,
1085       and conversions to other media types.
1087       "Work" shall mean the work of authorship, whether in Source or
1088       Object form, made available under the License, as indicated by a
1089       copyright notice that is included in or attached to the work
1090       (an example is provided in the Appendix below).
1092       "Derivative Works" shall mean any work, whether in Source or Object
1093       form, that is based on (or derived from) the Work and for which the
1094       editorial revisions, annotations, elaborations, or other modifications
1095       represent, as a whole, an original work of authorship. For the purposes
1096       of this License, Derivative Works shall not include works that remain
1097       separable from, or merely link (or bind by name) to the interfaces of,
1098       the Work and Derivative Works thereof.
1100       "Contribution" shall mean any work of authorship, including
1101       the original version of the Work and any modifications or additions
1102       to that Work or Derivative Works thereof, that is intentionally
1103       submitted to Licensor for inclusion in the Work by the copyright owner
1104       or by an individual or Legal Entity authorized to submit on behalf of
1105       the copyright owner. For the purposes of this definition, "submitted"
1106       means any form of electronic, verbal, or written communication sent
1107       to the Licensor or its representatives, including but not limited to
1108       communication on electronic mailing lists, source code control systems,
1109       and issue tracking systems that are managed by, or on behalf of, the
1110       Licensor for the purpose of discussing and improving the Work, but
1111       excluding communication that is conspicuously marked or otherwise
1112       designated in writing by the copyright owner as "Not a Contribution."
1114       "Contributor" shall mean Licensor and any individual or Legal Entity
1115       on behalf of whom a Contribution has been received by Licensor and
1116       subsequently incorporated within the Work.
1118    2. Grant of Copyright License. Subject to the terms and conditions of
1119       this License, each Contributor hereby grants to You a perpetual,
1120       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1121       copyright license to reproduce, prepare Derivative Works of,
1122       publicly display, publicly perform, sublicense, and distribute the
1123       Work and such Derivative Works in Source or Object form.
1125    3. Grant of Patent License. Subject to the terms and conditions of
1126       this License, each Contributor hereby grants to You a perpetual,
1127       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1128       (except as stated in this section) patent license to make, have made,
1129       use, offer to sell, sell, import, and otherwise transfer the Work,
1130       where such license applies only to those patent claims licensable
1131       by such Contributor that are necessarily infringed by their
1132       Contribution(s) alone or by combination of their Contribution(s)
1133       with the Work to which such Contribution(s) was submitted. If You
1134       institute patent litigation against any entity (including a
1135       cross-claim or counterclaim in a lawsuit) alleging that the Work
1136       or a Contribution incorporated within the Work constitutes direct
1137       or contributory patent infringement, then any patent licenses
1138       granted to You under this License for that Work shall terminate
1139       as of the date such litigation is filed.
1141    4. Redistribution. You may reproduce and distribute copies of the
1142       Work or Derivative Works thereof in any medium, with or without
1143       modifications, and in Source or Object form, provided that You
1144       meet the following conditions:
1146       (a) You must give any other recipients of the Work or
1147           Derivative Works a copy of this License; and
1149       (b) You must cause any modified files to carry prominent notices
1150           stating that You changed the files; and
1152       (c) You must retain, in the Source form of any Derivative Works
1153           that You distribute, all copyright, patent, trademark, and
1154           attribution notices from the Source form of the Work,
1155           excluding those notices that do not pertain to any part of
1156           the Derivative Works; and
1158       (d) If the Work includes a "NOTICE" text file as part of its
1159           distribution, then any Derivative Works that You distribute must
1160           include a readable copy of the attribution notices contained
1161           within such NOTICE file, excluding those notices that do not
1162           pertain to any part of the Derivative Works, in at least one
1163           of the following places: within a NOTICE text file distributed
1164           as part of the Derivative Works; within the Source form or
1165           documentation, if provided along with the Derivative Works; or,
1166           within a display generated by the Derivative Works, if and
1167           wherever such third-party notices normally appear. The contents
1168           of the NOTICE file are for informational purposes only and
1169           do not modify the License. You may add Your own attribution
1170           notices within Derivative Works that You distribute, alongside
1171           or as an addendum to the NOTICE text from the Work, provided
1172           that such additional attribution notices cannot be construed
1173           as modifying the License.
1175       You may add Your own copyright statement to Your modifications and
1176       may provide additional or different license terms and conditions
1177       for use, reproduction, or distribution of Your modifications, or
1178       for any such Derivative Works as a whole, provided Your use,
1179       reproduction, and distribution of the Work otherwise complies with
1180       the conditions stated in this License.
1182    5. Submission of Contributions. Unless You explicitly state otherwise,
1183       any Contribution intentionally submitted for inclusion in the Work
1184       by You to the Licensor shall be under the terms and conditions of
1185       this License, without any additional terms or conditions.
1186       Notwithstanding the above, nothing herein shall supersede or modify
1187       the terms of any separate license agreement you may have executed
1188       with Licensor regarding such Contributions.
1190    6. Trademarks. This License does not grant permission to use the trade
1191       names, trademarks, service marks, or product names of the Licensor,
1192       except as required for reasonable and customary use in describing the
1193       origin of the Work and reproducing the content of the NOTICE file.
1195    7. Disclaimer of Warranty. Unless required by applicable law or
1196       agreed to in writing, Licensor provides the Work (and each
1197       Contributor provides its Contributions) on an "AS IS" BASIS,
1198       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1199       implied, including, without limitation, any warranties or conditions
1200       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1201       PARTICULAR PURPOSE. You are solely responsible for determining the
1202       appropriateness of using or redistributing the Work and assume any
1203       risks associated with Your exercise of permissions under this License.
1205    8. Limitation of Liability. In no event and under no legal theory,
1206       whether in tort (including negligence), contract, or otherwise,
1207       unless required by applicable law (such as deliberate and grossly
1208       negligent acts) or agreed to in writing, shall any Contributor be
1209       liable to You for damages, including any direct, indirect, special,
1210       incidental, or consequential damages of any character arising as a
1211       result of this License or out of the use or inability to use the
1212       Work (including but not limited to damages for loss of goodwill,
1213       work stoppage, computer failure or malfunction, or any and all
1214       other commercial damages or losses), even if such Contributor
1215       has been advised of the possibility of such damages.
1217    9. Accepting Warranty or Additional Liability. While redistributing
1218       the Work or Derivative Works thereof, You may choose to offer,
1219       and charge a fee for, acceptance of support, warranty, indemnity,
1220       or other liability obligations and/or rights consistent with this
1221       License. However, in accepting such obligations, You may act only
1222       on Your own behalf and on Your sole responsibility, not on behalf
1223       of any other Contributor, and only if You agree to indemnify,
1224       defend, and hold each Contributor harmless for any liability
1225       incurred by, or claims asserted against, such Contributor by reason
1226       of your accepting any such warranty or additional liability.
1228    END OF TERMS AND CONDITIONS
1230    APPENDIX: How to apply the Apache License to your work.
1232       To apply the Apache License to your work, attach the following
1233       boilerplate notice, with the fields enclosed by brackets "[]"
1234       replaced with your own identifying information. (Don't include
1235       the brackets!)  The text should be enclosed in the appropriate
1236       comment syntax for the file format. We also recommend that a
1237       file or class name and description of purpose be included on the
1238       same "printed page" as the copyright notice for easier
1239       identification within third-party archives.
1241    Copyright [yyyy] [name of copyright owner]
1243    Licensed under the Apache License, Version 2.0 (the "License");
1244    you may not use this file except in compliance with the License.
1245    You may obtain a copy of the License at
1247        http://www.apache.org/licenses/LICENSE-2.0
1249 Mozilla Public License 2.0
1250 --------------------------
1254     Mozilla Public License Version 2.0
1255     ==================================
1257     1. Definitions
1258     --------------
1260     1.1. "Contributor"
1261         means each individual or legal entity that creates, contributes to
1262         the creation of, or owns Covered Software.
1264     1.2. "Contributor Version"
1265         means the combination of the Contributions of others (if any) used
1266         by a Contributor and that particular Contributor's Contribution.
1268     1.3. "Contribution"
1269         means Covered Software of a particular Contributor.
1271     1.4. "Covered Software"
1272         means Source Code Form to which the initial Contributor has attached
1273         the notice in Exhibit A, the Executable Form of such Source Code
1274         Form, and Modifications of such Source Code Form, in each case
1275         including portions thereof.
1277     1.5. "Incompatible With Secondary Licenses"
1278         means
1280         (a) that the initial Contributor has attached the notice described
1281             in Exhibit B to the Covered Software; or
1283         (b) that the Covered Software was made available under the terms of
1284             version 1.1 or earlier of the License, but not also under the
1285             terms of a Secondary License.
1287     1.6. "Executable Form"
1288         means any form of the work other than Source Code Form.
1290     1.7. "Larger Work"
1291         means a work that combines Covered Software with other material, in
1292         a separate file or files, that is not Covered Software.
1294     1.8. "License"
1295         means this document.
1297     1.9. "Licensable"
1298         means having the right to grant, to the maximum extent possible,
1299         whether at the time of the initial grant or subsequently, any and
1300         all of the rights conveyed by this License.
1302     1.10. "Modifications"
1303         means any of the following:
1305         (a) any file in Source Code Form that results from an addition to,
1306             deletion from, or modification of the contents of Covered
1307             Software; or
1309         (b) any new file in Source Code Form that contains any Covered
1310             Software.
1312     1.11. "Patent Claims" of a Contributor
1313         means any patent claim(s), including without limitation, method,
1314         process, and apparatus claims, in any patent Licensable by such
1315         Contributor that would be infringed, but for the grant of the
1316         License, by the making, using, selling, offering for sale, having
1317         made, import, or transfer of either its Contributions or its
1318         Contributor Version.
1320     1.12. "Secondary License"
1321         means either the GNU General Public License, Version 2.0, the GNU
1322         Lesser General Public License, Version 2.1, the GNU Affero General
1323         Public License, Version 3.0, or any later versions of those
1324         licenses.
1326     1.13. "Source Code Form"
1327         means the form of the work preferred for making modifications.
1329     1.14. "You" (or "Your")
1330         means an individual or a legal entity exercising rights under this
1331         License. For legal entities, "You" includes any entity that
1332         controls, is controlled by, or is under common control with You. For
1333         purposes of this definition, "control" means (a) the power, direct
1334         or indirect, to cause the direction or management of such entity,
1335         whether by contract or otherwise, or (b) ownership of more than
1336         fifty percent (50%) of the outstanding shares or beneficial
1337         ownership of such entity.
1339     2. License Grants and Conditions
1340     --------------------------------
1342     2.1. Grants
1344     Each Contributor hereby grants You a world-wide, royalty-free,
1345     non-exclusive license:
1347     (a) under intellectual property rights (other than patent or trademark)
1348         Licensable by such Contributor to use, reproduce, make available,
1349         modify, display, perform, distribute, and otherwise exploit its
1350         Contributions, either on an unmodified basis, with Modifications, or
1351         as part of a Larger Work; and
1353     (b) under Patent Claims of such Contributor to make, use, sell, offer
1354         for sale, have made, import, and otherwise transfer either its
1355         Contributions or its Contributor Version.
1357     2.2. Effective Date
1359     The licenses granted in Section 2.1 with respect to any Contribution
1360     become effective for each Contribution on the date the Contributor first
1361     distributes such Contribution.
1363     2.3. Limitations on Grant Scope
1365     The licenses granted in this Section 2 are the only rights granted under
1366     this License. No additional rights or licenses will be implied from the
1367     distribution or licensing of Covered Software under this License.
1368     Notwithstanding Section 2.1(b) above, no patent license is granted by a
1369     Contributor:
1371     (a) for any code that a Contributor has removed from Covered Software;
1372         or
1374     (b) for infringements caused by: (i) Your and any other third party's
1375         modifications of Covered Software, or (ii) the combination of its
1376         Contributions with other software (except as part of its Contributor
1377         Version); or
1379     (c) under Patent Claims infringed by Covered Software in the absence of
1380         its Contributions.
1382     This License does not grant any rights in the trademarks, service marks,
1383     or logos of any Contributor (except as may be necessary to comply with
1384     the notice requirements in Section 3.4).
1386     2.4. Subsequent Licenses
1388     No Contributor makes additional grants as a result of Your choice to
1389     distribute the Covered Software under a subsequent version of this
1390     License (see Section 10.2) or under the terms of a Secondary License (if
1391     permitted under the terms of Section 3.3).
1393     2.5. Representation
1395     Each Contributor represents that the Contributor believes its
1396     Contributions are its original creation(s) or it has sufficient rights
1397     to grant the rights to its Contributions conveyed by this License.
1399     2.6. Fair Use
1401     This License is not intended to limit any rights You have under
1402     applicable copyright doctrines of fair use, fair dealing, or other
1403     equivalents.
1405     2.7. Conditions
1407     Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
1408     in Section 2.1.
1410     3. Responsibilities
1411     -------------------
1413     3.1. Distribution of Source Form
1415     All distribution of Covered Software in Source Code Form, including any
1416     Modifications that You create or to which You contribute, must be under
1417     the terms of this License. You must inform recipients that the Source
1418     Code Form of the Covered Software is governed by the terms of this
1419     License, and how they can obtain a copy of this License. You may not
1420     attempt to alter or restrict the recipients' rights in the Source Code
1421     Form.
1423     3.2. Distribution of Executable Form
1425     If You distribute Covered Software in Executable Form then:
1427     (a) such Covered Software must also be made available in Source Code
1428         Form, as described in Section 3.1, and You must inform recipients of
1429         the Executable Form how they can obtain a copy of such Source Code
1430         Form by reasonable means in a timely manner, at a charge no more
1431         than the cost of distribution to the recipient; and
1433     (b) You may distribute such Executable Form under the terms of this
1434         License, or sublicense it under different terms, provided that the
1435         license for the Executable Form does not attempt to limit or alter
1436         the recipients' rights in the Source Code Form under this License.
1438     3.3. Distribution of a Larger Work
1440     You may create and distribute a Larger Work under terms of Your choice,
1441     provided that You also comply with the requirements of this License for
1442     the Covered Software. If the Larger Work is a combination of Covered
1443     Software with a work governed by one or more Secondary Licenses, and the
1444     Covered Software is not Incompatible With Secondary Licenses, this
1445     License permits You to additionally distribute such Covered Software
1446     under the terms of such Secondary License(s), so that the recipient of
1447     the Larger Work may, at their option, further distribute the Covered
1448     Software under the terms of either this License or such Secondary
1449     License(s).
1451     3.4. Notices
1453     You may not remove or alter the substance of any license notices
1454     (including copyright notices, patent notices, disclaimers of warranty,
1455     or limitations of liability) contained within the Source Code Form of
1456     the Covered Software, except that You may alter any license notices to
1457     the extent required to remedy known factual inaccuracies.
1459     3.5. Application of Additional Terms
1461     You may choose to offer, and to charge a fee for, warranty, support,
1462     indemnity or liability obligations to one or more recipients of Covered
1463     Software. However, You may do so only on Your own behalf, and not on
1464     behalf of any Contributor. You must make it absolutely clear that any
1465     such warranty, support, indemnity, or liability obligation is offered by
1466     You alone, and You hereby agree to indemnify every Contributor for any
1467     liability incurred by such Contributor as a result of warranty, support,
1468     indemnity or liability terms You offer. You may include additional
1469     disclaimers of warranty and limitations of liability specific to any
1470     jurisdiction.
1472     4. Inability to Comply Due to Statute or Regulation
1473     ---------------------------------------------------
1475     If it is impossible for You to comply with any of the terms of this
1476     License with respect to some or all of the Covered Software due to
1477     statute, judicial order, or regulation then You must: (a) comply with
1478     the terms of this License to the maximum extent possible; and (b)
1479     describe the limitations and the code they affect. Such description must
1480     be placed in a text file included with all distributions of the Covered
1481     Software under this License. Except to the extent prohibited by statute
1482     or regulation, such description must be sufficiently detailed for a
1483     recipient of ordinary skill to be able to understand it.
1485     5. Termination
1486     --------------
1488     5.1. The rights granted under this License will terminate automatically
1489     if You fail to comply with any of its terms. However, if You become
1490     compliant, then the rights granted under this License from a particular
1491     Contributor are reinstated (a) provisionally, unless and until such
1492     Contributor explicitly and finally terminates Your grants, and (b) on an
1493     ongoing basis, if such Contributor fails to notify You of the
1494     non-compliance by some reasonable means prior to 60 days after You have
1495     come back into compliance. Moreover, Your grants from a particular
1496     Contributor are reinstated on an ongoing basis if such Contributor
1497     notifies You of the non-compliance by some reasonable means, this is the
1498     first time You have received notice of non-compliance with this License
1499     from such Contributor, and You become compliant prior to 30 days after
1500     Your receipt of the notice.
1502     5.2. If You initiate litigation against any entity by asserting a patent
1503     infringement claim (excluding declaratory judgment actions,
1504     counter-claims, and cross-claims) alleging that a Contributor Version
1505     directly or indirectly infringes any patent, then the rights granted to
1506     You by any and all Contributors for the Covered Software under Section
1507     2.1 of this License shall terminate.
1509     5.3. In the event of termination under Sections 5.1 or 5.2 above, all
1510     end user license agreements (excluding distributors and resellers) which
1511     have been validly granted by You or Your distributors under this License
1512     prior to termination shall survive termination.
1514     ************************************************************************
1515     *                                                                      *
1516     *  6. Disclaimer of Warranty                                           *
1517     *  -------------------------                                           *
1518     *                                                                      *
1519     *  Covered Software is provided under this License on an "as is"       *
1520     *  basis, without warranty of any kind, either expressed, implied, or  *
1521     *  statutory, including, without limitation, warranties that the       *
1522     *  Covered Software is free of defects, merchantable, fit for a        *
1523     *  particular purpose or non-infringing. The entire risk as to the     *
1524     *  quality and performance of the Covered Software is with You.        *
1525     *  Should any Covered Software prove defective in any respect, You     *
1526     *  (not any Contributor) assume the cost of any necessary servicing,   *
1527     *  repair, or correction. This disclaimer of warranty constitutes an   *
1528     *  essential part of this License. No use of any Covered Software is   *
1529     *  authorized under this License except under this disclaimer.         *
1530     *                                                                      *
1531     ************************************************************************
1533     ************************************************************************
1534     *                                                                      *
1535     *  7. Limitation of Liability                                          *
1536     *  --------------------------                                          *
1537     *                                                                      *
1538     *  Under no circumstances and under no legal theory, whether tort      *
1539     *  (including negligence), contract, or otherwise, shall any           *
1540     *  Contributor, or anyone who distributes Covered Software as          *
1541     *  permitted above, be liable to You for any direct, indirect,         *
1542     *  special, incidental, or consequential damages of any character      *
1543     *  including, without limitation, damages for lost profits, loss of    *
1544     *  goodwill, work stoppage, computer failure or malfunction, or any    *
1545     *  and all other commercial damages or losses, even if such party      *
1546     *  shall have been informed of the possibility of such damages. This   *
1547     *  limitation of liability shall not apply to liability for death or   *
1548     *  personal injury resulting from such party's negligence to the       *
1549     *  extent applicable law prohibits such limitation. Some               *
1550     *  jurisdictions do not allow the exclusion or limitation of           *
1551     *  incidental or consequential damages, so this exclusion and          *
1552     *  limitation may not apply to You.                                    *
1553     *                                                                      *
1554     ************************************************************************
1556     8. Litigation
1557     -------------
1559     Any litigation relating to this License may be brought only in the
1560     courts of a jurisdiction where the defendant maintains its principal
1561     place of business and such litigation shall be governed by laws of that
1562     jurisdiction, without reference to its conflict-of-law provisions.
1563     Nothing in this Section shall prevent a party's ability to bring
1564     cross-claims or counter-claims.
1566     9. Miscellaneous
1567     ----------------
1569     This License represents the complete agreement concerning the subject
1570     matter hereof. If any provision of this License is held to be
1571     unenforceable, such provision shall be reformed only to the extent
1572     necessary to make it enforceable. Any law or regulation which provides
1573     that the language of a contract shall be construed against the drafter
1574     shall not be used to construe this License against a Contributor.
1576     10. Versions of the License
1577     ---------------------------
1579     10.1. New Versions
1581     Mozilla Foundation is the license steward. Except as provided in Section
1582     10.3, no one other than the license steward has the right to modify or
1583     publish new versions of this License. Each version will be given a
1584     distinguishing version number.
1586     10.2. Effect of New Versions
1588     You may distribute the Covered Software under the terms of the version
1589     of the License under which You originally received the Covered Software,
1590     or under the terms of any subsequent version published by the license
1591     steward.
1593     10.3. Modified Versions
1595     If you create software not governed by this License, and you want to
1596     create a new license for such software, you may create and use a
1597     modified version of this License if you rename the license and remove
1598     any references to the name of the license steward (except to note that
1599     such modified license differs from this License).
1601     10.4. Distributing Source Code Form that is Incompatible With Secondary
1602     Licenses
1604     If You choose to distribute Source Code Form that is Incompatible With
1605     Secondary Licenses under the terms of this version of the License, the
1606     notice described in Exhibit B of this License must be attached.
1608     Exhibit A - Source Code Form License Notice
1609     -------------------------------------------
1611       This Source Code Form is subject to the terms of the Mozilla Public
1612       License, v. 2.0. If a copy of the MPL was not distributed with this
1613       file, You can obtain one at http://mozilla.org/MPL/2.0/.
1615     If it is not possible or desirable to put the notice in a particular
1616     file, then You may include the notice in a location (such as a LICENSE
1617     file in a relevant directory) where a recipient would be likely to look
1618     for such a notice.
1620     You may add additional accurate notices of copyright ownership.
1622     Exhibit B - "Incompatible With Secondary Licenses" Notice
1623     ---------------------------------------------------------
1625       This Source Code Form is "Incompatible With Secondary Licenses", as
1626       defined by the Mozilla Public License, v. 2.0.