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