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