xref: /StarryEngine/starry_client/src/font/unifont-license.txt (revision 02d6d5e36af6e616feef1951475d2ed219a43e26)
1*02d6d5e3SR0ronoaLICENSE
2*02d6d5e3SR0ronoa-------
3*02d6d5e3SR0ronoaThe source code for everything except the compiled fonts in this current
4*02d6d5e3SR0ronoarelease is licensed as follows:
5*02d6d5e3SR0ronoa
6*02d6d5e3SR0ronoa     License for this current distribution of program source
7*02d6d5e3SR0ronoa     files (i.e., everything except the fonts) is released under
8*02d6d5e3SR0ronoa     the terms of the GNU General Public License version 2,
9*02d6d5e3SR0ronoa     or (at your option) a later version.
10*02d6d5e3SR0ronoa
11*02d6d5e3SR0ronoa     See the section below for a copy of the GNU General Public License
12*02d6d5e3SR0ronoa     version 2.
13*02d6d5e3SR0ronoa
14*02d6d5e3SR0ronoaThe license for the compiled fonts is covered by the above GPL terms
15*02d6d5e3SR0ronoawith the GNU font embedding exception, as follows:
16*02d6d5e3SR0ronoa
17*02d6d5e3SR0ronoa     As a special exception, if you create a document which uses this font,
18*02d6d5e3SR0ronoa     and embed this font or unaltered portions of this font into the document,
19*02d6d5e3SR0ronoa     this font does not by itself cause the resulting document to be covered
20*02d6d5e3SR0ronoa     by the GNU General Public License. This exception does not however
21*02d6d5e3SR0ronoa     invalidate any other reasons why the document might be covered by the
22*02d6d5e3SR0ronoa     GNU General Public License. If you modify this font, you may extend
23*02d6d5e3SR0ronoa     this exception to your version of the font, but you are not obligated
24*02d6d5e3SR0ronoa     to do so. If you do not wish to do so, delete this exception statement
25*02d6d5e3SR0ronoa     from your version.
26*02d6d5e3SR0ronoa
27*02d6d5e3SR0ronoaSee "http://www.gnu.org/licenses/gpl-faq.html#FontException" for more details.
28*02d6d5e3SR0ronoa
29*02d6d5e3SR0ronoa
30*02d6d5e3SR0ronoaGPL VERSION 2
31*02d6d5e3SR0ronoa-------------
32*02d6d5e3SR0ronoa
33*02d6d5e3SR0ronoa                    GNU GENERAL PUBLIC LICENSE
34*02d6d5e3SR0ronoa                       Version 2, June 1991
35*02d6d5e3SR0ronoa
36*02d6d5e3SR0ronoa Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
37*02d6d5e3SR0ronoa 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
38*02d6d5e3SR0ronoa Everyone is permitted to copy and distribute verbatim copies
39*02d6d5e3SR0ronoa of this license document, but changing it is not allowed.
40*02d6d5e3SR0ronoa
41*02d6d5e3SR0ronoa                            Preamble
42*02d6d5e3SR0ronoa
43*02d6d5e3SR0ronoa  The licenses for most software are designed to take away your
44*02d6d5e3SR0ronoafreedom to share and change it.  By contrast, the GNU General Public
45*02d6d5e3SR0ronoaLicense is intended to guarantee your freedom to share and change free
46*02d6d5e3SR0ronoasoftware--to make sure the software is free for all its users.  This
47*02d6d5e3SR0ronoaGeneral Public License applies to most of the Free Software
48*02d6d5e3SR0ronoaFoundation's software and to any other program whose authors commit to
49*02d6d5e3SR0ronoausing it.  (Some other Free Software Foundation software is covered by
50*02d6d5e3SR0ronoathe GNU Lesser General Public License instead.)  You can apply it to
51*02d6d5e3SR0ronoayour programs, too.
52*02d6d5e3SR0ronoa
53*02d6d5e3SR0ronoa  When we speak of free software, we are referring to freedom, not
54*02d6d5e3SR0ronoaprice.  Our General Public Licenses are designed to make sure that you
55*02d6d5e3SR0ronoahave the freedom to distribute copies of free software (and charge for
56*02d6d5e3SR0ronoathis service if you wish), that you receive source code or can get it
57*02d6d5e3SR0ronoaif you want it, that you can change the software or use pieces of it
58*02d6d5e3SR0ronoain new free programs; and that you know you can do these things.
59*02d6d5e3SR0ronoa
60*02d6d5e3SR0ronoa  To protect your rights, we need to make restrictions that forbid
61*02d6d5e3SR0ronoaanyone to deny you these rights or to ask you to surrender the rights.
62*02d6d5e3SR0ronoaThese restrictions translate to certain responsibilities for you if you
63*02d6d5e3SR0ronoadistribute copies of the software, or if you modify it.
64*02d6d5e3SR0ronoa
65*02d6d5e3SR0ronoa  For example, if you distribute copies of such a program, whether
66*02d6d5e3SR0ronoagratis or for a fee, you must give the recipients all the rights that
67*02d6d5e3SR0ronoayou have.  You must make sure that they, too, receive or can get the
68*02d6d5e3SR0ronoasource code.  And you must show them these terms so they know their
69*02d6d5e3SR0ronoarights.
70*02d6d5e3SR0ronoa
71*02d6d5e3SR0ronoa  We protect your rights with two steps: (1) copyright the software, and
72*02d6d5e3SR0ronoa(2) offer you this license which gives you legal permission to copy,
73*02d6d5e3SR0ronoadistribute and/or modify the software.
74*02d6d5e3SR0ronoa
75*02d6d5e3SR0ronoa  Also, for each author's protection and ours, we want to make certain
76*02d6d5e3SR0ronoathat everyone understands that there is no warranty for this free
77*02d6d5e3SR0ronoasoftware.  If the software is modified by someone else and passed on, we
78*02d6d5e3SR0ronoawant its recipients to know that what they have is not the original, so
79*02d6d5e3SR0ronoathat any problems introduced by others will not reflect on the original
80*02d6d5e3SR0ronoaauthors' reputations.
81*02d6d5e3SR0ronoa
82*02d6d5e3SR0ronoa  Finally, any free program is threatened constantly by software
83*02d6d5e3SR0ronoapatents.  We wish to avoid the danger that redistributors of a free
84*02d6d5e3SR0ronoaprogram will individually obtain patent licenses, in effect making the
85*02d6d5e3SR0ronoaprogram proprietary.  To prevent this, we have made it clear that any
86*02d6d5e3SR0ronoapatent must be licensed for everyone's free use or not licensed at all.
87*02d6d5e3SR0ronoa
88*02d6d5e3SR0ronoa  The precise terms and conditions for copying, distribution and
89*02d6d5e3SR0ronoamodification follow.
90*02d6d5e3SR0ronoa
91*02d6d5e3SR0ronoa                    GNU GENERAL PUBLIC LICENSE
92*02d6d5e3SR0ronoa   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
93*02d6d5e3SR0ronoa
94*02d6d5e3SR0ronoa  0. This License applies to any program or other work which contains
95*02d6d5e3SR0ronoaa notice placed by the copyright holder saying it may be distributed
96*02d6d5e3SR0ronoaunder the terms of this General Public License.  The "Program", below,
97*02d6d5e3SR0ronoarefers to any such program or work, and a "work based on the Program"
98*02d6d5e3SR0ronoameans either the Program or any derivative work under copyright law:
99*02d6d5e3SR0ronoathat is to say, a work containing the Program or a portion of it,
100*02d6d5e3SR0ronoaeither verbatim or with modifications and/or translated into another
101*02d6d5e3SR0ronoalanguage.  (Hereinafter, translation is included without limitation in
102*02d6d5e3SR0ronoathe term "modification".)  Each licensee is addressed as "you".
103*02d6d5e3SR0ronoa
104*02d6d5e3SR0ronoaActivities other than copying, distribution and modification are not
105*02d6d5e3SR0ronoacovered by this License; they are outside its scope.  The act of
106*02d6d5e3SR0ronoarunning the Program is not restricted, and the output from the Program
107*02d6d5e3SR0ronoais covered only if its contents constitute a work based on the
108*02d6d5e3SR0ronoaProgram (independent of having been made by running the Program).
109*02d6d5e3SR0ronoaWhether that is true depends on what the Program does.
110*02d6d5e3SR0ronoa
111*02d6d5e3SR0ronoa  1. You may copy and distribute verbatim copies of the Program's
112*02d6d5e3SR0ronoasource code as you receive it, in any medium, provided that you
113*02d6d5e3SR0ronoaconspicuously and appropriately publish on each copy an appropriate
114*02d6d5e3SR0ronoacopyright notice and disclaimer of warranty; keep intact all the
115*02d6d5e3SR0ronoanotices that refer to this License and to the absence of any warranty;
116*02d6d5e3SR0ronoaand give any other recipients of the Program a copy of this License
117*02d6d5e3SR0ronoaalong with the Program.
118*02d6d5e3SR0ronoa
119*02d6d5e3SR0ronoaYou may charge a fee for the physical act of transferring a copy, and
120*02d6d5e3SR0ronoayou may at your option offer warranty protection in exchange for a fee.
121*02d6d5e3SR0ronoa
122*02d6d5e3SR0ronoa  2. You may modify your copy or copies of the Program or any portion
123*02d6d5e3SR0ronoaof it, thus forming a work based on the Program, and copy and
124*02d6d5e3SR0ronoadistribute such modifications or work under the terms of Section 1
125*02d6d5e3SR0ronoaabove, provided that you also meet all of these conditions:
126*02d6d5e3SR0ronoa
127*02d6d5e3SR0ronoa    a) You must cause the modified files to carry prominent notices
128*02d6d5e3SR0ronoa    stating that you changed the files and the date of any change.
129*02d6d5e3SR0ronoa
130*02d6d5e3SR0ronoa    b) You must cause any work that you distribute or publish, that in
131*02d6d5e3SR0ronoa    whole or in part contains or is derived from the Program or any
132*02d6d5e3SR0ronoa    part thereof, to be licensed as a whole at no charge to all third
133*02d6d5e3SR0ronoa    parties under the terms of this License.
134*02d6d5e3SR0ronoa
135*02d6d5e3SR0ronoa    c) If the modified program normally reads commands interactively
136*02d6d5e3SR0ronoa    when run, you must cause it, when started running for such
137*02d6d5e3SR0ronoa    interactive use in the most ordinary way, to print or display an
138*02d6d5e3SR0ronoa    announcement including an appropriate copyright notice and a
139*02d6d5e3SR0ronoa    notice that there is no warranty (or else, saying that you provide
140*02d6d5e3SR0ronoa    a warranty) and that users may redistribute the program under
141*02d6d5e3SR0ronoa    these conditions, and telling the user how to view a copy of this
142*02d6d5e3SR0ronoa    License.  (Exception: if the Program itself is interactive but
143*02d6d5e3SR0ronoa    does not normally print such an announcement, your work based on
144*02d6d5e3SR0ronoa    the Program is not required to print an announcement.)
145*02d6d5e3SR0ronoa
146*02d6d5e3SR0ronoaThese requirements apply to the modified work as a whole.  If
147*02d6d5e3SR0ronoaidentifiable sections of that work are not derived from the Program,
148*02d6d5e3SR0ronoaand can be reasonably considered independent and separate works in
149*02d6d5e3SR0ronoathemselves, then this License, and its terms, do not apply to those
150*02d6d5e3SR0ronoasections when you distribute them as separate works.  But when you
151*02d6d5e3SR0ronoadistribute the same sections as part of a whole which is a work based
152*02d6d5e3SR0ronoaon the Program, the distribution of the whole must be on the terms of
153*02d6d5e3SR0ronoathis License, whose permissions for other licensees extend to the
154*02d6d5e3SR0ronoaentire whole, and thus to each and every part regardless of who wrote it.
155*02d6d5e3SR0ronoa
156*02d6d5e3SR0ronoaThus, it is not the intent of this section to claim rights or contest
157*02d6d5e3SR0ronoayour rights to work written entirely by you; rather, the intent is to
158*02d6d5e3SR0ronoaexercise the right to control the distribution of derivative or
159*02d6d5e3SR0ronoacollective works based on the Program.
160*02d6d5e3SR0ronoa
161*02d6d5e3SR0ronoaIn addition, mere aggregation of another work not based on the Program
162*02d6d5e3SR0ronoawith the Program (or with a work based on the Program) on a volume of
163*02d6d5e3SR0ronoaa storage or distribution medium does not bring the other work under
164*02d6d5e3SR0ronoathe scope of this License.
165*02d6d5e3SR0ronoa
166*02d6d5e3SR0ronoa  3. You may copy and distribute the Program (or a work based on it,
167*02d6d5e3SR0ronoaunder Section 2) in object code or executable form under the terms of
168*02d6d5e3SR0ronoaSections 1 and 2 above provided that you also do one of the following:
169*02d6d5e3SR0ronoa
170*02d6d5e3SR0ronoa    a) Accompany it with the complete corresponding machine-readable
171*02d6d5e3SR0ronoa    source code, which must be distributed under the terms of Sections
172*02d6d5e3SR0ronoa    1 and 2 above on a medium customarily used for software interchange; or,
173*02d6d5e3SR0ronoa
174*02d6d5e3SR0ronoa    b) Accompany it with a written offer, valid for at least three
175*02d6d5e3SR0ronoa    years, to give any third party, for a charge no more than your
176*02d6d5e3SR0ronoa    cost of physically performing source distribution, a complete
177*02d6d5e3SR0ronoa    machine-readable copy of the corresponding source code, to be
178*02d6d5e3SR0ronoa    distributed under the terms of Sections 1 and 2 above on a medium
179*02d6d5e3SR0ronoa    customarily used for software interchange; or,
180*02d6d5e3SR0ronoa
181*02d6d5e3SR0ronoa    c) Accompany it with the information you received as to the offer
182*02d6d5e3SR0ronoa    to distribute corresponding source code.  (This alternative is
183*02d6d5e3SR0ronoa    allowed only for noncommercial distribution and only if you
184*02d6d5e3SR0ronoa    received the program in object code or executable form with such
185*02d6d5e3SR0ronoa    an offer, in accord with Subsection b above.)
186*02d6d5e3SR0ronoa
187*02d6d5e3SR0ronoaThe source code for a work means the preferred form of the work for
188*02d6d5e3SR0ronoamaking modifications to it.  For an executable work, complete source
189*02d6d5e3SR0ronoacode means all the source code for all modules it contains, plus any
190*02d6d5e3SR0ronoaassociated interface definition files, plus the scripts used to
191*02d6d5e3SR0ronoacontrol compilation and installation of the executable.  However, as a
192*02d6d5e3SR0ronoaspecial exception, the source code distributed need not include
193*02d6d5e3SR0ronoaanything that is normally distributed (in either source or binary
194*02d6d5e3SR0ronoaform) with the major components (compiler, kernel, and so on) of the
195*02d6d5e3SR0ronoaoperating system on which the executable runs, unless that component
196*02d6d5e3SR0ronoaitself accompanies the executable.
197*02d6d5e3SR0ronoa
198*02d6d5e3SR0ronoaIf distribution of executable or object code is made by offering
199*02d6d5e3SR0ronoaaccess to copy from a designated place, then offering equivalent
200*02d6d5e3SR0ronoaaccess to copy the source code from the same place counts as
201*02d6d5e3SR0ronoadistribution of the source code, even though third parties are not
202*02d6d5e3SR0ronoacompelled to copy the source along with the object code.
203*02d6d5e3SR0ronoa
204*02d6d5e3SR0ronoa  4. You may not copy, modify, sublicense, or distribute the Program
205*02d6d5e3SR0ronoaexcept as expressly provided under this License.  Any attempt
206*02d6d5e3SR0ronoaotherwise to copy, modify, sublicense or distribute the Program is
207*02d6d5e3SR0ronoavoid, and will automatically terminate your rights under this License.
208*02d6d5e3SR0ronoaHowever, parties who have received copies, or rights, from you under
209*02d6d5e3SR0ronoathis License will not have their licenses terminated so long as such
210*02d6d5e3SR0ronoaparties remain in full compliance.
211*02d6d5e3SR0ronoa
212*02d6d5e3SR0ronoa  5. You are not required to accept this License, since you have not
213*02d6d5e3SR0ronoasigned it.  However, nothing else grants you permission to modify or
214*02d6d5e3SR0ronoadistribute the Program or its derivative works.  These actions are
215*02d6d5e3SR0ronoaprohibited by law if you do not accept this License.  Therefore, by
216*02d6d5e3SR0ronoamodifying or distributing the Program (or any work based on the
217*02d6d5e3SR0ronoaProgram), you indicate your acceptance of this License to do so, and
218*02d6d5e3SR0ronoaall its terms and conditions for copying, distributing or modifying
219*02d6d5e3SR0ronoathe Program or works based on it.
220*02d6d5e3SR0ronoa
221*02d6d5e3SR0ronoa  6. Each time you redistribute the Program (or any work based on the
222*02d6d5e3SR0ronoaProgram), the recipient automatically receives a license from the
223*02d6d5e3SR0ronoaoriginal licensor to copy, distribute or modify the Program subject to
224*02d6d5e3SR0ronoathese terms and conditions.  You may not impose any further
225*02d6d5e3SR0ronoarestrictions on the recipients' exercise of the rights granted herein.
226*02d6d5e3SR0ronoaYou are not responsible for enforcing compliance by third parties to
227*02d6d5e3SR0ronoathis License.
228*02d6d5e3SR0ronoa
229*02d6d5e3SR0ronoa  7. If, as a consequence of a court judgment or allegation of patent
230*02d6d5e3SR0ronoainfringement or for any other reason (not limited to patent issues),
231*02d6d5e3SR0ronoaconditions are imposed on you (whether by court order, agreement or
232*02d6d5e3SR0ronoaotherwise) that contradict the conditions of this License, they do not
233*02d6d5e3SR0ronoaexcuse you from the conditions of this License.  If you cannot
234*02d6d5e3SR0ronoadistribute so as to satisfy simultaneously your obligations under this
235*02d6d5e3SR0ronoaLicense and any other pertinent obligations, then as a consequence you
236*02d6d5e3SR0ronoamay not distribute the Program at all.  For example, if a patent
237*02d6d5e3SR0ronoalicense would not permit royalty-free redistribution of the Program by
238*02d6d5e3SR0ronoaall those who receive copies directly or indirectly through you, then
239*02d6d5e3SR0ronoathe only way you could satisfy both it and this License would be to
240*02d6d5e3SR0ronoarefrain entirely from distribution of the Program.
241*02d6d5e3SR0ronoa
242*02d6d5e3SR0ronoaIf any portion of this section is held invalid or unenforceable under
243*02d6d5e3SR0ronoaany particular circumstance, the balance of the section is intended to
244*02d6d5e3SR0ronoaapply and the section as a whole is intended to apply in other
245*02d6d5e3SR0ronoacircumstances.
246*02d6d5e3SR0ronoa
247*02d6d5e3SR0ronoaIt is not the purpose of this section to induce you to infringe any
248*02d6d5e3SR0ronoapatents or other property right claims or to contest validity of any
249*02d6d5e3SR0ronoasuch claims; this section has the sole purpose of protecting the
250*02d6d5e3SR0ronoaintegrity of the free software distribution system, which is
251*02d6d5e3SR0ronoaimplemented by public license practices.  Many people have made
252*02d6d5e3SR0ronoagenerous contributions to the wide range of software distributed
253*02d6d5e3SR0ronoathrough that system in reliance on consistent application of that
254*02d6d5e3SR0ronoasystem; it is up to the author/donor to decide if he or she is willing
255*02d6d5e3SR0ronoato distribute software through any other system and a licensee cannot
256*02d6d5e3SR0ronoaimpose that choice.
257*02d6d5e3SR0ronoa
258*02d6d5e3SR0ronoaThis section is intended to make thoroughly clear what is believed to
259*02d6d5e3SR0ronoabe a consequence of the rest of this License.
260*02d6d5e3SR0ronoa
261*02d6d5e3SR0ronoa  8. If the distribution and/or use of the Program is restricted in
262*02d6d5e3SR0ronoacertain countries either by patents or by copyrighted interfaces, the
263*02d6d5e3SR0ronoaoriginal copyright holder who places the Program under this License
264*02d6d5e3SR0ronoamay add an explicit geographical distribution limitation excluding
265*02d6d5e3SR0ronoathose countries, so that distribution is permitted only in or among
266*02d6d5e3SR0ronoacountries not thus excluded.  In such case, this License incorporates
267*02d6d5e3SR0ronoathe limitation as if written in the body of this License.
268*02d6d5e3SR0ronoa
269*02d6d5e3SR0ronoa  9. The Free Software Foundation may publish revised and/or new versions
270*02d6d5e3SR0ronoaof the General Public License from time to time.  Such new versions will
271*02d6d5e3SR0ronoabe similar in spirit to the present version, but may differ in detail to
272*02d6d5e3SR0ronoaaddress new problems or concerns.
273*02d6d5e3SR0ronoa
274*02d6d5e3SR0ronoaEach version is given a distinguishing version number.  If the Program
275*02d6d5e3SR0ronoaspecifies a version number of this License which applies to it and "any
276*02d6d5e3SR0ronoalater version", you have the option of following the terms and conditions
277*02d6d5e3SR0ronoaeither of that version or of any later version published by the Free
278*02d6d5e3SR0ronoaSoftware Foundation.  If the Program does not specify a version number of
279*02d6d5e3SR0ronoathis License, you may choose any version ever published by the Free Software
280*02d6d5e3SR0ronoaFoundation.
281*02d6d5e3SR0ronoa
282*02d6d5e3SR0ronoa  10. If you wish to incorporate parts of the Program into other free
283*02d6d5e3SR0ronoaprograms whose distribution conditions are different, write to the author
284*02d6d5e3SR0ronoato ask for permission.  For software which is copyrighted by the Free
285*02d6d5e3SR0ronoaSoftware Foundation, write to the Free Software Foundation; we sometimes
286*02d6d5e3SR0ronoamake exceptions for this.  Our decision will be guided by the two goals
287*02d6d5e3SR0ronoaof preserving the free status of all derivatives of our free software and
288*02d6d5e3SR0ronoaof promoting the sharing and reuse of software generally.
289*02d6d5e3SR0ronoa
290*02d6d5e3SR0ronoa                            NO WARRANTY
291*02d6d5e3SR0ronoa
292*02d6d5e3SR0ronoa  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
293*02d6d5e3SR0ronoaFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
294*02d6d5e3SR0ronoaOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
295*02d6d5e3SR0ronoaPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
296*02d6d5e3SR0ronoaOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
297*02d6d5e3SR0ronoaMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
298*02d6d5e3SR0ronoaTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
299*02d6d5e3SR0ronoaPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
300*02d6d5e3SR0ronoaREPAIR OR CORRECTION.
301*02d6d5e3SR0ronoa
302*02d6d5e3SR0ronoa  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
303*02d6d5e3SR0ronoaWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
304*02d6d5e3SR0ronoaREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
305*02d6d5e3SR0ronoaINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
306*02d6d5e3SR0ronoaOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
307*02d6d5e3SR0ronoaTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
308*02d6d5e3SR0ronoaYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
309*02d6d5e3SR0ronoaPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
310*02d6d5e3SR0ronoaPOSSIBILITY OF SUCH DAMAGES.
311*02d6d5e3SR0ronoa
312*02d6d5e3SR0ronoa                     END OF TERMS AND CONDITIONS
313*02d6d5e3SR0ronoa
314*02d6d5e3SR0ronoa            How to Apply These Terms to Your New Programs
315*02d6d5e3SR0ronoa
316*02d6d5e3SR0ronoa  If you develop a new program, and you want it to be of the greatest
317*02d6d5e3SR0ronoapossible use to the public, the best way to achieve this is to make it
318*02d6d5e3SR0ronoafree software which everyone can redistribute and change under these terms.
319*02d6d5e3SR0ronoa
320*02d6d5e3SR0ronoa  To do so, attach the following notices to the program.  It is safest
321*02d6d5e3SR0ronoato attach them to the start of each source file to most effectively
322*02d6d5e3SR0ronoaconvey the exclusion of warranty; and each file should have at least
323*02d6d5e3SR0ronoathe "copyright" line and a pointer to where the full notice is found.
324*02d6d5e3SR0ronoa
325*02d6d5e3SR0ronoa    <one line to give the program's name and a brief idea of what it does.>
326*02d6d5e3SR0ronoa    Copyright (C) <year>  <name of author>
327*02d6d5e3SR0ronoa
328*02d6d5e3SR0ronoa    This program is free software; you can redistribute it and/or modify
329*02d6d5e3SR0ronoa    it under the terms of the GNU General Public License as published by
330*02d6d5e3SR0ronoa    the Free Software Foundation; either version 2 of the License, or
331*02d6d5e3SR0ronoa    (at your option) any later version.
332*02d6d5e3SR0ronoa
333*02d6d5e3SR0ronoa    This program is distributed in the hope that it will be useful,
334*02d6d5e3SR0ronoa    but WITHOUT ANY WARRANTY; without even the implied warranty of
335*02d6d5e3SR0ronoa    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
336*02d6d5e3SR0ronoa    GNU General Public License for more details.
337*02d6d5e3SR0ronoa
338*02d6d5e3SR0ronoa    You should have received a copy of the GNU General Public License along
339*02d6d5e3SR0ronoa    with this program; if not, write to the Free Software Foundation, Inc.,
340*02d6d5e3SR0ronoa    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
341*02d6d5e3SR0ronoa
342*02d6d5e3SR0ronoaAlso add information on how to contact you by electronic and paper mail.
343*02d6d5e3SR0ronoa
344*02d6d5e3SR0ronoaIf the program is interactive, make it output a short notice like this
345*02d6d5e3SR0ronoawhen it starts in an interactive mode:
346*02d6d5e3SR0ronoa
347*02d6d5e3SR0ronoa    Gnomovision version 69, Copyright (C) year name of author
348*02d6d5e3SR0ronoa    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
349*02d6d5e3SR0ronoa    This is free software, and you are welcome to redistribute it
350*02d6d5e3SR0ronoa    under certain conditions; type `show c' for details.
351*02d6d5e3SR0ronoa
352*02d6d5e3SR0ronoaThe hypothetical commands `show w' and `show c' should show the appropriate
353*02d6d5e3SR0ronoaparts of the General Public License.  Of course, the commands you use may
354*02d6d5e3SR0ronoabe called something other than `show w' and `show c'; they could even be
355*02d6d5e3SR0ronoamouse-clicks or menu items--whatever suits your program.
356*02d6d5e3SR0ronoa
357*02d6d5e3SR0ronoaYou should also get your employer (if you work as a programmer) or your
358*02d6d5e3SR0ronoaschool, if any, to sign a "copyright disclaimer" for the program, if
359*02d6d5e3SR0ronoanecessary.  Here is a sample; alter the names:
360*02d6d5e3SR0ronoa
361*02d6d5e3SR0ronoa  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
362*02d6d5e3SR0ronoa  `Gnomovision' (which makes passes at compilers) written by James Hacker.
363*02d6d5e3SR0ronoa
364*02d6d5e3SR0ronoa  <signature of Ty Coon>, 1 April 1989
365*02d6d5e3SR0ronoa  Ty Coon, President of Vice
366*02d6d5e3SR0ronoa
367*02d6d5e3SR0ronoaThis General Public License does not permit incorporating your program into
368*02d6d5e3SR0ronoaproprietary programs.  If your program is a subroutine library, you may
369*02d6d5e3SR0ronoaconsider it more useful to permit linking proprietary applications with the
370*02d6d5e3SR0ronoalibrary.  If this is what you want to do, use the GNU Lesser General
371*02d6d5e3SR0ronoaPublic License instead of this License.
372