xref: /plugin/infobox/LICENSE (revision c067418c92adae9b75bb34842c19cb0bf2c605bb)
1*c067418cSKanaru92                    GNU GENERAL PUBLIC LICENSE
2*c067418cSKanaru92                       Version 3, 29 June 2007
3*c067418cSKanaru92
4*c067418cSKanaru92 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5*c067418cSKanaru92 Everyone is permitted to copy and distribute verbatim copies
6*c067418cSKanaru92 of this license document, but changing it is not allowed.
7*c067418cSKanaru92
8*c067418cSKanaru92                            Preamble
9*c067418cSKanaru92
10*c067418cSKanaru92  The GNU General Public License is a free, copyleft license for
11*c067418cSKanaru92software and other kinds of works.
12*c067418cSKanaru92
13*c067418cSKanaru92  The licenses for most software and other practical works are designed
14*c067418cSKanaru92to take away your freedom to share and change the works.  By contrast,
15*c067418cSKanaru92the GNU General Public License is intended to guarantee your freedom to
16*c067418cSKanaru92share and change all versions of a program--to make sure it remains free
17*c067418cSKanaru92software for all its users.  We, the Free Software Foundation, use the
18*c067418cSKanaru92GNU General Public License for most of our software; it applies also to
19*c067418cSKanaru92any other work released this way by its authors.  You can apply it to
20*c067418cSKanaru92your programs, too.
21*c067418cSKanaru92
22*c067418cSKanaru92  When we speak of free software, we are referring to freedom, not
23*c067418cSKanaru92price.  Our General Public Licenses are designed to make sure that you
24*c067418cSKanaru92have the freedom to distribute copies of free software (and charge for
25*c067418cSKanaru92them if you wish), that you receive source code or can get it if you
26*c067418cSKanaru92want it, that you can change the software or use pieces of it in new
27*c067418cSKanaru92free programs, and that you know you can do these things.
28*c067418cSKanaru92
29*c067418cSKanaru92  To protect your rights, we need to prevent others from denying you
30*c067418cSKanaru92these rights or asking you to surrender the rights.  Therefore, you have
31*c067418cSKanaru92certain responsibilities if you distribute copies of the software, or if
32*c067418cSKanaru92you modify it: responsibilities to respect the freedom of others.
33*c067418cSKanaru92
34*c067418cSKanaru92  For example, if you distribute copies of such a program, whether
35*c067418cSKanaru92gratis or for a fee, you must pass on to the recipients the same
36*c067418cSKanaru92freedoms that you received.  You must make sure that they, too, receive
37*c067418cSKanaru92or can get the source code.  And you must show them these terms so they
38*c067418cSKanaru92know their rights.
39*c067418cSKanaru92
40*c067418cSKanaru92  Developers that use the GNU GPL protect your rights with two steps:
41*c067418cSKanaru92(1) assert copyright on the software, and (2) offer you this License
42*c067418cSKanaru92giving you legal permission to copy, distribute and/or modify it.
43*c067418cSKanaru92
44*c067418cSKanaru92  For the developers' and authors' protection, the GPL clearly explains
45*c067418cSKanaru92that there is no warranty for this free software.  For both users' and
46*c067418cSKanaru92authors' sake, the GPL requires that modified versions be marked as
47*c067418cSKanaru92changed, so that their problems will not be attributed erroneously to
48*c067418cSKanaru92authors of previous versions.
49*c067418cSKanaru92
50*c067418cSKanaru92  Some devices are designed to deny users access to install or run
51*c067418cSKanaru92modified versions of the software inside them, although the manufacturer
52*c067418cSKanaru92can do so.  This is fundamentally incompatible with the aim of
53*c067418cSKanaru92protecting users' freedom to change the software.  The systematic
54*c067418cSKanaru92pattern of such abuse occurs in the area of products for individuals to
55*c067418cSKanaru92use, which is precisely where it is most unacceptable.  Therefore, we
56*c067418cSKanaru92have designed this version of the GPL to prohibit the practice for those
57*c067418cSKanaru92products.  If such problems arise substantially in other domains, we
58*c067418cSKanaru92stand ready to extend this provision to those domains in future versions
59*c067418cSKanaru92of the GPL, as needed to protect the freedom of users.
60*c067418cSKanaru92
61*c067418cSKanaru92  Finally, every program is threatened constantly by software patents.
62*c067418cSKanaru92States should not allow patents to restrict development and use of
63*c067418cSKanaru92software on general-purpose computers, but in those that do, we wish to
64*c067418cSKanaru92avoid the special danger that patents applied to a free program could
65*c067418cSKanaru92make it effectively proprietary.  To prevent this, the GPL assures that
66*c067418cSKanaru92patents cannot be used to render the program non-free.
67*c067418cSKanaru92
68*c067418cSKanaru92  The precise terms and conditions for copying, distribution and
69*c067418cSKanaru92modification follow.
70*c067418cSKanaru92
71*c067418cSKanaru92                       TERMS AND CONDITIONS
72*c067418cSKanaru92
73*c067418cSKanaru92  0. Definitions.
74*c067418cSKanaru92
75*c067418cSKanaru92  "This License" refers to version 3 of the GNU General Public License.
76*c067418cSKanaru92
77*c067418cSKanaru92  "Copyright" also means copyright-like laws that apply to other kinds of
78*c067418cSKanaru92works, such as semiconductor masks.
79*c067418cSKanaru92
80*c067418cSKanaru92  "The Program" refers to any copyrightable work licensed under this
81*c067418cSKanaru92License.  Each licensee is addressed as "you".  "Licensees" and
82*c067418cSKanaru92"recipients" may be individuals or organizations.
83*c067418cSKanaru92
84*c067418cSKanaru92  To "modify" a work means to copy from or adapt all or part of the work
85*c067418cSKanaru92in a fashion requiring copyright permission, other than the making of an
86*c067418cSKanaru92exact copy.  The resulting work is called a "modified version" of the
87*c067418cSKanaru92earlier work or a work "based on" the earlier work.
88*c067418cSKanaru92
89*c067418cSKanaru92  A "covered work" means either the unmodified Program or a work based
90*c067418cSKanaru92on the Program.
91*c067418cSKanaru92
92*c067418cSKanaru92  To "propagate" a work means to do anything with it that, without
93*c067418cSKanaru92permission, would make you directly or secondarily liable for
94*c067418cSKanaru92infringement under applicable copyright law, except executing it on a
95*c067418cSKanaru92computer or modifying a private copy.  Propagation includes copying,
96*c067418cSKanaru92distribution (with or without modification), making available to the
97*c067418cSKanaru92public, and in some countries other activities as well.
98*c067418cSKanaru92
99*c067418cSKanaru92  To "convey" a work means any kind of propagation that enables other
100*c067418cSKanaru92parties to make or receive copies.  Mere interaction with a user through
101*c067418cSKanaru92a computer network, with no transfer of a copy, is not conveying.
102*c067418cSKanaru92
103*c067418cSKanaru92  An interactive user interface displays "Appropriate Legal Notices"
104*c067418cSKanaru92to the extent that it includes a convenient and prominently visible
105*c067418cSKanaru92feature that (1) displays an appropriate copyright notice, and (2)
106*c067418cSKanaru92tells the user that there is no warranty for the work (except to the
107*c067418cSKanaru92extent that warranties are provided), that licensees may convey the
108*c067418cSKanaru92work under this License, and how to view a copy of this License.  If
109*c067418cSKanaru92the interface presents a list of user commands or options, such as a
110*c067418cSKanaru92menu, a prominent item in the list meets this criterion.
111*c067418cSKanaru92
112*c067418cSKanaru92  1. Source Code.
113*c067418cSKanaru92
114*c067418cSKanaru92  The "source code" for a work means the preferred form of the work
115*c067418cSKanaru92for making modifications to it.  "Object code" means any non-source
116*c067418cSKanaru92form of a work.
117*c067418cSKanaru92
118*c067418cSKanaru92  A "Standard Interface" means an interface that either is an official
119*c067418cSKanaru92standard defined by a recognized standards body, or, in the case of
120*c067418cSKanaru92interfaces specified for a particular programming language, one that
121*c067418cSKanaru92is widely used among developers working in that language.
122*c067418cSKanaru92
123*c067418cSKanaru92  The "System Libraries" of an executable work include anything, other
124*c067418cSKanaru92than the work as a whole, that (a) is included in the normal form of
125*c067418cSKanaru92packaging a Major Component, but which is not part of that Major
126*c067418cSKanaru92Component, and (b) serves only to enable use of the work with that
127*c067418cSKanaru92Major Component, or to implement a Standard Interface for which an
128*c067418cSKanaru92implementation is available to the public in source code form.  A
129*c067418cSKanaru92"Major Component", in this context, means a major essential component
130*c067418cSKanaru92(kernel, window system, and so on) of the specific operating system
131*c067418cSKanaru92(if any) on which the executable work runs, or a compiler used to
132*c067418cSKanaru92produce the work, or an object code interpreter used to run it.
133*c067418cSKanaru92
134*c067418cSKanaru92  The "Corresponding Source" for a work in object code form means all
135*c067418cSKanaru92the source code needed to generate, install, and (for an executable
136*c067418cSKanaru92work) run the object code and to modify the work, including scripts to
137*c067418cSKanaru92control those activities.  However, it does not include the work's
138*c067418cSKanaru92System Libraries, or general-purpose tools or generally available free
139*c067418cSKanaru92programs which are used unmodified in performing those activities but
140*c067418cSKanaru92which are not part of the work.  For example, Corresponding Source
141*c067418cSKanaru92includes interface definition files associated with source files for
142*c067418cSKanaru92the work, and the source code for shared libraries and dynamically
143*c067418cSKanaru92linked subprograms that the work is specifically designed to require,
144*c067418cSKanaru92such as by intimate data communication or control flow between those
145*c067418cSKanaru92subprograms and other parts of the work.
146*c067418cSKanaru92
147*c067418cSKanaru92  The Corresponding Source need not include anything that users
148*c067418cSKanaru92can regenerate automatically from other parts of the Corresponding
149*c067418cSKanaru92Source.
150*c067418cSKanaru92
151*c067418cSKanaru92  The Corresponding Source for a work in source code form is that
152*c067418cSKanaru92same work.
153*c067418cSKanaru92
154*c067418cSKanaru92  2. Basic Permissions.
155*c067418cSKanaru92
156*c067418cSKanaru92  All rights granted under this License are granted for the term of
157*c067418cSKanaru92copyright on the Program, and are irrevocable provided the stated
158*c067418cSKanaru92conditions are met.  This License explicitly affirms your unlimited
159*c067418cSKanaru92permission to run the unmodified Program.  The output from running a
160*c067418cSKanaru92covered work is covered by this License only if the output, given its
161*c067418cSKanaru92content, constitutes a covered work.  This License acknowledges your
162*c067418cSKanaru92rights of fair use or other equivalent, as provided by copyright law.
163*c067418cSKanaru92
164*c067418cSKanaru92  You may make, run and propagate covered works that you do not
165*c067418cSKanaru92convey, without conditions so long as your license otherwise remains
166*c067418cSKanaru92in force.  You may convey covered works to others for the sole purpose
167*c067418cSKanaru92of having them make modifications exclusively for you, or provide you
168*c067418cSKanaru92with facilities for running those works, provided that you comply with
169*c067418cSKanaru92the terms of this License in conveying all material for which you do
170*c067418cSKanaru92not control copyright.  Those thus making or running the covered works
171*c067418cSKanaru92for you must do so exclusively on your behalf, under your direction
172*c067418cSKanaru92and control, on terms that prohibit them from making any copies of
173*c067418cSKanaru92your copyrighted material outside their relationship with you.
174*c067418cSKanaru92
175*c067418cSKanaru92  Conveying under any other circumstances is permitted solely under
176*c067418cSKanaru92the conditions stated below.  Sublicensing is not allowed; section 10
177*c067418cSKanaru92makes it unnecessary.
178*c067418cSKanaru92
179*c067418cSKanaru92  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180*c067418cSKanaru92
181*c067418cSKanaru92  No covered work shall be deemed part of an effective technological
182*c067418cSKanaru92measure under any applicable law fulfilling obligations under article
183*c067418cSKanaru9211 of the WIPO copyright treaty adopted on 20 December 1996, or
184*c067418cSKanaru92similar laws prohibiting or restricting circumvention of such
185*c067418cSKanaru92measures.
186*c067418cSKanaru92
187*c067418cSKanaru92  When you convey a covered work, you waive any legal power to forbid
188*c067418cSKanaru92circumvention of technological measures to the extent such circumvention
189*c067418cSKanaru92is effected by exercising rights under this License with respect to
190*c067418cSKanaru92the covered work, and you disclaim any intention to limit operation or
191*c067418cSKanaru92modification of the work as a means of enforcing, against the work's
192*c067418cSKanaru92users, your or third parties' legal rights to forbid circumvention of
193*c067418cSKanaru92technological measures.
194*c067418cSKanaru92
195*c067418cSKanaru92  4. Conveying Verbatim Copies.
196*c067418cSKanaru92
197*c067418cSKanaru92  You may convey verbatim copies of the Program's source code as you
198*c067418cSKanaru92receive it, in any medium, provided that you conspicuously and
199*c067418cSKanaru92appropriately publish on each copy an appropriate copyright notice;
200*c067418cSKanaru92keep intact all notices stating that this License and any
201*c067418cSKanaru92non-permissive terms added in accord with section 7 apply to the code;
202*c067418cSKanaru92keep intact all notices of the absence of any warranty; and give all
203*c067418cSKanaru92recipients a copy of this License along with the Program.
204*c067418cSKanaru92
205*c067418cSKanaru92  You may charge any price or no price for each copy that you convey,
206*c067418cSKanaru92and you may offer support or warranty protection for a fee.
207*c067418cSKanaru92
208*c067418cSKanaru92  5. Conveying Modified Source Versions.
209*c067418cSKanaru92
210*c067418cSKanaru92  You may convey a work based on the Program, or the modifications to
211*c067418cSKanaru92produce it from the Program, in the form of source code under the
212*c067418cSKanaru92terms of section 4, provided that you also meet all of these conditions:
213*c067418cSKanaru92
214*c067418cSKanaru92    a) The work must carry prominent notices stating that you modified
215*c067418cSKanaru92    it, and giving a relevant date.
216*c067418cSKanaru92
217*c067418cSKanaru92    b) The work must carry prominent notices stating that it is
218*c067418cSKanaru92    released under this License and any conditions added under section
219*c067418cSKanaru92    7.  This requirement modifies the requirement in section 4 to
220*c067418cSKanaru92    "keep intact all notices".
221*c067418cSKanaru92
222*c067418cSKanaru92    c) You must license the entire work, as a whole, under this
223*c067418cSKanaru92    License to anyone who comes into possession of a copy.  This
224*c067418cSKanaru92    License will therefore apply, along with any applicable section 7
225*c067418cSKanaru92    additional terms, to the whole of the work, and all its parts,
226*c067418cSKanaru92    regardless of how they are packaged.  This License gives no
227*c067418cSKanaru92    permission to license the work in any other way, but it does not
228*c067418cSKanaru92    invalidate such permission if you have separately received it.
229*c067418cSKanaru92
230*c067418cSKanaru92    d) If the work has interactive user interfaces, each must display
231*c067418cSKanaru92    Appropriate Legal Notices; however, if the Program has interactive
232*c067418cSKanaru92    interfaces that do not display Appropriate Legal Notices, your
233*c067418cSKanaru92    work need not make them do so.
234*c067418cSKanaru92
235*c067418cSKanaru92  A compilation of a covered work with other separate and independent
236*c067418cSKanaru92works, which are not by their nature extensions of the covered work,
237*c067418cSKanaru92and which are not combined with it such as to form a larger program,
238*c067418cSKanaru92in or on a volume of a storage or distribution medium, is called an
239*c067418cSKanaru92"aggregate" if the compilation and its resulting copyright are not
240*c067418cSKanaru92used to limit the access or legal rights of the compilation's users
241*c067418cSKanaru92beyond what the individual works permit.  Inclusion of a covered work
242*c067418cSKanaru92in an aggregate does not cause this License to apply to the other
243*c067418cSKanaru92parts of the aggregate.
244*c067418cSKanaru92
245*c067418cSKanaru92  6. Conveying Non-Source Forms.
246*c067418cSKanaru92
247*c067418cSKanaru92  You may convey a covered work in object code form under the terms
248*c067418cSKanaru92of sections 4 and 5, provided that you also convey the
249*c067418cSKanaru92machine-readable Corresponding Source under the terms of this License,
250*c067418cSKanaru92in one of these ways:
251*c067418cSKanaru92
252*c067418cSKanaru92    a) Convey the object code in, or embodied in, a physical product
253*c067418cSKanaru92    (including a physical distribution medium), accompanied by the
254*c067418cSKanaru92    Corresponding Source fixed on a durable physical medium
255*c067418cSKanaru92    customarily used for software interchange.
256*c067418cSKanaru92
257*c067418cSKanaru92    b) Convey the object code in, or embodied in, a physical product
258*c067418cSKanaru92    (including a physical distribution medium), accompanied by a
259*c067418cSKanaru92    written offer, valid for at least three years and valid for as
260*c067418cSKanaru92    long as you offer spare parts or customer support for that product
261*c067418cSKanaru92    model, to give anyone who possesses the object code either (1) a
262*c067418cSKanaru92    copy of the Corresponding Source for all the software in the
263*c067418cSKanaru92    product that is covered by this License, on a durable physical
264*c067418cSKanaru92    medium customarily used for software interchange, for a price no
265*c067418cSKanaru92    more than your reasonable cost of physically performing this
266*c067418cSKanaru92    conveying of source, or (2) access to copy the
267*c067418cSKanaru92    Corresponding Source from a network server at no charge.
268*c067418cSKanaru92
269*c067418cSKanaru92    c) Convey individual copies of the object code with a copy of the
270*c067418cSKanaru92    written offer to provide the Corresponding Source.  This
271*c067418cSKanaru92    alternative is allowed only occasionally and noncommercially, and
272*c067418cSKanaru92    only if you received the object code with such an offer, in accord
273*c067418cSKanaru92    with subsection 6b.
274*c067418cSKanaru92
275*c067418cSKanaru92    d) Convey the object code by offering access from a designated
276*c067418cSKanaru92    place (gratis or for a charge), and offer equivalent access to the
277*c067418cSKanaru92    Corresponding Source in the same way through the same place at no
278*c067418cSKanaru92    further charge.  You need not require recipients to copy the
279*c067418cSKanaru92    Corresponding Source along with the object code.  If the place to
280*c067418cSKanaru92    copy the object code is a network server, the Corresponding Source
281*c067418cSKanaru92    may be on a different server (operated by you or a third party)
282*c067418cSKanaru92    that supports equivalent copying facilities, provided you maintain
283*c067418cSKanaru92    clear directions next to the object code saying where to find the
284*c067418cSKanaru92    Corresponding Source.  Regardless of what server hosts the
285*c067418cSKanaru92    Corresponding Source, you remain obligated to ensure that it is
286*c067418cSKanaru92    available for as long as needed to satisfy these requirements.
287*c067418cSKanaru92
288*c067418cSKanaru92    e) Convey the object code using peer-to-peer transmission, provided
289*c067418cSKanaru92    you inform other peers where the object code and Corresponding
290*c067418cSKanaru92    Source of the work are being offered to the general public at no
291*c067418cSKanaru92    charge under subsection 6d.
292*c067418cSKanaru92
293*c067418cSKanaru92  A separable portion of the object code, whose source code is excluded
294*c067418cSKanaru92from the Corresponding Source as a System Library, need not be
295*c067418cSKanaru92included in conveying the object code work.
296*c067418cSKanaru92
297*c067418cSKanaru92  A "User Product" is either (1) a "consumer product", which means any
298*c067418cSKanaru92tangible personal property which is normally used for personal, family,
299*c067418cSKanaru92or household purposes, or (2) anything designed or sold for incorporation
300*c067418cSKanaru92into a dwelling.  In determining whether a product is a consumer product,
301*c067418cSKanaru92doubtful cases shall be resolved in favor of coverage.  For a particular
302*c067418cSKanaru92product received by a particular user, "normally used" refers to a
303*c067418cSKanaru92typical or common use of that class of product, regardless of the status
304*c067418cSKanaru92of the particular user or of the way in which the particular user
305*c067418cSKanaru92actually uses, or expects or is expected to use, the product.  A product
306*c067418cSKanaru92is a consumer product regardless of whether the product has substantial
307*c067418cSKanaru92commercial, industrial or non-consumer uses, unless such uses represent
308*c067418cSKanaru92the only significant mode of use of the product.
309*c067418cSKanaru92
310*c067418cSKanaru92  "Installation Information" for a User Product means any methods,
311*c067418cSKanaru92procedures, authorization keys, or other information required to install
312*c067418cSKanaru92and execute modified versions of a covered work in that User Product from
313*c067418cSKanaru92a modified version of its Corresponding Source.  The information must
314*c067418cSKanaru92suffice to ensure that the continued functioning of the modified object
315*c067418cSKanaru92code is in no case prevented or interfered with solely because
316*c067418cSKanaru92modification has been made.
317*c067418cSKanaru92
318*c067418cSKanaru92  If you convey an object code work under this section in, or with, or
319*c067418cSKanaru92specifically for use in, a User Product, and the conveying occurs as
320*c067418cSKanaru92part of a transaction in which the right of possession and use of the
321*c067418cSKanaru92User Product is transferred to the recipient in perpetuity or for a
322*c067418cSKanaru92fixed term (regardless of how the transaction is characterized), the
323*c067418cSKanaru92Corresponding Source conveyed under this section must be accompanied
324*c067418cSKanaru92by the Installation Information.  But this requirement does not apply
325*c067418cSKanaru92if neither you nor any third party retains the ability to install
326*c067418cSKanaru92modified object code on the User Product (for example, the work has
327*c067418cSKanaru92been installed in ROM).
328*c067418cSKanaru92
329*c067418cSKanaru92  The requirement to provide Installation Information does not include a
330*c067418cSKanaru92requirement to continue to provide support service, warranty, or updates
331*c067418cSKanaru92for a work that has been modified or installed by the recipient, or for
332*c067418cSKanaru92the User Product in which it has been modified or installed.  Access to a
333*c067418cSKanaru92network may be denied when the modification itself materially and
334*c067418cSKanaru92adversely affects the operation of the network or violates the rules and
335*c067418cSKanaru92protocols for communication across the network.
336*c067418cSKanaru92
337*c067418cSKanaru92  Corresponding Source conveyed, and Installation Information provided,
338*c067418cSKanaru92in accord with this section must be in a format that is publicly
339*c067418cSKanaru92documented (and with an implementation available to the public in
340*c067418cSKanaru92source code form), and must require no special password or key for
341*c067418cSKanaru92unpacking, reading or copying.
342*c067418cSKanaru92
343*c067418cSKanaru92  7. Additional Terms.
344*c067418cSKanaru92
345*c067418cSKanaru92  "Additional permissions" are terms that supplement the terms of this
346*c067418cSKanaru92License by making exceptions from one or more of its conditions.
347*c067418cSKanaru92Additional permissions that are applicable to the entire Program shall
348*c067418cSKanaru92be treated as though they were included in this License, to the extent
349*c067418cSKanaru92that they are valid under applicable law.  If additional permissions
350*c067418cSKanaru92apply only to part of the Program, that part may be used separately
351*c067418cSKanaru92under those permissions, but the entire Program remains governed by
352*c067418cSKanaru92this License without regard to the additional permissions.
353*c067418cSKanaru92
354*c067418cSKanaru92  When you convey a copy of a covered work, you may at your option
355*c067418cSKanaru92remove any additional permissions from that copy, or from any part of
356*c067418cSKanaru92it.  (Additional permissions may be written to require their own
357*c067418cSKanaru92removal in certain cases when you modify the work.)  You may place
358*c067418cSKanaru92additional permissions on material, added by you to a covered work,
359*c067418cSKanaru92for which you have or can give appropriate copyright permission.
360*c067418cSKanaru92
361*c067418cSKanaru92  Notwithstanding any other provision of this License, for material you
362*c067418cSKanaru92add to a covered work, you may (if authorized by the copyright holders of
363*c067418cSKanaru92that material) supplement the terms of this License with terms:
364*c067418cSKanaru92
365*c067418cSKanaru92    a) Disclaiming warranty or limiting liability differently from the
366*c067418cSKanaru92    terms of sections 15 and 16 of this License; or
367*c067418cSKanaru92
368*c067418cSKanaru92    b) Requiring preservation of specified reasonable legal notices or
369*c067418cSKanaru92    author attributions in that material or in the Appropriate Legal
370*c067418cSKanaru92    Notices displayed by works containing it; or
371*c067418cSKanaru92
372*c067418cSKanaru92    c) Prohibiting misrepresentation of the origin of that material, or
373*c067418cSKanaru92    requiring that modified versions of such material be marked in
374*c067418cSKanaru92    reasonable ways as different from the original version; or
375*c067418cSKanaru92
376*c067418cSKanaru92    d) Limiting the use for publicity purposes of names of licensors or
377*c067418cSKanaru92    authors of the material; or
378*c067418cSKanaru92
379*c067418cSKanaru92    e) Declining to grant rights under trademark law for use of some
380*c067418cSKanaru92    trade names, trademarks, or service marks; or
381*c067418cSKanaru92
382*c067418cSKanaru92    f) Requiring indemnification of licensors and authors of that
383*c067418cSKanaru92    material by anyone who conveys the material (or modified versions of
384*c067418cSKanaru92    it) with contractual assumptions of liability to the recipient, for
385*c067418cSKanaru92    any liability that these contractual assumptions directly impose on
386*c067418cSKanaru92    those licensors and authors.
387*c067418cSKanaru92
388*c067418cSKanaru92  All other non-permissive additional terms are considered "further
389*c067418cSKanaru92restrictions" within the meaning of section 10.  If the Program as you
390*c067418cSKanaru92received it, or any part of it, contains a notice stating that it is
391*c067418cSKanaru92governed by this License along with a term that is a further
392*c067418cSKanaru92restriction, you may remove that term.  If a license document contains
393*c067418cSKanaru92a further restriction but permits relicensing or conveying under this
394*c067418cSKanaru92License, you may add to a covered work material governed by the terms
395*c067418cSKanaru92of that license document, provided that the further restriction does
396*c067418cSKanaru92not survive such relicensing or conveying.
397*c067418cSKanaru92
398*c067418cSKanaru92  If you add terms to a covered work in accord with this section, you
399*c067418cSKanaru92must place, in the relevant source files, a statement of the
400*c067418cSKanaru92additional terms that apply to those files, or a notice indicating
401*c067418cSKanaru92where to find the applicable terms.
402*c067418cSKanaru92
403*c067418cSKanaru92  Additional terms, permissive or non-permissive, may be stated in the
404*c067418cSKanaru92form of a separately written license, or stated as exceptions;
405*c067418cSKanaru92the above requirements apply either way.
406*c067418cSKanaru92
407*c067418cSKanaru92  8. Termination.
408*c067418cSKanaru92
409*c067418cSKanaru92  You may not propagate or modify a covered work except as expressly
410*c067418cSKanaru92provided under this License.  Any attempt otherwise to propagate or
411*c067418cSKanaru92modify it is void, and will automatically terminate your rights under
412*c067418cSKanaru92this License (including any patent licenses granted under the third
413*c067418cSKanaru92paragraph of section 11).
414*c067418cSKanaru92
415*c067418cSKanaru92  However, if you cease all violation of this License, then your
416*c067418cSKanaru92license from a particular copyright holder is reinstated (a)
417*c067418cSKanaru92provisionally, unless and until the copyright holder explicitly and
418*c067418cSKanaru92finally terminates your license, and (b) permanently, if the copyright
419*c067418cSKanaru92holder fails to notify you of the violation by some reasonable means
420*c067418cSKanaru92prior to 60 days after the cessation.
421*c067418cSKanaru92
422*c067418cSKanaru92  Moreover, your license from a particular copyright holder is
423*c067418cSKanaru92reinstated permanently if the copyright holder notifies you of the
424*c067418cSKanaru92violation by some reasonable means, this is the first time you have
425*c067418cSKanaru92received notice of violation of this License (for any work) from that
426*c067418cSKanaru92copyright holder, and you cure the violation prior to 30 days after
427*c067418cSKanaru92your receipt of the notice.
428*c067418cSKanaru92
429*c067418cSKanaru92  Termination of your rights under this section does not terminate the
430*c067418cSKanaru92licenses of parties who have received copies or rights from you under
431*c067418cSKanaru92this License.  If your rights have been terminated and not permanently
432*c067418cSKanaru92reinstated, you do not qualify to receive new licenses for the same
433*c067418cSKanaru92material under section 10.
434*c067418cSKanaru92
435*c067418cSKanaru92  9. Acceptance Not Required for Having Copies.
436*c067418cSKanaru92
437*c067418cSKanaru92  You are not required to accept this License in order to receive or
438*c067418cSKanaru92run a copy of the Program.  Ancillary propagation of a covered work
439*c067418cSKanaru92occurring solely as a consequence of using peer-to-peer transmission
440*c067418cSKanaru92to receive a copy likewise does not require acceptance.  However,
441*c067418cSKanaru92nothing other than this License grants you permission to propagate or
442*c067418cSKanaru92modify any covered work.  These actions infringe copyright if you do
443*c067418cSKanaru92not accept this License.  Therefore, by modifying or propagating a
444*c067418cSKanaru92covered work, you indicate your acceptance of this License to do so.
445*c067418cSKanaru92
446*c067418cSKanaru92  10. Automatic Licensing of Downstream Recipients.
447*c067418cSKanaru92
448*c067418cSKanaru92  Each time you convey a covered work, the recipient automatically
449*c067418cSKanaru92receives a license from the original licensors, to run, modify and
450*c067418cSKanaru92propagate that work, subject to this License.  You are not responsible
451*c067418cSKanaru92for enforcing compliance by third parties with this License.
452*c067418cSKanaru92
453*c067418cSKanaru92  An "entity transaction" is a transaction transferring control of an
454*c067418cSKanaru92organization, or substantially all assets of one, or subdividing an
455*c067418cSKanaru92organization, or merging organizations.  If propagation of a covered
456*c067418cSKanaru92work results from an entity transaction, each party to that
457*c067418cSKanaru92transaction who receives a copy of the work also receives whatever
458*c067418cSKanaru92licenses to the work the party's predecessor in interest had or could
459*c067418cSKanaru92give under the previous paragraph, plus a right to possession of the
460*c067418cSKanaru92Corresponding Source of the work from the predecessor in interest, if
461*c067418cSKanaru92the predecessor has it or can get it with reasonable efforts.
462*c067418cSKanaru92
463*c067418cSKanaru92  You may not impose any further restrictions on the exercise of the
464*c067418cSKanaru92rights granted or affirmed under this License.  For example, you may
465*c067418cSKanaru92not impose a license fee, royalty, or other charge for exercise of
466*c067418cSKanaru92rights granted under this License, and you may not initiate litigation
467*c067418cSKanaru92(including a cross-claim or counterclaim in a lawsuit) alleging that
468*c067418cSKanaru92any patent claim is infringed by making, using, selling, offering for
469*c067418cSKanaru92sale, or importing the Program or any portion of it.
470*c067418cSKanaru92
471*c067418cSKanaru92  11. Patents.
472*c067418cSKanaru92
473*c067418cSKanaru92  A "contributor" is a copyright holder who authorizes use under this
474*c067418cSKanaru92License of the Program or a work on which the Program is based.  The
475*c067418cSKanaru92work thus licensed is called the contributor's "contributor version".
476*c067418cSKanaru92
477*c067418cSKanaru92  A contributor's "essential patent claims" are all patent claims
478*c067418cSKanaru92owned or controlled by the contributor, whether already acquired or
479*c067418cSKanaru92hereafter acquired, that would be infringed by some manner, permitted
480*c067418cSKanaru92by this License, of making, using, or selling its contributor version,
481*c067418cSKanaru92but do not include claims that would be infringed only as a
482*c067418cSKanaru92consequence of further modification of the contributor version.  For
483*c067418cSKanaru92purposes of this definition, "control" includes the right to grant
484*c067418cSKanaru92patent sublicenses in a manner consistent with the requirements of
485*c067418cSKanaru92this License.
486*c067418cSKanaru92
487*c067418cSKanaru92  Each contributor grants you a non-exclusive, worldwide, royalty-free
488*c067418cSKanaru92patent license under the contributor's essential patent claims, to
489*c067418cSKanaru92make, use, sell, offer for sale, import and otherwise run, modify and
490*c067418cSKanaru92propagate the contents of its contributor version.
491*c067418cSKanaru92
492*c067418cSKanaru92  In the following three paragraphs, a "patent license" is any express
493*c067418cSKanaru92agreement or commitment, however denominated, not to enforce a patent
494*c067418cSKanaru92(such as an express permission to practice a patent or covenant not to
495*c067418cSKanaru92sue for patent infringement).  To "grant" such a patent license to a
496*c067418cSKanaru92party means to make such an agreement or commitment not to enforce a
497*c067418cSKanaru92patent against the party.
498*c067418cSKanaru92
499*c067418cSKanaru92  If you convey a covered work, knowingly relying on a patent license,
500*c067418cSKanaru92and the Corresponding Source of the work is not available for anyone
501*c067418cSKanaru92to copy, free of charge and under the terms of this License, through a
502*c067418cSKanaru92publicly available network server or other readily accessible means,
503*c067418cSKanaru92then you must either (1) cause the Corresponding Source to be so
504*c067418cSKanaru92available, or (2) arrange to deprive yourself of the benefit of the
505*c067418cSKanaru92patent license for this particular work, or (3) arrange, in a manner
506*c067418cSKanaru92consistent with the requirements of this License, to extend the patent
507*c067418cSKanaru92license to downstream recipients.  "Knowingly relying" means you have
508*c067418cSKanaru92actual knowledge that, but for the patent license, your conveying the
509*c067418cSKanaru92covered work in a country, or your recipient's use of the covered work
510*c067418cSKanaru92in a country, would infringe one or more identifiable patents in that
511*c067418cSKanaru92country that you have reason to believe are valid.
512*c067418cSKanaru92
513*c067418cSKanaru92  If, pursuant to or in connection with a single transaction or
514*c067418cSKanaru92arrangement, you convey, or propagate by procuring conveyance of, a
515*c067418cSKanaru92covered work, and grant a patent license to some of the parties
516*c067418cSKanaru92receiving the covered work authorizing them to use, propagate, modify
517*c067418cSKanaru92or convey a specific copy of the covered work, then the patent license
518*c067418cSKanaru92you grant is automatically extended to all recipients of the covered
519*c067418cSKanaru92work and works based on it.
520*c067418cSKanaru92
521*c067418cSKanaru92  A patent license is "discriminatory" if it does not include within
522*c067418cSKanaru92the scope of its coverage, prohibits the exercise of, or is
523*c067418cSKanaru92conditioned on the non-exercise of one or more of the rights that are
524*c067418cSKanaru92specifically granted under this License.  You may not convey a covered
525*c067418cSKanaru92work if you are a party to an arrangement with a third party that is
526*c067418cSKanaru92in the business of distributing software, under which you make payment
527*c067418cSKanaru92to the third party based on the extent of your activity of conveying
528*c067418cSKanaru92the work, and under which the third party grants, to any of the
529*c067418cSKanaru92parties who would receive the covered work from you, a discriminatory
530*c067418cSKanaru92patent license (a) in connection with copies of the covered work
531*c067418cSKanaru92conveyed by you (or copies made from those copies), or (b) primarily
532*c067418cSKanaru92for and in connection with specific products or compilations that
533*c067418cSKanaru92contain the covered work, unless you entered into that arrangement,
534*c067418cSKanaru92or that patent license was granted, prior to 28 March 2007.
535*c067418cSKanaru92
536*c067418cSKanaru92  Nothing in this License shall be construed as excluding or limiting
537*c067418cSKanaru92any implied license or other defenses to infringement that may
538*c067418cSKanaru92otherwise be available to you under applicable patent law.
539*c067418cSKanaru92
540*c067418cSKanaru92  12. No Surrender of Others' Freedom.
541*c067418cSKanaru92
542*c067418cSKanaru92  If conditions are imposed on you (whether by court order, agreement or
543*c067418cSKanaru92otherwise) that contradict the conditions of this License, they do not
544*c067418cSKanaru92excuse you from the conditions of this License.  If you cannot convey a
545*c067418cSKanaru92covered work so as to satisfy simultaneously your obligations under this
546*c067418cSKanaru92License and any other pertinent obligations, then as a consequence you may
547*c067418cSKanaru92not convey it at all.  For example, if you agree to terms that obligate you
548*c067418cSKanaru92to collect a royalty for further conveying from those to whom you convey
549*c067418cSKanaru92the Program, the only way you could satisfy both those terms and this
550*c067418cSKanaru92License would be to refrain entirely from conveying the Program.
551*c067418cSKanaru92
552*c067418cSKanaru92  13. Use with the GNU Affero General Public License.
553*c067418cSKanaru92
554*c067418cSKanaru92  Notwithstanding any other provision of this License, you have
555*c067418cSKanaru92permission to link or combine any covered work with a work licensed
556*c067418cSKanaru92under version 3 of the GNU Affero General Public License into a single
557*c067418cSKanaru92combined work, and to convey the resulting work.  The terms of this
558*c067418cSKanaru92License will continue to apply to the part which is the covered work,
559*c067418cSKanaru92but the special requirements of the GNU Affero General Public License,
560*c067418cSKanaru92section 13, concerning interaction through a network will apply to the
561*c067418cSKanaru92combination as such.
562*c067418cSKanaru92
563*c067418cSKanaru92  14. Revised Versions of this License.
564*c067418cSKanaru92
565*c067418cSKanaru92  The Free Software Foundation may publish revised and/or new versions of
566*c067418cSKanaru92the GNU General Public License from time to time.  Such new versions will
567*c067418cSKanaru92be similar in spirit to the present version, but may differ in detail to
568*c067418cSKanaru92address new problems or concerns.
569*c067418cSKanaru92
570*c067418cSKanaru92  Each version is given a distinguishing version number.  If the
571*c067418cSKanaru92Program specifies that a certain numbered version of the GNU General
572*c067418cSKanaru92Public License "or any later version" applies to it, you have the
573*c067418cSKanaru92option of following the terms and conditions either of that numbered
574*c067418cSKanaru92version or of any later version published by the Free Software
575*c067418cSKanaru92Foundation.  If the Program does not specify a version number of the
576*c067418cSKanaru92GNU General Public License, you may choose any version ever published
577*c067418cSKanaru92by the Free Software Foundation.
578*c067418cSKanaru92
579*c067418cSKanaru92  If the Program specifies that a proxy can decide which future
580*c067418cSKanaru92versions of the GNU General Public License can be used, that proxy's
581*c067418cSKanaru92public statement of acceptance of a version permanently authorizes you
582*c067418cSKanaru92to choose that version for the Program.
583*c067418cSKanaru92
584*c067418cSKanaru92  Later license versions may give you additional or different
585*c067418cSKanaru92permissions.  However, no additional obligations are imposed on any
586*c067418cSKanaru92author or copyright holder as a result of your choosing to follow a
587*c067418cSKanaru92later version.
588*c067418cSKanaru92
589*c067418cSKanaru92  15. Disclaimer of Warranty.
590*c067418cSKanaru92
591*c067418cSKanaru92  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592*c067418cSKanaru92APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593*c067418cSKanaru92HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594*c067418cSKanaru92OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595*c067418cSKanaru92THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596*c067418cSKanaru92PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597*c067418cSKanaru92IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598*c067418cSKanaru92ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599*c067418cSKanaru92
600*c067418cSKanaru92  16. Limitation of Liability.
601*c067418cSKanaru92
602*c067418cSKanaru92  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603*c067418cSKanaru92WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604*c067418cSKanaru92THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605*c067418cSKanaru92GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606*c067418cSKanaru92USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607*c067418cSKanaru92DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608*c067418cSKanaru92PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609*c067418cSKanaru92EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610*c067418cSKanaru92SUCH DAMAGES.
611*c067418cSKanaru92
612*c067418cSKanaru92  17. Interpretation of Sections 15 and 16.
613*c067418cSKanaru92
614*c067418cSKanaru92  If the disclaimer of warranty and limitation of liability provided
615*c067418cSKanaru92above cannot be given local legal effect according to their terms,
616*c067418cSKanaru92reviewing courts shall apply local law that most closely approximates
617*c067418cSKanaru92an absolute waiver of all civil liability in connection with the
618*c067418cSKanaru92Program, unless a warranty or assumption of liability accompanies a
619*c067418cSKanaru92copy of the Program in return for a fee.
620*c067418cSKanaru92
621*c067418cSKanaru92                     END OF TERMS AND CONDITIONS
622*c067418cSKanaru92
623*c067418cSKanaru92            How to Apply These Terms to Your New Programs
624*c067418cSKanaru92
625*c067418cSKanaru92  If you develop a new program, and you want it to be of the greatest
626*c067418cSKanaru92possible use to the public, the best way to achieve this is to make it
627*c067418cSKanaru92free software which everyone can redistribute and change under these terms.
628*c067418cSKanaru92
629*c067418cSKanaru92  To do so, attach the following notices to the program.  It is safest
630*c067418cSKanaru92to attach them to the start of each source file to most effectively
631*c067418cSKanaru92state the exclusion of warranty; and each file should have at least
632*c067418cSKanaru92the "copyright" line and a pointer to where the full notice is found.
633*c067418cSKanaru92
634*c067418cSKanaru92    <one line to give the program's name and a brief idea of what it does.>
635*c067418cSKanaru92    Copyright (C) <year>  <name of author>
636*c067418cSKanaru92
637*c067418cSKanaru92    This program is free software: you can redistribute it and/or modify
638*c067418cSKanaru92    it under the terms of the GNU General Public License as published by
639*c067418cSKanaru92    the Free Software Foundation, either version 3 of the License, or
640*c067418cSKanaru92    (at your option) any later version.
641*c067418cSKanaru92
642*c067418cSKanaru92    This program is distributed in the hope that it will be useful,
643*c067418cSKanaru92    but WITHOUT ANY WARRANTY; without even the implied warranty of
644*c067418cSKanaru92    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
645*c067418cSKanaru92    GNU General Public License for more details.
646*c067418cSKanaru92
647*c067418cSKanaru92    You should have received a copy of the GNU General Public License
648*c067418cSKanaru92    along with this program.  If not, see <https://www.gnu.org/licenses/>.
649*c067418cSKanaru92
650*c067418cSKanaru92Also add information on how to contact you by electronic and paper mail.
651*c067418cSKanaru92
652*c067418cSKanaru92  If the program does terminal interaction, make it output a short
653*c067418cSKanaru92notice like this when it starts in an interactive mode:
654*c067418cSKanaru92
655*c067418cSKanaru92    <program>  Copyright (C) <year>  <name of author>
656*c067418cSKanaru92    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657*c067418cSKanaru92    This is free software, and you are welcome to redistribute it
658*c067418cSKanaru92    under certain conditions; type `show c' for details.
659*c067418cSKanaru92
660*c067418cSKanaru92The hypothetical commands `show w' and `show c' should show the appropriate
661*c067418cSKanaru92parts of the General Public License.  Of course, your program's commands
662*c067418cSKanaru92might be different; for a GUI interface, you would use an "about box".
663*c067418cSKanaru92
664*c067418cSKanaru92  You should also get your employer (if you work as a programmer) or school,
665*c067418cSKanaru92if any, to sign a "copyright disclaimer" for the program, if necessary.
666*c067418cSKanaru92For more information on this, and how to apply and follow the GNU GPL, see
667*c067418cSKanaru92<https://www.gnu.org/licenses/>.
668*c067418cSKanaru92
669*c067418cSKanaru92  The GNU General Public License does not permit incorporating your program
670*c067418cSKanaru92into proprietary programs.  If your program is a subroutine library, you
671*c067418cSKanaru92may consider it more useful to permit linking proprietary applications with
672*c067418cSKanaru92the library.  If this is what you want to do, use the GNU Lesser General
673*c067418cSKanaru92Public License instead of this License.  But first, please read
674*c067418cSKanaru92<https://www.gnu.org/licenses/why-not-lgpl.html>.
675