python/cmd2: update to 2.5.6
[oi-userland.git] / components / encumbered / ffmpeg-6 / ffmpeg.license
blob076ed85cbb3aa1e180f8a33e29dc05b8325e46b0
1 # License
3 Most files in FFmpeg are under the GNU Lesser General Public License version 2.1
4 or later (LGPL v2.1+). Read the file `COPYING.LGPLv2.1` for details. Some other
5 files have MIT/X11/BSD-style licenses. In combination the LGPL v2.1+ applies to
6 FFmpeg.
8 Some optional parts of FFmpeg are licensed under the GNU General Public License
9 version 2 or later (GPL v2+). See the file `COPYING.GPLv2` for details. None of
10 these parts are used by default, you have to explicitly pass `--enable-gpl` to
11 configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
13 Specifically, the GPL parts of FFmpeg are:
15 - libpostproc
16 - optional x86 optimization in the files
17     - `libavcodec/x86/flac_dsp_gpl.asm`
18     - `libavcodec/x86/idct_mmx.c`
19     - `libavfilter/x86/vf_removegrain.asm`
20 - the following building and testing tools
21     - `compat/solaris/make_sunver.pl`
22     - `doc/t2h.pm`
23     - `doc/texi2pod.pl`
24     - `libswresample/tests/swresample.c`
25     - `tests/checkasm/*`
26     - `tests/tiny_ssim.c`
27 - the following filters in libavfilter:
28     - `signature_lookup.c`
29     - `vf_blackframe.c`
30     - `vf_boxblur.c`
31     - `vf_colormatrix.c`
32     - `vf_cover_rect.c`
33     - `vf_cropdetect.c`
34     - `vf_delogo.c`
35     - `vf_eq.c`
36     - `vf_find_rect.c`
37     - `vf_fspp.c`
38     - `vf_histeq.c`
39     - `vf_hqdn3d.c`
40     - `vf_kerndeint.c`
41     - `vf_lensfun.c` (GPL version 3 or later)
42     - `vf_mcdeint.c`
43     - `vf_mpdecimate.c`
44     - `vf_nnedi.c`
45     - `vf_owdenoise.c`
46     - `vf_perspective.c`
47     - `vf_phase.c`
48     - `vf_pp.c`
49     - `vf_pp7.c`
50     - `vf_pullup.c`
51     - `vf_repeatfields.c`
52     - `vf_sab.c`
53     - `vf_signature.c`
54     - `vf_smartblur.c`
55     - `vf_spp.c`
56     - `vf_stereo3d.c`
57     - `vf_super2xsai.c`
58     - `vf_tinterlace.c`
59     - `vf_uspp.c`
60     - `vf_vaguedenoiser.c`
61     - `vsrc_mptestsrc.c`
63 Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then
64 the configure parameter `--enable-version3` will activate this licensing option
65 for you. Read the file `COPYING.LGPLv3` or, if you have enabled GPL parts,
66 `COPYING.GPLv3` to learn the exact legal terms that apply in this case.
68 There are a handful of files under other licensing terms, namely:
70 * The files `libavcodec/jfdctfst.c`, `libavcodec/jfdctint_template.c` and
71   `libavcodec/jrevdct.c` are taken from libjpeg, see the top of the files for
72   licensing details. Specifically note that you must credit the IJG in the
73   documentation accompanying your program if you only distribute executables.
74   You must also indicate any changes including additions and deletions to
75   those three files in the documentation.
76 * `tests/reference.pnm` is under the expat license.
79 ## External libraries
81 FFmpeg can be combined with a number of external libraries, which sometimes
82 affect the licensing of binaries resulting from the combination.
84 ### Compatible libraries
86 The following libraries are under GPL version 2:
87 - avisynth
88 - frei0r
89 - libcdio
90 - libdavs2
91 - librubberband
92 - libvidstab
93 - libx264
94 - libx265
95 - libxavs
96 - libxavs2
97 - libxvid
99 When combining them with FFmpeg, FFmpeg needs to be licensed as GPL as well by
100 passing `--enable-gpl` to configure.
102 The following libraries are under LGPL version 3:
103 - gmp
104 - libaribb24
105 - liblensfun
107 When combining them with FFmpeg, use the configure option `--enable-version3` to
108 upgrade FFmpeg to the LGPL v3.
110 The VMAF, mbedTLS, RK MPI, OpenCORE and VisualOn libraries are under the Apache License
111 2.0. That license is incompatible with the LGPL v2.1 and the GPL v2, but not with
112 version 3 of those licenses. So to combine these libraries with FFmpeg, the
113 license version needs to be upgraded by passing `--enable-version3` to configure.
115 The smbclient library is under the GPL v3, to combine it with FFmpeg,
116 the options `--enable-gpl` and `--enable-version3` have to be passed to
117 configure to upgrade FFmpeg to the GPL v3.
119 ### Incompatible libraries
121 There are certain libraries you can combine with FFmpeg whose licenses are not
122 compatible with the GPL and/or the LGPL. If you wish to enable these
123 libraries, even in circumstances that their license may be incompatible, pass
124 `--enable-nonfree` to configure. This will cause the resulting binary to be
125 unredistributable.
127 The Fraunhofer FDK AAC and OpenSSL libraries are under licenses which are
128 incompatible with the GPLv2 and v3. To the best of our knowledge, they are
129 compatible with the LGPL.
130 -----------------------------------------------------------------------------
131                   GNU LESSER GENERAL PUBLIC LICENSE
132                        Version 2.1, February 1999
134  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
135  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
136  Everyone is permitted to copy and distribute verbatim copies
137  of this license document, but changing it is not allowed.
139 [This is the first released version of the Lesser GPL.  It also counts
140  as the successor of the GNU Library Public License, version 2, hence
141  the version number 2.1.]
143                             Preamble
145   The licenses for most software are designed to take away your
146 freedom to share and change it.  By contrast, the GNU General Public
147 Licenses are intended to guarantee your freedom to share and change
148 free software--to make sure the software is free for all its users.
150   This license, the Lesser General Public License, applies to some
151 specially designated software packages--typically libraries--of the
152 Free Software Foundation and other authors who decide to use it.  You
153 can use it too, but we suggest you first think carefully about whether
154 this license or the ordinary General Public License is the better
155 strategy to use in any particular case, based on the explanations below.
157   When we speak of free software, we are referring to freedom of use,
158 not price.  Our General Public Licenses are designed to make sure that
159 you have the freedom to distribute copies of free software (and charge
160 for this service if you wish); that you receive source code or can get
161 it if you want it; that you can change the software and use pieces of
162 it in new free programs; and that you are informed that you can do
163 these things.
165   To protect your rights, we need to make restrictions that forbid
166 distributors to deny you these rights or to ask you to surrender these
167 rights.  These restrictions translate to certain responsibilities for
168 you if you distribute copies of the library or if you modify it.
170   For example, if you distribute copies of the library, whether gratis
171 or for a fee, you must give the recipients all the rights that we gave
172 you.  You must make sure that they, too, receive or can get the source
173 code.  If you link other code with the library, you must provide
174 complete object files to the recipients, so that they can relink them
175 with the library after making changes to the library and recompiling
176 it.  And you must show them these terms so they know their rights.
178   We protect your rights with a two-step method: (1) we copyright the
179 library, and (2) we offer you this license, which gives you legal
180 permission to copy, distribute and/or modify the library.
182   To protect each distributor, we want to make it very clear that
183 there is no warranty for the free library.  Also, if the library is
184 modified by someone else and passed on, the recipients should know
185 that what they have is not the original version, so that the original
186 author's reputation will not be affected by problems that might be
187 introduced by others.
189   Finally, software patents pose a constant threat to the existence of
190 any free program.  We wish to make sure that a company cannot
191 effectively restrict the users of a free program by obtaining a
192 restrictive license from a patent holder.  Therefore, we insist that
193 any patent license obtained for a version of the library must be
194 consistent with the full freedom of use specified in this license.
196   Most GNU software, including some libraries, is covered by the
197 ordinary GNU General Public License.  This license, the GNU Lesser
198 General Public License, applies to certain designated libraries, and
199 is quite different from the ordinary General Public License.  We use
200 this license for certain libraries in order to permit linking those
201 libraries into non-free programs.
203   When a program is linked with a library, whether statically or using
204 a shared library, the combination of the two is legally speaking a
205 combined work, a derivative of the original library.  The ordinary
206 General Public License therefore permits such linking only if the
207 entire combination fits its criteria of freedom.  The Lesser General
208 Public License permits more lax criteria for linking other code with
209 the library.
211   We call this license the "Lesser" General Public License because it
212 does Less to protect the user's freedom than the ordinary General
213 Public License.  It also provides other free software developers Less
214 of an advantage over competing non-free programs.  These disadvantages
215 are the reason we use the ordinary General Public License for many
216 libraries.  However, the Lesser license provides advantages in certain
217 special circumstances.
219   For example, on rare occasions, there may be a special need to
220 encourage the widest possible use of a certain library, so that it becomes
221 a de-facto standard.  To achieve this, non-free programs must be
222 allowed to use the library.  A more frequent case is that a free
223 library does the same job as widely used non-free libraries.  In this
224 case, there is little to gain by limiting the free library to free
225 software only, so we use the Lesser General Public License.
227   In other cases, permission to use a particular library in non-free
228 programs enables a greater number of people to use a large body of
229 free software.  For example, permission to use the GNU C Library in
230 non-free programs enables many more people to use the whole GNU
231 operating system, as well as its variant, the GNU/Linux operating
232 system.
234   Although the Lesser General Public License is Less protective of the
235 users' freedom, it does ensure that the user of a program that is
236 linked with the Library has the freedom and the wherewithal to run
237 that program using a modified version of the Library.
239   The precise terms and conditions for copying, distribution and
240 modification follow.  Pay close attention to the difference between a
241 "work based on the library" and a "work that uses the library".  The
242 former contains code derived from the library, whereas the latter must
243 be combined with the library in order to run.
245                   GNU LESSER GENERAL PUBLIC LICENSE
246    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
248   0. This License Agreement applies to any software library or other
249 program which contains a notice placed by the copyright holder or
250 other authorized party saying it may be distributed under the terms of
251 this Lesser General Public License (also called "this License").
252 Each licensee is addressed as "you".
254   A "library" means a collection of software functions and/or data
255 prepared so as to be conveniently linked with application programs
256 (which use some of those functions and data) to form executables.
258   The "Library", below, refers to any such software library or work
259 which has been distributed under these terms.  A "work based on the
260 Library" means either the Library or any derivative work under
261 copyright law: that is to say, a work containing the Library or a
262 portion of it, either verbatim or with modifications and/or translated
263 straightforwardly into another language.  (Hereinafter, translation is
264 included without limitation in the term "modification".)
266   "Source code" for a work means the preferred form of the work for
267 making modifications to it.  For a library, complete source code means
268 all the source code for all modules it contains, plus any associated
269 interface definition files, plus the scripts used to control compilation
270 and installation of the library.
272   Activities other than copying, distribution and modification are not
273 covered by this License; they are outside its scope.  The act of
274 running a program using the Library is not restricted, and output from
275 such a program is covered only if its contents constitute a work based
276 on the Library (independent of the use of the Library in a tool for
277 writing it).  Whether that is true depends on what the Library does
278 and what the program that uses the Library does.
280   1. You may copy and distribute verbatim copies of the Library's
281 complete source code as you receive it, in any medium, provided that
282 you conspicuously and appropriately publish on each copy an
283 appropriate copyright notice and disclaimer of warranty; keep intact
284 all the notices that refer to this License and to the absence of any
285 warranty; and distribute a copy of this License along with the
286 Library.
288   You may charge a fee for the physical act of transferring a copy,
289 and you may at your option offer warranty protection in exchange for a
290 fee.
292   2. You may modify your copy or copies of the Library or any portion
293 of it, thus forming a work based on the Library, and copy and
294 distribute such modifications or work under the terms of Section 1
295 above, provided that you also meet all of these conditions:
297     a) The modified work must itself be a software library.
299     b) You must cause the files modified to carry prominent notices
300     stating that you changed the files and the date of any change.
302     c) You must cause the whole of the work to be licensed at no
303     charge to all third parties under the terms of this License.
305     d) If a facility in the modified Library refers to a function or a
306     table of data to be supplied by an application program that uses
307     the facility, other than as an argument passed when the facility
308     is invoked, then you must make a good faith effort to ensure that,
309     in the event an application does not supply such function or
310     table, the facility still operates, and performs whatever part of
311     its purpose remains meaningful.
313     (For example, a function in a library to compute square roots has
314     a purpose that is entirely well-defined independent of the
315     application.  Therefore, Subsection 2d requires that any
316     application-supplied function or table used by this function must
317     be optional: if the application does not supply it, the square
318     root function must still compute square roots.)
320 These requirements apply to the modified work as a whole.  If
321 identifiable sections of that work are not derived from the Library,
322 and can be reasonably considered independent and separate works in
323 themselves, then this License, and its terms, do not apply to those
324 sections when you distribute them as separate works.  But when you
325 distribute the same sections as part of a whole which is a work based
326 on the Library, the distribution of the whole must be on the terms of
327 this License, whose permissions for other licensees extend to the
328 entire whole, and thus to each and every part regardless of who wrote
331 Thus, it is not the intent of this section to claim rights or contest
332 your rights to work written entirely by you; rather, the intent is to
333 exercise the right to control the distribution of derivative or
334 collective works based on the Library.
336 In addition, mere aggregation of another work not based on the Library
337 with the Library (or with a work based on the Library) on a volume of
338 a storage or distribution medium does not bring the other work under
339 the scope of this License.
341   3. You may opt to apply the terms of the ordinary GNU General Public
342 License instead of this License to a given copy of the Library.  To do
343 this, you must alter all the notices that refer to this License, so
344 that they refer to the ordinary GNU General Public License, version 2,
345 instead of to this License.  (If a newer version than version 2 of the
346 ordinary GNU General Public License has appeared, then you can specify
347 that version instead if you wish.)  Do not make any other change in
348 these notices.
350   Once this change is made in a given copy, it is irreversible for
351 that copy, so the ordinary GNU General Public License applies to all
352 subsequent copies and derivative works made from that copy.
354   This option is useful when you wish to copy part of the code of
355 the Library into a program that is not a library.
357   4. You may copy and distribute the Library (or a portion or
358 derivative of it, under Section 2) in object code or executable form
359 under the terms of Sections 1 and 2 above provided that you accompany
360 it with the complete corresponding machine-readable source code, which
361 must be distributed under the terms of Sections 1 and 2 above on a
362 medium customarily used for software interchange.
364   If distribution of object code is made by offering access to copy
365 from a designated place, then offering equivalent access to copy the
366 source code from the same place satisfies the requirement to
367 distribute the source code, even though third parties are not
368 compelled to copy the source along with the object code.
370   5. A program that contains no derivative of any portion of the
371 Library, but is designed to work with the Library by being compiled or
372 linked with it, is called a "work that uses the Library".  Such a
373 work, in isolation, is not a derivative work of the Library, and
374 therefore falls outside the scope of this License.
376   However, linking a "work that uses the Library" with the Library
377 creates an executable that is a derivative of the Library (because it
378 contains portions of the Library), rather than a "work that uses the
379 library".  The executable is therefore covered by this License.
380 Section 6 states terms for distribution of such executables.
382   When a "work that uses the Library" uses material from a header file
383 that is part of the Library, the object code for the work may be a
384 derivative work of the Library even though the source code is not.
385 Whether this is true is especially significant if the work can be
386 linked without the Library, or if the work is itself a library.  The
387 threshold for this to be true is not precisely defined by law.
389   If such an object file uses only numerical parameters, data
390 structure layouts and accessors, and small macros and small inline
391 functions (ten lines or less in length), then the use of the object
392 file is unrestricted, regardless of whether it is legally a derivative
393 work.  (Executables containing this object code plus portions of the
394 Library will still fall under Section 6.)
396   Otherwise, if the work is a derivative of the Library, you may
397 distribute the object code for the work under the terms of Section 6.
398 Any executables containing that work also fall under Section 6,
399 whether or not they are linked directly with the Library itself.
401   6. As an exception to the Sections above, you may also combine or
402 link a "work that uses the Library" with the Library to produce a
403 work containing portions of the Library, and distribute that work
404 under terms of your choice, provided that the terms permit
405 modification of the work for the customer's own use and reverse
406 engineering for debugging such modifications.
408   You must give prominent notice with each copy of the work that the
409 Library is used in it and that the Library and its use are covered by
410 this License.  You must supply a copy of this License.  If the work
411 during execution displays copyright notices, you must include the
412 copyright notice for the Library among them, as well as a reference
413 directing the user to the copy of this License.  Also, you must do one
414 of these things:
416     a) Accompany the work with the complete corresponding
417     machine-readable source code for the Library including whatever
418     changes were used in the work (which must be distributed under
419     Sections 1 and 2 above); and, if the work is an executable linked
420     with the Library, with the complete machine-readable "work that
421     uses the Library", as object code and/or source code, so that the
422     user can modify the Library and then relink to produce a modified
423     executable containing the modified Library.  (It is understood
424     that the user who changes the contents of definitions files in the
425     Library will not necessarily be able to recompile the application
426     to use the modified definitions.)
428     b) Use a suitable shared library mechanism for linking with the
429     Library.  A suitable mechanism is one that (1) uses at run time a
430     copy of the library already present on the user's computer system,
431     rather than copying library functions into the executable, and (2)
432     will operate properly with a modified version of the library, if
433     the user installs one, as long as the modified version is
434     interface-compatible with the version that the work was made with.
436     c) Accompany the work with a written offer, valid for at
437     least three years, to give the same user the materials
438     specified in Subsection 6a, above, for a charge no more
439     than the cost of performing this distribution.
441     d) If distribution of the work is made by offering access to copy
442     from a designated place, offer equivalent access to copy the above
443     specified materials from the same place.
445     e) Verify that the user has already received a copy of these
446     materials or that you have already sent this user a copy.
448   For an executable, the required form of the "work that uses the
449 Library" must include any data and utility programs needed for
450 reproducing the executable from it.  However, as a special exception,
451 the materials to be distributed need not include anything that is
452 normally distributed (in either source or binary form) with the major
453 components (compiler, kernel, and so on) of the operating system on
454 which the executable runs, unless that component itself accompanies
455 the executable.
457   It may happen that this requirement contradicts the license
458 restrictions of other proprietary libraries that do not normally
459 accompany the operating system.  Such a contradiction means you cannot
460 use both them and the Library together in an executable that you
461 distribute.
463   7. You may place library facilities that are a work based on the
464 Library side-by-side in a single library together with other library
465 facilities not covered by this License, and distribute such a combined
466 library, provided that the separate distribution of the work based on
467 the Library and of the other library facilities is otherwise
468 permitted, and provided that you do these two things:
470     a) Accompany the combined library with a copy of the same work
471     based on the Library, uncombined with any other library
472     facilities.  This must be distributed under the terms of the
473     Sections above.
475     b) Give prominent notice with the combined library of the fact
476     that part of it is a work based on the Library, and explaining
477     where to find the accompanying uncombined form of the same work.
479   8. You may not copy, modify, sublicense, link with, or distribute
480 the Library except as expressly provided under this License.  Any
481 attempt otherwise to copy, modify, sublicense, link with, or
482 distribute the Library is void, and will automatically terminate your
483 rights under this License.  However, parties who have received copies,
484 or rights, from you under this License will not have their licenses
485 terminated so long as such parties remain in full compliance.
487   9. You are not required to accept this License, since you have not
488 signed it.  However, nothing else grants you permission to modify or
489 distribute the Library or its derivative works.  These actions are
490 prohibited by law if you do not accept this License.  Therefore, by
491 modifying or distributing the Library (or any work based on the
492 Library), you indicate your acceptance of this License to do so, and
493 all its terms and conditions for copying, distributing or modifying
494 the Library or works based on it.
496   10. Each time you redistribute the Library (or any work based on the
497 Library), the recipient automatically receives a license from the
498 original licensor to copy, distribute, link with or modify the Library
499 subject to these terms and conditions.  You may not impose any further
500 restrictions on the recipients' exercise of the rights granted herein.
501 You are not responsible for enforcing compliance by third parties with
502 this License.
504   11. If, as a consequence of a court judgment or allegation of patent
505 infringement or for any other reason (not limited to patent issues),
506 conditions are imposed on you (whether by court order, agreement or
507 otherwise) that contradict the conditions of this License, they do not
508 excuse you from the conditions of this License.  If you cannot
509 distribute so as to satisfy simultaneously your obligations under this
510 License and any other pertinent obligations, then as a consequence you
511 may not distribute the Library at all.  For example, if a patent
512 license would not permit royalty-free redistribution of the Library by
513 all those who receive copies directly or indirectly through you, then
514 the only way you could satisfy both it and this License would be to
515 refrain entirely from distribution of the Library.
517 If any portion of this section is held invalid or unenforceable under any
518 particular circumstance, the balance of the section is intended to apply,
519 and the section as a whole is intended to apply in other circumstances.
521 It is not the purpose of this section to induce you to infringe any
522 patents or other property right claims or to contest validity of any
523 such claims; this section has the sole purpose of protecting the
524 integrity of the free software distribution system which is
525 implemented by public license practices.  Many people have made
526 generous contributions to the wide range of software distributed
527 through that system in reliance on consistent application of that
528 system; it is up to the author/donor to decide if he or she is willing
529 to distribute software through any other system and a licensee cannot
530 impose that choice.
532 This section is intended to make thoroughly clear what is believed to
533 be a consequence of the rest of this License.
535   12. If the distribution and/or use of the Library is restricted in
536 certain countries either by patents or by copyrighted interfaces, the
537 original copyright holder who places the Library under this License may add
538 an explicit geographical distribution limitation excluding those countries,
539 so that distribution is permitted only in or among countries not thus
540 excluded.  In such case, this License incorporates the limitation as if
541 written in the body of this License.
543   13. The Free Software Foundation may publish revised and/or new
544 versions of the Lesser General Public License from time to time.
545 Such new versions will be similar in spirit to the present version,
546 but may differ in detail to address new problems or concerns.
548 Each version is given a distinguishing version number.  If the Library
549 specifies a version number of this License which applies to it and
550 "any later version", you have the option of following the terms and
551 conditions either of that version or of any later version published by
552 the Free Software Foundation.  If the Library does not specify a
553 license version number, you may choose any version ever published by
554 the Free Software Foundation.
556   14. If you wish to incorporate parts of the Library into other free
557 programs whose distribution conditions are incompatible with these,
558 write to the author to ask for permission.  For software which is
559 copyrighted by the Free Software Foundation, write to the Free
560 Software Foundation; we sometimes make exceptions for this.  Our
561 decision will be guided by the two goals of preserving the free status
562 of all derivatives of our free software and of promoting the sharing
563 and reuse of software generally.
565                             NO WARRANTY
567   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
568 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
569 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
570 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
571 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
572 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
573 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
574 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
575 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
577   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
578 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
579 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
580 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
581 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
582 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
583 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
584 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
585 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
586 DAMAGES.
588                      END OF TERMS AND CONDITIONS
590            How to Apply These Terms to Your New Libraries
592   If you develop a new library, and you want it to be of the greatest
593 possible use to the public, we recommend making it free software that
594 everyone can redistribute and change.  You can do so by permitting
595 redistribution under these terms (or, alternatively, under the terms of the
596 ordinary General Public License).
598   To apply these terms, attach the following notices to the library.  It is
599 safest to attach them to the start of each source file to most effectively
600 convey the exclusion of warranty; and each file should have at least the
601 "copyright" line and a pointer to where the full notice is found.
603     <one line to give the library's name and a brief idea of what it does.>
604     Copyright (C) <year>  <name of author>
606     This library is free software; you can redistribute it and/or
607     modify it under the terms of the GNU Lesser General Public
608     License as published by the Free Software Foundation; either
609     version 2.1 of the License, or (at your option) any later version.
611     This library is distributed in the hope that it will be useful,
612     but WITHOUT ANY WARRANTY; without even the implied warranty of
613     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
614     Lesser General Public License for more details.
616     You should have received a copy of the GNU Lesser General Public
617     License along with this library; if not, write to the Free Software
618     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
620 Also add information on how to contact you by electronic and paper mail.
622 You should also get your employer (if you work as a programmer) or your
623 school, if any, to sign a "copyright disclaimer" for the library, if
624 necessary.  Here is a sample; alter the names:
626   Yoyodyne, Inc., hereby disclaims all copyright interest in the
627   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
629   <signature of Ty Coon>, 1 April 1990
630   Ty Coon, President of Vice
632 That's all there is to it!
633 -----------------------------------------------------------------------------
634                    GNU LESSER GENERAL PUBLIC LICENSE
635                        Version 3, 29 June 2007
637  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
638  Everyone is permitted to copy and distribute verbatim copies
639  of this license document, but changing it is not allowed.
642   This version of the GNU Lesser General Public License incorporates
643 the terms and conditions of version 3 of the GNU General Public
644 License, supplemented by the additional permissions listed below.
646   0. Additional Definitions.
648   As used herein, "this License" refers to version 3 of the GNU Lesser
649 General Public License, and the "GNU GPL" refers to version 3 of the GNU
650 General Public License.
652   "The Library" refers to a covered work governed by this License,
653 other than an Application or a Combined Work as defined below.
655   An "Application" is any work that makes use of an interface provided
656 by the Library, but which is not otherwise based on the Library.
657 Defining a subclass of a class defined by the Library is deemed a mode
658 of using an interface provided by the Library.
660   A "Combined Work" is a work produced by combining or linking an
661 Application with the Library.  The particular version of the Library
662 with which the Combined Work was made is also called the "Linked
663 Version".
665   The "Minimal Corresponding Source" for a Combined Work means the
666 Corresponding Source for the Combined Work, excluding any source code
667 for portions of the Combined Work that, considered in isolation, are
668 based on the Application, and not on the Linked Version.
670   The "Corresponding Application Code" for a Combined Work means the
671 object code and/or source code for the Application, including any data
672 and utility programs needed for reproducing the Combined Work from the
673 Application, but excluding the System Libraries of the Combined Work.
675   1. Exception to Section 3 of the GNU GPL.
677   You may convey a covered work under sections 3 and 4 of this License
678 without being bound by section 3 of the GNU GPL.
680   2. Conveying Modified Versions.
682   If you modify a copy of the Library, and, in your modifications, a
683 facility refers to a function or data to be supplied by an Application
684 that uses the facility (other than as an argument passed when the
685 facility is invoked), then you may convey a copy of the modified
686 version:
688    a) under this License, provided that you make a good faith effort to
689    ensure that, in the event an Application does not supply the
690    function or data, the facility still operates, and performs
691    whatever part of its purpose remains meaningful, or
693    b) under the GNU GPL, with none of the additional permissions of
694    this License applicable to that copy.
696   3. Object Code Incorporating Material from Library Header Files.
698   The object code form of an Application may incorporate material from
699 a header file that is part of the Library.  You may convey such object
700 code under terms of your choice, provided that, if the incorporated
701 material is not limited to numerical parameters, data structure
702 layouts and accessors, or small macros, inline functions and templates
703 (ten or fewer lines in length), you do both of the following:
705    a) Give prominent notice with each copy of the object code that the
706    Library is used in it and that the Library and its use are
707    covered by this License.
709    b) Accompany the object code with a copy of the GNU GPL and this license
710    document.
712   4. Combined Works.
714   You may convey a Combined Work under terms of your choice that,
715 taken together, effectively do not restrict modification of the
716 portions of the Library contained in the Combined Work and reverse
717 engineering for debugging such modifications, if you also do each of
718 the following:
720    a) Give prominent notice with each copy of the Combined Work that
721    the Library is used in it and that the Library and its use are
722    covered by this License.
724    b) Accompany the Combined Work with a copy of the GNU GPL and this license
725    document.
727    c) For a Combined Work that displays copyright notices during
728    execution, include the copyright notice for the Library among
729    these notices, as well as a reference directing the user to the
730    copies of the GNU GPL and this license document.
732    d) Do one of the following:
734        0) Convey the Minimal Corresponding Source under the terms of this
735        License, and the Corresponding Application Code in a form
736        suitable for, and under terms that permit, the user to
737        recombine or relink the Application with a modified version of
738        the Linked Version to produce a modified Combined Work, in the
739        manner specified by section 6 of the GNU GPL for conveying
740        Corresponding Source.
742        1) Use a suitable shared library mechanism for linking with the
743        Library.  A suitable mechanism is one that (a) uses at run time
744        a copy of the Library already present on the user's computer
745        system, and (b) will operate properly with a modified version
746        of the Library that is interface-compatible with the Linked
747        Version.
749    e) Provide Installation Information, but only if you would otherwise
750    be required to provide such information under section 6 of the
751    GNU GPL, and only to the extent that such information is
752    necessary to install and execute a modified version of the
753    Combined Work produced by recombining or relinking the
754    Application with a modified version of the Linked Version. (If
755    you use option 4d0, the Installation Information must accompany
756    the Minimal Corresponding Source and Corresponding Application
757    Code. If you use option 4d1, you must provide the Installation
758    Information in the manner specified by section 6 of the GNU GPL
759    for conveying Corresponding Source.)
761   5. Combined Libraries.
763   You may place library facilities that are a work based on the
764 Library side by side in a single library together with other library
765 facilities that are not Applications and are not covered by this
766 License, and convey such a combined library under terms of your
767 choice, if you do both of the following:
769    a) Accompany the combined library with a copy of the same work based
770    on the Library, uncombined with any other library facilities,
771    conveyed under the terms of this License.
773    b) Give prominent notice with the combined library that part of it
774    is a work based on the Library, and explaining where to find the
775    accompanying uncombined form of the same work.
777   6. Revised Versions of the GNU Lesser General Public License.
779   The Free Software Foundation may publish revised and/or new versions
780 of the GNU Lesser General Public License from time to time. Such new
781 versions will be similar in spirit to the present version, but may
782 differ in detail to address new problems or concerns.
784   Each version is given a distinguishing version number. If the
785 Library as you received it specifies that a certain numbered version
786 of the GNU Lesser General Public License "or any later version"
787 applies to it, you have the option of following the terms and
788 conditions either of that published version or of any later version
789 published by the Free Software Foundation. If the Library as you
790 received it does not specify a version number of the GNU Lesser
791 General Public License, you may choose any version of the GNU Lesser
792 General Public License ever published by the Free Software Foundation.
794   If the Library as you received it specifies that a proxy can decide
795 whether future versions of the GNU Lesser General Public License shall
796 apply, that proxy's public statement of acceptance of any version is
797 permanent authorization for you to choose that version for the
798 Library.
799 -----------------------------------------------------------------------------
800                     GNU GENERAL PUBLIC LICENSE
801                        Version 2, June 1991
803  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
804  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
805  Everyone is permitted to copy and distribute verbatim copies
806  of this license document, but changing it is not allowed.
808                             Preamble
810   The licenses for most software are designed to take away your
811 freedom to share and change it.  By contrast, the GNU General Public
812 License is intended to guarantee your freedom to share and change free
813 software--to make sure the software is free for all its users.  This
814 General Public License applies to most of the Free Software
815 Foundation's software and to any other program whose authors commit to
816 using it.  (Some other Free Software Foundation software is covered by
817 the GNU Lesser General Public License instead.)  You can apply it to
818 your programs, too.
820   When we speak of free software, we are referring to freedom, not
821 price.  Our General Public Licenses are designed to make sure that you
822 have the freedom to distribute copies of free software (and charge for
823 this service if you wish), that you receive source code or can get it
824 if you want it, that you can change the software or use pieces of it
825 in new free programs; and that you know you can do these things.
827   To protect your rights, we need to make restrictions that forbid
828 anyone to deny you these rights or to ask you to surrender the rights.
829 These restrictions translate to certain responsibilities for you if you
830 distribute copies of the software, or if you modify it.
832   For example, if you distribute copies of such a program, whether
833 gratis or for a fee, you must give the recipients all the rights that
834 you have.  You must make sure that they, too, receive or can get the
835 source code.  And you must show them these terms so they know their
836 rights.
838   We protect your rights with two steps: (1) copyright the software, and
839 (2) offer you this license which gives you legal permission to copy,
840 distribute and/or modify the software.
842   Also, for each author's protection and ours, we want to make certain
843 that everyone understands that there is no warranty for this free
844 software.  If the software is modified by someone else and passed on, we
845 want its recipients to know that what they have is not the original, so
846 that any problems introduced by others will not reflect on the original
847 authors' reputations.
849   Finally, any free program is threatened constantly by software
850 patents.  We wish to avoid the danger that redistributors of a free
851 program will individually obtain patent licenses, in effect making the
852 program proprietary.  To prevent this, we have made it clear that any
853 patent must be licensed for everyone's free use or not licensed at all.
855   The precise terms and conditions for copying, distribution and
856 modification follow.
858                     GNU GENERAL PUBLIC LICENSE
859    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
861   0. This License applies to any program or other work which contains
862 a notice placed by the copyright holder saying it may be distributed
863 under the terms of this General Public License.  The "Program", below,
864 refers to any such program or work, and a "work based on the Program"
865 means either the Program or any derivative work under copyright law:
866 that is to say, a work containing the Program or a portion of it,
867 either verbatim or with modifications and/or translated into another
868 language.  (Hereinafter, translation is included without limitation in
869 the term "modification".)  Each licensee is addressed as "you".
871 Activities other than copying, distribution and modification are not
872 covered by this License; they are outside its scope.  The act of
873 running the Program is not restricted, and the output from the Program
874 is covered only if its contents constitute a work based on the
875 Program (independent of having been made by running the Program).
876 Whether that is true depends on what the Program does.
878   1. You may copy and distribute verbatim copies of the Program's
879 source code as you receive it, in any medium, provided that you
880 conspicuously and appropriately publish on each copy an appropriate
881 copyright notice and disclaimer of warranty; keep intact all the
882 notices that refer to this License and to the absence of any warranty;
883 and give any other recipients of the Program a copy of this License
884 along with the Program.
886 You may charge a fee for the physical act of transferring a copy, and
887 you may at your option offer warranty protection in exchange for a fee.
889   2. You may modify your copy or copies of the Program or any portion
890 of it, thus forming a work based on the Program, and copy and
891 distribute such modifications or work under the terms of Section 1
892 above, provided that you also meet all of these conditions:
894     a) You must cause the modified files to carry prominent notices
895     stating that you changed the files and the date of any change.
897     b) You must cause any work that you distribute or publish, that in
898     whole or in part contains or is derived from the Program or any
899     part thereof, to be licensed as a whole at no charge to all third
900     parties under the terms of this License.
902     c) If the modified program normally reads commands interactively
903     when run, you must cause it, when started running for such
904     interactive use in the most ordinary way, to print or display an
905     announcement including an appropriate copyright notice and a
906     notice that there is no warranty (or else, saying that you provide
907     a warranty) and that users may redistribute the program under
908     these conditions, and telling the user how to view a copy of this
909     License.  (Exception: if the Program itself is interactive but
910     does not normally print such an announcement, your work based on
911     the Program is not required to print an announcement.)
913 These requirements apply to the modified work as a whole.  If
914 identifiable sections of that work are not derived from the Program,
915 and can be reasonably considered independent and separate works in
916 themselves, then this License, and its terms, do not apply to those
917 sections when you distribute them as separate works.  But when you
918 distribute the same sections as part of a whole which is a work based
919 on the Program, the distribution of the whole must be on the terms of
920 this License, whose permissions for other licensees extend to the
921 entire whole, and thus to each and every part regardless of who wrote it.
923 Thus, it is not the intent of this section to claim rights or contest
924 your rights to work written entirely by you; rather, the intent is to
925 exercise the right to control the distribution of derivative or
926 collective works based on the Program.
928 In addition, mere aggregation of another work not based on the Program
929 with the Program (or with a work based on the Program) on a volume of
930 a storage or distribution medium does not bring the other work under
931 the scope of this License.
933   3. You may copy and distribute the Program (or a work based on it,
934 under Section 2) in object code or executable form under the terms of
935 Sections 1 and 2 above provided that you also do one of the following:
937     a) Accompany it with the complete corresponding machine-readable
938     source code, which must be distributed under the terms of Sections
939     1 and 2 above on a medium customarily used for software interchange; or,
941     b) Accompany it with a written offer, valid for at least three
942     years, to give any third party, for a charge no more than your
943     cost of physically performing source distribution, a complete
944     machine-readable copy of the corresponding source code, to be
945     distributed under the terms of Sections 1 and 2 above on a medium
946     customarily used for software interchange; or,
948     c) Accompany it with the information you received as to the offer
949     to distribute corresponding source code.  (This alternative is
950     allowed only for noncommercial distribution and only if you
951     received the program in object code or executable form with such
952     an offer, in accord with Subsection b above.)
954 The source code for a work means the preferred form of the work for
955 making modifications to it.  For an executable work, complete source
956 code means all the source code for all modules it contains, plus any
957 associated interface definition files, plus the scripts used to
958 control compilation and installation of the executable.  However, as a
959 special exception, the source code distributed need not include
960 anything that is normally distributed (in either source or binary
961 form) with the major components (compiler, kernel, and so on) of the
962 operating system on which the executable runs, unless that component
963 itself accompanies the executable.
965 If distribution of executable or object code is made by offering
966 access to copy from a designated place, then offering equivalent
967 access to copy the source code from the same place counts as
968 distribution of the source code, even though third parties are not
969 compelled to copy the source along with the object code.
971   4. You may not copy, modify, sublicense, or distribute the Program
972 except as expressly provided under this License.  Any attempt
973 otherwise to copy, modify, sublicense or distribute the Program is
974 void, and will automatically terminate your rights under this License.
975 However, parties who have received copies, or rights, from you under
976 this License will not have their licenses terminated so long as such
977 parties remain in full compliance.
979   5. You are not required to accept this License, since you have not
980 signed it.  However, nothing else grants you permission to modify or
981 distribute the Program or its derivative works.  These actions are
982 prohibited by law if you do not accept this License.  Therefore, by
983 modifying or distributing the Program (or any work based on the
984 Program), you indicate your acceptance of this License to do so, and
985 all its terms and conditions for copying, distributing or modifying
986 the Program or works based on it.
988   6. Each time you redistribute the Program (or any work based on the
989 Program), the recipient automatically receives a license from the
990 original licensor to copy, distribute or modify the Program subject to
991 these terms and conditions.  You may not impose any further
992 restrictions on the recipients' exercise of the rights granted herein.
993 You are not responsible for enforcing compliance by third parties to
994 this License.
996   7. If, as a consequence of a court judgment or allegation of patent
997 infringement or for any other reason (not limited to patent issues),
998 conditions are imposed on you (whether by court order, agreement or
999 otherwise) that contradict the conditions of this License, they do not
1000 excuse you from the conditions of this License.  If you cannot
1001 distribute so as to satisfy simultaneously your obligations under this
1002 License and any other pertinent obligations, then as a consequence you
1003 may not distribute the Program at all.  For example, if a patent
1004 license would not permit royalty-free redistribution of the Program by
1005 all those who receive copies directly or indirectly through you, then
1006 the only way you could satisfy both it and this License would be to
1007 refrain entirely from distribution of the Program.
1009 If any portion of this section is held invalid or unenforceable under
1010 any particular circumstance, the balance of the section is intended to
1011 apply and the section as a whole is intended to apply in other
1012 circumstances.
1014 It is not the purpose of this section to induce you to infringe any
1015 patents or other property right claims or to contest validity of any
1016 such claims; this section has the sole purpose of protecting the
1017 integrity of the free software distribution system, which is
1018 implemented by public license practices.  Many people have made
1019 generous contributions to the wide range of software distributed
1020 through that system in reliance on consistent application of that
1021 system; it is up to the author/donor to decide if he or she is willing
1022 to distribute software through any other system and a licensee cannot
1023 impose that choice.
1025 This section is intended to make thoroughly clear what is believed to
1026 be a consequence of the rest of this License.
1028   8. If the distribution and/or use of the Program is restricted in
1029 certain countries either by patents or by copyrighted interfaces, the
1030 original copyright holder who places the Program under this License
1031 may add an explicit geographical distribution limitation excluding
1032 those countries, so that distribution is permitted only in or among
1033 countries not thus excluded.  In such case, this License incorporates
1034 the limitation as if written in the body of this License.
1036   9. The Free Software Foundation may publish revised and/or new versions
1037 of the General Public License from time to time.  Such new versions will
1038 be similar in spirit to the present version, but may differ in detail to
1039 address new problems or concerns.
1041 Each version is given a distinguishing version number.  If the Program
1042 specifies a version number of this License which applies to it and "any
1043 later version", you have the option of following the terms and conditions
1044 either of that version or of any later version published by the Free
1045 Software Foundation.  If the Program does not specify a version number of
1046 this License, you may choose any version ever published by the Free Software
1047 Foundation.
1049   10. If you wish to incorporate parts of the Program into other free
1050 programs whose distribution conditions are different, write to the author
1051 to ask for permission.  For software which is copyrighted by the Free
1052 Software Foundation, write to the Free Software Foundation; we sometimes
1053 make exceptions for this.  Our decision will be guided by the two goals
1054 of preserving the free status of all derivatives of our free software and
1055 of promoting the sharing and reuse of software generally.
1057                             NO WARRANTY
1059   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1060 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
1061 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
1062 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
1063 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1064 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
1065 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
1066 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
1067 REPAIR OR CORRECTION.
1069   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1070 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
1071 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
1072 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
1073 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
1074 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1075 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
1076 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
1077 POSSIBILITY OF SUCH DAMAGES.
1079                      END OF TERMS AND CONDITIONS
1081             How to Apply These Terms to Your New Programs
1083   If you develop a new program, and you want it to be of the greatest
1084 possible use to the public, the best way to achieve this is to make it
1085 free software which everyone can redistribute and change under these terms.
1087   To do so, attach the following notices to the program.  It is safest
1088 to attach them to the start of each source file to most effectively
1089 convey the exclusion of warranty; and each file should have at least
1090 the "copyright" line and a pointer to where the full notice is found.
1092     <one line to give the program's name and a brief idea of what it does.>
1093     Copyright (C) <year>  <name of author>
1095     This program is free software; you can redistribute it and/or modify
1096     it under the terms of the GNU General Public License as published by
1097     the Free Software Foundation; either version 2 of the License, or
1098     (at your option) any later version.
1100     This program is distributed in the hope that it will be useful,
1101     but WITHOUT ANY WARRANTY; without even the implied warranty of
1102     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1103     GNU General Public License for more details.
1105     You should have received a copy of the GNU General Public License along
1106     with this program; if not, write to the Free Software Foundation, Inc.,
1107     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1109 Also add information on how to contact you by electronic and paper mail.
1111 If the program is interactive, make it output a short notice like this
1112 when it starts in an interactive mode:
1114     Gnomovision version 69, Copyright (C) year name of author
1115     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1116     This is free software, and you are welcome to redistribute it
1117     under certain conditions; type `show c' for details.
1119 The hypothetical commands `show w' and `show c' should show the appropriate
1120 parts of the General Public License.  Of course, the commands you use may
1121 be called something other than `show w' and `show c'; they could even be
1122 mouse-clicks or menu items--whatever suits your program.
1124 You should also get your employer (if you work as a programmer) or your
1125 school, if any, to sign a "copyright disclaimer" for the program, if
1126 necessary.  Here is a sample; alter the names:
1128   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
1129   `Gnomovision' (which makes passes at compilers) written by James Hacker.
1131   <signature of Ty Coon>, 1 April 1989
1132   Ty Coon, President of Vice
1134 This General Public License does not permit incorporating your program into
1135 proprietary programs.  If your program is a subroutine library, you may
1136 consider it more useful to permit linking proprietary applications with the
1137 library.  If this is what you want to do, use the GNU Lesser General
1138 Public License instead of this License.
1139 -----------------------------------------------------------------------------
1140                     GNU GENERAL PUBLIC LICENSE
1141                        Version 3, 29 June 2007
1143  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
1144  Everyone is permitted to copy and distribute verbatim copies
1145  of this license document, but changing it is not allowed.
1147                             Preamble
1149   The GNU General Public License is a free, copyleft license for
1150 software and other kinds of works.
1152   The licenses for most software and other practical works are designed
1153 to take away your freedom to share and change the works.  By contrast,
1154 the GNU General Public License is intended to guarantee your freedom to
1155 share and change all versions of a program--to make sure it remains free
1156 software for all its users.  We, the Free Software Foundation, use the
1157 GNU General Public License for most of our software; it applies also to
1158 any other work released this way by its authors.  You can apply it to
1159 your programs, too.
1161   When we speak of free software, we are referring to freedom, not
1162 price.  Our General Public Licenses are designed to make sure that you
1163 have the freedom to distribute copies of free software (and charge for
1164 them if you wish), that you receive source code or can get it if you
1165 want it, that you can change the software or use pieces of it in new
1166 free programs, and that you know you can do these things.
1168   To protect your rights, we need to prevent others from denying you
1169 these rights or asking you to surrender the rights.  Therefore, you have
1170 certain responsibilities if you distribute copies of the software, or if
1171 you modify it: responsibilities to respect the freedom of others.
1173   For example, if you distribute copies of such a program, whether
1174 gratis or for a fee, you must pass on to the recipients the same
1175 freedoms that you received.  You must make sure that they, too, receive
1176 or can get the source code.  And you must show them these terms so they
1177 know their rights.
1179   Developers that use the GNU GPL protect your rights with two steps:
1180 (1) assert copyright on the software, and (2) offer you this License
1181 giving you legal permission to copy, distribute and/or modify it.
1183   For the developers' and authors' protection, the GPL clearly explains
1184 that there is no warranty for this free software.  For both users' and
1185 authors' sake, the GPL requires that modified versions be marked as
1186 changed, so that their problems will not be attributed erroneously to
1187 authors of previous versions.
1189   Some devices are designed to deny users access to install or run
1190 modified versions of the software inside them, although the manufacturer
1191 can do so.  This is fundamentally incompatible with the aim of
1192 protecting users' freedom to change the software.  The systematic
1193 pattern of such abuse occurs in the area of products for individuals to
1194 use, which is precisely where it is most unacceptable.  Therefore, we
1195 have designed this version of the GPL to prohibit the practice for those
1196 products.  If such problems arise substantially in other domains, we
1197 stand ready to extend this provision to those domains in future versions
1198 of the GPL, as needed to protect the freedom of users.
1200   Finally, every program is threatened constantly by software patents.
1201 States should not allow patents to restrict development and use of
1202 software on general-purpose computers, but in those that do, we wish to
1203 avoid the special danger that patents applied to a free program could
1204 make it effectively proprietary.  To prevent this, the GPL assures that
1205 patents cannot be used to render the program non-free.
1207   The precise terms and conditions for copying, distribution and
1208 modification follow.
1210                        TERMS AND CONDITIONS
1212   0. Definitions.
1214   "This License" refers to version 3 of the GNU General Public License.
1216   "Copyright" also means copyright-like laws that apply to other kinds of
1217 works, such as semiconductor masks.
1219   "The Program" refers to any copyrightable work licensed under this
1220 License.  Each licensee is addressed as "you".  "Licensees" and
1221 "recipients" may be individuals or organizations.
1223   To "modify" a work means to copy from or adapt all or part of the work
1224 in a fashion requiring copyright permission, other than the making of an
1225 exact copy.  The resulting work is called a "modified version" of the
1226 earlier work or a work "based on" the earlier work.
1228   A "covered work" means either the unmodified Program or a work based
1229 on the Program.
1231   To "propagate" a work means to do anything with it that, without
1232 permission, would make you directly or secondarily liable for
1233 infringement under applicable copyright law, except executing it on a
1234 computer or modifying a private copy.  Propagation includes copying,
1235 distribution (with or without modification), making available to the
1236 public, and in some countries other activities as well.
1238   To "convey" a work means any kind of propagation that enables other
1239 parties to make or receive copies.  Mere interaction with a user through
1240 a computer network, with no transfer of a copy, is not conveying.
1242   An interactive user interface displays "Appropriate Legal Notices"
1243 to the extent that it includes a convenient and prominently visible
1244 feature that (1) displays an appropriate copyright notice, and (2)
1245 tells the user that there is no warranty for the work (except to the
1246 extent that warranties are provided), that licensees may convey the
1247 work under this License, and how to view a copy of this License.  If
1248 the interface presents a list of user commands or options, such as a
1249 menu, a prominent item in the list meets this criterion.
1251   1. Source Code.
1253   The "source code" for a work means the preferred form of the work
1254 for making modifications to it.  "Object code" means any non-source
1255 form of a work.
1257   A "Standard Interface" means an interface that either is an official
1258 standard defined by a recognized standards body, or, in the case of
1259 interfaces specified for a particular programming language, one that
1260 is widely used among developers working in that language.
1262   The "System Libraries" of an executable work include anything, other
1263 than the work as a whole, that (a) is included in the normal form of
1264 packaging a Major Component, but which is not part of that Major
1265 Component, and (b) serves only to enable use of the work with that
1266 Major Component, or to implement a Standard Interface for which an
1267 implementation is available to the public in source code form.  A
1268 "Major Component", in this context, means a major essential component
1269 (kernel, window system, and so on) of the specific operating system
1270 (if any) on which the executable work runs, or a compiler used to
1271 produce the work, or an object code interpreter used to run it.
1273   The "Corresponding Source" for a work in object code form means all
1274 the source code needed to generate, install, and (for an executable
1275 work) run the object code and to modify the work, including scripts to
1276 control those activities.  However, it does not include the work's
1277 System Libraries, or general-purpose tools or generally available free
1278 programs which are used unmodified in performing those activities but
1279 which are not part of the work.  For example, Corresponding Source
1280 includes interface definition files associated with source files for
1281 the work, and the source code for shared libraries and dynamically
1282 linked subprograms that the work is specifically designed to require,
1283 such as by intimate data communication or control flow between those
1284 subprograms and other parts of the work.
1286   The Corresponding Source need not include anything that users
1287 can regenerate automatically from other parts of the Corresponding
1288 Source.
1290   The Corresponding Source for a work in source code form is that
1291 same work.
1293   2. Basic Permissions.
1295   All rights granted under this License are granted for the term of
1296 copyright on the Program, and are irrevocable provided the stated
1297 conditions are met.  This License explicitly affirms your unlimited
1298 permission to run the unmodified Program.  The output from running a
1299 covered work is covered by this License only if the output, given its
1300 content, constitutes a covered work.  This License acknowledges your
1301 rights of fair use or other equivalent, as provided by copyright law.
1303   You may make, run and propagate covered works that you do not
1304 convey, without conditions so long as your license otherwise remains
1305 in force.  You may convey covered works to others for the sole purpose
1306 of having them make modifications exclusively for you, or provide you
1307 with facilities for running those works, provided that you comply with
1308 the terms of this License in conveying all material for which you do
1309 not control copyright.  Those thus making or running the covered works
1310 for you must do so exclusively on your behalf, under your direction
1311 and control, on terms that prohibit them from making any copies of
1312 your copyrighted material outside their relationship with you.
1314   Conveying under any other circumstances is permitted solely under
1315 the conditions stated below.  Sublicensing is not allowed; section 10
1316 makes it unnecessary.
1318   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
1320   No covered work shall be deemed part of an effective technological
1321 measure under any applicable law fulfilling obligations under article
1322 11 of the WIPO copyright treaty adopted on 20 December 1996, or
1323 similar laws prohibiting or restricting circumvention of such
1324 measures.
1326   When you convey a covered work, you waive any legal power to forbid
1327 circumvention of technological measures to the extent such circumvention
1328 is effected by exercising rights under this License with respect to
1329 the covered work, and you disclaim any intention to limit operation or
1330 modification of the work as a means of enforcing, against the work's
1331 users, your or third parties' legal rights to forbid circumvention of
1332 technological measures.
1334   4. Conveying Verbatim Copies.
1336   You may convey verbatim copies of the Program's source code as you
1337 receive it, in any medium, provided that you conspicuously and
1338 appropriately publish on each copy an appropriate copyright notice;
1339 keep intact all notices stating that this License and any
1340 non-permissive terms added in accord with section 7 apply to the code;
1341 keep intact all notices of the absence of any warranty; and give all
1342 recipients a copy of this License along with the Program.
1344   You may charge any price or no price for each copy that you convey,
1345 and you may offer support or warranty protection for a fee.
1347   5. Conveying Modified Source Versions.
1349   You may convey a work based on the Program, or the modifications to
1350 produce it from the Program, in the form of source code under the
1351 terms of section 4, provided that you also meet all of these conditions:
1353     a) The work must carry prominent notices stating that you modified
1354     it, and giving a relevant date.
1356     b) The work must carry prominent notices stating that it is
1357     released under this License and any conditions added under section
1358     7.  This requirement modifies the requirement in section 4 to
1359     "keep intact all notices".
1361     c) You must license the entire work, as a whole, under this
1362     License to anyone who comes into possession of a copy.  This
1363     License will therefore apply, along with any applicable section 7
1364     additional terms, to the whole of the work, and all its parts,
1365     regardless of how they are packaged.  This License gives no
1366     permission to license the work in any other way, but it does not
1367     invalidate such permission if you have separately received it.
1369     d) If the work has interactive user interfaces, each must display
1370     Appropriate Legal Notices; however, if the Program has interactive
1371     interfaces that do not display Appropriate Legal Notices, your
1372     work need not make them do so.
1374   A compilation of a covered work with other separate and independent
1375 works, which are not by their nature extensions of the covered work,
1376 and which are not combined with it such as to form a larger program,
1377 in or on a volume of a storage or distribution medium, is called an
1378 "aggregate" if the compilation and its resulting copyright are not
1379 used to limit the access or legal rights of the compilation's users
1380 beyond what the individual works permit.  Inclusion of a covered work
1381 in an aggregate does not cause this License to apply to the other
1382 parts of the aggregate.
1384   6. Conveying Non-Source Forms.
1386   You may convey a covered work in object code form under the terms
1387 of sections 4 and 5, provided that you also convey the
1388 machine-readable Corresponding Source under the terms of this License,
1389 in one of these ways:
1391     a) Convey the object code in, or embodied in, a physical product
1392     (including a physical distribution medium), accompanied by the
1393     Corresponding Source fixed on a durable physical medium
1394     customarily used for software interchange.
1396     b) Convey the object code in, or embodied in, a physical product
1397     (including a physical distribution medium), accompanied by a
1398     written offer, valid for at least three years and valid for as
1399     long as you offer spare parts or customer support for that product
1400     model, to give anyone who possesses the object code either (1) a
1401     copy of the Corresponding Source for all the software in the
1402     product that is covered by this License, on a durable physical
1403     medium customarily used for software interchange, for a price no
1404     more than your reasonable cost of physically performing this
1405     conveying of source, or (2) access to copy the
1406     Corresponding Source from a network server at no charge.
1408     c) Convey individual copies of the object code with a copy of the
1409     written offer to provide the Corresponding Source.  This
1410     alternative is allowed only occasionally and noncommercially, and
1411     only if you received the object code with such an offer, in accord
1412     with subsection 6b.
1414     d) Convey the object code by offering access from a designated
1415     place (gratis or for a charge), and offer equivalent access to the
1416     Corresponding Source in the same way through the same place at no
1417     further charge.  You need not require recipients to copy the
1418     Corresponding Source along with the object code.  If the place to
1419     copy the object code is a network server, the Corresponding Source
1420     may be on a different server (operated by you or a third party)
1421     that supports equivalent copying facilities, provided you maintain
1422     clear directions next to the object code saying where to find the
1423     Corresponding Source.  Regardless of what server hosts the
1424     Corresponding Source, you remain obligated to ensure that it is
1425     available for as long as needed to satisfy these requirements.
1427     e) Convey the object code using peer-to-peer transmission, provided
1428     you inform other peers where the object code and Corresponding
1429     Source of the work are being offered to the general public at no
1430     charge under subsection 6d.
1432   A separable portion of the object code, whose source code is excluded
1433 from the Corresponding Source as a System Library, need not be
1434 included in conveying the object code work.
1436   A "User Product" is either (1) a "consumer product", which means any
1437 tangible personal property which is normally used for personal, family,
1438 or household purposes, or (2) anything designed or sold for incorporation
1439 into a dwelling.  In determining whether a product is a consumer product,
1440 doubtful cases shall be resolved in favor of coverage.  For a particular
1441 product received by a particular user, "normally used" refers to a
1442 typical or common use of that class of product, regardless of the status
1443 of the particular user or of the way in which the particular user
1444 actually uses, or expects or is expected to use, the product.  A product
1445 is a consumer product regardless of whether the product has substantial
1446 commercial, industrial or non-consumer uses, unless such uses represent
1447 the only significant mode of use of the product.
1449   "Installation Information" for a User Product means any methods,
1450 procedures, authorization keys, or other information required to install
1451 and execute modified versions of a covered work in that User Product from
1452 a modified version of its Corresponding Source.  The information must
1453 suffice to ensure that the continued functioning of the modified object
1454 code is in no case prevented or interfered with solely because
1455 modification has been made.
1457   If you convey an object code work under this section in, or with, or
1458 specifically for use in, a User Product, and the conveying occurs as
1459 part of a transaction in which the right of possession and use of the
1460 User Product is transferred to the recipient in perpetuity or for a
1461 fixed term (regardless of how the transaction is characterized), the
1462 Corresponding Source conveyed under this section must be accompanied
1463 by the Installation Information.  But this requirement does not apply
1464 if neither you nor any third party retains the ability to install
1465 modified object code on the User Product (for example, the work has
1466 been installed in ROM).
1468   The requirement to provide Installation Information does not include a
1469 requirement to continue to provide support service, warranty, or updates
1470 for a work that has been modified or installed by the recipient, or for
1471 the User Product in which it has been modified or installed.  Access to a
1472 network may be denied when the modification itself materially and
1473 adversely affects the operation of the network or violates the rules and
1474 protocols for communication across the network.
1476   Corresponding Source conveyed, and Installation Information provided,
1477 in accord with this section must be in a format that is publicly
1478 documented (and with an implementation available to the public in
1479 source code form), and must require no special password or key for
1480 unpacking, reading or copying.
1482   7. Additional Terms.
1484   "Additional permissions" are terms that supplement the terms of this
1485 License by making exceptions from one or more of its conditions.
1486 Additional permissions that are applicable to the entire Program shall
1487 be treated as though they were included in this License, to the extent
1488 that they are valid under applicable law.  If additional permissions
1489 apply only to part of the Program, that part may be used separately
1490 under those permissions, but the entire Program remains governed by
1491 this License without regard to the additional permissions.
1493   When you convey a copy of a covered work, you may at your option
1494 remove any additional permissions from that copy, or from any part of
1495 it.  (Additional permissions may be written to require their own
1496 removal in certain cases when you modify the work.)  You may place
1497 additional permissions on material, added by you to a covered work,
1498 for which you have or can give appropriate copyright permission.
1500   Notwithstanding any other provision of this License, for material you
1501 add to a covered work, you may (if authorized by the copyright holders of
1502 that material) supplement the terms of this License with terms:
1504     a) Disclaiming warranty or limiting liability differently from the
1505     terms of sections 15 and 16 of this License; or
1507     b) Requiring preservation of specified reasonable legal notices or
1508     author attributions in that material or in the Appropriate Legal
1509     Notices displayed by works containing it; or
1511     c) Prohibiting misrepresentation of the origin of that material, or
1512     requiring that modified versions of such material be marked in
1513     reasonable ways as different from the original version; or
1515     d) Limiting the use for publicity purposes of names of licensors or
1516     authors of the material; or
1518     e) Declining to grant rights under trademark law for use of some
1519     trade names, trademarks, or service marks; or
1521     f) Requiring indemnification of licensors and authors of that
1522     material by anyone who conveys the material (or modified versions of
1523     it) with contractual assumptions of liability to the recipient, for
1524     any liability that these contractual assumptions directly impose on
1525     those licensors and authors.
1527   All other non-permissive additional terms are considered "further
1528 restrictions" within the meaning of section 10.  If the Program as you
1529 received it, or any part of it, contains a notice stating that it is
1530 governed by this License along with a term that is a further
1531 restriction, you may remove that term.  If a license document contains
1532 a further restriction but permits relicensing or conveying under this
1533 License, you may add to a covered work material governed by the terms
1534 of that license document, provided that the further restriction does
1535 not survive such relicensing or conveying.
1537   If you add terms to a covered work in accord with this section, you
1538 must place, in the relevant source files, a statement of the
1539 additional terms that apply to those files, or a notice indicating
1540 where to find the applicable terms.
1542   Additional terms, permissive or non-permissive, may be stated in the
1543 form of a separately written license, or stated as exceptions;
1544 the above requirements apply either way.
1546   8. Termination.
1548   You may not propagate or modify a covered work except as expressly
1549 provided under this License.  Any attempt otherwise to propagate or
1550 modify it is void, and will automatically terminate your rights under
1551 this License (including any patent licenses granted under the third
1552 paragraph of section 11).
1554   However, if you cease all violation of this License, then your
1555 license from a particular copyright holder is reinstated (a)
1556 provisionally, unless and until the copyright holder explicitly and
1557 finally terminates your license, and (b) permanently, if the copyright
1558 holder fails to notify you of the violation by some reasonable means
1559 prior to 60 days after the cessation.
1561   Moreover, your license from a particular copyright holder is
1562 reinstated permanently if the copyright holder notifies you of the
1563 violation by some reasonable means, this is the first time you have
1564 received notice of violation of this License (for any work) from that
1565 copyright holder, and you cure the violation prior to 30 days after
1566 your receipt of the notice.
1568   Termination of your rights under this section does not terminate the
1569 licenses of parties who have received copies or rights from you under
1570 this License.  If your rights have been terminated and not permanently
1571 reinstated, you do not qualify to receive new licenses for the same
1572 material under section 10.
1574   9. Acceptance Not Required for Having Copies.
1576   You are not required to accept this License in order to receive or
1577 run a copy of the Program.  Ancillary propagation of a covered work
1578 occurring solely as a consequence of using peer-to-peer transmission
1579 to receive a copy likewise does not require acceptance.  However,
1580 nothing other than this License grants you permission to propagate or
1581 modify any covered work.  These actions infringe copyright if you do
1582 not accept this License.  Therefore, by modifying or propagating a
1583 covered work, you indicate your acceptance of this License to do so.
1585   10. Automatic Licensing of Downstream Recipients.
1587   Each time you convey a covered work, the recipient automatically
1588 receives a license from the original licensors, to run, modify and
1589 propagate that work, subject to this License.  You are not responsible
1590 for enforcing compliance by third parties with this License.
1592   An "entity transaction" is a transaction transferring control of an
1593 organization, or substantially all assets of one, or subdividing an
1594 organization, or merging organizations.  If propagation of a covered
1595 work results from an entity transaction, each party to that
1596 transaction who receives a copy of the work also receives whatever
1597 licenses to the work the party's predecessor in interest had or could
1598 give under the previous paragraph, plus a right to possession of the
1599 Corresponding Source of the work from the predecessor in interest, if
1600 the predecessor has it or can get it with reasonable efforts.
1602   You may not impose any further restrictions on the exercise of the
1603 rights granted or affirmed under this License.  For example, you may
1604 not impose a license fee, royalty, or other charge for exercise of
1605 rights granted under this License, and you may not initiate litigation
1606 (including a cross-claim or counterclaim in a lawsuit) alleging that
1607 any patent claim is infringed by making, using, selling, offering for
1608 sale, or importing the Program or any portion of it.
1610   11. Patents.
1612   A "contributor" is a copyright holder who authorizes use under this
1613 License of the Program or a work on which the Program is based.  The
1614 work thus licensed is called the contributor's "contributor version".
1616   A contributor's "essential patent claims" are all patent claims
1617 owned or controlled by the contributor, whether already acquired or
1618 hereafter acquired, that would be infringed by some manner, permitted
1619 by this License, of making, using, or selling its contributor version,
1620 but do not include claims that would be infringed only as a
1621 consequence of further modification of the contributor version.  For
1622 purposes of this definition, "control" includes the right to grant
1623 patent sublicenses in a manner consistent with the requirements of
1624 this License.
1626   Each contributor grants you a non-exclusive, worldwide, royalty-free
1627 patent license under the contributor's essential patent claims, to
1628 make, use, sell, offer for sale, import and otherwise run, modify and
1629 propagate the contents of its contributor version.
1631   In the following three paragraphs, a "patent license" is any express
1632 agreement or commitment, however denominated, not to enforce a patent
1633 (such as an express permission to practice a patent or covenant not to
1634 sue for patent infringement).  To "grant" such a patent license to a
1635 party means to make such an agreement or commitment not to enforce a
1636 patent against the party.
1638   If you convey a covered work, knowingly relying on a patent license,
1639 and the Corresponding Source of the work is not available for anyone
1640 to copy, free of charge and under the terms of this License, through a
1641 publicly available network server or other readily accessible means,
1642 then you must either (1) cause the Corresponding Source to be so
1643 available, or (2) arrange to deprive yourself of the benefit of the
1644 patent license for this particular work, or (3) arrange, in a manner
1645 consistent with the requirements of this License, to extend the patent
1646 license to downstream recipients.  "Knowingly relying" means you have
1647 actual knowledge that, but for the patent license, your conveying the
1648 covered work in a country, or your recipient's use of the covered work
1649 in a country, would infringe one or more identifiable patents in that
1650 country that you have reason to believe are valid.
1652   If, pursuant to or in connection with a single transaction or
1653 arrangement, you convey, or propagate by procuring conveyance of, a
1654 covered work, and grant a patent license to some of the parties
1655 receiving the covered work authorizing them to use, propagate, modify
1656 or convey a specific copy of the covered work, then the patent license
1657 you grant is automatically extended to all recipients of the covered
1658 work and works based on it.
1660   A patent license is "discriminatory" if it does not include within
1661 the scope of its coverage, prohibits the exercise of, or is
1662 conditioned on the non-exercise of one or more of the rights that are
1663 specifically granted under this License.  You may not convey a covered
1664 work if you are a party to an arrangement with a third party that is
1665 in the business of distributing software, under which you make payment
1666 to the third party based on the extent of your activity of conveying
1667 the work, and under which the third party grants, to any of the
1668 parties who would receive the covered work from you, a discriminatory
1669 patent license (a) in connection with copies of the covered work
1670 conveyed by you (or copies made from those copies), or (b) primarily
1671 for and in connection with specific products or compilations that
1672 contain the covered work, unless you entered into that arrangement,
1673 or that patent license was granted, prior to 28 March 2007.
1675   Nothing in this License shall be construed as excluding or limiting
1676 any implied license or other defenses to infringement that may
1677 otherwise be available to you under applicable patent law.
1679   12. No Surrender of Others' Freedom.
1681   If conditions are imposed on you (whether by court order, agreement or
1682 otherwise) that contradict the conditions of this License, they do not
1683 excuse you from the conditions of this License.  If you cannot convey a
1684 covered work so as to satisfy simultaneously your obligations under this
1685 License and any other pertinent obligations, then as a consequence you may
1686 not convey it at all.  For example, if you agree to terms that obligate you
1687 to collect a royalty for further conveying from those to whom you convey
1688 the Program, the only way you could satisfy both those terms and this
1689 License would be to refrain entirely from conveying the Program.
1691   13. Use with the GNU Affero General Public License.
1693   Notwithstanding any other provision of this License, you have
1694 permission to link or combine any covered work with a work licensed
1695 under version 3 of the GNU Affero General Public License into a single
1696 combined work, and to convey the resulting work.  The terms of this
1697 License will continue to apply to the part which is the covered work,
1698 but the special requirements of the GNU Affero General Public License,
1699 section 13, concerning interaction through a network will apply to the
1700 combination as such.
1702   14. Revised Versions of this License.
1704   The Free Software Foundation may publish revised and/or new versions of
1705 the GNU General Public License from time to time.  Such new versions will
1706 be similar in spirit to the present version, but may differ in detail to
1707 address new problems or concerns.
1709   Each version is given a distinguishing version number.  If the
1710 Program specifies that a certain numbered version of the GNU General
1711 Public License "or any later version" applies to it, you have the
1712 option of following the terms and conditions either of that numbered
1713 version or of any later version published by the Free Software
1714 Foundation.  If the Program does not specify a version number of the
1715 GNU General Public License, you may choose any version ever published
1716 by the Free Software Foundation.
1718   If the Program specifies that a proxy can decide which future
1719 versions of the GNU General Public License can be used, that proxy's
1720 public statement of acceptance of a version permanently authorizes you
1721 to choose that version for the Program.
1723   Later license versions may give you additional or different
1724 permissions.  However, no additional obligations are imposed on any
1725 author or copyright holder as a result of your choosing to follow a
1726 later version.
1728   15. Disclaimer of Warranty.
1730   THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1731 APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1732 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
1733 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
1734 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1735 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
1736 IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
1737 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1739   16. Limitation of Liability.
1741   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1742 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
1743 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
1744 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
1745 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
1746 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
1747 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
1748 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
1749 SUCH DAMAGES.
1751   17. Interpretation of Sections 15 and 16.
1753   If the disclaimer of warranty and limitation of liability provided
1754 above cannot be given local legal effect according to their terms,
1755 reviewing courts shall apply local law that most closely approximates
1756 an absolute waiver of all civil liability in connection with the
1757 Program, unless a warranty or assumption of liability accompanies a
1758 copy of the Program in return for a fee.
1760                      END OF TERMS AND CONDITIONS
1762             How to Apply These Terms to Your New Programs
1764   If you develop a new program, and you want it to be of the greatest
1765 possible use to the public, the best way to achieve this is to make it
1766 free software which everyone can redistribute and change under these terms.
1768   To do so, attach the following notices to the program.  It is safest
1769 to attach them to the start of each source file to most effectively
1770 state the exclusion of warranty; and each file should have at least
1771 the "copyright" line and a pointer to where the full notice is found.
1773     <one line to give the program's name and a brief idea of what it does.>
1774     Copyright (C) <year>  <name of author>
1776     This program is free software: you can redistribute it and/or modify
1777     it under the terms of the GNU General Public License as published by
1778     the Free Software Foundation, either version 3 of the License, or
1779     (at your option) any later version.
1781     This program is distributed in the hope that it will be useful,
1782     but WITHOUT ANY WARRANTY; without even the implied warranty of
1783     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1784     GNU General Public License for more details.
1786     You should have received a copy of the GNU General Public License
1787     along with this program.  If not, see <http://www.gnu.org/licenses/>.
1789 Also add information on how to contact you by electronic and paper mail.
1791   If the program does terminal interaction, make it output a short
1792 notice like this when it starts in an interactive mode:
1794     <program>  Copyright (C) <year>  <name of author>
1795     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1796     This is free software, and you are welcome to redistribute it
1797     under certain conditions; type `show c' for details.
1799 The hypothetical commands `show w' and `show c' should show the appropriate
1800 parts of the General Public License.  Of course, your program's commands
1801 might be different; for a GUI interface, you would use an "about box".
1803   You should also get your employer (if you work as a programmer) or school,
1804 if any, to sign a "copyright disclaimer" for the program, if necessary.
1805 For more information on this, and how to apply and follow the GNU GPL, see
1806 <http://www.gnu.org/licenses/>.
1808   The GNU General Public License does not permit incorporating your program
1809 into proprietary programs.  If your program is a subroutine library, you
1810 may consider it more useful to permit linking proprietary applications with
1811 the library.  If this is what you want to do, use the GNU Lesser General
1812 Public License instead of this License.  But first, please read
1813 <http://www.gnu.org/philosophy/why-not-lgpl.html>.