1*2f6a9e47SSzymon Olewniczak GNU GENERAL PUBLIC LICENSE 2*2f6a9e47SSzymon Olewniczak Version 2, June 1991 3a1c96c77SSzymon Olewniczak 4*2f6a9e47SSzymon Olewniczak Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5*2f6a9e47SSzymon Olewniczak 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6*2f6a9e47SSzymon Olewniczak Everyone is permitted to copy and distribute verbatim copies 7*2f6a9e47SSzymon Olewniczak of this license document, but changing it is not allowed. 8a1c96c77SSzymon Olewniczak 9*2f6a9e47SSzymon Olewniczak Preamble 10a1c96c77SSzymon Olewniczak 11*2f6a9e47SSzymon Olewniczak The licenses for most software are designed to take away your 12*2f6a9e47SSzymon Olewniczakfreedom to share and change it. By contrast, the GNU General Public 13*2f6a9e47SSzymon OlewniczakLicense is intended to guarantee your freedom to share and change free 14*2f6a9e47SSzymon Olewniczaksoftware--to make sure the software is free for all its users. This 15*2f6a9e47SSzymon OlewniczakGeneral Public License applies to most of the Free Software 16*2f6a9e47SSzymon OlewniczakFoundation's software and to any other program whose authors commit to 17*2f6a9e47SSzymon Olewniczakusing it. (Some other Free Software Foundation software is covered by 18*2f6a9e47SSzymon Olewniczakthe GNU Lesser General Public License instead.) You can apply it to 19*2f6a9e47SSzymon Olewniczakyour programs, too. 20a1c96c77SSzymon Olewniczak 21*2f6a9e47SSzymon Olewniczak When we speak of free software, we are referring to freedom, not 22*2f6a9e47SSzymon Olewniczakprice. Our General Public Licenses are designed to make sure that you 23*2f6a9e47SSzymon Olewniczakhave the freedom to distribute copies of free software (and charge for 24*2f6a9e47SSzymon Olewniczakthis service if you wish), that you receive source code or can get it 25*2f6a9e47SSzymon Olewniczakif you want it, that you can change the software or use pieces of it 26*2f6a9e47SSzymon Olewniczakin new free programs; and that you know you can do these things. 27*2f6a9e47SSzymon Olewniczak 28*2f6a9e47SSzymon Olewniczak To protect your rights, we need to make restrictions that forbid 29*2f6a9e47SSzymon Olewniczakanyone to deny you these rights or to ask you to surrender the rights. 30*2f6a9e47SSzymon OlewniczakThese restrictions translate to certain responsibilities for you if you 31*2f6a9e47SSzymon Olewniczakdistribute copies of the software, or if you modify it. 32*2f6a9e47SSzymon Olewniczak 33*2f6a9e47SSzymon Olewniczak For example, if you distribute copies of such a program, whether 34*2f6a9e47SSzymon Olewniczakgratis or for a fee, you must give the recipients all the rights that 35*2f6a9e47SSzymon Olewniczakyou have. You must make sure that they, too, receive or can get the 36*2f6a9e47SSzymon Olewniczaksource code. And you must show them these terms so they know their 37*2f6a9e47SSzymon Olewniczakrights. 38*2f6a9e47SSzymon Olewniczak 39*2f6a9e47SSzymon Olewniczak We protect your rights with two steps: (1) copyright the software, and 40*2f6a9e47SSzymon Olewniczak(2) offer you this license which gives you legal permission to copy, 41*2f6a9e47SSzymon Olewniczakdistribute and/or modify the software. 42*2f6a9e47SSzymon Olewniczak 43*2f6a9e47SSzymon Olewniczak Also, for each author's protection and ours, we want to make certain 44*2f6a9e47SSzymon Olewniczakthat everyone understands that there is no warranty for this free 45*2f6a9e47SSzymon Olewniczaksoftware. If the software is modified by someone else and passed on, we 46*2f6a9e47SSzymon Olewniczakwant its recipients to know that what they have is not the original, so 47*2f6a9e47SSzymon Olewniczakthat any problems introduced by others will not reflect on the original 48*2f6a9e47SSzymon Olewniczakauthors' reputations. 49*2f6a9e47SSzymon Olewniczak 50*2f6a9e47SSzymon Olewniczak Finally, any free program is threatened constantly by software 51*2f6a9e47SSzymon Olewniczakpatents. We wish to avoid the danger that redistributors of a free 52*2f6a9e47SSzymon Olewniczakprogram will individually obtain patent licenses, in effect making the 53*2f6a9e47SSzymon Olewniczakprogram proprietary. To prevent this, we have made it clear that any 54*2f6a9e47SSzymon Olewniczakpatent must be licensed for everyone's free use or not licensed at all. 55*2f6a9e47SSzymon Olewniczak 56*2f6a9e47SSzymon Olewniczak The precise terms and conditions for copying, distribution and 57*2f6a9e47SSzymon Olewniczakmodification follow. 58*2f6a9e47SSzymon Olewniczak 59*2f6a9e47SSzymon Olewniczak GNU GENERAL PUBLIC LICENSE 60*2f6a9e47SSzymon Olewniczak TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61*2f6a9e47SSzymon Olewniczak 62*2f6a9e47SSzymon Olewniczak 0. This License applies to any program or other work which contains 63*2f6a9e47SSzymon Olewniczaka notice placed by the copyright holder saying it may be distributed 64*2f6a9e47SSzymon Olewniczakunder the terms of this General Public License. The "Program", below, 65*2f6a9e47SSzymon Olewniczakrefers to any such program or work, and a "work based on the Program" 66*2f6a9e47SSzymon Olewniczakmeans either the Program or any derivative work under copyright law: 67*2f6a9e47SSzymon Olewniczakthat is to say, a work containing the Program or a portion of it, 68*2f6a9e47SSzymon Olewniczakeither verbatim or with modifications and/or translated into another 69*2f6a9e47SSzymon Olewniczaklanguage. (Hereinafter, translation is included without limitation in 70*2f6a9e47SSzymon Olewniczakthe term "modification".) Each licensee is addressed as "you". 71*2f6a9e47SSzymon Olewniczak 72*2f6a9e47SSzymon OlewniczakActivities other than copying, distribution and modification are not 73*2f6a9e47SSzymon Olewniczakcovered by this License; they are outside its scope. The act of 74*2f6a9e47SSzymon Olewniczakrunning the Program is not restricted, and the output from the Program 75*2f6a9e47SSzymon Olewniczakis covered only if its contents constitute a work based on the 76*2f6a9e47SSzymon OlewniczakProgram (independent of having been made by running the Program). 77*2f6a9e47SSzymon OlewniczakWhether that is true depends on what the Program does. 78*2f6a9e47SSzymon Olewniczak 79*2f6a9e47SSzymon Olewniczak 1. You may copy and distribute verbatim copies of the Program's 80*2f6a9e47SSzymon Olewniczaksource code as you receive it, in any medium, provided that you 81*2f6a9e47SSzymon Olewniczakconspicuously and appropriately publish on each copy an appropriate 82*2f6a9e47SSzymon Olewniczakcopyright notice and disclaimer of warranty; keep intact all the 83*2f6a9e47SSzymon Olewniczaknotices that refer to this License and to the absence of any warranty; 84*2f6a9e47SSzymon Olewniczakand give any other recipients of the Program a copy of this License 85*2f6a9e47SSzymon Olewniczakalong with the Program. 86*2f6a9e47SSzymon Olewniczak 87*2f6a9e47SSzymon OlewniczakYou may charge a fee for the physical act of transferring a copy, and 88*2f6a9e47SSzymon Olewniczakyou may at your option offer warranty protection in exchange for a fee. 89*2f6a9e47SSzymon Olewniczak 90*2f6a9e47SSzymon Olewniczak 2. You may modify your copy or copies of the Program or any portion 91*2f6a9e47SSzymon Olewniczakof it, thus forming a work based on the Program, and copy and 92*2f6a9e47SSzymon Olewniczakdistribute such modifications or work under the terms of Section 1 93*2f6a9e47SSzymon Olewniczakabove, provided that you also meet all of these conditions: 94*2f6a9e47SSzymon Olewniczak 95*2f6a9e47SSzymon Olewniczak a) You must cause the modified files to carry prominent notices 96*2f6a9e47SSzymon Olewniczak stating that you changed the files and the date of any change. 97*2f6a9e47SSzymon Olewniczak 98*2f6a9e47SSzymon Olewniczak b) You must cause any work that you distribute or publish, that in 99*2f6a9e47SSzymon Olewniczak whole or in part contains or is derived from the Program or any 100*2f6a9e47SSzymon Olewniczak part thereof, to be licensed as a whole at no charge to all third 101*2f6a9e47SSzymon Olewniczak parties under the terms of this License. 102*2f6a9e47SSzymon Olewniczak 103*2f6a9e47SSzymon Olewniczak c) If the modified program normally reads commands interactively 104*2f6a9e47SSzymon Olewniczak when run, you must cause it, when started running for such 105*2f6a9e47SSzymon Olewniczak interactive use in the most ordinary way, to print or display an 106*2f6a9e47SSzymon Olewniczak announcement including an appropriate copyright notice and a 107*2f6a9e47SSzymon Olewniczak notice that there is no warranty (or else, saying that you provide 108*2f6a9e47SSzymon Olewniczak a warranty) and that users may redistribute the program under 109*2f6a9e47SSzymon Olewniczak these conditions, and telling the user how to view a copy of this 110*2f6a9e47SSzymon Olewniczak License. (Exception: if the Program itself is interactive but 111*2f6a9e47SSzymon Olewniczak does not normally print such an announcement, your work based on 112*2f6a9e47SSzymon Olewniczak the Program is not required to print an announcement.) 113*2f6a9e47SSzymon Olewniczak 114*2f6a9e47SSzymon OlewniczakThese requirements apply to the modified work as a whole. If 115*2f6a9e47SSzymon Olewniczakidentifiable sections of that work are not derived from the Program, 116*2f6a9e47SSzymon Olewniczakand can be reasonably considered independent and separate works in 117*2f6a9e47SSzymon Olewniczakthemselves, then this License, and its terms, do not apply to those 118*2f6a9e47SSzymon Olewniczaksections when you distribute them as separate works. But when you 119*2f6a9e47SSzymon Olewniczakdistribute the same sections as part of a whole which is a work based 120*2f6a9e47SSzymon Olewniczakon the Program, the distribution of the whole must be on the terms of 121*2f6a9e47SSzymon Olewniczakthis License, whose permissions for other licensees extend to the 122*2f6a9e47SSzymon Olewniczakentire whole, and thus to each and every part regardless of who wrote it. 123*2f6a9e47SSzymon Olewniczak 124*2f6a9e47SSzymon OlewniczakThus, it is not the intent of this section to claim rights or contest 125*2f6a9e47SSzymon Olewniczakyour rights to work written entirely by you; rather, the intent is to 126*2f6a9e47SSzymon Olewniczakexercise the right to control the distribution of derivative or 127*2f6a9e47SSzymon Olewniczakcollective works based on the Program. 128*2f6a9e47SSzymon Olewniczak 129*2f6a9e47SSzymon OlewniczakIn addition, mere aggregation of another work not based on the Program 130*2f6a9e47SSzymon Olewniczakwith the Program (or with a work based on the Program) on a volume of 131*2f6a9e47SSzymon Olewniczaka storage or distribution medium does not bring the other work under 132*2f6a9e47SSzymon Olewniczakthe scope of this License. 133*2f6a9e47SSzymon Olewniczak 134*2f6a9e47SSzymon Olewniczak 3. You may copy and distribute the Program (or a work based on it, 135*2f6a9e47SSzymon Olewniczakunder Section 2) in object code or executable form under the terms of 136*2f6a9e47SSzymon OlewniczakSections 1 and 2 above provided that you also do one of the following: 137*2f6a9e47SSzymon Olewniczak 138*2f6a9e47SSzymon Olewniczak a) Accompany it with the complete corresponding machine-readable 139*2f6a9e47SSzymon Olewniczak source code, which must be distributed under the terms of Sections 140*2f6a9e47SSzymon Olewniczak 1 and 2 above on a medium customarily used for software interchange; or, 141*2f6a9e47SSzymon Olewniczak 142*2f6a9e47SSzymon Olewniczak b) Accompany it with a written offer, valid for at least three 143*2f6a9e47SSzymon Olewniczak years, to give any third party, for a charge no more than your 144*2f6a9e47SSzymon Olewniczak cost of physically performing source distribution, a complete 145*2f6a9e47SSzymon Olewniczak machine-readable copy of the corresponding source code, to be 146*2f6a9e47SSzymon Olewniczak distributed under the terms of Sections 1 and 2 above on a medium 147*2f6a9e47SSzymon Olewniczak customarily used for software interchange; or, 148*2f6a9e47SSzymon Olewniczak 149*2f6a9e47SSzymon Olewniczak c) Accompany it with the information you received as to the offer 150*2f6a9e47SSzymon Olewniczak to distribute corresponding source code. (This alternative is 151*2f6a9e47SSzymon Olewniczak allowed only for noncommercial distribution and only if you 152*2f6a9e47SSzymon Olewniczak received the program in object code or executable form with such 153*2f6a9e47SSzymon Olewniczak an offer, in accord with Subsection b above.) 154*2f6a9e47SSzymon Olewniczak 155*2f6a9e47SSzymon OlewniczakThe source code for a work means the preferred form of the work for 156*2f6a9e47SSzymon Olewniczakmaking modifications to it. For an executable work, complete source 157*2f6a9e47SSzymon Olewniczakcode means all the source code for all modules it contains, plus any 158*2f6a9e47SSzymon Olewniczakassociated interface definition files, plus the scripts used to 159*2f6a9e47SSzymon Olewniczakcontrol compilation and installation of the executable. However, as a 160*2f6a9e47SSzymon Olewniczakspecial exception, the source code distributed need not include 161*2f6a9e47SSzymon Olewniczakanything that is normally distributed (in either source or binary 162*2f6a9e47SSzymon Olewniczakform) with the major components (compiler, kernel, and so on) of the 163*2f6a9e47SSzymon Olewniczakoperating system on which the executable runs, unless that component 164*2f6a9e47SSzymon Olewniczakitself accompanies the executable. 165*2f6a9e47SSzymon Olewniczak 166*2f6a9e47SSzymon OlewniczakIf distribution of executable or object code is made by offering 167*2f6a9e47SSzymon Olewniczakaccess to copy from a designated place, then offering equivalent 168*2f6a9e47SSzymon Olewniczakaccess to copy the source code from the same place counts as 169*2f6a9e47SSzymon Olewniczakdistribution of the source code, even though third parties are not 170*2f6a9e47SSzymon Olewniczakcompelled to copy the source along with the object code. 171*2f6a9e47SSzymon Olewniczak 172*2f6a9e47SSzymon Olewniczak 4. You may not copy, modify, sublicense, or distribute the Program 173*2f6a9e47SSzymon Olewniczakexcept as expressly provided under this License. Any attempt 174*2f6a9e47SSzymon Olewniczakotherwise to copy, modify, sublicense or distribute the Program is 175*2f6a9e47SSzymon Olewniczakvoid, and will automatically terminate your rights under this License. 176*2f6a9e47SSzymon OlewniczakHowever, parties who have received copies, or rights, from you under 177*2f6a9e47SSzymon Olewniczakthis License will not have their licenses terminated so long as such 178*2f6a9e47SSzymon Olewniczakparties remain in full compliance. 179*2f6a9e47SSzymon Olewniczak 180*2f6a9e47SSzymon Olewniczak 5. You are not required to accept this License, since you have not 181*2f6a9e47SSzymon Olewniczaksigned it. However, nothing else grants you permission to modify or 182*2f6a9e47SSzymon Olewniczakdistribute the Program or its derivative works. These actions are 183*2f6a9e47SSzymon Olewniczakprohibited by law if you do not accept this License. Therefore, by 184*2f6a9e47SSzymon Olewniczakmodifying or distributing the Program (or any work based on the 185*2f6a9e47SSzymon OlewniczakProgram), you indicate your acceptance of this License to do so, and 186*2f6a9e47SSzymon Olewniczakall its terms and conditions for copying, distributing or modifying 187*2f6a9e47SSzymon Olewniczakthe Program or works based on it. 188*2f6a9e47SSzymon Olewniczak 189*2f6a9e47SSzymon Olewniczak 6. Each time you redistribute the Program (or any work based on the 190*2f6a9e47SSzymon OlewniczakProgram), the recipient automatically receives a license from the 191*2f6a9e47SSzymon Olewniczakoriginal licensor to copy, distribute or modify the Program subject to 192*2f6a9e47SSzymon Olewniczakthese terms and conditions. You may not impose any further 193*2f6a9e47SSzymon Olewniczakrestrictions on the recipients' exercise of the rights granted herein. 194*2f6a9e47SSzymon OlewniczakYou are not responsible for enforcing compliance by third parties to 195*2f6a9e47SSzymon Olewniczakthis License. 196*2f6a9e47SSzymon Olewniczak 197*2f6a9e47SSzymon Olewniczak 7. If, as a consequence of a court judgment or allegation of patent 198*2f6a9e47SSzymon Olewniczakinfringement or for any other reason (not limited to patent issues), 199*2f6a9e47SSzymon Olewniczakconditions are imposed on you (whether by court order, agreement or 200*2f6a9e47SSzymon Olewniczakotherwise) that contradict the conditions of this License, they do not 201*2f6a9e47SSzymon Olewniczakexcuse you from the conditions of this License. If you cannot 202*2f6a9e47SSzymon Olewniczakdistribute so as to satisfy simultaneously your obligations under this 203*2f6a9e47SSzymon OlewniczakLicense and any other pertinent obligations, then as a consequence you 204*2f6a9e47SSzymon Olewniczakmay not distribute the Program at all. For example, if a patent 205*2f6a9e47SSzymon Olewniczaklicense would not permit royalty-free redistribution of the Program by 206*2f6a9e47SSzymon Olewniczakall those who receive copies directly or indirectly through you, then 207*2f6a9e47SSzymon Olewniczakthe only way you could satisfy both it and this License would be to 208*2f6a9e47SSzymon Olewniczakrefrain entirely from distribution of the Program. 209*2f6a9e47SSzymon Olewniczak 210*2f6a9e47SSzymon OlewniczakIf any portion of this section is held invalid or unenforceable under 211*2f6a9e47SSzymon Olewniczakany particular circumstance, the balance of the section is intended to 212*2f6a9e47SSzymon Olewniczakapply and the section as a whole is intended to apply in other 213*2f6a9e47SSzymon Olewniczakcircumstances. 214*2f6a9e47SSzymon Olewniczak 215*2f6a9e47SSzymon OlewniczakIt is not the purpose of this section to induce you to infringe any 216*2f6a9e47SSzymon Olewniczakpatents or other property right claims or to contest validity of any 217*2f6a9e47SSzymon Olewniczaksuch claims; this section has the sole purpose of protecting the 218*2f6a9e47SSzymon Olewniczakintegrity of the free software distribution system, which is 219*2f6a9e47SSzymon Olewniczakimplemented by public license practices. Many people have made 220*2f6a9e47SSzymon Olewniczakgenerous contributions to the wide range of software distributed 221*2f6a9e47SSzymon Olewniczakthrough that system in reliance on consistent application of that 222*2f6a9e47SSzymon Olewniczaksystem; it is up to the author/donor to decide if he or she is willing 223*2f6a9e47SSzymon Olewniczakto distribute software through any other system and a licensee cannot 224*2f6a9e47SSzymon Olewniczakimpose that choice. 225*2f6a9e47SSzymon Olewniczak 226*2f6a9e47SSzymon OlewniczakThis section is intended to make thoroughly clear what is believed to 227*2f6a9e47SSzymon Olewniczakbe a consequence of the rest of this License. 228*2f6a9e47SSzymon Olewniczak 229*2f6a9e47SSzymon Olewniczak 8. If the distribution and/or use of the Program is restricted in 230*2f6a9e47SSzymon Olewniczakcertain countries either by patents or by copyrighted interfaces, the 231*2f6a9e47SSzymon Olewniczakoriginal copyright holder who places the Program under this License 232*2f6a9e47SSzymon Olewniczakmay add an explicit geographical distribution limitation excluding 233*2f6a9e47SSzymon Olewniczakthose countries, so that distribution is permitted only in or among 234*2f6a9e47SSzymon Olewniczakcountries not thus excluded. In such case, this License incorporates 235*2f6a9e47SSzymon Olewniczakthe limitation as if written in the body of this License. 236*2f6a9e47SSzymon Olewniczak 237*2f6a9e47SSzymon Olewniczak 9. The Free Software Foundation may publish revised and/or new versions 238*2f6a9e47SSzymon Olewniczakof the General Public License from time to time. Such new versions will 239*2f6a9e47SSzymon Olewniczakbe similar in spirit to the present version, but may differ in detail to 240*2f6a9e47SSzymon Olewniczakaddress new problems or concerns. 241*2f6a9e47SSzymon Olewniczak 242*2f6a9e47SSzymon OlewniczakEach version is given a distinguishing version number. If the Program 243*2f6a9e47SSzymon Olewniczakspecifies a version number of this License which applies to it and "any 244*2f6a9e47SSzymon Olewniczaklater version", you have the option of following the terms and conditions 245*2f6a9e47SSzymon Olewniczakeither of that version or of any later version published by the Free 246*2f6a9e47SSzymon OlewniczakSoftware Foundation. If the Program does not specify a version number of 247*2f6a9e47SSzymon Olewniczakthis License, you may choose any version ever published by the Free Software 248*2f6a9e47SSzymon OlewniczakFoundation. 249*2f6a9e47SSzymon Olewniczak 250*2f6a9e47SSzymon Olewniczak 10. If you wish to incorporate parts of the Program into other free 251*2f6a9e47SSzymon Olewniczakprograms whose distribution conditions are different, write to the author 252*2f6a9e47SSzymon Olewniczakto ask for permission. For software which is copyrighted by the Free 253*2f6a9e47SSzymon OlewniczakSoftware Foundation, write to the Free Software Foundation; we sometimes 254*2f6a9e47SSzymon Olewniczakmake exceptions for this. Our decision will be guided by the two goals 255*2f6a9e47SSzymon Olewniczakof preserving the free status of all derivatives of our free software and 256*2f6a9e47SSzymon Olewniczakof promoting the sharing and reuse of software generally. 257*2f6a9e47SSzymon Olewniczak 258*2f6a9e47SSzymon Olewniczak NO WARRANTY 259*2f6a9e47SSzymon Olewniczak 260*2f6a9e47SSzymon Olewniczak 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261*2f6a9e47SSzymon OlewniczakFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262*2f6a9e47SSzymon OlewniczakOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263*2f6a9e47SSzymon OlewniczakPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264*2f6a9e47SSzymon OlewniczakOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265*2f6a9e47SSzymon OlewniczakMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266*2f6a9e47SSzymon OlewniczakTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267*2f6a9e47SSzymon OlewniczakPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268*2f6a9e47SSzymon OlewniczakREPAIR OR CORRECTION. 269*2f6a9e47SSzymon Olewniczak 270*2f6a9e47SSzymon Olewniczak 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271*2f6a9e47SSzymon OlewniczakWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272*2f6a9e47SSzymon OlewniczakREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273*2f6a9e47SSzymon OlewniczakINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274*2f6a9e47SSzymon OlewniczakOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275*2f6a9e47SSzymon OlewniczakTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276*2f6a9e47SSzymon OlewniczakYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277*2f6a9e47SSzymon OlewniczakPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278*2f6a9e47SSzymon OlewniczakPOSSIBILITY OF SUCH DAMAGES. 279*2f6a9e47SSzymon Olewniczak 280*2f6a9e47SSzymon Olewniczak END OF TERMS AND CONDITIONS 281*2f6a9e47SSzymon Olewniczak 282*2f6a9e47SSzymon Olewniczak How to Apply These Terms to Your New Programs 283*2f6a9e47SSzymon Olewniczak 284*2f6a9e47SSzymon Olewniczak If you develop a new program, and you want it to be of the greatest 285*2f6a9e47SSzymon Olewniczakpossible use to the public, the best way to achieve this is to make it 286*2f6a9e47SSzymon Olewniczakfree software which everyone can redistribute and change under these terms. 287*2f6a9e47SSzymon Olewniczak 288*2f6a9e47SSzymon Olewniczak To do so, attach the following notices to the program. It is safest 289*2f6a9e47SSzymon Olewniczakto attach them to the start of each source file to most effectively 290*2f6a9e47SSzymon Olewniczakconvey the exclusion of warranty; and each file should have at least 291*2f6a9e47SSzymon Olewniczakthe "copyright" line and a pointer to where the full notice is found. 292*2f6a9e47SSzymon Olewniczak 293*2f6a9e47SSzymon Olewniczak <one line to give the program's name and a brief idea of what it does.> 294*2f6a9e47SSzymon Olewniczak Copyright (C) <year> <name of author> 295*2f6a9e47SSzymon Olewniczak 296*2f6a9e47SSzymon Olewniczak This program is free software; you can redistribute it and/or modify 297*2f6a9e47SSzymon Olewniczak it under the terms of the GNU General Public License as published by 298*2f6a9e47SSzymon Olewniczak the Free Software Foundation; either version 2 of the License, or 299*2f6a9e47SSzymon Olewniczak (at your option) any later version. 300*2f6a9e47SSzymon Olewniczak 301*2f6a9e47SSzymon Olewniczak This program is distributed in the hope that it will be useful, 302*2f6a9e47SSzymon Olewniczak but WITHOUT ANY WARRANTY; without even the implied warranty of 303*2f6a9e47SSzymon Olewniczak MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304*2f6a9e47SSzymon Olewniczak GNU General Public License for more details. 305*2f6a9e47SSzymon Olewniczak 306*2f6a9e47SSzymon Olewniczak You should have received a copy of the GNU General Public License along 307*2f6a9e47SSzymon Olewniczak with this program; if not, write to the Free Software Foundation, Inc., 308*2f6a9e47SSzymon Olewniczak 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309*2f6a9e47SSzymon Olewniczak 310*2f6a9e47SSzymon OlewniczakAlso add information on how to contact you by electronic and paper mail. 311*2f6a9e47SSzymon Olewniczak 312*2f6a9e47SSzymon OlewniczakIf the program is interactive, make it output a short notice like this 313*2f6a9e47SSzymon Olewniczakwhen it starts in an interactive mode: 314*2f6a9e47SSzymon Olewniczak 315*2f6a9e47SSzymon Olewniczak Gnomovision version 69, Copyright (C) year name of author 316*2f6a9e47SSzymon Olewniczak Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317*2f6a9e47SSzymon Olewniczak This is free software, and you are welcome to redistribute it 318*2f6a9e47SSzymon Olewniczak under certain conditions; type `show c' for details. 319*2f6a9e47SSzymon Olewniczak 320*2f6a9e47SSzymon OlewniczakThe hypothetical commands `show w' and `show c' should show the appropriate 321*2f6a9e47SSzymon Olewniczakparts of the General Public License. Of course, the commands you use may 322*2f6a9e47SSzymon Olewniczakbe called something other than `show w' and `show c'; they could even be 323*2f6a9e47SSzymon Olewniczakmouse-clicks or menu items--whatever suits your program. 324*2f6a9e47SSzymon Olewniczak 325*2f6a9e47SSzymon OlewniczakYou should also get your employer (if you work as a programmer) or your 326*2f6a9e47SSzymon Olewniczakschool, if any, to sign a "copyright disclaimer" for the program, if 327*2f6a9e47SSzymon Olewniczaknecessary. Here is a sample; alter the names: 328*2f6a9e47SSzymon Olewniczak 329*2f6a9e47SSzymon Olewniczak Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330*2f6a9e47SSzymon Olewniczak `Gnomovision' (which makes passes at compilers) written by James Hacker. 331*2f6a9e47SSzymon Olewniczak 332*2f6a9e47SSzymon Olewniczak <signature of Ty Coon>, 1 April 1989 333*2f6a9e47SSzymon Olewniczak Ty Coon, President of Vice 334*2f6a9e47SSzymon Olewniczak 335*2f6a9e47SSzymon OlewniczakThis General Public License does not permit incorporating your program into 336*2f6a9e47SSzymon Olewniczakproprietary programs. If your program is a subroutine library, you may 337*2f6a9e47SSzymon Olewniczakconsider it more useful to permit linking proprietary applications with the 338*2f6a9e47SSzymon Olewniczaklibrary. If this is what you want to do, use the GNU Lesser General 339*2f6a9e47SSzymon OlewniczakPublic License instead of this License. 340