xref: /onnv-gate/usr/src/grub/grub-0.97/COPYING (revision 8044:b3af80bbf173)
1*8044SWilliam.Kucharski@Sun.COM		    GNU GENERAL PUBLIC LICENSE
2*8044SWilliam.Kucharski@Sun.COM		       Version 2, June 1991
3*8044SWilliam.Kucharski@Sun.COM
4*8044SWilliam.Kucharski@Sun.COM Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5*8044SWilliam.Kucharski@Sun.COM     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
6*8044SWilliam.Kucharski@Sun.COM Everyone is permitted to copy and distribute verbatim copies
7*8044SWilliam.Kucharski@Sun.COM of this license document, but changing it is not allowed.
8*8044SWilliam.Kucharski@Sun.COM
9*8044SWilliam.Kucharski@Sun.COM			    Preamble
10*8044SWilliam.Kucharski@Sun.COM
11*8044SWilliam.Kucharski@Sun.COM  The licenses for most software are designed to take away your
12*8044SWilliam.Kucharski@Sun.COMfreedom to share and change it.  By contrast, the GNU General Public
13*8044SWilliam.Kucharski@Sun.COMLicense is intended to guarantee your freedom to share and change free
14*8044SWilliam.Kucharski@Sun.COMsoftware--to make sure the software is free for all its users.  This
15*8044SWilliam.Kucharski@Sun.COMGeneral Public License applies to most of the Free Software
16*8044SWilliam.Kucharski@Sun.COMFoundation's software and to any other program whose authors commit to
17*8044SWilliam.Kucharski@Sun.COMusing it.  (Some other Free Software Foundation software is covered by
18*8044SWilliam.Kucharski@Sun.COMthe GNU Library General Public License instead.)  You can apply it to
19*8044SWilliam.Kucharski@Sun.COMyour programs, too.
20*8044SWilliam.Kucharski@Sun.COM
21*8044SWilliam.Kucharski@Sun.COM  When we speak of free software, we are referring to freedom, not
22*8044SWilliam.Kucharski@Sun.COMprice.  Our General Public Licenses are designed to make sure that you
23*8044SWilliam.Kucharski@Sun.COMhave the freedom to distribute copies of free software (and charge for
24*8044SWilliam.Kucharski@Sun.COMthis service if you wish), that you receive source code or can get it
25*8044SWilliam.Kucharski@Sun.COMif you want it, that you can change the software or use pieces of it
26*8044SWilliam.Kucharski@Sun.COMin new free programs; and that you know you can do these things.
27*8044SWilliam.Kucharski@Sun.COM
28*8044SWilliam.Kucharski@Sun.COM  To protect your rights, we need to make restrictions that forbid
29*8044SWilliam.Kucharski@Sun.COManyone to deny you these rights or to ask you to surrender the rights.
30*8044SWilliam.Kucharski@Sun.COMThese restrictions translate to certain responsibilities for you if you
31*8044SWilliam.Kucharski@Sun.COMdistribute copies of the software, or if you modify it.
32*8044SWilliam.Kucharski@Sun.COM
33*8044SWilliam.Kucharski@Sun.COM  For example, if you distribute copies of such a program, whether
34*8044SWilliam.Kucharski@Sun.COMgratis or for a fee, you must give the recipients all the rights that
35*8044SWilliam.Kucharski@Sun.COMyou have.  You must make sure that they, too, receive or can get the
36*8044SWilliam.Kucharski@Sun.COMsource code.  And you must show them these terms so they know their
37*8044SWilliam.Kucharski@Sun.COMrights.
38*8044SWilliam.Kucharski@Sun.COM
39*8044SWilliam.Kucharski@Sun.COM  We protect your rights with two steps: (1) copyright the software, and
40*8044SWilliam.Kucharski@Sun.COM(2) offer you this license which gives you legal permission to copy,
41*8044SWilliam.Kucharski@Sun.COMdistribute and/or modify the software.
42*8044SWilliam.Kucharski@Sun.COM
43*8044SWilliam.Kucharski@Sun.COM  Also, for each author's protection and ours, we want to make certain
44*8044SWilliam.Kucharski@Sun.COMthat everyone understands that there is no warranty for this free
45*8044SWilliam.Kucharski@Sun.COMsoftware.  If the software is modified by someone else and passed on, we
46*8044SWilliam.Kucharski@Sun.COMwant its recipients to know that what they have is not the original, so
47*8044SWilliam.Kucharski@Sun.COMthat any problems introduced by others will not reflect on the original
48*8044SWilliam.Kucharski@Sun.COMauthors' reputations.
49*8044SWilliam.Kucharski@Sun.COM
50*8044SWilliam.Kucharski@Sun.COM  Finally, any free program is threatened constantly by software
51*8044SWilliam.Kucharski@Sun.COMpatents.  We wish to avoid the danger that redistributors of a free
52*8044SWilliam.Kucharski@Sun.COMprogram will individually obtain patent licenses, in effect making the
53*8044SWilliam.Kucharski@Sun.COMprogram proprietary.  To prevent this, we have made it clear that any
54*8044SWilliam.Kucharski@Sun.COMpatent must be licensed for everyone's free use or not licensed at all.
55*8044SWilliam.Kucharski@Sun.COM
56*8044SWilliam.Kucharski@Sun.COM  The precise terms and conditions for copying, distribution and
57*8044SWilliam.Kucharski@Sun.COMmodification follow.
58*8044SWilliam.Kucharski@Sun.COM
59*8044SWilliam.Kucharski@Sun.COM		    GNU GENERAL PUBLIC LICENSE
60*8044SWilliam.Kucharski@Sun.COM   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61*8044SWilliam.Kucharski@Sun.COM
62*8044SWilliam.Kucharski@Sun.COM  0. This License applies to any program or other work which contains
63*8044SWilliam.Kucharski@Sun.COMa notice placed by the copyright holder saying it may be distributed
64*8044SWilliam.Kucharski@Sun.COMunder the terms of this General Public License.  The "Program", below,
65*8044SWilliam.Kucharski@Sun.COMrefers to any such program or work, and a "work based on the Program"
66*8044SWilliam.Kucharski@Sun.COMmeans either the Program or any derivative work under copyright law:
67*8044SWilliam.Kucharski@Sun.COMthat is to say, a work containing the Program or a portion of it,
68*8044SWilliam.Kucharski@Sun.COMeither verbatim or with modifications and/or translated into another
69*8044SWilliam.Kucharski@Sun.COMlanguage.  (Hereinafter, translation is included without limitation in
70*8044SWilliam.Kucharski@Sun.COMthe term "modification".)  Each licensee is addressed as "you".
71*8044SWilliam.Kucharski@Sun.COM
72*8044SWilliam.Kucharski@Sun.COMActivities other than copying, distribution and modification are not
73*8044SWilliam.Kucharski@Sun.COMcovered by this License; they are outside its scope.  The act of
74*8044SWilliam.Kucharski@Sun.COMrunning the Program is not restricted, and the output from the Program
75*8044SWilliam.Kucharski@Sun.COMis covered only if its contents constitute a work based on the
76*8044SWilliam.Kucharski@Sun.COMProgram (independent of having been made by running the Program).
77*8044SWilliam.Kucharski@Sun.COMWhether that is true depends on what the Program does.
78*8044SWilliam.Kucharski@Sun.COM
79*8044SWilliam.Kucharski@Sun.COM  1. You may copy and distribute verbatim copies of the Program's
80*8044SWilliam.Kucharski@Sun.COMsource code as you receive it, in any medium, provided that you
81*8044SWilliam.Kucharski@Sun.COMconspicuously and appropriately publish on each copy an appropriate
82*8044SWilliam.Kucharski@Sun.COMcopyright notice and disclaimer of warranty; keep intact all the
83*8044SWilliam.Kucharski@Sun.COMnotices that refer to this License and to the absence of any warranty;
84*8044SWilliam.Kucharski@Sun.COMand give any other recipients of the Program a copy of this License
85*8044SWilliam.Kucharski@Sun.COMalong with the Program.
86*8044SWilliam.Kucharski@Sun.COM
87*8044SWilliam.Kucharski@Sun.COMYou may charge a fee for the physical act of transferring a copy, and
88*8044SWilliam.Kucharski@Sun.COMyou may at your option offer warranty protection in exchange for a fee.
89*8044SWilliam.Kucharski@Sun.COM
90*8044SWilliam.Kucharski@Sun.COM  2. You may modify your copy or copies of the Program or any portion
91*8044SWilliam.Kucharski@Sun.COMof it, thus forming a work based on the Program, and copy and
92*8044SWilliam.Kucharski@Sun.COMdistribute such modifications or work under the terms of Section 1
93*8044SWilliam.Kucharski@Sun.COMabove, provided that you also meet all of these conditions:
94*8044SWilliam.Kucharski@Sun.COM
95*8044SWilliam.Kucharski@Sun.COM    a) You must cause the modified files to carry prominent notices
96*8044SWilliam.Kucharski@Sun.COM    stating that you changed the files and the date of any change.
97*8044SWilliam.Kucharski@Sun.COM
98*8044SWilliam.Kucharski@Sun.COM    b) You must cause any work that you distribute or publish, that in
99*8044SWilliam.Kucharski@Sun.COM    whole or in part contains or is derived from the Program or any
100*8044SWilliam.Kucharski@Sun.COM    part thereof, to be licensed as a whole at no charge to all third
101*8044SWilliam.Kucharski@Sun.COM    parties under the terms of this License.
102*8044SWilliam.Kucharski@Sun.COM
103*8044SWilliam.Kucharski@Sun.COM    c) If the modified program normally reads commands interactively
104*8044SWilliam.Kucharski@Sun.COM    when run, you must cause it, when started running for such
105*8044SWilliam.Kucharski@Sun.COM    interactive use in the most ordinary way, to print or display an
106*8044SWilliam.Kucharski@Sun.COM    announcement including an appropriate copyright notice and a
107*8044SWilliam.Kucharski@Sun.COM    notice that there is no warranty (or else, saying that you provide
108*8044SWilliam.Kucharski@Sun.COM    a warranty) and that users may redistribute the program under
109*8044SWilliam.Kucharski@Sun.COM    these conditions, and telling the user how to view a copy of this
110*8044SWilliam.Kucharski@Sun.COM    License.  (Exception: if the Program itself is interactive but
111*8044SWilliam.Kucharski@Sun.COM    does not normally print such an announcement, your work based on
112*8044SWilliam.Kucharski@Sun.COM    the Program is not required to print an announcement.)
113*8044SWilliam.Kucharski@Sun.COM
114*8044SWilliam.Kucharski@Sun.COMThese requirements apply to the modified work as a whole.  If
115*8044SWilliam.Kucharski@Sun.COMidentifiable sections of that work are not derived from the Program,
116*8044SWilliam.Kucharski@Sun.COMand can be reasonably considered independent and separate works in
117*8044SWilliam.Kucharski@Sun.COMthemselves, then this License, and its terms, do not apply to those
118*8044SWilliam.Kucharski@Sun.COMsections when you distribute them as separate works.  But when you
119*8044SWilliam.Kucharski@Sun.COMdistribute the same sections as part of a whole which is a work based
120*8044SWilliam.Kucharski@Sun.COMon the Program, the distribution of the whole must be on the terms of
121*8044SWilliam.Kucharski@Sun.COMthis License, whose permissions for other licensees extend to the
122*8044SWilliam.Kucharski@Sun.COMentire whole, and thus to each and every part regardless of who wrote it.
123*8044SWilliam.Kucharski@Sun.COM
124*8044SWilliam.Kucharski@Sun.COMThus, it is not the intent of this section to claim rights or contest
125*8044SWilliam.Kucharski@Sun.COMyour rights to work written entirely by you; rather, the intent is to
126*8044SWilliam.Kucharski@Sun.COMexercise the right to control the distribution of derivative or
127*8044SWilliam.Kucharski@Sun.COMcollective works based on the Program.
128*8044SWilliam.Kucharski@Sun.COM
129*8044SWilliam.Kucharski@Sun.COMIn addition, mere aggregation of another work not based on the Program
130*8044SWilliam.Kucharski@Sun.COMwith the Program (or with a work based on the Program) on a volume of
131*8044SWilliam.Kucharski@Sun.COMa storage or distribution medium does not bring the other work under
132*8044SWilliam.Kucharski@Sun.COMthe scope of this License.
133*8044SWilliam.Kucharski@Sun.COM
134*8044SWilliam.Kucharski@Sun.COM  3. You may copy and distribute the Program (or a work based on it,
135*8044SWilliam.Kucharski@Sun.COMunder Section 2) in object code or executable form under the terms of
136*8044SWilliam.Kucharski@Sun.COMSections 1 and 2 above provided that you also do one of the following:
137*8044SWilliam.Kucharski@Sun.COM
138*8044SWilliam.Kucharski@Sun.COM    a) Accompany it with the complete corresponding machine-readable
139*8044SWilliam.Kucharski@Sun.COM    source code, which must be distributed under the terms of Sections
140*8044SWilliam.Kucharski@Sun.COM    1 and 2 above on a medium customarily used for software interchange; or,
141*8044SWilliam.Kucharski@Sun.COM
142*8044SWilliam.Kucharski@Sun.COM    b) Accompany it with a written offer, valid for at least three
143*8044SWilliam.Kucharski@Sun.COM    years, to give any third party, for a charge no more than your
144*8044SWilliam.Kucharski@Sun.COM    cost of physically performing source distribution, a complete
145*8044SWilliam.Kucharski@Sun.COM    machine-readable copy of the corresponding source code, to be
146*8044SWilliam.Kucharski@Sun.COM    distributed under the terms of Sections 1 and 2 above on a medium
147*8044SWilliam.Kucharski@Sun.COM    customarily used for software interchange; or,
148*8044SWilliam.Kucharski@Sun.COM
149*8044SWilliam.Kucharski@Sun.COM    c) Accompany it with the information you received as to the offer
150*8044SWilliam.Kucharski@Sun.COM    to distribute corresponding source code.  (This alternative is
151*8044SWilliam.Kucharski@Sun.COM    allowed only for noncommercial distribution and only if you
152*8044SWilliam.Kucharski@Sun.COM    received the program in object code or executable form with such
153*8044SWilliam.Kucharski@Sun.COM    an offer, in accord with Subsection b above.)
154*8044SWilliam.Kucharski@Sun.COM
155*8044SWilliam.Kucharski@Sun.COMThe source code for a work means the preferred form of the work for
156*8044SWilliam.Kucharski@Sun.COMmaking modifications to it.  For an executable work, complete source
157*8044SWilliam.Kucharski@Sun.COMcode means all the source code for all modules it contains, plus any
158*8044SWilliam.Kucharski@Sun.COMassociated interface definition files, plus the scripts used to
159*8044SWilliam.Kucharski@Sun.COMcontrol compilation and installation of the executable.  However, as a
160*8044SWilliam.Kucharski@Sun.COMspecial exception, the source code distributed need not include
161*8044SWilliam.Kucharski@Sun.COManything that is normally distributed (in either source or binary
162*8044SWilliam.Kucharski@Sun.COMform) with the major components (compiler, kernel, and so on) of the
163*8044SWilliam.Kucharski@Sun.COMoperating system on which the executable runs, unless that component
164*8044SWilliam.Kucharski@Sun.COMitself accompanies the executable.
165*8044SWilliam.Kucharski@Sun.COM
166*8044SWilliam.Kucharski@Sun.COMIf distribution of executable or object code is made by offering
167*8044SWilliam.Kucharski@Sun.COMaccess to copy from a designated place, then offering equivalent
168*8044SWilliam.Kucharski@Sun.COMaccess to copy the source code from the same place counts as
169*8044SWilliam.Kucharski@Sun.COMdistribution of the source code, even though third parties are not
170*8044SWilliam.Kucharski@Sun.COMcompelled to copy the source along with the object code.
171*8044SWilliam.Kucharski@Sun.COM
172*8044SWilliam.Kucharski@Sun.COM  4. You may not copy, modify, sublicense, or distribute the Program
173*8044SWilliam.Kucharski@Sun.COMexcept as expressly provided under this License.  Any attempt
174*8044SWilliam.Kucharski@Sun.COMotherwise to copy, modify, sublicense or distribute the Program is
175*8044SWilliam.Kucharski@Sun.COMvoid, and will automatically terminate your rights under this License.
176*8044SWilliam.Kucharski@Sun.COMHowever, parties who have received copies, or rights, from you under
177*8044SWilliam.Kucharski@Sun.COMthis License will not have their licenses terminated so long as such
178*8044SWilliam.Kucharski@Sun.COMparties remain in full compliance.
179*8044SWilliam.Kucharski@Sun.COM
180*8044SWilliam.Kucharski@Sun.COM  5. You are not required to accept this License, since you have not
181*8044SWilliam.Kucharski@Sun.COMsigned it.  However, nothing else grants you permission to modify or
182*8044SWilliam.Kucharski@Sun.COMdistribute the Program or its derivative works.  These actions are
183*8044SWilliam.Kucharski@Sun.COMprohibited by law if you do not accept this License.  Therefore, by
184*8044SWilliam.Kucharski@Sun.COMmodifying or distributing the Program (or any work based on the
185*8044SWilliam.Kucharski@Sun.COMProgram), you indicate your acceptance of this License to do so, and
186*8044SWilliam.Kucharski@Sun.COMall its terms and conditions for copying, distributing or modifying
187*8044SWilliam.Kucharski@Sun.COMthe Program or works based on it.
188*8044SWilliam.Kucharski@Sun.COM
189*8044SWilliam.Kucharski@Sun.COM  6. Each time you redistribute the Program (or any work based on the
190*8044SWilliam.Kucharski@Sun.COMProgram), the recipient automatically receives a license from the
191*8044SWilliam.Kucharski@Sun.COMoriginal licensor to copy, distribute or modify the Program subject to
192*8044SWilliam.Kucharski@Sun.COMthese terms and conditions.  You may not impose any further
193*8044SWilliam.Kucharski@Sun.COMrestrictions on the recipients' exercise of the rights granted herein.
194*8044SWilliam.Kucharski@Sun.COMYou are not responsible for enforcing compliance by third parties to
195*8044SWilliam.Kucharski@Sun.COMthis License.
196*8044SWilliam.Kucharski@Sun.COM
197*8044SWilliam.Kucharski@Sun.COM  7. If, as a consequence of a court judgment or allegation of patent
198*8044SWilliam.Kucharski@Sun.COMinfringement or for any other reason (not limited to patent issues),
199*8044SWilliam.Kucharski@Sun.COMconditions are imposed on you (whether by court order, agreement or
200*8044SWilliam.Kucharski@Sun.COMotherwise) that contradict the conditions of this License, they do not
201*8044SWilliam.Kucharski@Sun.COMexcuse you from the conditions of this License.  If you cannot
202*8044SWilliam.Kucharski@Sun.COMdistribute so as to satisfy simultaneously your obligations under this
203*8044SWilliam.Kucharski@Sun.COMLicense and any other pertinent obligations, then as a consequence you
204*8044SWilliam.Kucharski@Sun.COMmay not distribute the Program at all.  For example, if a patent
205*8044SWilliam.Kucharski@Sun.COMlicense would not permit royalty-free redistribution of the Program by
206*8044SWilliam.Kucharski@Sun.COMall those who receive copies directly or indirectly through you, then
207*8044SWilliam.Kucharski@Sun.COMthe only way you could satisfy both it and this License would be to
208*8044SWilliam.Kucharski@Sun.COMrefrain entirely from distribution of the Program.
209*8044SWilliam.Kucharski@Sun.COM
210*8044SWilliam.Kucharski@Sun.COMIf any portion of this section is held invalid or unenforceable under
211*8044SWilliam.Kucharski@Sun.COMany particular circumstance, the balance of the section is intended to
212*8044SWilliam.Kucharski@Sun.COMapply and the section as a whole is intended to apply in other
213*8044SWilliam.Kucharski@Sun.COMcircumstances.
214*8044SWilliam.Kucharski@Sun.COM
215*8044SWilliam.Kucharski@Sun.COMIt is not the purpose of this section to induce you to infringe any
216*8044SWilliam.Kucharski@Sun.COMpatents or other property right claims or to contest validity of any
217*8044SWilliam.Kucharski@Sun.COMsuch claims; this section has the sole purpose of protecting the
218*8044SWilliam.Kucharski@Sun.COMintegrity of the free software distribution system, which is
219*8044SWilliam.Kucharski@Sun.COMimplemented by public license practices.  Many people have made
220*8044SWilliam.Kucharski@Sun.COMgenerous contributions to the wide range of software distributed
221*8044SWilliam.Kucharski@Sun.COMthrough that system in reliance on consistent application of that
222*8044SWilliam.Kucharski@Sun.COMsystem; it is up to the author/donor to decide if he or she is willing
223*8044SWilliam.Kucharski@Sun.COMto distribute software through any other system and a licensee cannot
224*8044SWilliam.Kucharski@Sun.COMimpose that choice.
225*8044SWilliam.Kucharski@Sun.COM
226*8044SWilliam.Kucharski@Sun.COMThis section is intended to make thoroughly clear what is believed to
227*8044SWilliam.Kucharski@Sun.COMbe a consequence of the rest of this License.
228*8044SWilliam.Kucharski@Sun.COM
229*8044SWilliam.Kucharski@Sun.COM  8. If the distribution and/or use of the Program is restricted in
230*8044SWilliam.Kucharski@Sun.COMcertain countries either by patents or by copyrighted interfaces, the
231*8044SWilliam.Kucharski@Sun.COMoriginal copyright holder who places the Program under this License
232*8044SWilliam.Kucharski@Sun.COMmay add an explicit geographical distribution limitation excluding
233*8044SWilliam.Kucharski@Sun.COMthose countries, so that distribution is permitted only in or among
234*8044SWilliam.Kucharski@Sun.COMcountries not thus excluded.  In such case, this License incorporates
235*8044SWilliam.Kucharski@Sun.COMthe limitation as if written in the body of this License.
236*8044SWilliam.Kucharski@Sun.COM
237*8044SWilliam.Kucharski@Sun.COM  9. The Free Software Foundation may publish revised and/or new versions
238*8044SWilliam.Kucharski@Sun.COMof the General Public License from time to time.  Such new versions will
239*8044SWilliam.Kucharski@Sun.COMbe similar in spirit to the present version, but may differ in detail to
240*8044SWilliam.Kucharski@Sun.COMaddress new problems or concerns.
241*8044SWilliam.Kucharski@Sun.COM
242*8044SWilliam.Kucharski@Sun.COMEach version is given a distinguishing version number.  If the Program
243*8044SWilliam.Kucharski@Sun.COMspecifies a version number of this License which applies to it and "any
244*8044SWilliam.Kucharski@Sun.COMlater version", you have the option of following the terms and conditions
245*8044SWilliam.Kucharski@Sun.COMeither of that version or of any later version published by the Free
246*8044SWilliam.Kucharski@Sun.COMSoftware Foundation.  If the Program does not specify a version number of
247*8044SWilliam.Kucharski@Sun.COMthis License, you may choose any version ever published by the Free Software
248*8044SWilliam.Kucharski@Sun.COMFoundation.
249*8044SWilliam.Kucharski@Sun.COM
250*8044SWilliam.Kucharski@Sun.COM  10. If you wish to incorporate parts of the Program into other free
251*8044SWilliam.Kucharski@Sun.COMprograms whose distribution conditions are different, write to the author
252*8044SWilliam.Kucharski@Sun.COMto ask for permission.  For software which is copyrighted by the Free
253*8044SWilliam.Kucharski@Sun.COMSoftware Foundation, write to the Free Software Foundation; we sometimes
254*8044SWilliam.Kucharski@Sun.COMmake exceptions for this.  Our decision will be guided by the two goals
255*8044SWilliam.Kucharski@Sun.COMof preserving the free status of all derivatives of our free software and
256*8044SWilliam.Kucharski@Sun.COMof promoting the sharing and reuse of software generally.
257*8044SWilliam.Kucharski@Sun.COM
258*8044SWilliam.Kucharski@Sun.COM			    NO WARRANTY
259*8044SWilliam.Kucharski@Sun.COM
260*8044SWilliam.Kucharski@Sun.COM  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261*8044SWilliam.Kucharski@Sun.COMFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
262*8044SWilliam.Kucharski@Sun.COMOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263*8044SWilliam.Kucharski@Sun.COMPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264*8044SWilliam.Kucharski@Sun.COMOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265*8044SWilliam.Kucharski@Sun.COMMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
266*8044SWilliam.Kucharski@Sun.COMTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
267*8044SWilliam.Kucharski@Sun.COMPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268*8044SWilliam.Kucharski@Sun.COMREPAIR OR CORRECTION.
269*8044SWilliam.Kucharski@Sun.COM
270*8044SWilliam.Kucharski@Sun.COM  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271*8044SWilliam.Kucharski@Sun.COMWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272*8044SWilliam.Kucharski@Sun.COMREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273*8044SWilliam.Kucharski@Sun.COMINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274*8044SWilliam.Kucharski@Sun.COMOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275*8044SWilliam.Kucharski@Sun.COMTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276*8044SWilliam.Kucharski@Sun.COMYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277*8044SWilliam.Kucharski@Sun.COMPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278*8044SWilliam.Kucharski@Sun.COMPOSSIBILITY OF SUCH DAMAGES.
279*8044SWilliam.Kucharski@Sun.COM
280*8044SWilliam.Kucharski@Sun.COM		     END OF TERMS AND CONDITIONS
281*8044SWilliam.Kucharski@Sun.COM
282*8044SWilliam.Kucharski@Sun.COM	    How to Apply These Terms to Your New Programs
283*8044SWilliam.Kucharski@Sun.COM
284*8044SWilliam.Kucharski@Sun.COM  If you develop a new program, and you want it to be of the greatest
285*8044SWilliam.Kucharski@Sun.COMpossible use to the public, the best way to achieve this is to make it
286*8044SWilliam.Kucharski@Sun.COMfree software which everyone can redistribute and change under these terms.
287*8044SWilliam.Kucharski@Sun.COM
288*8044SWilliam.Kucharski@Sun.COM  To do so, attach the following notices to the program.  It is safest
289*8044SWilliam.Kucharski@Sun.COMto attach them to the start of each source file to most effectively
290*8044SWilliam.Kucharski@Sun.COMconvey the exclusion of warranty; and each file should have at least
291*8044SWilliam.Kucharski@Sun.COMthe "copyright" line and a pointer to where the full notice is found.
292*8044SWilliam.Kucharski@Sun.COM
293*8044SWilliam.Kucharski@Sun.COM    <one line to give the program's name and a brief idea of what it does.>
294*8044SWilliam.Kucharski@Sun.COM    Copyright (C) 19yy  <name of author>
295*8044SWilliam.Kucharski@Sun.COM
296*8044SWilliam.Kucharski@Sun.COM    This program is free software; you can redistribute it and/or modify
297*8044SWilliam.Kucharski@Sun.COM    it under the terms of the GNU General Public License as published by
298*8044SWilliam.Kucharski@Sun.COM    the Free Software Foundation; either version 2 of the License, or
299*8044SWilliam.Kucharski@Sun.COM    (at your option) any later version.
300*8044SWilliam.Kucharski@Sun.COM
301*8044SWilliam.Kucharski@Sun.COM    This program is distributed in the hope that it will be useful,
302*8044SWilliam.Kucharski@Sun.COM    but WITHOUT ANY WARRANTY; without even the implied warranty of
303*8044SWilliam.Kucharski@Sun.COM    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
304*8044SWilliam.Kucharski@Sun.COM    GNU General Public License for more details.
305*8044SWilliam.Kucharski@Sun.COM
306*8044SWilliam.Kucharski@Sun.COM    You should have received a copy of the GNU General Public License
307*8044SWilliam.Kucharski@Sun.COM    along with this program; if not, write to the Free Software
308*8044SWilliam.Kucharski@Sun.COM    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
309*8044SWilliam.Kucharski@Sun.COM
310*8044SWilliam.Kucharski@Sun.COM
311*8044SWilliam.Kucharski@Sun.COMAlso add information on how to contact you by electronic and paper mail.
312*8044SWilliam.Kucharski@Sun.COM
313*8044SWilliam.Kucharski@Sun.COMIf the program is interactive, make it output a short notice like this
314*8044SWilliam.Kucharski@Sun.COMwhen it starts in an interactive mode:
315*8044SWilliam.Kucharski@Sun.COM
316*8044SWilliam.Kucharski@Sun.COM    Gnomovision version 69, Copyright (C) 19yy name of author
317*8044SWilliam.Kucharski@Sun.COM    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318*8044SWilliam.Kucharski@Sun.COM    This is free software, and you are welcome to redistribute it
319*8044SWilliam.Kucharski@Sun.COM    under certain conditions; type `show c' for details.
320*8044SWilliam.Kucharski@Sun.COM
321*8044SWilliam.Kucharski@Sun.COMThe hypothetical commands `show w' and `show c' should show the appropriate
322*8044SWilliam.Kucharski@Sun.COMparts of the General Public License.  Of course, the commands you use may
323*8044SWilliam.Kucharski@Sun.COMbe called something other than `show w' and `show c'; they could even be
324*8044SWilliam.Kucharski@Sun.COMmouse-clicks or menu items--whatever suits your program.
325*8044SWilliam.Kucharski@Sun.COM
326*8044SWilliam.Kucharski@Sun.COMYou should also get your employer (if you work as a programmer) or your
327*8044SWilliam.Kucharski@Sun.COMschool, if any, to sign a "copyright disclaimer" for the program, if
328*8044SWilliam.Kucharski@Sun.COMnecessary.  Here is a sample; alter the names:
329*8044SWilliam.Kucharski@Sun.COM
330*8044SWilliam.Kucharski@Sun.COM  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
331*8044SWilliam.Kucharski@Sun.COM  `Gnomovision' (which makes passes at compilers) written by James Hacker.
332*8044SWilliam.Kucharski@Sun.COM
333*8044SWilliam.Kucharski@Sun.COM  <signature of Ty Coon>, 1 April 1989
334*8044SWilliam.Kucharski@Sun.COM  Ty Coon, President of Vice
335*8044SWilliam.Kucharski@Sun.COM
336*8044SWilliam.Kucharski@Sun.COMThis General Public License does not permit incorporating your program into
337*8044SWilliam.Kucharski@Sun.COMproprietary programs.  If your program is a subroutine library, you may
338*8044SWilliam.Kucharski@Sun.COMconsider it more useful to permit linking proprietary applications with the
339*8044SWilliam.Kucharski@Sun.COMlibrary.  If this is what you want to do, use the GNU Library General
340*8044SWilliam.Kucharski@Sun.COMPublic License instead of this License.
341