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