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