Taiga 1274 (24976) Updated guided reports process
[kohadocs.git] / source / license.rst
1 GNU General Public License version 3
2 ====================================
3
4 Version 3, 29 June 2007
5
6 Copyright © 2007 Free Software Foundation, Inc. http://fsf.org/
7
8 Everyone is permitted to copy and distribute verbatim copies of this
9 license document, but changing it is not allowed.
10
11 **Preamble**
12
13 The GNU General Public License is a free, copyleft license for software
14 and other kinds of works.
15
16 The licenses for most software and other practical works are designed to
17 take away your freedom to share and change the works. By contrast, the
18 GNU General Public License is intended to guarantee your freedom to
19 share and change all versions of a program--to make sure it remains free
20 software for all its users. We, the Free Software Foundation, use the
21 GNU General Public License for most of our software; it applies also to
22 any other work released this way by its authors. You can apply it to
23 your programs, too.
24
25 When we speak of free software, we are referring to freedom, not price.
26 Our General Public Licenses are designed to make sure that you have the
27 freedom to distribute copies of free software (and charge for them if
28 you wish), that you receive source code or can get it if you want it,
29 that you can change the software or use pieces of it in new free
30 programs, and that you know you can do these things.
31
32 To protect your rights, we need to prevent others from denying you these
33 rights or asking you to surrender the rights. Therefore, you have
34 certain responsibilities if you distribute copies of the software, or if
35 you modify it: responsibilities to respect the freedom of others.
36
37 For example, if you distribute copies of such a program, whether gratis
38 or for a fee, you must pass on to the recipients the same freedoms that
39 you received. You must make sure that they, too, receive or can get the
40 source code. And you must show them these terms so they know their
41 rights.
42
43 Developers that use the GNU GPL protect your rights with two steps: (1)
44 assert copyright on the software, and (2) offer you this License giving
45 you legal permission to copy, distribute and/or modify it.
46
47 For the developers' and authors' protection, the GPL clearly explains
48 that there is no warranty for this free software. For both users' and
49 authors' sake, the GPL requires that modified versions be marked as
50 changed, so that their problems will not be attributed erroneously to
51 authors of previous versions.
52
53 Some devices are designed to deny users access to install or run
54 modified versions of the software inside them, although the manufacturer
55 can do so. This is fundamentally incompatible with the aim of protecting
56 users' freedom to change the software. The systematic pattern of such
57 abuse occurs in the area of products for individuals to use, which is
58 precisely where it is most unacceptable. Therefore, we have designed
59 this version of the GPL to prohibit the practice for those products. If
60 such problems arise substantially in other domains, we stand ready to
61 extend this provision to those domains in future versions of the GPL, as
62 needed to protect the freedom of users.
63
64 Finally, every program is threatened constantly by software patents.
65 States should not allow patents to restrict development and use of
66 software on general-purpose computers, but in those that do, we wish to
67 avoid the special danger that patents applied to a free program could
68 make it effectively proprietary. To prevent this, the GPL assures that
69 patents cannot be used to render the program non-free.
70
71 The precise terms and conditions for copying, distribution and
72 modification follow.
73
74 **TERMS AND CONDITIONS**
75
76 **0. Definitions.**
77
78 "This License" refers to version 3 of the GNU General Public License.
79
80 "Copyright" also means copyright-like laws that apply to other kinds of
81 works, such as semiconductor masks.
82
83 "The Program" refers to any copyrightable work licensed under this
84 License. Each licensee is addressed as "you". "Licensees" and
85 "recipients" may be individuals or organizations.
86
87 To "modify" a work means to copy from or adapt all or part of the work
88 in a fashion requiring copyright permission, other than the making of an
89 exact copy. The resulting work is called a "modified version" of the
90 earlier work or a work "based on" the earlier work.
91
92 A "covered work" means either the unmodified Program or a work based on
93 the Program.
94
95 To "propagate" a work means to do anything with it that, without
96 permission, would make you directly or secondarily liable for
97 infringement under applicable copyright law, except executing it on a
98 computer or modifying a private copy. Propagation includes copying,
99 distribution (with or without modification), making available to the
100 public, and in some countries other activities as well.
101
102 To "convey" a work means any kind of propagation that enables other
103 parties to make or receive copies. Mere interaction with a user through
104 a computer network, with no transfer of a copy, is not conveying.
105
106 An interactive user interface displays "Appropriate Legal Notices" to
107 the extent that it includes a convenient and prominently visible feature
108 that (1) displays an appropriate copyright notice, and (2) tells the
109 user that there is no warranty for the work (except to the extent that
110 warranties are provided), that licensees may convey the work under this
111 License, and how to view a copy of this License. If the interface
112 presents a list of user commands or options, such as a menu, a prominent
113 item in the list meets this criterion.
114
115 **1. Source Code.**
116
117 The "source code" for a work means the preferred form of the work for
118 making modifications to it. "Object code" means any non-source form of a
119 work.
120
121 A "Standard Interface" means an interface that either is an official
122 standard defined by a recognized standards body, or, in the case of
123 interfaces specified for a particular programming language, one that is
124 widely used among developers working in that language.
125
126 The "System Libraries" of an executable work include anything, other
127 than the work as a whole, that (a) is included in the normal form of
128 packaging a Major Component, but which is not part of that Major
129 Component, and (b) serves only to enable use of the work with that Major
130 Component, or to implement a Standard Interface for which an
131 implementation is available to the public in source code form. A "Major
132 Component", in this context, means a major essential component (kernel,
133 window system, and so on) of the specific operating system (if any) on
134 which the executable work runs, or a compiler used to produce the work,
135 or an object code interpreter used to run it.
136
137 The "Corresponding Source" for a work in object code form means all the
138 source code needed to generate, install, and (for an executable work)
139 run the object code and to modify the work, including scripts to control
140 those activities. However, it does not include the work's System
141 Libraries, or general-purpose tools or generally available free programs
142 which are used unmodified in performing those activities but which are
143 not part of the work. For example, Corresponding Source includes
144 interface definition files associated with source files for the work,
145 and the source code for shared libraries and dynamically linked
146 subprograms that the work is specifically designed to require, such as
147 by intimate data communication or control flow between those subprograms
148 and other parts of the work.
149
150 The Corresponding Source need not include anything that users can
151 regenerate automatically from other parts of the Corresponding Source.
152
153 The Corresponding Source for a work in source code form is that same
154 work.
155
156 **2. Basic Permissions.**
157
158 All rights granted under this License are granted for the term of
159 copyright on the Program, and are irrevocable provided the stated
160 conditions are met. This License explicitly affirms your unlimited
161 permission to run the unmodified Program. The output from running a
162 covered work is covered by this License only if the output, given its
163 content, constitutes a covered work. This License acknowledges your
164 rights of fair use or other equivalent, as provided by copyright law.
165
166 You may make, run and propagate covered works that you do not convey,
167 without conditions so long as your license otherwise remains in force.
168 You may convey covered works to others for the sole purpose of having
169 them make modifications exclusively for you, or provide you with
170 facilities for running those works, provided that you comply with the
171 terms of this License in conveying all material for which you do not
172 control copyright. Those thus making or running the covered works for
173 you must do so exclusively on your behalf, under your direction and
174 control, on terms that prohibit them from making any copies of your
175 copyrighted material outside their relationship with you.
176
177 Conveying under any other circumstances is permitted solely under the
178 conditions stated below. Sublicensing is not allowed; section 10 makes
179 it unnecessary.
180
181 **3. Protecting Users' Legal Rights From Anti-Circumvention Law.**
182
183 No covered work shall be deemed part of an effective technological
184 measure under any applicable law fulfilling obligations under article 11
185 of the WIPO copyright treaty adopted on 20 December 1996, or similar
186 laws prohibiting or restricting circumvention of such measures.
187
188 When you convey a covered work, you waive any legal power to forbid
189 circumvention of technological measures to the extent such circumvention
190 is effected by exercising rights under this License with respect to the
191 covered work, and you disclaim any intention to limit operation or
192 modification of the work as a means of enforcing, against the work's
193 users, your or third parties' legal rights to forbid circumvention of
194 technological measures.
195
196 **4. Conveying Verbatim Copies.**
197
198 You may convey verbatim copies of the Program's source code as you
199 receive it, in any medium, provided that you conspicuously and
200 appropriately publish on each copy an appropriate copyright notice; keep
201 intact all notices stating that this License and any non-permissive
202 terms added in accord with section 7 apply to the code; keep intact all
203 notices of the absence of any warranty; and give all recipients a copy
204 of this License along with the Program.
205
206 You may charge any price or no price for each copy that you convey, and
207 you may offer support or warranty protection for a fee.
208
209 **5. Conveying Modified Source Versions.**
210
211 You may convey a work based on the Program, or the modifications to
212 produce it from the Program, in the form of source code under the terms
213 of section 4, provided that you also meet all of these conditions:
214
215 a. The work must carry prominent notices stating that you modified it,
216    and giving a relevant date.
217
218 b. The work must carry prominent notices stating that it is released
219    under this License and any conditions added under section 7. This
220    requirement modifies the requirement in section 4 to "keep intact all
221    notices".
222
223 c. You must license the entire work, as a whole, under this License to
224    anyone who comes into possession of a copy. This License will
225    therefore apply, along with any applicable section 7 additional
226    terms, to the whole of the work, and all its parts, regardless of how
227    they are packaged. This License gives no permission to license the
228    work in any other way, but it does not invalidate such permission if
229    you have separately received it.
230
231 d. If the work has interactive user interfaces, each must display
232    Appropriate Legal Notices; however, if the Program has interactive
233    interfaces that do not display Appropriate Legal Notices, your work
234    need not make them do so.
235
236 A compilation of a covered work with other separate and independent
237 works, which are not by their nature extensions of the covered work, and
238 which are not combined with it such as to form a larger program, in or
239 on a volume of a storage or distribution medium, is called an
240 "aggregate" if the compilation and its resulting copyright are not used
241 to limit the access or legal rights of the compilation's users beyond
242 what the individual works permit. Inclusion of a covered work in an
243 aggregate does not cause this License to apply to the other parts of the
244 aggregate.
245
246 **6. Conveying Non-Source Forms.**
247
248 You may convey a covered work in object code form under the terms of
249 sections 4 and 5, provided that you also convey the machine-readable
250 Corresponding Source under the terms of this License, in one of these
251 ways:
252
253 a. Convey the object code in, or embodied in, a physical product
254    (including a physical distribution medium), accompanied by the
255    Corresponding Source fixed on a durable physical medium customarily
256    used for software interchange.
257
258 b. Convey the object code in, or embodied in, a physical product
259    (including a physical distribution medium), accompanied by a written
260    offer, valid for at least three years and valid for as long as you
261    offer spare parts or customer support for that product model, to give
262    anyone who possesses the object code either (1) a copy of the
263    Corresponding Source for all the software in the product that is
264    covered by this License, on a durable physical medium customarily
265    used for software interchange, for a price no more than your
266    reasonable cost of physically performing this conveying of source, or
267    (2) access to copy the Corresponding Source from a network server at
268    no charge.
269
270 c. Convey individual copies of the object code with a copy of the
271    written offer to provide the Corresponding Source. This alternative
272    is allowed only occasionally and noncommercially, and only if you
273    received the object code with such an offer, in accord with
274    subsection 6b.
275
276 d. Convey the object code by offering access from a designated place
277    (gratis or for a charge), and offer equivalent access to the
278    Corresponding Source in the same way through the same place at no
279    further charge. You need not require recipients to copy the
280    Corresponding Source along with the object code. If the place to copy
281    the object code is a network server, the Corresponding Source may be
282    on a different server (operated by you or a third party) that
283    supports equivalent copying facilities, provided you maintain clear
284    directions next to the object code saying where to find the
285    Corresponding Source. Regardless of what server hosts the
286    Corresponding Source, you remain obligated to ensure that it is
287    available for as long as needed to satisfy these requirements.
288
289 e. Convey the object code using peer-to-peer transmission, provided you
290    inform other peers where the object code and Corresponding Source of
291    the work are being offered to the general public at no charge under
292    subsection 6d.
293
294 A separable portion of the object code, whose source code is excluded
295 from the Corresponding Source as a System Library, need not be included
296 in conveying the object code work.
297
298 A "User Product" is either (1) a "consumer product", which means any
299 tangible personal property which is normally used for personal, family,
300 or household purposes, or (2) anything designed or sold for
301 incorporation into a dwelling. In determining whether a product is a
302 consumer product, doubtful cases shall be resolved in favor of coverage.
303 For a particular product received by a particular user, "normally used"
304 refers to a typical or common use of that class of product, regardless
305 of the status of the particular user or of the way in which the
306 particular user actually uses, or expects or is expected to use, the
307 product. A product is a consumer product regardless of whether the
308 product has substantial commercial, industrial or non-consumer uses,
309 unless such uses represent the only significant mode of use of the
310 product.
311
312 "Installation Information" for a User Product means any methods,
313 procedures, authorization keys, or other information required to install
314 and execute modified versions of a covered work in that User Product
315 from a modified version of its Corresponding Source. The information
316 must suffice to ensure that the continued functioning of the modified
317 object code is in no case prevented or interfered with solely because
318 modification has been made.
319
320 If you convey an object code work under this section in, or with, or
321 specifically for use in, a User Product, and the conveying occurs as
322 part of a transaction in which the right of possession and use of the
323 User Product is transferred to the recipient in perpetuity or for a
324 fixed term (regardless of how the transaction is characterized), the
325 Corresponding Source conveyed under this section must be accompanied by
326 the Installation Information. But this requirement does not apply if
327 neither you nor any third party retains the ability to install modified
328 object code on the User Product (for example, the work has been
329 installed in ROM).
330
331 The requirement to provide Installation Information does not include a
332 requirement to continue to provide support service, warranty, or updates
333 for a work that has been modified or installed by the recipient, or for
334 the User Product in which it has been modified or installed. Access to a
335 network may be denied when the modification itself materially and
336 adversely affects the operation of the network or violates the rules and
337 protocols for communication across the network.
338
339 Corresponding Source conveyed, and Installation Information provided, in
340 accord with this section must be in a format that is publicly documented
341 (and with an implementation available to the public in source code
342 form), and must require no special password or key for unpacking,
343 reading or copying.
344
345 **7. Additional Terms.**
346
347 "Additional permissions" are terms that supplement the terms of this
348 License by making exceptions from one or more of its conditions.
349 Additional permissions that are applicable to the entire Program shall
350 be treated as though they were included in this License, to the extent
351 that they are valid under applicable law. If additional permissions
352 apply only to part of the Program, that part may be used separately
353 under those permissions, but the entire Program remains governed by this
354 License without regard to the additional permissions.
355
356 When you convey a copy of a covered work, you may at your option remove
357 any additional permissions from that copy, or from any part of it.
358 (Additional permissions may be written to require their own removal in
359 certain cases when you modify the work.) You may place additional
360 permissions on material, added by you to a covered work, for which you
361 have or can give appropriate copyright permission.
362
363 Notwithstanding any other provision of this License, for material you
364 add to a covered work, you may (if authorized by the copyright holders
365 of that material) supplement the terms of this License with terms:
366
367 a. Disclaiming warranty or limiting liability differently from the terms
368    of sections 15 and 16 of this License; or
369
370 b. Requiring preservation of specified reasonable legal notices or
371    author attributions in that material or in the Appropriate Legal
372    Notices displayed by works containing it; or
373
374 c. Prohibiting misrepresentation of the origin of that material, or
375    requiring that modified versions of such material be marked in
376    reasonable ways as different from the original version; or
377
378 d. Limiting the use for publicity purposes of names of licensors or
379    authors of the material; or
380
381 e. Declining to grant rights under trademark law for use of some trade
382    names, trademarks, or service marks; or
383
384 f. Requiring indemnification of licensors and authors of that material
385    by anyone who conveys the material (or modified versions of it) with
386    contractual assumptions of liability to the recipient, for any
387    liability that these contractual assumptions directly impose on those
388    licensors and authors.
389
390 All other non-permissive additional terms are considered "further
391 restrictions" within the meaning of section 10. If the Program as you
392 received it, or any part of it, contains a notice stating that it is
393 governed by this License along with a term that is a further
394 restriction, you may remove that term. If a license document contains a
395 further restriction but permits relicensing or conveying under this
396 License, you may add to a covered work material governed by the terms of
397 that license document, provided that the further restriction does not
398 survive such relicensing or conveying.
399
400 If you add terms to a covered work in accord with this section, you must
401 place, in the relevant source files, a statement of the additional terms
402 that apply to those files, or a notice indicating where to find the
403 applicable terms.
404
405 Additional terms, permissive or non-permissive, may be stated in the
406 form of a separately written license, or stated as exceptions; the above
407 requirements apply either way.
408
409 **8. Termination.**
410
411 You may not propagate or modify a covered work except as expressly
412 provided under this License. Any attempt otherwise to propagate or
413 modify it is void, and will automatically terminate your rights under
414 this License (including any patent licenses granted under the third
415 paragraph of section 11).
416
417 However, if you cease all violation of this License, then your license
418 from a particular copyright holder is reinstated (a) provisionally,
419 unless and until the copyright holder explicitly and finally terminates
420 your license, and (b) permanently, if the copyright holder fails to
421 notify you of the violation by some reasonable means prior to 60 days
422 after the cessation.
423
424 Moreover, your license from a particular copyright holder is reinstated
425 permanently if the copyright holder notifies you of the violation by
426 some reasonable means, this is the first time you have received notice
427 of violation of this License (for any work) from that copyright holder,
428 and you cure the violation prior to 30 days after your receipt of the
429 notice.
430
431 Termination of your rights under this section does not terminate the
432 licenses of parties who have received copies or rights from you under
433 this License. If your rights have been terminated and not permanently
434 reinstated, you do not qualify to receive new licenses for the same
435 material under section 10.
436
437 **9. Acceptance Not Required for Having Copies.**
438
439 You are not required to accept this License in order to receive or run a
440 copy of the Program. Ancillary propagation of a covered work occurring
441 solely as a consequence of using peer-to-peer transmission to receive a
442 copy likewise does not require acceptance. However, nothing other than
443 this License grants you permission to propagate or modify any covered
444 work. These actions infringe copyright if you do not accept this
445 License. Therefore, by modifying or propagating a covered work, you
446 indicate your acceptance of this License to do so.
447
448 **10. Automatic Licensing of Downstream Recipients.**
449
450 Each time you convey a covered work, the recipient automatically
451 receives a license from the original licensors, to run, modify and
452 propagate that work, subject to this License. You are not responsible
453 for enforcing compliance by third parties with this License.
454
455 An "entity transaction" is a transaction transferring control of an
456 organization, or substantially all assets of one, or subdividing an
457 organization, or merging organizations. If propagation of a covered work
458 results from an entity transaction, each party to that transaction who
459 receives a copy of the work also receives whatever licenses to the work
460 the party's predecessor in interest had or could give under the previous
461 paragraph, plus a right to possession of the Corresponding Source of the
462 work from the predecessor in interest, if the predecessor has it or can
463 get it with reasonable efforts.
464
465 You may not impose any further restrictions on the exercise of the
466 rights granted or affirmed under this License. For example, you may not
467 impose a license fee, royalty, or other charge for exercise of rights
468 granted under this License, and you may not initiate litigation
469 (including a cross-claim or counterclaim in a lawsuit) alleging that any
470 patent claim is infringed by making, using, selling, offering for sale,
471 or importing the Program or any portion of it.
472
473 **11. Patents.**
474
475 A "contributor" is a copyright holder who authorizes use under this
476 License of the Program or a work on which the Program is based. The work
477 thus licensed is called the contributor's "contributor version".
478
479 A contributor's "essential patent claims" are all patent claims owned or
480 controlled by the contributor, whether already acquired or hereafter
481 acquired, that would be infringed by some manner, permitted by this
482 License, of making, using, or selling its contributor version, but do
483 not include claims that would be infringed only as a consequence of
484 further modification of the contributor version. For purposes of this
485 definition, "control" includes the right to grant patent sublicenses in
486 a manner consistent with the requirements of this License.
487
488 Each contributor grants you a non-exclusive, worldwide, royalty-free
489 patent license under the contributor's essential patent claims, to make,
490 use, sell, offer for sale, import and otherwise run, modify and
491 propagate the contents of its contributor version.
492
493 In the following three paragraphs, a "patent license" is any express
494 agreement or commitment, however denominated, not to enforce a patent
495 (such as an express permission to practice a patent or covenant not to
496 sue for patent infringement). To "grant" such a patent license to a
497 party means to make such an agreement or commitment not to enforce a
498 patent against the party.
499
500 If you convey a covered work, knowingly relying on a patent license, and
501 the Corresponding Source of the work is not available for anyone to
502 copy, free of charge and under the terms of this License, through a
503 publicly available network server or other readily accessible means,
504 then you must either (1) cause the Corresponding Source to be so
505 available, or (2) arrange to deprive yourself of the benefit of the
506 patent license for this particular work, or (3) arrange, in a manner
507 consistent with the requirements of this License, to extend the patent
508 license to downstream recipients. "Knowingly relying" means you have
509 actual knowledge that, but for the patent license, your conveying the
510 covered work in a country, or your recipient's use of the covered work
511 in a country, would infringe one or more identifiable patents in that
512 country that you have reason to believe are valid.
513
514 If, pursuant to or in connection with a single transaction or
515 arrangement, you convey, or propagate by procuring conveyance of, a
516 covered work, and grant a patent license to some of the parties
517 receiving the covered work authorizing them to use, propagate, modify or
518 convey a specific copy of the covered work, then the patent license you
519 grant is automatically extended to all recipients of the covered work
520 and works based on it.
521
522 A patent license is "discriminatory" if it does not include within the
523 scope of its coverage, prohibits the exercise of, or is conditioned on
524 the non-exercise of one or more of the rights that are specifically
525 granted under this License. You may not convey a covered work if you are
526 a party to an arrangement with a third party that is in the business of
527 distributing software, under which you make payment to the third party
528 based on the extent of your activity of conveying the work, and under
529 which the third party grants, to any of the parties who would receive
530 the covered work from you, a discriminatory patent license (a) in
531 connection with copies of the covered work conveyed by you (or copies
532 made from those copies), or (b) primarily for and in connection with
533 specific products or compilations that contain the covered work, unless
534 you entered into that arrangement, or that patent license was granted,
535 prior to 28 March 2007.
536
537 Nothing in this License shall be construed as excluding or limiting any
538 implied license or other defenses to infringement that may otherwise be
539 available to you under applicable patent law.
540
541 **12. No Surrender of Others' Freedom.**
542
543 If conditions are imposed on you (whether by court order, agreement or
544 otherwise) that contradict the conditions of this License, they do not
545 excuse you from the conditions of this License. If you cannot convey a
546 covered work so as to satisfy simultaneously your obligations under this
547 License and any other pertinent obligations, then as a consequence you
548 may not convey it at all. For example, if you agree to terms that
549 obligate you to collect a royalty for further conveying from those to
550 whom you convey the Program, the only way you could satisfy both those
551 terms and this License would be to refrain entirely from conveying the
552 Program.
553
554 **13. Use with the GNU Affero General Public License.**
555
556 Notwithstanding any other provision of this License, you have permission
557 to link or combine any covered work with a work licensed under version 3
558 of the GNU Affero General Public License into a single combined work,
559 and to convey the resulting work. The terms of this License will
560 continue to apply to the part which is the covered work, but the special
561 requirements of the GNU Affero General Public License, section 13,
562 concerning interaction through a network will apply to the combination
563 as such.
564
565 **14. Revised Versions of this License.**
566
567 The Free Software Foundation may publish revised and/or new versions of
568 the GNU General Public License from time to time. Such new versions will
569 be similar in spirit to the present version, but may differ in detail to
570 address new problems or concerns.
571
572 Each version is given a distinguishing version number. If the Program
573 specifies that a certain numbered version of the GNU General Public
574 License "or any later version" applies to it, you have the option of
575 following the terms and conditions either of that numbered version or of
576 any later version published by the Free Software Foundation. If the
577 Program does not specify a version number of the GNU General Public
578 License, you may choose any version ever published by the Free Software
579 Foundation.
580
581 If the Program specifies that a proxy can decide which future versions
582 of the GNU General Public License can be used, that proxy's public
583 statement of acceptance of a version permanently authorizes you to
584 choose that version for the Program.
585
586 Later license versions may give you additional or different permissions.
587 However, no additional obligations are imposed on any author or
588 copyright holder as a result of your choosing to follow a later version.
589
590 **15. Disclaimer of Warranty.**
591
592 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
593 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
594 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
595 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
596 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
597 PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
598 THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
599 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
600
601 **16. Limitation of Liability.**
602
603 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
604 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
605 CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
606 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
607 ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
608 NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
609 SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
610 WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
611 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
612
613 **17. Interpretation of Sections 15 and 16.**
614
615 If the disclaimer of warranty and limitation of liability provided above
616 cannot be given local legal effect according to their terms, reviewing
617 courts shall apply local law that most closely approximates an absolute
618 waiver of all civil liability in connection with the Program, unless a
619 warranty or assumption of liability accompanies a copy of the Program in
620 return for a fee.
621
622 **END OF TERMS AND CONDITIONS**
623
624 **How to Apply These Terms to Your New Programs**
625
626 If you develop a new program, and you want it to be of the greatest
627 possible use to the public, the best way to achieve this is to make it
628 free software which everyone can redistribute and change under these
629 terms.
630
631 To do so, attach the following notices to the program. It is safest to
632 attach them to the start of each source file to most effectively state
633 the exclusion of warranty; and each file should have at least the
634 "copyright" line and a pointer to where the full notice is found.
635
636 ::
637
638     one line to give the program's name and a brief idea of what it does.
639     Copyright (C) year name of author
640
641     This program is free software: you can redistribute it and/or modify
642     it under the terms of the GNU General Public License as published by
643     the Free Software Foundation, either version 3 of the License, or
644     (at your option) any later version.
645
646     This program is distributed in the hope that it will be useful,
647     but WITHOUT ANY WARRANTY; without even the implied warranty of
648     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
649     GNU General Public License for more details.
650
651     You should have received a copy of the GNU General Public License
652     along with this program.  If not, see http://www.gnu.org/licenses/.
653
654
655 Also add information on how to contact you by electronic and paper mail.
656
657 If the program does terminal interaction, make it output a short notice
658 like this when it starts in an interactive mode:
659
660 ::
661
662     program Copyright (C) year name of author
663     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
664     This is free software, and you are welcome to redistribute it
665     under certain conditions; type `show c' for details.
666
667
668 The hypothetical commands \`\ ``show w``' and \`\ ``show c``' should
669 show the appropriate parts of the General Public License. Of course,
670 your program's commands might be different; for a GUI interface, you
671 would use an "about box".
672
673 You should also get your employer (if you work as a programmer) or
674 school, if any, to sign a "copyright disclaimer" for the program, if
675 necessary. For more information on this, and how to apply and follow the
676 GNU GPL, see http://www.gnu.org/licenses/.
677
678 The GNU General Public License does not permit incorporating your
679 program into proprietary programs. If your program is a subroutine
680 library, you may consider it more useful to permit linking proprietary
681 applications with the library. If this is what you want to do, use the
682 GNU Lesser General Public License instead of this License. But first,
683 please read http://www.gnu.org/philosophy/why-not-lgpl.html.