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