xref: /kvmtool/COPYING (revision 3ac7d904df004216556658f94425ea193a35ba6b)
1*3ac7d904SAndre Przywara
2*3ac7d904SAndre Przywara		    GNU GENERAL PUBLIC LICENSE
3*3ac7d904SAndre Przywara		       Version 2, June 1991
4*3ac7d904SAndre Przywara
5*3ac7d904SAndre Przywara Copyright (C) 1989, 1991 Free Software Foundation, Inc.
6*3ac7d904SAndre Przywara                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
7*3ac7d904SAndre Przywara Everyone is permitted to copy and distribute verbatim copies
8*3ac7d904SAndre Przywara of this license document, but changing it is not allowed.
9*3ac7d904SAndre Przywara
10*3ac7d904SAndre Przywara			    Preamble
11*3ac7d904SAndre Przywara
12*3ac7d904SAndre Przywara  The licenses for most software are designed to take away your
13*3ac7d904SAndre Przywarafreedom to share and change it.  By contrast, the GNU General Public
14*3ac7d904SAndre PrzywaraLicense is intended to guarantee your freedom to share and change free
15*3ac7d904SAndre Przywarasoftware--to make sure the software is free for all its users.  This
16*3ac7d904SAndre PrzywaraGeneral Public License applies to most of the Free Software
17*3ac7d904SAndre PrzywaraFoundation's software and to any other program whose authors commit to
18*3ac7d904SAndre Przywarausing it.  (Some other Free Software Foundation software is covered by
19*3ac7d904SAndre Przywarathe GNU Library General Public License instead.)  You can apply it to
20*3ac7d904SAndre Przywarayour programs, too.
21*3ac7d904SAndre Przywara
22*3ac7d904SAndre Przywara  When we speak of free software, we are referring to freedom, not
23*3ac7d904SAndre Przywaraprice.  Our General Public Licenses are designed to make sure that you
24*3ac7d904SAndre Przywarahave the freedom to distribute copies of free software (and charge for
25*3ac7d904SAndre Przywarathis service if you wish), that you receive source code or can get it
26*3ac7d904SAndre Przywaraif you want it, that you can change the software or use pieces of it
27*3ac7d904SAndre Przywarain new free programs; and that you know you can do these things.
28*3ac7d904SAndre Przywara
29*3ac7d904SAndre Przywara  To protect your rights, we need to make restrictions that forbid
30*3ac7d904SAndre Przywaraanyone to deny you these rights or to ask you to surrender the rights.
31*3ac7d904SAndre PrzywaraThese restrictions translate to certain responsibilities for you if you
32*3ac7d904SAndre Przywaradistribute copies of the software, or if you modify it.
33*3ac7d904SAndre Przywara
34*3ac7d904SAndre Przywara  For example, if you distribute copies of such a program, whether
35*3ac7d904SAndre Przywaragratis or for a fee, you must give the recipients all the rights that
36*3ac7d904SAndre Przywarayou have.  You must make sure that they, too, receive or can get the
37*3ac7d904SAndre Przywarasource code.  And you must show them these terms so they know their
38*3ac7d904SAndre Przywararights.
39*3ac7d904SAndre Przywara
40*3ac7d904SAndre Przywara  We protect your rights with two steps: (1) copyright the software, and
41*3ac7d904SAndre Przywara(2) offer you this license which gives you legal permission to copy,
42*3ac7d904SAndre Przywaradistribute and/or modify the software.
43*3ac7d904SAndre Przywara
44*3ac7d904SAndre Przywara  Also, for each author's protection and ours, we want to make certain
45*3ac7d904SAndre Przywarathat everyone understands that there is no warranty for this free
46*3ac7d904SAndre Przywarasoftware.  If the software is modified by someone else and passed on, we
47*3ac7d904SAndre Przywarawant its recipients to know that what they have is not the original, so
48*3ac7d904SAndre Przywarathat any problems introduced by others will not reflect on the original
49*3ac7d904SAndre Przywaraauthors' reputations.
50*3ac7d904SAndre Przywara
51*3ac7d904SAndre Przywara  Finally, any free program is threatened constantly by software
52*3ac7d904SAndre Przywarapatents.  We wish to avoid the danger that redistributors of a free
53*3ac7d904SAndre Przywaraprogram will individually obtain patent licenses, in effect making the
54*3ac7d904SAndre Przywaraprogram proprietary.  To prevent this, we have made it clear that any
55*3ac7d904SAndre Przywarapatent must be licensed for everyone's free use or not licensed at all.
56*3ac7d904SAndre Przywara
57*3ac7d904SAndre Przywara  The precise terms and conditions for copying, distribution and
58*3ac7d904SAndre Przywaramodification follow.
59*3ac7d904SAndre Przywara
60*3ac7d904SAndre Przywara		    GNU GENERAL PUBLIC LICENSE
61*3ac7d904SAndre Przywara   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
62*3ac7d904SAndre Przywara
63*3ac7d904SAndre Przywara  0. This License applies to any program or other work which contains
64*3ac7d904SAndre Przywaraa notice placed by the copyright holder saying it may be distributed
65*3ac7d904SAndre Przywaraunder the terms of this General Public License.  The "Program", below,
66*3ac7d904SAndre Przywararefers to any such program or work, and a "work based on the Program"
67*3ac7d904SAndre Przywarameans either the Program or any derivative work under copyright law:
68*3ac7d904SAndre Przywarathat is to say, a work containing the Program or a portion of it,
69*3ac7d904SAndre Przywaraeither verbatim or with modifications and/or translated into another
70*3ac7d904SAndre Przywaralanguage.  (Hereinafter, translation is included without limitation in
71*3ac7d904SAndre Przywarathe term "modification".)  Each licensee is addressed as "you".
72*3ac7d904SAndre Przywara
73*3ac7d904SAndre PrzywaraActivities other than copying, distribution and modification are not
74*3ac7d904SAndre Przywaracovered by this License; they are outside its scope.  The act of
75*3ac7d904SAndre Przywararunning the Program is not restricted, and the output from the Program
76*3ac7d904SAndre Przywarais covered only if its contents constitute a work based on the
77*3ac7d904SAndre PrzywaraProgram (independent of having been made by running the Program).
78*3ac7d904SAndre PrzywaraWhether that is true depends on what the Program does.
79*3ac7d904SAndre Przywara
80*3ac7d904SAndre Przywara  1. You may copy and distribute verbatim copies of the Program's
81*3ac7d904SAndre Przywarasource code as you receive it, in any medium, provided that you
82*3ac7d904SAndre Przywaraconspicuously and appropriately publish on each copy an appropriate
83*3ac7d904SAndre Przywaracopyright notice and disclaimer of warranty; keep intact all the
84*3ac7d904SAndre Przywaranotices that refer to this License and to the absence of any warranty;
85*3ac7d904SAndre Przywaraand give any other recipients of the Program a copy of this License
86*3ac7d904SAndre Przywaraalong with the Program.
87*3ac7d904SAndre Przywara
88*3ac7d904SAndre PrzywaraYou may charge a fee for the physical act of transferring a copy, and
89*3ac7d904SAndre Przywarayou may at your option offer warranty protection in exchange for a fee.
90*3ac7d904SAndre Przywara
91*3ac7d904SAndre Przywara  2. You may modify your copy or copies of the Program or any portion
92*3ac7d904SAndre Przywaraof it, thus forming a work based on the Program, and copy and
93*3ac7d904SAndre Przywaradistribute such modifications or work under the terms of Section 1
94*3ac7d904SAndre Przywaraabove, provided that you also meet all of these conditions:
95*3ac7d904SAndre Przywara
96*3ac7d904SAndre Przywara    a) You must cause the modified files to carry prominent notices
97*3ac7d904SAndre Przywara    stating that you changed the files and the date of any change.
98*3ac7d904SAndre Przywara
99*3ac7d904SAndre Przywara    b) You must cause any work that you distribute or publish, that in
100*3ac7d904SAndre Przywara    whole or in part contains or is derived from the Program or any
101*3ac7d904SAndre Przywara    part thereof, to be licensed as a whole at no charge to all third
102*3ac7d904SAndre Przywara    parties under the terms of this License.
103*3ac7d904SAndre Przywara
104*3ac7d904SAndre Przywara    c) If the modified program normally reads commands interactively
105*3ac7d904SAndre Przywara    when run, you must cause it, when started running for such
106*3ac7d904SAndre Przywara    interactive use in the most ordinary way, to print or display an
107*3ac7d904SAndre Przywara    announcement including an appropriate copyright notice and a
108*3ac7d904SAndre Przywara    notice that there is no warranty (or else, saying that you provide
109*3ac7d904SAndre Przywara    a warranty) and that users may redistribute the program under
110*3ac7d904SAndre Przywara    these conditions, and telling the user how to view a copy of this
111*3ac7d904SAndre Przywara    License.  (Exception: if the Program itself is interactive but
112*3ac7d904SAndre Przywara    does not normally print such an announcement, your work based on
113*3ac7d904SAndre Przywara    the Program is not required to print an announcement.)
114*3ac7d904SAndre Przywara
115*3ac7d904SAndre PrzywaraThese requirements apply to the modified work as a whole.  If
116*3ac7d904SAndre Przywaraidentifiable sections of that work are not derived from the Program,
117*3ac7d904SAndre Przywaraand can be reasonably considered independent and separate works in
118*3ac7d904SAndre Przywarathemselves, then this License, and its terms, do not apply to those
119*3ac7d904SAndre Przywarasections when you distribute them as separate works.  But when you
120*3ac7d904SAndre Przywaradistribute the same sections as part of a whole which is a work based
121*3ac7d904SAndre Przywaraon the Program, the distribution of the whole must be on the terms of
122*3ac7d904SAndre Przywarathis License, whose permissions for other licensees extend to the
123*3ac7d904SAndre Przywaraentire whole, and thus to each and every part regardless of who wrote it.
124*3ac7d904SAndre Przywara
125*3ac7d904SAndre PrzywaraThus, it is not the intent of this section to claim rights or contest
126*3ac7d904SAndre Przywarayour rights to work written entirely by you; rather, the intent is to
127*3ac7d904SAndre Przywaraexercise the right to control the distribution of derivative or
128*3ac7d904SAndre Przywaracollective works based on the Program.
129*3ac7d904SAndre Przywara
130*3ac7d904SAndre PrzywaraIn addition, mere aggregation of another work not based on the Program
131*3ac7d904SAndre Przywarawith the Program (or with a work based on the Program) on a volume of
132*3ac7d904SAndre Przywaraa storage or distribution medium does not bring the other work under
133*3ac7d904SAndre Przywarathe scope of this License.
134*3ac7d904SAndre Przywara
135*3ac7d904SAndre Przywara  3. You may copy and distribute the Program (or a work based on it,
136*3ac7d904SAndre Przywaraunder Section 2) in object code or executable form under the terms of
137*3ac7d904SAndre PrzywaraSections 1 and 2 above provided that you also do one of the following:
138*3ac7d904SAndre Przywara
139*3ac7d904SAndre Przywara    a) Accompany it with the complete corresponding machine-readable
140*3ac7d904SAndre Przywara    source code, which must be distributed under the terms of Sections
141*3ac7d904SAndre Przywara    1 and 2 above on a medium customarily used for software interchange; or,
142*3ac7d904SAndre Przywara
143*3ac7d904SAndre Przywara    b) Accompany it with a written offer, valid for at least three
144*3ac7d904SAndre Przywara    years, to give any third party, for a charge no more than your
145*3ac7d904SAndre Przywara    cost of physically performing source distribution, a complete
146*3ac7d904SAndre Przywara    machine-readable copy of the corresponding source code, to be
147*3ac7d904SAndre Przywara    distributed under the terms of Sections 1 and 2 above on a medium
148*3ac7d904SAndre Przywara    customarily used for software interchange; or,
149*3ac7d904SAndre Przywara
150*3ac7d904SAndre Przywara    c) Accompany it with the information you received as to the offer
151*3ac7d904SAndre Przywara    to distribute corresponding source code.  (This alternative is
152*3ac7d904SAndre Przywara    allowed only for noncommercial distribution and only if you
153*3ac7d904SAndre Przywara    received the program in object code or executable form with such
154*3ac7d904SAndre Przywara    an offer, in accord with Subsection b above.)
155*3ac7d904SAndre Przywara
156*3ac7d904SAndre PrzywaraThe source code for a work means the preferred form of the work for
157*3ac7d904SAndre Przywaramaking modifications to it.  For an executable work, complete source
158*3ac7d904SAndre Przywaracode means all the source code for all modules it contains, plus any
159*3ac7d904SAndre Przywaraassociated interface definition files, plus the scripts used to
160*3ac7d904SAndre Przywaracontrol compilation and installation of the executable.  However, as a
161*3ac7d904SAndre Przywaraspecial exception, the source code distributed need not include
162*3ac7d904SAndre Przywaraanything that is normally distributed (in either source or binary
163*3ac7d904SAndre Przywaraform) with the major components (compiler, kernel, and so on) of the
164*3ac7d904SAndre Przywaraoperating system on which the executable runs, unless that component
165*3ac7d904SAndre Przywaraitself accompanies the executable.
166*3ac7d904SAndre Przywara
167*3ac7d904SAndre PrzywaraIf distribution of executable or object code is made by offering
168*3ac7d904SAndre Przywaraaccess to copy from a designated place, then offering equivalent
169*3ac7d904SAndre Przywaraaccess to copy the source code from the same place counts as
170*3ac7d904SAndre Przywaradistribution of the source code, even though third parties are not
171*3ac7d904SAndre Przywaracompelled to copy the source along with the object code.
172*3ac7d904SAndre Przywara
173*3ac7d904SAndre Przywara  4. You may not copy, modify, sublicense, or distribute the Program
174*3ac7d904SAndre Przywaraexcept as expressly provided under this License.  Any attempt
175*3ac7d904SAndre Przywaraotherwise to copy, modify, sublicense or distribute the Program is
176*3ac7d904SAndre Przywaravoid, and will automatically terminate your rights under this License.
177*3ac7d904SAndre PrzywaraHowever, parties who have received copies, or rights, from you under
178*3ac7d904SAndre Przywarathis License will not have their licenses terminated so long as such
179*3ac7d904SAndre Przywaraparties remain in full compliance.
180*3ac7d904SAndre Przywara
181*3ac7d904SAndre Przywara  5. You are not required to accept this License, since you have not
182*3ac7d904SAndre Przywarasigned it.  However, nothing else grants you permission to modify or
183*3ac7d904SAndre Przywaradistribute the Program or its derivative works.  These actions are
184*3ac7d904SAndre Przywaraprohibited by law if you do not accept this License.  Therefore, by
185*3ac7d904SAndre Przywaramodifying or distributing the Program (or any work based on the
186*3ac7d904SAndre PrzywaraProgram), you indicate your acceptance of this License to do so, and
187*3ac7d904SAndre Przywaraall its terms and conditions for copying, distributing or modifying
188*3ac7d904SAndre Przywarathe Program or works based on it.
189*3ac7d904SAndre Przywara
190*3ac7d904SAndre Przywara  6. Each time you redistribute the Program (or any work based on the
191*3ac7d904SAndre PrzywaraProgram), the recipient automatically receives a license from the
192*3ac7d904SAndre Przywaraoriginal licensor to copy, distribute or modify the Program subject to
193*3ac7d904SAndre Przywarathese terms and conditions.  You may not impose any further
194*3ac7d904SAndre Przywararestrictions on the recipients' exercise of the rights granted herein.
195*3ac7d904SAndre PrzywaraYou are not responsible for enforcing compliance by third parties to
196*3ac7d904SAndre Przywarathis License.
197*3ac7d904SAndre Przywara
198*3ac7d904SAndre Przywara  7. If, as a consequence of a court judgment or allegation of patent
199*3ac7d904SAndre Przywarainfringement or for any other reason (not limited to patent issues),
200*3ac7d904SAndre Przywaraconditions are imposed on you (whether by court order, agreement or
201*3ac7d904SAndre Przywaraotherwise) that contradict the conditions of this License, they do not
202*3ac7d904SAndre Przywaraexcuse you from the conditions of this License.  If you cannot
203*3ac7d904SAndre Przywaradistribute so as to satisfy simultaneously your obligations under this
204*3ac7d904SAndre PrzywaraLicense and any other pertinent obligations, then as a consequence you
205*3ac7d904SAndre Przywaramay not distribute the Program at all.  For example, if a patent
206*3ac7d904SAndre Przywaralicense would not permit royalty-free redistribution of the Program by
207*3ac7d904SAndre Przywaraall those who receive copies directly or indirectly through you, then
208*3ac7d904SAndre Przywarathe only way you could satisfy both it and this License would be to
209*3ac7d904SAndre Przywararefrain entirely from distribution of the Program.
210*3ac7d904SAndre Przywara
211*3ac7d904SAndre PrzywaraIf any portion of this section is held invalid or unenforceable under
212*3ac7d904SAndre Przywaraany particular circumstance, the balance of the section is intended to
213*3ac7d904SAndre Przywaraapply and the section as a whole is intended to apply in other
214*3ac7d904SAndre Przywaracircumstances.
215*3ac7d904SAndre Przywara
216*3ac7d904SAndre PrzywaraIt is not the purpose of this section to induce you to infringe any
217*3ac7d904SAndre Przywarapatents or other property right claims or to contest validity of any
218*3ac7d904SAndre Przywarasuch claims; this section has the sole purpose of protecting the
219*3ac7d904SAndre Przywaraintegrity of the free software distribution system, which is
220*3ac7d904SAndre Przywaraimplemented by public license practices.  Many people have made
221*3ac7d904SAndre Przywaragenerous contributions to the wide range of software distributed
222*3ac7d904SAndre Przywarathrough that system in reliance on consistent application of that
223*3ac7d904SAndre Przywarasystem; it is up to the author/donor to decide if he or she is willing
224*3ac7d904SAndre Przywarato distribute software through any other system and a licensee cannot
225*3ac7d904SAndre Przywaraimpose that choice.
226*3ac7d904SAndre Przywara
227*3ac7d904SAndre PrzywaraThis section is intended to make thoroughly clear what is believed to
228*3ac7d904SAndre Przywarabe a consequence of the rest of this License.
229*3ac7d904SAndre Przywara
230*3ac7d904SAndre Przywara  8. If the distribution and/or use of the Program is restricted in
231*3ac7d904SAndre Przywaracertain countries either by patents or by copyrighted interfaces, the
232*3ac7d904SAndre Przywaraoriginal copyright holder who places the Program under this License
233*3ac7d904SAndre Przywaramay add an explicit geographical distribution limitation excluding
234*3ac7d904SAndre Przywarathose countries, so that distribution is permitted only in or among
235*3ac7d904SAndre Przywaracountries not thus excluded.  In such case, this License incorporates
236*3ac7d904SAndre Przywarathe limitation as if written in the body of this License.
237*3ac7d904SAndre Przywara
238*3ac7d904SAndre Przywara  9. The Free Software Foundation may publish revised and/or new versions
239*3ac7d904SAndre Przywaraof the General Public License from time to time.  Such new versions will
240*3ac7d904SAndre Przywarabe similar in spirit to the present version, but may differ in detail to
241*3ac7d904SAndre Przywaraaddress new problems or concerns.
242*3ac7d904SAndre Przywara
243*3ac7d904SAndre PrzywaraEach version is given a distinguishing version number.  If the Program
244*3ac7d904SAndre Przywaraspecifies a version number of this License which applies to it and "any
245*3ac7d904SAndre Przywaralater version", you have the option of following the terms and conditions
246*3ac7d904SAndre Przywaraeither of that version or of any later version published by the Free
247*3ac7d904SAndre PrzywaraSoftware Foundation.  If the Program does not specify a version number of
248*3ac7d904SAndre Przywarathis License, you may choose any version ever published by the Free Software
249*3ac7d904SAndre PrzywaraFoundation.
250*3ac7d904SAndre Przywara
251*3ac7d904SAndre Przywara  10. If you wish to incorporate parts of the Program into other free
252*3ac7d904SAndre Przywaraprograms whose distribution conditions are different, write to the author
253*3ac7d904SAndre Przywarato ask for permission.  For software which is copyrighted by the Free
254*3ac7d904SAndre PrzywaraSoftware Foundation, write to the Free Software Foundation; we sometimes
255*3ac7d904SAndre Przywaramake exceptions for this.  Our decision will be guided by the two goals
256*3ac7d904SAndre Przywaraof preserving the free status of all derivatives of our free software and
257*3ac7d904SAndre Przywaraof promoting the sharing and reuse of software generally.
258*3ac7d904SAndre Przywara
259*3ac7d904SAndre Przywara			    NO WARRANTY
260*3ac7d904SAndre Przywara
261*3ac7d904SAndre Przywara  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
262*3ac7d904SAndre PrzywaraFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
263*3ac7d904SAndre PrzywaraOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
264*3ac7d904SAndre PrzywaraPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
265*3ac7d904SAndre PrzywaraOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
266*3ac7d904SAndre PrzywaraMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
267*3ac7d904SAndre PrzywaraTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
268*3ac7d904SAndre PrzywaraPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
269*3ac7d904SAndre PrzywaraREPAIR OR CORRECTION.
270*3ac7d904SAndre Przywara
271*3ac7d904SAndre Przywara  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
272*3ac7d904SAndre PrzywaraWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
273*3ac7d904SAndre PrzywaraREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
274*3ac7d904SAndre PrzywaraINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
275*3ac7d904SAndre PrzywaraOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
276*3ac7d904SAndre PrzywaraTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
277*3ac7d904SAndre PrzywaraYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
278*3ac7d904SAndre PrzywaraPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
279*3ac7d904SAndre PrzywaraPOSSIBILITY OF SUCH DAMAGES.
280*3ac7d904SAndre Przywara
281*3ac7d904SAndre Przywara		     END OF TERMS AND CONDITIONS
282*3ac7d904SAndre Przywara
283*3ac7d904SAndre Przywara	    How to Apply These Terms to Your New Programs
284*3ac7d904SAndre Przywara
285*3ac7d904SAndre Przywara  If you develop a new program, and you want it to be of the greatest
286*3ac7d904SAndre Przywarapossible use to the public, the best way to achieve this is to make it
287*3ac7d904SAndre Przywarafree software which everyone can redistribute and change under these terms.
288*3ac7d904SAndre Przywara
289*3ac7d904SAndre Przywara  To do so, attach the following notices to the program.  It is safest
290*3ac7d904SAndre Przywarato attach them to the start of each source file to most effectively
291*3ac7d904SAndre Przywaraconvey the exclusion of warranty; and each file should have at least
292*3ac7d904SAndre Przywarathe "copyright" line and a pointer to where the full notice is found.
293*3ac7d904SAndre Przywara
294*3ac7d904SAndre Przywara    <one line to give the program's name and a brief idea of what it does.>
295*3ac7d904SAndre Przywara    Copyright (C) <year>  <name of author>
296*3ac7d904SAndre Przywara
297*3ac7d904SAndre Przywara    This program is free software; you can redistribute it and/or modify
298*3ac7d904SAndre Przywara    it under the terms of the GNU General Public License as published by
299*3ac7d904SAndre Przywara    the Free Software Foundation; either version 2 of the License, or
300*3ac7d904SAndre Przywara    (at your option) any later version.
301*3ac7d904SAndre Przywara
302*3ac7d904SAndre Przywara    This program is distributed in the hope that it will be useful,
303*3ac7d904SAndre Przywara    but WITHOUT ANY WARRANTY; without even the implied warranty of
304*3ac7d904SAndre Przywara    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
305*3ac7d904SAndre Przywara    GNU General Public License for more details.
306*3ac7d904SAndre Przywara
307*3ac7d904SAndre Przywara    You should have received a copy of the GNU General Public License
308*3ac7d904SAndre Przywara    along with this program; if not, write to the Free Software
309*3ac7d904SAndre Przywara    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
310*3ac7d904SAndre Przywara
311*3ac7d904SAndre Przywara
312*3ac7d904SAndre PrzywaraAlso add information on how to contact you by electronic and paper mail.
313*3ac7d904SAndre Przywara
314*3ac7d904SAndre PrzywaraIf the program is interactive, make it output a short notice like this
315*3ac7d904SAndre Przywarawhen it starts in an interactive mode:
316*3ac7d904SAndre Przywara
317*3ac7d904SAndre Przywara    Gnomovision version 69, Copyright (C) year name of author
318*3ac7d904SAndre Przywara    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319*3ac7d904SAndre Przywara    This is free software, and you are welcome to redistribute it
320*3ac7d904SAndre Przywara    under certain conditions; type `show c' for details.
321*3ac7d904SAndre Przywara
322*3ac7d904SAndre PrzywaraThe hypothetical commands `show w' and `show c' should show the appropriate
323*3ac7d904SAndre Przywaraparts of the General Public License.  Of course, the commands you use may
324*3ac7d904SAndre Przywarabe called something other than `show w' and `show c'; they could even be
325*3ac7d904SAndre Przywaramouse-clicks or menu items--whatever suits your program.
326*3ac7d904SAndre Przywara
327*3ac7d904SAndre PrzywaraYou should also get your employer (if you work as a programmer) or your
328*3ac7d904SAndre Przywaraschool, if any, to sign a "copyright disclaimer" for the program, if
329*3ac7d904SAndre Przywaranecessary.  Here is a sample; alter the names:
330*3ac7d904SAndre Przywara
331*3ac7d904SAndre Przywara  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
332*3ac7d904SAndre Przywara  `Gnomovision' (which makes passes at compilers) written by James Hacker.
333*3ac7d904SAndre Przywara
334*3ac7d904SAndre Przywara  <signature of Ty Coon>, 1 April 1989
335*3ac7d904SAndre Przywara  Ty Coon, President of Vice
336*3ac7d904SAndre Przywara
337*3ac7d904SAndre PrzywaraThis General Public License does not permit incorporating your program into
338*3ac7d904SAndre Przywaraproprietary programs.  If your program is a subroutine library, you may
339*3ac7d904SAndre Przywaraconsider it more useful to permit linking proprietary applications with the
340*3ac7d904SAndre Przywaralibrary.  If this is what you want to do, use the GNU Library General
341*3ac7d904SAndre PrzywaraPublic License instead of this License.
342