xref: /plugin/ckeditor5markdown/LICENSE (revision 37d0f04419a94f0463192600a9d74ce90844a904)
1*37d0f044SW4ldgeist                    GNU GENERAL PUBLIC LICENSE
2*37d0f044SW4ldgeist                       Version 3, 29 June 2007
3*37d0f044SW4ldgeist
4*37d0f044SW4ldgeist Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5*37d0f044SW4ldgeist Everyone is permitted to copy and distribute verbatim copies
6*37d0f044SW4ldgeist of this license document, but changing it is not allowed.
7*37d0f044SW4ldgeist
8*37d0f044SW4ldgeist                            Preamble
9*37d0f044SW4ldgeist
10*37d0f044SW4ldgeist  The GNU General Public License is a free, copyleft license for
11*37d0f044SW4ldgeistsoftware and other kinds of works.
12*37d0f044SW4ldgeist
13*37d0f044SW4ldgeist  The licenses for most software and other practical works are designed
14*37d0f044SW4ldgeistto take away your freedom to share and change the works.  By contrast,
15*37d0f044SW4ldgeistthe GNU General Public License is intended to guarantee your freedom to
16*37d0f044SW4ldgeistshare and change all versions of a program--to make sure it remains free
17*37d0f044SW4ldgeistsoftware for all its users.  We, the Free Software Foundation, use the
18*37d0f044SW4ldgeistGNU General Public License for most of our software; it applies also to
19*37d0f044SW4ldgeistany other work released this way by its authors.  You can apply it to
20*37d0f044SW4ldgeistyour programs, too.
21*37d0f044SW4ldgeist
22*37d0f044SW4ldgeist  When we speak of free software, we are referring to freedom, not
23*37d0f044SW4ldgeistprice.  Our General Public Licenses are designed to make sure that you
24*37d0f044SW4ldgeisthave the freedom to distribute copies of free software (and charge for
25*37d0f044SW4ldgeistthem if you wish), that you receive source code or can get it if you
26*37d0f044SW4ldgeistwant it, that you can change the software or use pieces of it in new
27*37d0f044SW4ldgeistfree programs, and that you know you can do these things.
28*37d0f044SW4ldgeist
29*37d0f044SW4ldgeist  To protect your rights, we need to prevent others from denying you
30*37d0f044SW4ldgeistthese rights or asking you to surrender the rights.  Therefore, you have
31*37d0f044SW4ldgeistcertain responsibilities if you distribute copies of the software, or if
32*37d0f044SW4ldgeistyou modify it: responsibilities to respect the freedom of others.
33*37d0f044SW4ldgeist
34*37d0f044SW4ldgeist  For example, if you distribute copies of such a program, whether
35*37d0f044SW4ldgeistgratis or for a fee, you must pass on to the recipients the same
36*37d0f044SW4ldgeistfreedoms that you received.  You must make sure that they, too, receive
37*37d0f044SW4ldgeistor can get the source code.  And you must show them these terms so they
38*37d0f044SW4ldgeistknow their rights.
39*37d0f044SW4ldgeist
40*37d0f044SW4ldgeist  Developers that use the GNU GPL protect your rights with two steps:
41*37d0f044SW4ldgeist(1) assert copyright on the software, and (2) offer you this License
42*37d0f044SW4ldgeistgiving you legal permission to copy, distribute and/or modify it.
43*37d0f044SW4ldgeist
44*37d0f044SW4ldgeist  For the developers' and authors' protection, the GPL clearly explains
45*37d0f044SW4ldgeistthat there is no warranty for this free software.  For both users' and
46*37d0f044SW4ldgeistauthors' sake, the GPL requires that modified versions be marked as
47*37d0f044SW4ldgeistchanged, so that their problems will not be attributed erroneously to
48*37d0f044SW4ldgeistauthors of previous versions.
49*37d0f044SW4ldgeist
50*37d0f044SW4ldgeist  Some devices are designed to deny users access to install or run
51*37d0f044SW4ldgeistmodified versions of the software inside them, although the manufacturer
52*37d0f044SW4ldgeistcan do so.  This is fundamentally incompatible with the aim of
53*37d0f044SW4ldgeistprotecting users' freedom to change the software.  The systematic
54*37d0f044SW4ldgeistpattern of such abuse occurs in the area of products for individuals to
55*37d0f044SW4ldgeistuse, which is precisely where it is most unacceptable.  Therefore, we
56*37d0f044SW4ldgeisthave designed this version of the GPL to prohibit the practice for those
57*37d0f044SW4ldgeistproducts.  If such problems arise substantially in other domains, we
58*37d0f044SW4ldgeiststand ready to extend this provision to those domains in future versions
59*37d0f044SW4ldgeistof the GPL, as needed to protect the freedom of users.
60*37d0f044SW4ldgeist
61*37d0f044SW4ldgeist  Finally, every program is threatened constantly by software patents.
62*37d0f044SW4ldgeistStates should not allow patents to restrict development and use of
63*37d0f044SW4ldgeistsoftware on general-purpose computers, but in those that do, we wish to
64*37d0f044SW4ldgeistavoid the special danger that patents applied to a free program could
65*37d0f044SW4ldgeistmake it effectively proprietary.  To prevent this, the GPL assures that
66*37d0f044SW4ldgeistpatents cannot be used to render the program non-free.
67*37d0f044SW4ldgeist
68*37d0f044SW4ldgeist  The precise terms and conditions for copying, distribution and
69*37d0f044SW4ldgeistmodification follow.
70*37d0f044SW4ldgeist
71*37d0f044SW4ldgeist                       TERMS AND CONDITIONS
72*37d0f044SW4ldgeist
73*37d0f044SW4ldgeist  0. Definitions.
74*37d0f044SW4ldgeist
75*37d0f044SW4ldgeist  "This License" refers to version 3 of the GNU General Public License.
76*37d0f044SW4ldgeist
77*37d0f044SW4ldgeist  "Copyright" also means copyright-like laws that apply to other kinds of
78*37d0f044SW4ldgeistworks, such as semiconductor masks.
79*37d0f044SW4ldgeist
80*37d0f044SW4ldgeist  "The Program" refers to any copyrightable work licensed under this
81*37d0f044SW4ldgeistLicense.  Each licensee is addressed as "you".  "Licensees" and
82*37d0f044SW4ldgeist"recipients" may be individuals or organizations.
83*37d0f044SW4ldgeist
84*37d0f044SW4ldgeist  To "modify" a work means to copy from or adapt all or part of the work
85*37d0f044SW4ldgeistin a fashion requiring copyright permission, other than the making of an
86*37d0f044SW4ldgeistexact copy.  The resulting work is called a "modified version" of the
87*37d0f044SW4ldgeistearlier work or a work "based on" the earlier work.
88*37d0f044SW4ldgeist
89*37d0f044SW4ldgeist  A "covered work" means either the unmodified Program or a work based
90*37d0f044SW4ldgeiston the Program.
91*37d0f044SW4ldgeist
92*37d0f044SW4ldgeist  To "propagate" a work means to do anything with it that, without
93*37d0f044SW4ldgeistpermission, would make you directly or secondarily liable for
94*37d0f044SW4ldgeistinfringement under applicable copyright law, except executing it on a
95*37d0f044SW4ldgeistcomputer or modifying a private copy.  Propagation includes copying,
96*37d0f044SW4ldgeistdistribution (with or without modification), making available to the
97*37d0f044SW4ldgeistpublic, and in some countries other activities as well.
98*37d0f044SW4ldgeist
99*37d0f044SW4ldgeist  To "convey" a work means any kind of propagation that enables other
100*37d0f044SW4ldgeistparties to make or receive copies.  Mere interaction with a user through
101*37d0f044SW4ldgeista computer network, with no transfer of a copy, is not conveying.
102*37d0f044SW4ldgeist
103*37d0f044SW4ldgeist  An interactive user interface displays "Appropriate Legal Notices"
104*37d0f044SW4ldgeistto the extent that it includes a convenient and prominently visible
105*37d0f044SW4ldgeistfeature that (1) displays an appropriate copyright notice, and (2)
106*37d0f044SW4ldgeisttells the user that there is no warranty for the work (except to the
107*37d0f044SW4ldgeistextent that warranties are provided), that licensees may convey the
108*37d0f044SW4ldgeistwork under this License, and how to view a copy of this License.  If
109*37d0f044SW4ldgeistthe interface presents a list of user commands or options, such as a
110*37d0f044SW4ldgeistmenu, a prominent item in the list meets this criterion.
111*37d0f044SW4ldgeist
112*37d0f044SW4ldgeist  1. Source Code.
113*37d0f044SW4ldgeist
114*37d0f044SW4ldgeist  The "source code" for a work means the preferred form of the work
115*37d0f044SW4ldgeistfor making modifications to it.  "Object code" means any non-source
116*37d0f044SW4ldgeistform of a work.
117*37d0f044SW4ldgeist
118*37d0f044SW4ldgeist  A "Standard Interface" means an interface that either is an official
119*37d0f044SW4ldgeiststandard defined by a recognized standards body, or, in the case of
120*37d0f044SW4ldgeistinterfaces specified for a particular programming language, one that
121*37d0f044SW4ldgeistis widely used among developers working in that language.
122*37d0f044SW4ldgeist
123*37d0f044SW4ldgeist  The "System Libraries" of an executable work include anything, other
124*37d0f044SW4ldgeistthan the work as a whole, that (a) is included in the normal form of
125*37d0f044SW4ldgeistpackaging a Major Component, but which is not part of that Major
126*37d0f044SW4ldgeistComponent, and (b) serves only to enable use of the work with that
127*37d0f044SW4ldgeistMajor Component, or to implement a Standard Interface for which an
128*37d0f044SW4ldgeistimplementation is available to the public in source code form.  A
129*37d0f044SW4ldgeist"Major Component", in this context, means a major essential component
130*37d0f044SW4ldgeist(kernel, window system, and so on) of the specific operating system
131*37d0f044SW4ldgeist(if any) on which the executable work runs, or a compiler used to
132*37d0f044SW4ldgeistproduce the work, or an object code interpreter used to run it.
133*37d0f044SW4ldgeist
134*37d0f044SW4ldgeist  The "Corresponding Source" for a work in object code form means all
135*37d0f044SW4ldgeistthe source code needed to generate, install, and (for an executable
136*37d0f044SW4ldgeistwork) run the object code and to modify the work, including scripts to
137*37d0f044SW4ldgeistcontrol those activities.  However, it does not include the work's
138*37d0f044SW4ldgeistSystem Libraries, or general-purpose tools or generally available free
139*37d0f044SW4ldgeistprograms which are used unmodified in performing those activities but
140*37d0f044SW4ldgeistwhich are not part of the work.  For example, Corresponding Source
141*37d0f044SW4ldgeistincludes interface definition files associated with source files for
142*37d0f044SW4ldgeistthe work, and the source code for shared libraries and dynamically
143*37d0f044SW4ldgeistlinked subprograms that the work is specifically designed to require,
144*37d0f044SW4ldgeistsuch as by intimate data communication or control flow between those
145*37d0f044SW4ldgeistsubprograms and other parts of the work.
146*37d0f044SW4ldgeist
147*37d0f044SW4ldgeist  The Corresponding Source need not include anything that users
148*37d0f044SW4ldgeistcan regenerate automatically from other parts of the Corresponding
149*37d0f044SW4ldgeistSource.
150*37d0f044SW4ldgeist
151*37d0f044SW4ldgeist  The Corresponding Source for a work in source code form is that
152*37d0f044SW4ldgeistsame work.
153*37d0f044SW4ldgeist
154*37d0f044SW4ldgeist  2. Basic Permissions.
155*37d0f044SW4ldgeist
156*37d0f044SW4ldgeist  All rights granted under this License are granted for the term of
157*37d0f044SW4ldgeistcopyright on the Program, and are irrevocable provided the stated
158*37d0f044SW4ldgeistconditions are met.  This License explicitly affirms your unlimited
159*37d0f044SW4ldgeistpermission to run the unmodified Program.  The output from running a
160*37d0f044SW4ldgeistcovered work is covered by this License only if the output, given its
161*37d0f044SW4ldgeistcontent, constitutes a covered work.  This License acknowledges your
162*37d0f044SW4ldgeistrights of fair use or other equivalent, as provided by copyright law.
163*37d0f044SW4ldgeist
164*37d0f044SW4ldgeist  You may make, run and propagate covered works that you do not
165*37d0f044SW4ldgeistconvey, without conditions so long as your license otherwise remains
166*37d0f044SW4ldgeistin force.  You may convey covered works to others for the sole purpose
167*37d0f044SW4ldgeistof having them make modifications exclusively for you, or provide you
168*37d0f044SW4ldgeistwith facilities for running those works, provided that you comply with
169*37d0f044SW4ldgeistthe terms of this License in conveying all material for which you do
170*37d0f044SW4ldgeistnot control copyright.  Those thus making or running the covered works
171*37d0f044SW4ldgeistfor you must do so exclusively on your behalf, under your direction
172*37d0f044SW4ldgeistand control, on terms that prohibit them from making any copies of
173*37d0f044SW4ldgeistyour copyrighted material outside their relationship with you.
174*37d0f044SW4ldgeist
175*37d0f044SW4ldgeist  Conveying under any other circumstances is permitted solely under
176*37d0f044SW4ldgeistthe conditions stated below.  Sublicensing is not allowed; section 10
177*37d0f044SW4ldgeistmakes it unnecessary.
178*37d0f044SW4ldgeist
179*37d0f044SW4ldgeist  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180*37d0f044SW4ldgeist
181*37d0f044SW4ldgeist  No covered work shall be deemed part of an effective technological
182*37d0f044SW4ldgeistmeasure under any applicable law fulfilling obligations under article
183*37d0f044SW4ldgeist11 of the WIPO copyright treaty adopted on 20 December 1996, or
184*37d0f044SW4ldgeistsimilar laws prohibiting or restricting circumvention of such
185*37d0f044SW4ldgeistmeasures.
186*37d0f044SW4ldgeist
187*37d0f044SW4ldgeist  When you convey a covered work, you waive any legal power to forbid
188*37d0f044SW4ldgeistcircumvention of technological measures to the extent such circumvention
189*37d0f044SW4ldgeistis effected by exercising rights under this License with respect to
190*37d0f044SW4ldgeistthe covered work, and you disclaim any intention to limit operation or
191*37d0f044SW4ldgeistmodification of the work as a means of enforcing, against the work's
192*37d0f044SW4ldgeistusers, your or third parties' legal rights to forbid circumvention of
193*37d0f044SW4ldgeisttechnological measures.
194*37d0f044SW4ldgeist
195*37d0f044SW4ldgeist  4. Conveying Verbatim Copies.
196*37d0f044SW4ldgeist
197*37d0f044SW4ldgeist  You may convey verbatim copies of the Program's source code as you
198*37d0f044SW4ldgeistreceive it, in any medium, provided that you conspicuously and
199*37d0f044SW4ldgeistappropriately publish on each copy an appropriate copyright notice;
200*37d0f044SW4ldgeistkeep intact all notices stating that this License and any
201*37d0f044SW4ldgeistnon-permissive terms added in accord with section 7 apply to the code;
202*37d0f044SW4ldgeistkeep intact all notices of the absence of any warranty; and give all
203*37d0f044SW4ldgeistrecipients a copy of this License along with the Program.
204*37d0f044SW4ldgeist
205*37d0f044SW4ldgeist  You may charge any price or no price for each copy that you convey,
206*37d0f044SW4ldgeistand you may offer support or warranty protection for a fee.
207*37d0f044SW4ldgeist
208*37d0f044SW4ldgeist  5. Conveying Modified Source Versions.
209*37d0f044SW4ldgeist
210*37d0f044SW4ldgeist  You may convey a work based on the Program, or the modifications to
211*37d0f044SW4ldgeistproduce it from the Program, in the form of source code under the
212*37d0f044SW4ldgeistterms of section 4, provided that you also meet all of these conditions:
213*37d0f044SW4ldgeist
214*37d0f044SW4ldgeist    a) The work must carry prominent notices stating that you modified
215*37d0f044SW4ldgeist    it, and giving a relevant date.
216*37d0f044SW4ldgeist
217*37d0f044SW4ldgeist    b) The work must carry prominent notices stating that it is
218*37d0f044SW4ldgeist    released under this License and any conditions added under section
219*37d0f044SW4ldgeist    7.  This requirement modifies the requirement in section 4 to
220*37d0f044SW4ldgeist    "keep intact all notices".
221*37d0f044SW4ldgeist
222*37d0f044SW4ldgeist    c) You must license the entire work, as a whole, under this
223*37d0f044SW4ldgeist    License to anyone who comes into possession of a copy.  This
224*37d0f044SW4ldgeist    License will therefore apply, along with any applicable section 7
225*37d0f044SW4ldgeist    additional terms, to the whole of the work, and all its parts,
226*37d0f044SW4ldgeist    regardless of how they are packaged.  This License gives no
227*37d0f044SW4ldgeist    permission to license the work in any other way, but it does not
228*37d0f044SW4ldgeist    invalidate such permission if you have separately received it.
229*37d0f044SW4ldgeist
230*37d0f044SW4ldgeist    d) If the work has interactive user interfaces, each must display
231*37d0f044SW4ldgeist    Appropriate Legal Notices; however, if the Program has interactive
232*37d0f044SW4ldgeist    interfaces that do not display Appropriate Legal Notices, your
233*37d0f044SW4ldgeist    work need not make them do so.
234*37d0f044SW4ldgeist
235*37d0f044SW4ldgeist  A compilation of a covered work with other separate and independent
236*37d0f044SW4ldgeistworks, which are not by their nature extensions of the covered work,
237*37d0f044SW4ldgeistand which are not combined with it such as to form a larger program,
238*37d0f044SW4ldgeistin or on a volume of a storage or distribution medium, is called an
239*37d0f044SW4ldgeist"aggregate" if the compilation and its resulting copyright are not
240*37d0f044SW4ldgeistused to limit the access or legal rights of the compilation's users
241*37d0f044SW4ldgeistbeyond what the individual works permit.  Inclusion of a covered work
242*37d0f044SW4ldgeistin an aggregate does not cause this License to apply to the other
243*37d0f044SW4ldgeistparts of the aggregate.
244*37d0f044SW4ldgeist
245*37d0f044SW4ldgeist  6. Conveying Non-Source Forms.
246*37d0f044SW4ldgeist
247*37d0f044SW4ldgeist  You may convey a covered work in object code form under the terms
248*37d0f044SW4ldgeistof sections 4 and 5, provided that you also convey the
249*37d0f044SW4ldgeistmachine-readable Corresponding Source under the terms of this License,
250*37d0f044SW4ldgeistin one of these ways:
251*37d0f044SW4ldgeist
252*37d0f044SW4ldgeist    a) Convey the object code in, or embodied in, a physical product
253*37d0f044SW4ldgeist    (including a physical distribution medium), accompanied by the
254*37d0f044SW4ldgeist    Corresponding Source fixed on a durable physical medium
255*37d0f044SW4ldgeist    customarily used for software interchange.
256*37d0f044SW4ldgeist
257*37d0f044SW4ldgeist    b) Convey the object code in, or embodied in, a physical product
258*37d0f044SW4ldgeist    (including a physical distribution medium), accompanied by a
259*37d0f044SW4ldgeist    written offer, valid for at least three years and valid for as
260*37d0f044SW4ldgeist    long as you offer spare parts or customer support for that product
261*37d0f044SW4ldgeist    model, to give anyone who possesses the object code either (1) a
262*37d0f044SW4ldgeist    copy of the Corresponding Source for all the software in the
263*37d0f044SW4ldgeist    product that is covered by this License, on a durable physical
264*37d0f044SW4ldgeist    medium customarily used for software interchange, for a price no
265*37d0f044SW4ldgeist    more than your reasonable cost of physically performing this
266*37d0f044SW4ldgeist    conveying of source, or (2) access to copy the
267*37d0f044SW4ldgeist    Corresponding Source from a network server at no charge.
268*37d0f044SW4ldgeist
269*37d0f044SW4ldgeist    c) Convey individual copies of the object code with a copy of the
270*37d0f044SW4ldgeist    written offer to provide the Corresponding Source.  This
271*37d0f044SW4ldgeist    alternative is allowed only occasionally and noncommercially, and
272*37d0f044SW4ldgeist    only if you received the object code with such an offer, in accord
273*37d0f044SW4ldgeist    with subsection 6b.
274*37d0f044SW4ldgeist
275*37d0f044SW4ldgeist    d) Convey the object code by offering access from a designated
276*37d0f044SW4ldgeist    place (gratis or for a charge), and offer equivalent access to the
277*37d0f044SW4ldgeist    Corresponding Source in the same way through the same place at no
278*37d0f044SW4ldgeist    further charge.  You need not require recipients to copy the
279*37d0f044SW4ldgeist    Corresponding Source along with the object code.  If the place to
280*37d0f044SW4ldgeist    copy the object code is a network server, the Corresponding Source
281*37d0f044SW4ldgeist    may be on a different server (operated by you or a third party)
282*37d0f044SW4ldgeist    that supports equivalent copying facilities, provided you maintain
283*37d0f044SW4ldgeist    clear directions next to the object code saying where to find the
284*37d0f044SW4ldgeist    Corresponding Source.  Regardless of what server hosts the
285*37d0f044SW4ldgeist    Corresponding Source, you remain obligated to ensure that it is
286*37d0f044SW4ldgeist    available for as long as needed to satisfy these requirements.
287*37d0f044SW4ldgeist
288*37d0f044SW4ldgeist    e) Convey the object code using peer-to-peer transmission, provided
289*37d0f044SW4ldgeist    you inform other peers where the object code and Corresponding
290*37d0f044SW4ldgeist    Source of the work are being offered to the general public at no
291*37d0f044SW4ldgeist    charge under subsection 6d.
292*37d0f044SW4ldgeist
293*37d0f044SW4ldgeist  A separable portion of the object code, whose source code is excluded
294*37d0f044SW4ldgeistfrom the Corresponding Source as a System Library, need not be
295*37d0f044SW4ldgeistincluded in conveying the object code work.
296*37d0f044SW4ldgeist
297*37d0f044SW4ldgeist  A "User Product" is either (1) a "consumer product", which means any
298*37d0f044SW4ldgeisttangible personal property which is normally used for personal, family,
299*37d0f044SW4ldgeistor household purposes, or (2) anything designed or sold for incorporation
300*37d0f044SW4ldgeistinto a dwelling.  In determining whether a product is a consumer product,
301*37d0f044SW4ldgeistdoubtful cases shall be resolved in favor of coverage.  For a particular
302*37d0f044SW4ldgeistproduct received by a particular user, "normally used" refers to a
303*37d0f044SW4ldgeisttypical or common use of that class of product, regardless of the status
304*37d0f044SW4ldgeistof the particular user or of the way in which the particular user
305*37d0f044SW4ldgeistactually uses, or expects or is expected to use, the product.  A product
306*37d0f044SW4ldgeistis a consumer product regardless of whether the product has substantial
307*37d0f044SW4ldgeistcommercial, industrial or non-consumer uses, unless such uses represent
308*37d0f044SW4ldgeistthe only significant mode of use of the product.
309*37d0f044SW4ldgeist
310*37d0f044SW4ldgeist  "Installation Information" for a User Product means any methods,
311*37d0f044SW4ldgeistprocedures, authorization keys, or other information required to install
312*37d0f044SW4ldgeistand execute modified versions of a covered work in that User Product from
313*37d0f044SW4ldgeista modified version of its Corresponding Source.  The information must
314*37d0f044SW4ldgeistsuffice to ensure that the continued functioning of the modified object
315*37d0f044SW4ldgeistcode is in no case prevented or interfered with solely because
316*37d0f044SW4ldgeistmodification has been made.
317*37d0f044SW4ldgeist
318*37d0f044SW4ldgeist  If you convey an object code work under this section in, or with, or
319*37d0f044SW4ldgeistspecifically for use in, a User Product, and the conveying occurs as
320*37d0f044SW4ldgeistpart of a transaction in which the right of possession and use of the
321*37d0f044SW4ldgeistUser Product is transferred to the recipient in perpetuity or for a
322*37d0f044SW4ldgeistfixed term (regardless of how the transaction is characterized), the
323*37d0f044SW4ldgeistCorresponding Source conveyed under this section must be accompanied
324*37d0f044SW4ldgeistby the Installation Information.  But this requirement does not apply
325*37d0f044SW4ldgeistif neither you nor any third party retains the ability to install
326*37d0f044SW4ldgeistmodified object code on the User Product (for example, the work has
327*37d0f044SW4ldgeistbeen installed in ROM).
328*37d0f044SW4ldgeist
329*37d0f044SW4ldgeist  The requirement to provide Installation Information does not include a
330*37d0f044SW4ldgeistrequirement to continue to provide support service, warranty, or updates
331*37d0f044SW4ldgeistfor a work that has been modified or installed by the recipient, or for
332*37d0f044SW4ldgeistthe User Product in which it has been modified or installed.  Access to a
333*37d0f044SW4ldgeistnetwork may be denied when the modification itself materially and
334*37d0f044SW4ldgeistadversely affects the operation of the network or violates the rules and
335*37d0f044SW4ldgeistprotocols for communication across the network.
336*37d0f044SW4ldgeist
337*37d0f044SW4ldgeist  Corresponding Source conveyed, and Installation Information provided,
338*37d0f044SW4ldgeistin accord with this section must be in a format that is publicly
339*37d0f044SW4ldgeistdocumented (and with an implementation available to the public in
340*37d0f044SW4ldgeistsource code form), and must require no special password or key for
341*37d0f044SW4ldgeistunpacking, reading or copying.
342*37d0f044SW4ldgeist
343*37d0f044SW4ldgeist  7. Additional Terms.
344*37d0f044SW4ldgeist
345*37d0f044SW4ldgeist  "Additional permissions" are terms that supplement the terms of this
346*37d0f044SW4ldgeistLicense by making exceptions from one or more of its conditions.
347*37d0f044SW4ldgeistAdditional permissions that are applicable to the entire Program shall
348*37d0f044SW4ldgeistbe treated as though they were included in this License, to the extent
349*37d0f044SW4ldgeistthat they are valid under applicable law.  If additional permissions
350*37d0f044SW4ldgeistapply only to part of the Program, that part may be used separately
351*37d0f044SW4ldgeistunder those permissions, but the entire Program remains governed by
352*37d0f044SW4ldgeistthis License without regard to the additional permissions.
353*37d0f044SW4ldgeist
354*37d0f044SW4ldgeist  When you convey a copy of a covered work, you may at your option
355*37d0f044SW4ldgeistremove any additional permissions from that copy, or from any part of
356*37d0f044SW4ldgeistit.  (Additional permissions may be written to require their own
357*37d0f044SW4ldgeistremoval in certain cases when you modify the work.)  You may place
358*37d0f044SW4ldgeistadditional permissions on material, added by you to a covered work,
359*37d0f044SW4ldgeistfor which you have or can give appropriate copyright permission.
360*37d0f044SW4ldgeist
361*37d0f044SW4ldgeist  Notwithstanding any other provision of this License, for material you
362*37d0f044SW4ldgeistadd to a covered work, you may (if authorized by the copyright holders of
363*37d0f044SW4ldgeistthat material) supplement the terms of this License with terms:
364*37d0f044SW4ldgeist
365*37d0f044SW4ldgeist    a) Disclaiming warranty or limiting liability differently from the
366*37d0f044SW4ldgeist    terms of sections 15 and 16 of this License; or
367*37d0f044SW4ldgeist
368*37d0f044SW4ldgeist    b) Requiring preservation of specified reasonable legal notices or
369*37d0f044SW4ldgeist    author attributions in that material or in the Appropriate Legal
370*37d0f044SW4ldgeist    Notices displayed by works containing it; or
371*37d0f044SW4ldgeist
372*37d0f044SW4ldgeist    c) Prohibiting misrepresentation of the origin of that material, or
373*37d0f044SW4ldgeist    requiring that modified versions of such material be marked in
374*37d0f044SW4ldgeist    reasonable ways as different from the original version; or
375*37d0f044SW4ldgeist
376*37d0f044SW4ldgeist    d) Limiting the use for publicity purposes of names of licensors or
377*37d0f044SW4ldgeist    authors of the material; or
378*37d0f044SW4ldgeist
379*37d0f044SW4ldgeist    e) Declining to grant rights under trademark law for use of some
380*37d0f044SW4ldgeist    trade names, trademarks, or service marks; or
381*37d0f044SW4ldgeist
382*37d0f044SW4ldgeist    f) Requiring indemnification of licensors and authors of that
383*37d0f044SW4ldgeist    material by anyone who conveys the material (or modified versions of
384*37d0f044SW4ldgeist    it) with contractual assumptions of liability to the recipient, for
385*37d0f044SW4ldgeist    any liability that these contractual assumptions directly impose on
386*37d0f044SW4ldgeist    those licensors and authors.
387*37d0f044SW4ldgeist
388*37d0f044SW4ldgeist  All other non-permissive additional terms are considered "further
389*37d0f044SW4ldgeistrestrictions" within the meaning of section 10.  If the Program as you
390*37d0f044SW4ldgeistreceived it, or any part of it, contains a notice stating that it is
391*37d0f044SW4ldgeistgoverned by this License along with a term that is a further
392*37d0f044SW4ldgeistrestriction, you may remove that term.  If a license document contains
393*37d0f044SW4ldgeista further restriction but permits relicensing or conveying under this
394*37d0f044SW4ldgeistLicense, you may add to a covered work material governed by the terms
395*37d0f044SW4ldgeistof that license document, provided that the further restriction does
396*37d0f044SW4ldgeistnot survive such relicensing or conveying.
397*37d0f044SW4ldgeist
398*37d0f044SW4ldgeist  If you add terms to a covered work in accord with this section, you
399*37d0f044SW4ldgeistmust place, in the relevant source files, a statement of the
400*37d0f044SW4ldgeistadditional terms that apply to those files, or a notice indicating
401*37d0f044SW4ldgeistwhere to find the applicable terms.
402*37d0f044SW4ldgeist
403*37d0f044SW4ldgeist  Additional terms, permissive or non-permissive, may be stated in the
404*37d0f044SW4ldgeistform of a separately written license, or stated as exceptions;
405*37d0f044SW4ldgeistthe above requirements apply either way.
406*37d0f044SW4ldgeist
407*37d0f044SW4ldgeist  8. Termination.
408*37d0f044SW4ldgeist
409*37d0f044SW4ldgeist  You may not propagate or modify a covered work except as expressly
410*37d0f044SW4ldgeistprovided under this License.  Any attempt otherwise to propagate or
411*37d0f044SW4ldgeistmodify it is void, and will automatically terminate your rights under
412*37d0f044SW4ldgeistthis License (including any patent licenses granted under the third
413*37d0f044SW4ldgeistparagraph of section 11).
414*37d0f044SW4ldgeist
415*37d0f044SW4ldgeist  However, if you cease all violation of this License, then your
416*37d0f044SW4ldgeistlicense from a particular copyright holder is reinstated (a)
417*37d0f044SW4ldgeistprovisionally, unless and until the copyright holder explicitly and
418*37d0f044SW4ldgeistfinally terminates your license, and (b) permanently, if the copyright
419*37d0f044SW4ldgeistholder fails to notify you of the violation by some reasonable means
420*37d0f044SW4ldgeistprior to 60 days after the cessation.
421*37d0f044SW4ldgeist
422*37d0f044SW4ldgeist  Moreover, your license from a particular copyright holder is
423*37d0f044SW4ldgeistreinstated permanently if the copyright holder notifies you of the
424*37d0f044SW4ldgeistviolation by some reasonable means, this is the first time you have
425*37d0f044SW4ldgeistreceived notice of violation of this License (for any work) from that
426*37d0f044SW4ldgeistcopyright holder, and you cure the violation prior to 30 days after
427*37d0f044SW4ldgeistyour receipt of the notice.
428*37d0f044SW4ldgeist
429*37d0f044SW4ldgeist  Termination of your rights under this section does not terminate the
430*37d0f044SW4ldgeistlicenses of parties who have received copies or rights from you under
431*37d0f044SW4ldgeistthis License.  If your rights have been terminated and not permanently
432*37d0f044SW4ldgeistreinstated, you do not qualify to receive new licenses for the same
433*37d0f044SW4ldgeistmaterial under section 10.
434*37d0f044SW4ldgeist
435*37d0f044SW4ldgeist  9. Acceptance Not Required for Having Copies.
436*37d0f044SW4ldgeist
437*37d0f044SW4ldgeist  You are not required to accept this License in order to receive or
438*37d0f044SW4ldgeistrun a copy of the Program.  Ancillary propagation of a covered work
439*37d0f044SW4ldgeistoccurring solely as a consequence of using peer-to-peer transmission
440*37d0f044SW4ldgeistto receive a copy likewise does not require acceptance.  However,
441*37d0f044SW4ldgeistnothing other than this License grants you permission to propagate or
442*37d0f044SW4ldgeistmodify any covered work.  These actions infringe copyright if you do
443*37d0f044SW4ldgeistnot accept this License.  Therefore, by modifying or propagating a
444*37d0f044SW4ldgeistcovered work, you indicate your acceptance of this License to do so.
445*37d0f044SW4ldgeist
446*37d0f044SW4ldgeist  10. Automatic Licensing of Downstream Recipients.
447*37d0f044SW4ldgeist
448*37d0f044SW4ldgeist  Each time you convey a covered work, the recipient automatically
449*37d0f044SW4ldgeistreceives a license from the original licensors, to run, modify and
450*37d0f044SW4ldgeistpropagate that work, subject to this License.  You are not responsible
451*37d0f044SW4ldgeistfor enforcing compliance by third parties with this License.
452*37d0f044SW4ldgeist
453*37d0f044SW4ldgeist  An "entity transaction" is a transaction transferring control of an
454*37d0f044SW4ldgeistorganization, or substantially all assets of one, or subdividing an
455*37d0f044SW4ldgeistorganization, or merging organizations.  If propagation of a covered
456*37d0f044SW4ldgeistwork results from an entity transaction, each party to that
457*37d0f044SW4ldgeisttransaction who receives a copy of the work also receives whatever
458*37d0f044SW4ldgeistlicenses to the work the party's predecessor in interest had or could
459*37d0f044SW4ldgeistgive under the previous paragraph, plus a right to possession of the
460*37d0f044SW4ldgeistCorresponding Source of the work from the predecessor in interest, if
461*37d0f044SW4ldgeistthe predecessor has it or can get it with reasonable efforts.
462*37d0f044SW4ldgeist
463*37d0f044SW4ldgeist  You may not impose any further restrictions on the exercise of the
464*37d0f044SW4ldgeistrights granted or affirmed under this License.  For example, you may
465*37d0f044SW4ldgeistnot impose a license fee, royalty, or other charge for exercise of
466*37d0f044SW4ldgeistrights granted under this License, and you may not initiate litigation
467*37d0f044SW4ldgeist(including a cross-claim or counterclaim in a lawsuit) alleging that
468*37d0f044SW4ldgeistany patent claim is infringed by making, using, selling, offering for
469*37d0f044SW4ldgeistsale, or importing the Program or any portion of it.
470*37d0f044SW4ldgeist
471*37d0f044SW4ldgeist  11. Patents.
472*37d0f044SW4ldgeist
473*37d0f044SW4ldgeist  A "contributor" is a copyright holder who authorizes use under this
474*37d0f044SW4ldgeistLicense of the Program or a work on which the Program is based.  The
475*37d0f044SW4ldgeistwork thus licensed is called the contributor's "contributor version".
476*37d0f044SW4ldgeist
477*37d0f044SW4ldgeist  A contributor's "essential patent claims" are all patent claims
478*37d0f044SW4ldgeistowned or controlled by the contributor, whether already acquired or
479*37d0f044SW4ldgeisthereafter acquired, that would be infringed by some manner, permitted
480*37d0f044SW4ldgeistby this License, of making, using, or selling its contributor version,
481*37d0f044SW4ldgeistbut do not include claims that would be infringed only as a
482*37d0f044SW4ldgeistconsequence of further modification of the contributor version.  For
483*37d0f044SW4ldgeistpurposes of this definition, "control" includes the right to grant
484*37d0f044SW4ldgeistpatent sublicenses in a manner consistent with the requirements of
485*37d0f044SW4ldgeistthis License.
486*37d0f044SW4ldgeist
487*37d0f044SW4ldgeist  Each contributor grants you a non-exclusive, worldwide, royalty-free
488*37d0f044SW4ldgeistpatent license under the contributor's essential patent claims, to
489*37d0f044SW4ldgeistmake, use, sell, offer for sale, import and otherwise run, modify and
490*37d0f044SW4ldgeistpropagate the contents of its contributor version.
491*37d0f044SW4ldgeist
492*37d0f044SW4ldgeist  In the following three paragraphs, a "patent license" is any express
493*37d0f044SW4ldgeistagreement or commitment, however denominated, not to enforce a patent
494*37d0f044SW4ldgeist(such as an express permission to practice a patent or covenant not to
495*37d0f044SW4ldgeistsue for patent infringement).  To "grant" such a patent license to a
496*37d0f044SW4ldgeistparty means to make such an agreement or commitment not to enforce a
497*37d0f044SW4ldgeistpatent against the party.
498*37d0f044SW4ldgeist
499*37d0f044SW4ldgeist  If you convey a covered work, knowingly relying on a patent license,
500*37d0f044SW4ldgeistand the Corresponding Source of the work is not available for anyone
501*37d0f044SW4ldgeistto copy, free of charge and under the terms of this License, through a
502*37d0f044SW4ldgeistpublicly available network server or other readily accessible means,
503*37d0f044SW4ldgeistthen you must either (1) cause the Corresponding Source to be so
504*37d0f044SW4ldgeistavailable, or (2) arrange to deprive yourself of the benefit of the
505*37d0f044SW4ldgeistpatent license for this particular work, or (3) arrange, in a manner
506*37d0f044SW4ldgeistconsistent with the requirements of this License, to extend the patent
507*37d0f044SW4ldgeistlicense to downstream recipients.  "Knowingly relying" means you have
508*37d0f044SW4ldgeistactual knowledge that, but for the patent license, your conveying the
509*37d0f044SW4ldgeistcovered work in a country, or your recipient's use of the covered work
510*37d0f044SW4ldgeistin a country, would infringe one or more identifiable patents in that
511*37d0f044SW4ldgeistcountry that you have reason to believe are valid.
512*37d0f044SW4ldgeist
513*37d0f044SW4ldgeist  If, pursuant to or in connection with a single transaction or
514*37d0f044SW4ldgeistarrangement, you convey, or propagate by procuring conveyance of, a
515*37d0f044SW4ldgeistcovered work, and grant a patent license to some of the parties
516*37d0f044SW4ldgeistreceiving the covered work authorizing them to use, propagate, modify
517*37d0f044SW4ldgeistor convey a specific copy of the covered work, then the patent license
518*37d0f044SW4ldgeistyou grant is automatically extended to all recipients of the covered
519*37d0f044SW4ldgeistwork and works based on it.
520*37d0f044SW4ldgeist
521*37d0f044SW4ldgeist  A patent license is "discriminatory" if it does not include within
522*37d0f044SW4ldgeistthe scope of its coverage, prohibits the exercise of, or is
523*37d0f044SW4ldgeistconditioned on the non-exercise of one or more of the rights that are
524*37d0f044SW4ldgeistspecifically granted under this License.  You may not convey a covered
525*37d0f044SW4ldgeistwork if you are a party to an arrangement with a third party that is
526*37d0f044SW4ldgeistin the business of distributing software, under which you make payment
527*37d0f044SW4ldgeistto the third party based on the extent of your activity of conveying
528*37d0f044SW4ldgeistthe work, and under which the third party grants, to any of the
529*37d0f044SW4ldgeistparties who would receive the covered work from you, a discriminatory
530*37d0f044SW4ldgeistpatent license (a) in connection with copies of the covered work
531*37d0f044SW4ldgeistconveyed by you (or copies made from those copies), or (b) primarily
532*37d0f044SW4ldgeistfor and in connection with specific products or compilations that
533*37d0f044SW4ldgeistcontain the covered work, unless you entered into that arrangement,
534*37d0f044SW4ldgeistor that patent license was granted, prior to 28 March 2007.
535*37d0f044SW4ldgeist
536*37d0f044SW4ldgeist  Nothing in this License shall be construed as excluding or limiting
537*37d0f044SW4ldgeistany implied license or other defenses to infringement that may
538*37d0f044SW4ldgeistotherwise be available to you under applicable patent law.
539*37d0f044SW4ldgeist
540*37d0f044SW4ldgeist  12. No Surrender of Others' Freedom.
541*37d0f044SW4ldgeist
542*37d0f044SW4ldgeist  If conditions are imposed on you (whether by court order, agreement or
543*37d0f044SW4ldgeistotherwise) that contradict the conditions of this License, they do not
544*37d0f044SW4ldgeistexcuse you from the conditions of this License.  If you cannot convey a
545*37d0f044SW4ldgeistcovered work so as to satisfy simultaneously your obligations under this
546*37d0f044SW4ldgeistLicense and any other pertinent obligations, then as a consequence you may
547*37d0f044SW4ldgeistnot convey it at all.  For example, if you agree to terms that obligate you
548*37d0f044SW4ldgeistto collect a royalty for further conveying from those to whom you convey
549*37d0f044SW4ldgeistthe Program, the only way you could satisfy both those terms and this
550*37d0f044SW4ldgeistLicense would be to refrain entirely from conveying the Program.
551*37d0f044SW4ldgeist
552*37d0f044SW4ldgeist  13. Use with the GNU Affero General Public License.
553*37d0f044SW4ldgeist
554*37d0f044SW4ldgeist  Notwithstanding any other provision of this License, you have
555*37d0f044SW4ldgeistpermission to link or combine any covered work with a work licensed
556*37d0f044SW4ldgeistunder version 3 of the GNU Affero General Public License into a single
557*37d0f044SW4ldgeistcombined work, and to convey the resulting work.  The terms of this
558*37d0f044SW4ldgeistLicense will continue to apply to the part which is the covered work,
559*37d0f044SW4ldgeistbut the special requirements of the GNU Affero General Public License,
560*37d0f044SW4ldgeistsection 13, concerning interaction through a network will apply to the
561*37d0f044SW4ldgeistcombination as such.
562*37d0f044SW4ldgeist
563*37d0f044SW4ldgeist  14. Revised Versions of this License.
564*37d0f044SW4ldgeist
565*37d0f044SW4ldgeist  The Free Software Foundation may publish revised and/or new versions of
566*37d0f044SW4ldgeistthe GNU General Public License from time to time.  Such new versions will
567*37d0f044SW4ldgeistbe similar in spirit to the present version, but may differ in detail to
568*37d0f044SW4ldgeistaddress new problems or concerns.
569*37d0f044SW4ldgeist
570*37d0f044SW4ldgeist  Each version is given a distinguishing version number.  If the
571*37d0f044SW4ldgeistProgram specifies that a certain numbered version of the GNU General
572*37d0f044SW4ldgeistPublic License "or any later version" applies to it, you have the
573*37d0f044SW4ldgeistoption of following the terms and conditions either of that numbered
574*37d0f044SW4ldgeistversion or of any later version published by the Free Software
575*37d0f044SW4ldgeistFoundation.  If the Program does not specify a version number of the
576*37d0f044SW4ldgeistGNU General Public License, you may choose any version ever published
577*37d0f044SW4ldgeistby the Free Software Foundation.
578*37d0f044SW4ldgeist
579*37d0f044SW4ldgeist  If the Program specifies that a proxy can decide which future
580*37d0f044SW4ldgeistversions of the GNU General Public License can be used, that proxy's
581*37d0f044SW4ldgeistpublic statement of acceptance of a version permanently authorizes you
582*37d0f044SW4ldgeistto choose that version for the Program.
583*37d0f044SW4ldgeist
584*37d0f044SW4ldgeist  Later license versions may give you additional or different
585*37d0f044SW4ldgeistpermissions.  However, no additional obligations are imposed on any
586*37d0f044SW4ldgeistauthor or copyright holder as a result of your choosing to follow a
587*37d0f044SW4ldgeistlater version.
588*37d0f044SW4ldgeist
589*37d0f044SW4ldgeist  15. Disclaimer of Warranty.
590*37d0f044SW4ldgeist
591*37d0f044SW4ldgeist  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592*37d0f044SW4ldgeistAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593*37d0f044SW4ldgeistHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594*37d0f044SW4ldgeistOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595*37d0f044SW4ldgeistTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596*37d0f044SW4ldgeistPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597*37d0f044SW4ldgeistIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598*37d0f044SW4ldgeistALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599*37d0f044SW4ldgeist
600*37d0f044SW4ldgeist  16. Limitation of Liability.
601*37d0f044SW4ldgeist
602*37d0f044SW4ldgeist  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603*37d0f044SW4ldgeistWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604*37d0f044SW4ldgeistTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605*37d0f044SW4ldgeistGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606*37d0f044SW4ldgeistUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607*37d0f044SW4ldgeistDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608*37d0f044SW4ldgeistPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609*37d0f044SW4ldgeistEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610*37d0f044SW4ldgeistSUCH DAMAGES.
611*37d0f044SW4ldgeist
612*37d0f044SW4ldgeist  17. Interpretation of Sections 15 and 16.
613*37d0f044SW4ldgeist
614*37d0f044SW4ldgeist  If the disclaimer of warranty and limitation of liability provided
615*37d0f044SW4ldgeistabove cannot be given local legal effect according to their terms,
616*37d0f044SW4ldgeistreviewing courts shall apply local law that most closely approximates
617*37d0f044SW4ldgeistan absolute waiver of all civil liability in connection with the
618*37d0f044SW4ldgeistProgram, unless a warranty or assumption of liability accompanies a
619*37d0f044SW4ldgeistcopy of the Program in return for a fee.
620*37d0f044SW4ldgeist
621*37d0f044SW4ldgeist                     END OF TERMS AND CONDITIONS
622*37d0f044SW4ldgeist
623*37d0f044SW4ldgeist            How to Apply These Terms to Your New Programs
624*37d0f044SW4ldgeist
625*37d0f044SW4ldgeist  If you develop a new program, and you want it to be of the greatest
626*37d0f044SW4ldgeistpossible use to the public, the best way to achieve this is to make it
627*37d0f044SW4ldgeistfree software which everyone can redistribute and change under these terms.
628*37d0f044SW4ldgeist
629*37d0f044SW4ldgeist  To do so, attach the following notices to the program.  It is safest
630*37d0f044SW4ldgeistto attach them to the start of each source file to most effectively
631*37d0f044SW4ldgeiststate the exclusion of warranty; and each file should have at least
632*37d0f044SW4ldgeistthe "copyright" line and a pointer to where the full notice is found.
633*37d0f044SW4ldgeist
634*37d0f044SW4ldgeist    <one line to give the program's name and a brief idea of what it does.>
635*37d0f044SW4ldgeist    Copyright (C) <year>  <name of author>
636*37d0f044SW4ldgeist
637*37d0f044SW4ldgeist    This program is free software: you can redistribute it and/or modify
638*37d0f044SW4ldgeist    it under the terms of the GNU General Public License as published by
639*37d0f044SW4ldgeist    the Free Software Foundation, either version 3 of the License, or
640*37d0f044SW4ldgeist    (at your option) any later version.
641*37d0f044SW4ldgeist
642*37d0f044SW4ldgeist    This program is distributed in the hope that it will be useful,
643*37d0f044SW4ldgeist    but WITHOUT ANY WARRANTY; without even the implied warranty of
644*37d0f044SW4ldgeist    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
645*37d0f044SW4ldgeist    GNU General Public License for more details.
646*37d0f044SW4ldgeist
647*37d0f044SW4ldgeist    You should have received a copy of the GNU General Public License
648*37d0f044SW4ldgeist    along with this program.  If not, see <https://www.gnu.org/licenses/>.
649*37d0f044SW4ldgeist
650*37d0f044SW4ldgeistAlso add information on how to contact you by electronic and paper mail.
651*37d0f044SW4ldgeist
652*37d0f044SW4ldgeist  If the program does terminal interaction, make it output a short
653*37d0f044SW4ldgeistnotice like this when it starts in an interactive mode:
654*37d0f044SW4ldgeist
655*37d0f044SW4ldgeist    <program>  Copyright (C) <year>  <name of author>
656*37d0f044SW4ldgeist    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657*37d0f044SW4ldgeist    This is free software, and you are welcome to redistribute it
658*37d0f044SW4ldgeist    under certain conditions; type `show c' for details.
659*37d0f044SW4ldgeist
660*37d0f044SW4ldgeistThe hypothetical commands `show w' and `show c' should show the appropriate
661*37d0f044SW4ldgeistparts of the General Public License.  Of course, your program's commands
662*37d0f044SW4ldgeistmight be different; for a GUI interface, you would use an "about box".
663*37d0f044SW4ldgeist
664*37d0f044SW4ldgeist  You should also get your employer (if you work as a programmer) or school,
665*37d0f044SW4ldgeistif any, to sign a "copyright disclaimer" for the program, if necessary.
666*37d0f044SW4ldgeistFor more information on this, and how to apply and follow the GNU GPL, see
667*37d0f044SW4ldgeist<https://www.gnu.org/licenses/>.
668*37d0f044SW4ldgeist
669*37d0f044SW4ldgeist  The GNU General Public License does not permit incorporating your program
670*37d0f044SW4ldgeistinto proprietary programs.  If your program is a subroutine library, you
671*37d0f044SW4ldgeistmay consider it more useful to permit linking proprietary applications with
672*37d0f044SW4ldgeistthe library.  If this is what you want to do, use the GNU Lesser General
673*37d0f044SW4ldgeistPublic License instead of this License.  But first, please read
674*37d0f044SW4ldgeist<https://www.gnu.org/licenses/why-not-lgpl.html>.
675