1*728051f4SChristoph Ziehr GNU GENERAL PUBLIC LICENSE 2*728051f4SChristoph Ziehr Version 2, June 1991 3*728051f4SChristoph Ziehr 4*728051f4SChristoph Ziehr Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/> 5*728051f4SChristoph Ziehr 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6*728051f4SChristoph Ziehr Everyone is permitted to copy and distribute verbatim copies 7*728051f4SChristoph Ziehr of this license document, but changing it is not allowed. 8*728051f4SChristoph Ziehr 9*728051f4SChristoph Ziehr Preamble 10*728051f4SChristoph Ziehr 11*728051f4SChristoph Ziehr The licenses for most software are designed to take away your 12*728051f4SChristoph Ziehrfreedom to share and change it. By contrast, the GNU General Public 13*728051f4SChristoph ZiehrLicense is intended to guarantee your freedom to share and change free 14*728051f4SChristoph Ziehrsoftware--to make sure the software is free for all its users. This 15*728051f4SChristoph ZiehrGeneral Public License applies to most of the Free Software 16*728051f4SChristoph ZiehrFoundation's software and to any other program whose authors commit to 17*728051f4SChristoph Ziehrusing it. (Some other Free Software Foundation software is covered by 18*728051f4SChristoph Ziehrthe GNU Lesser General Public License instead.) You can apply it to 19*728051f4SChristoph Ziehryour programs, too. 20*728051f4SChristoph Ziehr 21*728051f4SChristoph Ziehr When we speak of free software, we are referring to freedom, not 22*728051f4SChristoph Ziehrprice. Our General Public Licenses are designed to make sure that you 23*728051f4SChristoph Ziehrhave the freedom to distribute copies of free software (and charge for 24*728051f4SChristoph Ziehrthis service if you wish), that you receive source code or can get it 25*728051f4SChristoph Ziehrif you want it, that you can change the software or use pieces of it 26*728051f4SChristoph Ziehrin new free programs; and that you know you can do these things. 27*728051f4SChristoph Ziehr 28*728051f4SChristoph Ziehr To protect your rights, we need to make restrictions that forbid 29*728051f4SChristoph Ziehranyone to deny you these rights or to ask you to surrender the rights. 30*728051f4SChristoph ZiehrThese restrictions translate to certain responsibilities for you if you 31*728051f4SChristoph Ziehrdistribute copies of the software, or if you modify it. 32*728051f4SChristoph Ziehr 33*728051f4SChristoph Ziehr For example, if you distribute copies of such a program, whether 34*728051f4SChristoph Ziehrgratis or for a fee, you must give the recipients all the rights that 35*728051f4SChristoph Ziehryou have. You must make sure that they, too, receive or can get the 36*728051f4SChristoph Ziehrsource code. And you must show them these terms so they know their 37*728051f4SChristoph Ziehrrights. 38*728051f4SChristoph Ziehr 39*728051f4SChristoph Ziehr We protect your rights with two steps: (1) copyright the software, and 40*728051f4SChristoph Ziehr(2) offer you this license which gives you legal permission to copy, 41*728051f4SChristoph Ziehrdistribute and/or modify the software. 42*728051f4SChristoph Ziehr 43*728051f4SChristoph Ziehr Also, for each author's protection and ours, we want to make certain 44*728051f4SChristoph Ziehrthat everyone understands that there is no warranty for this free 45*728051f4SChristoph Ziehrsoftware. If the software is modified by someone else and passed on, we 46*728051f4SChristoph Ziehrwant its recipients to know that what they have is not the original, so 47*728051f4SChristoph Ziehrthat any problems introduced by others will not reflect on the original 48*728051f4SChristoph Ziehrauthors' reputations. 49*728051f4SChristoph Ziehr 50*728051f4SChristoph Ziehr Finally, any free program is threatened constantly by software 51*728051f4SChristoph Ziehrpatents. We wish to avoid the danger that redistributors of a free 52*728051f4SChristoph Ziehrprogram will individually obtain patent licenses, in effect making the 53*728051f4SChristoph Ziehrprogram proprietary. To prevent this, we have made it clear that any 54*728051f4SChristoph Ziehrpatent must be licensed for everyone's free use or not licensed at all. 55*728051f4SChristoph Ziehr 56*728051f4SChristoph Ziehr The precise terms and conditions for copying, distribution and 57*728051f4SChristoph Ziehrmodification follow. 58*728051f4SChristoph Ziehr 59*728051f4SChristoph Ziehr GNU GENERAL PUBLIC LICENSE 60*728051f4SChristoph Ziehr TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61*728051f4SChristoph Ziehr 62*728051f4SChristoph Ziehr 0. This License applies to any program or other work which contains 63*728051f4SChristoph Ziehra notice placed by the copyright holder saying it may be distributed 64*728051f4SChristoph Ziehrunder the terms of this General Public License. The "Program", below, 65*728051f4SChristoph Ziehrrefers to any such program or work, and a "work based on the Program" 66*728051f4SChristoph Ziehrmeans either the Program or any derivative work under copyright law: 67*728051f4SChristoph Ziehrthat is to say, a work containing the Program or a portion of it, 68*728051f4SChristoph Ziehreither verbatim or with modifications and/or translated into another 69*728051f4SChristoph Ziehrlanguage. (Hereinafter, translation is included without limitation in 70*728051f4SChristoph Ziehrthe term "modification".) Each licensee is addressed as "you". 71*728051f4SChristoph Ziehr 72*728051f4SChristoph ZiehrActivities other than copying, distribution and modification are not 73*728051f4SChristoph Ziehrcovered by this License; they are outside its scope. The act of 74*728051f4SChristoph Ziehrrunning the Program is not restricted, and the output from the Program 75*728051f4SChristoph Ziehris covered only if its contents constitute a work based on the 76*728051f4SChristoph ZiehrProgram (independent of having been made by running the Program). 77*728051f4SChristoph ZiehrWhether that is true depends on what the Program does. 78*728051f4SChristoph Ziehr 79*728051f4SChristoph Ziehr 1. You may copy and distribute verbatim copies of the Program's 80*728051f4SChristoph Ziehrsource code as you receive it, in any medium, provided that you 81*728051f4SChristoph Ziehrconspicuously and appropriately publish on each copy an appropriate 82*728051f4SChristoph Ziehrcopyright notice and disclaimer of warranty; keep intact all the 83*728051f4SChristoph Ziehrnotices that refer to this License and to the absence of any warranty; 84*728051f4SChristoph Ziehrand give any other recipients of the Program a copy of this License 85*728051f4SChristoph Ziehralong with the Program. 86*728051f4SChristoph Ziehr 87*728051f4SChristoph ZiehrYou may charge a fee for the physical act of transferring a copy, and 88*728051f4SChristoph Ziehryou may at your option offer warranty protection in exchange for a fee. 89*728051f4SChristoph Ziehr 90*728051f4SChristoph Ziehr 2. You may modify your copy or copies of the Program or any portion 91*728051f4SChristoph Ziehrof it, thus forming a work based on the Program, and copy and 92*728051f4SChristoph Ziehrdistribute such modifications or work under the terms of Section 1 93*728051f4SChristoph Ziehrabove, provided that you also meet all of these conditions: 94*728051f4SChristoph Ziehr 95*728051f4SChristoph Ziehr a) You must cause the modified files to carry prominent notices 96*728051f4SChristoph Ziehr stating that you changed the files and the date of any change. 97*728051f4SChristoph Ziehr 98*728051f4SChristoph Ziehr b) You must cause any work that you distribute or publish, that in 99*728051f4SChristoph Ziehr whole or in part contains or is derived from the Program or any 100*728051f4SChristoph Ziehr part thereof, to be licensed as a whole at no charge to all third 101*728051f4SChristoph Ziehr parties under the terms of this License. 102*728051f4SChristoph Ziehr 103*728051f4SChristoph Ziehr c) If the modified program normally reads commands interactively 104*728051f4SChristoph Ziehr when run, you must cause it, when started running for such 105*728051f4SChristoph Ziehr interactive use in the most ordinary way, to print or display an 106*728051f4SChristoph Ziehr announcement including an appropriate copyright notice and a 107*728051f4SChristoph Ziehr notice that there is no warranty (or else, saying that you provide 108*728051f4SChristoph Ziehr a warranty) and that users may redistribute the program under 109*728051f4SChristoph Ziehr these conditions, and telling the user how to view a copy of this 110*728051f4SChristoph Ziehr License. (Exception: if the Program itself is interactive but 111*728051f4SChristoph Ziehr does not normally print such an announcement, your work based on 112*728051f4SChristoph Ziehr the Program is not required to print an announcement.) 113*728051f4SChristoph Ziehr 114*728051f4SChristoph ZiehrThese requirements apply to the modified work as a whole. If 115*728051f4SChristoph Ziehridentifiable sections of that work are not derived from the Program, 116*728051f4SChristoph Ziehrand can be reasonably considered independent and separate works in 117*728051f4SChristoph Ziehrthemselves, then this License, and its terms, do not apply to those 118*728051f4SChristoph Ziehrsections when you distribute them as separate works. But when you 119*728051f4SChristoph Ziehrdistribute the same sections as part of a whole which is a work based 120*728051f4SChristoph Ziehron the Program, the distribution of the whole must be on the terms of 121*728051f4SChristoph Ziehrthis License, whose permissions for other licensees extend to the 122*728051f4SChristoph Ziehrentire whole, and thus to each and every part regardless of who wrote it. 123*728051f4SChristoph Ziehr 124*728051f4SChristoph ZiehrThus, it is not the intent of this section to claim rights or contest 125*728051f4SChristoph Ziehryour rights to work written entirely by you; rather, the intent is to 126*728051f4SChristoph Ziehrexercise the right to control the distribution of derivative or 127*728051f4SChristoph Ziehrcollective works based on the Program. 128*728051f4SChristoph Ziehr 129*728051f4SChristoph ZiehrIn addition, mere aggregation of another work not based on the Program 130*728051f4SChristoph Ziehrwith the Program (or with a work based on the Program) on a volume of 131*728051f4SChristoph Ziehra storage or distribution medium does not bring the other work under 132*728051f4SChristoph Ziehrthe scope of this License. 133*728051f4SChristoph Ziehr 134*728051f4SChristoph Ziehr 3. You may copy and distribute the Program (or a work based on it, 135*728051f4SChristoph Ziehrunder Section 2) in object code or executable form under the terms of 136*728051f4SChristoph ZiehrSections 1 and 2 above provided that you also do one of the following: 137*728051f4SChristoph Ziehr 138*728051f4SChristoph Ziehr a) Accompany it with the complete corresponding machine-readable 139*728051f4SChristoph Ziehr source code, which must be distributed under the terms of Sections 140*728051f4SChristoph Ziehr 1 and 2 above on a medium customarily used for software interchange; or, 141*728051f4SChristoph Ziehr 142*728051f4SChristoph Ziehr b) Accompany it with a written offer, valid for at least three 143*728051f4SChristoph Ziehr years, to give any third party, for a charge no more than your 144*728051f4SChristoph Ziehr cost of physically performing source distribution, a complete 145*728051f4SChristoph Ziehr machine-readable copy of the corresponding source code, to be 146*728051f4SChristoph Ziehr distributed under the terms of Sections 1 and 2 above on a medium 147*728051f4SChristoph Ziehr customarily used for software interchange; or, 148*728051f4SChristoph Ziehr 149*728051f4SChristoph Ziehr c) Accompany it with the information you received as to the offer 150*728051f4SChristoph Ziehr to distribute corresponding source code. (This alternative is 151*728051f4SChristoph Ziehr allowed only for noncommercial distribution and only if you 152*728051f4SChristoph Ziehr received the program in object code or executable form with such 153*728051f4SChristoph Ziehr an offer, in accord with Subsection b above.) 154*728051f4SChristoph Ziehr 155*728051f4SChristoph ZiehrThe source code for a work means the preferred form of the work for 156*728051f4SChristoph Ziehrmaking modifications to it. For an executable work, complete source 157*728051f4SChristoph Ziehrcode means all the source code for all modules it contains, plus any 158*728051f4SChristoph Ziehrassociated interface definition files, plus the scripts used to 159*728051f4SChristoph Ziehrcontrol compilation and installation of the executable. However, as a 160*728051f4SChristoph Ziehrspecial exception, the source code distributed need not include 161*728051f4SChristoph Ziehranything that is normally distributed (in either source or binary 162*728051f4SChristoph Ziehrform) with the major components (compiler, kernel, and so on) of the 163*728051f4SChristoph Ziehroperating system on which the executable runs, unless that component 164*728051f4SChristoph Ziehritself accompanies the executable. 165*728051f4SChristoph Ziehr 166*728051f4SChristoph ZiehrIf distribution of executable or object code is made by offering 167*728051f4SChristoph Ziehraccess to copy from a designated place, then offering equivalent 168*728051f4SChristoph Ziehraccess to copy the source code from the same place counts as 169*728051f4SChristoph Ziehrdistribution of the source code, even though third parties are not 170*728051f4SChristoph Ziehrcompelled to copy the source along with the object code. 171*728051f4SChristoph Ziehr 172*728051f4SChristoph Ziehr 4. You may not copy, modify, sublicense, or distribute the Program 173*728051f4SChristoph Ziehrexcept as expressly provided under this License. Any attempt 174*728051f4SChristoph Ziehrotherwise to copy, modify, sublicense or distribute the Program is 175*728051f4SChristoph Ziehrvoid, and will automatically terminate your rights under this License. 176*728051f4SChristoph ZiehrHowever, parties who have received copies, or rights, from you under 177*728051f4SChristoph Ziehrthis License will not have their licenses terminated so long as such 178*728051f4SChristoph Ziehrparties remain in full compliance. 179*728051f4SChristoph Ziehr 180*728051f4SChristoph Ziehr 5. You are not required to accept this License, since you have not 181*728051f4SChristoph Ziehrsigned it. However, nothing else grants you permission to modify or 182*728051f4SChristoph Ziehrdistribute the Program or its derivative works. These actions are 183*728051f4SChristoph Ziehrprohibited by law if you do not accept this License. Therefore, by 184*728051f4SChristoph Ziehrmodifying or distributing the Program (or any work based on the 185*728051f4SChristoph ZiehrProgram), you indicate your acceptance of this License to do so, and 186*728051f4SChristoph Ziehrall its terms and conditions for copying, distributing or modifying 187*728051f4SChristoph Ziehrthe Program or works based on it. 188*728051f4SChristoph Ziehr 189*728051f4SChristoph Ziehr 6. Each time you redistribute the Program (or any work based on the 190*728051f4SChristoph ZiehrProgram), the recipient automatically receives a license from the 191*728051f4SChristoph Ziehroriginal licensor to copy, distribute or modify the Program subject to 192*728051f4SChristoph Ziehrthese terms and conditions. You may not impose any further 193*728051f4SChristoph Ziehrrestrictions on the recipients' exercise of the rights granted herein. 194*728051f4SChristoph ZiehrYou are not responsible for enforcing compliance by third parties to 195*728051f4SChristoph Ziehrthis License. 196*728051f4SChristoph Ziehr 197*728051f4SChristoph Ziehr 7. If, as a consequence of a court judgment or allegation of patent 198*728051f4SChristoph Ziehrinfringement or for any other reason (not limited to patent issues), 199*728051f4SChristoph Ziehrconditions are imposed on you (whether by court order, agreement or 200*728051f4SChristoph Ziehrotherwise) that contradict the conditions of this License, they do not 201*728051f4SChristoph Ziehrexcuse you from the conditions of this License. If you cannot 202*728051f4SChristoph Ziehrdistribute so as to satisfy simultaneously your obligations under this 203*728051f4SChristoph ZiehrLicense and any other pertinent obligations, then as a consequence you 204*728051f4SChristoph Ziehrmay not distribute the Program at all. For example, if a patent 205*728051f4SChristoph Ziehrlicense would not permit royalty-free redistribution of the Program by 206*728051f4SChristoph Ziehrall those who receive copies directly or indirectly through you, then 207*728051f4SChristoph Ziehrthe only way you could satisfy both it and this License would be to 208*728051f4SChristoph Ziehrrefrain entirely from distribution of the Program. 209*728051f4SChristoph Ziehr 210*728051f4SChristoph ZiehrIf any portion of this section is held invalid or unenforceable under 211*728051f4SChristoph Ziehrany particular circumstance, the balance of the section is intended to 212*728051f4SChristoph Ziehrapply and the section as a whole is intended to apply in other 213*728051f4SChristoph Ziehrcircumstances. 214*728051f4SChristoph Ziehr 215*728051f4SChristoph ZiehrIt is not the purpose of this section to induce you to infringe any 216*728051f4SChristoph Ziehrpatents or other property right claims or to contest validity of any 217*728051f4SChristoph Ziehrsuch claims; this section has the sole purpose of protecting the 218*728051f4SChristoph Ziehrintegrity of the free software distribution system, which is 219*728051f4SChristoph Ziehrimplemented by public license practices. Many people have made 220*728051f4SChristoph Ziehrgenerous contributions to the wide range of software distributed 221*728051f4SChristoph Ziehrthrough that system in reliance on consistent application of that 222*728051f4SChristoph Ziehrsystem; it is up to the author/donor to decide if he or she is willing 223*728051f4SChristoph Ziehrto distribute software through any other system and a licensee cannot 224*728051f4SChristoph Ziehrimpose that choice. 225*728051f4SChristoph Ziehr 226*728051f4SChristoph ZiehrThis section is intended to make thoroughly clear what is believed to 227*728051f4SChristoph Ziehrbe a consequence of the rest of this License. 228*728051f4SChristoph Ziehr 229*728051f4SChristoph Ziehr 8. If the distribution and/or use of the Program is restricted in 230*728051f4SChristoph Ziehrcertain countries either by patents or by copyrighted interfaces, the 231*728051f4SChristoph Ziehroriginal copyright holder who places the Program under this License 232*728051f4SChristoph Ziehrmay add an explicit geographical distribution limitation excluding 233*728051f4SChristoph Ziehrthose countries, so that distribution is permitted only in or among 234*728051f4SChristoph Ziehrcountries not thus excluded. In such case, this License incorporates 235*728051f4SChristoph Ziehrthe limitation as if written in the body of this License. 236*728051f4SChristoph Ziehr 237*728051f4SChristoph Ziehr 9. The Free Software Foundation may publish revised and/or new versions 238*728051f4SChristoph Ziehrof the General Public License from time to time. Such new versions will 239*728051f4SChristoph Ziehrbe similar in spirit to the present version, but may differ in detail to 240*728051f4SChristoph Ziehraddress new problems or concerns. 241*728051f4SChristoph Ziehr 242*728051f4SChristoph ZiehrEach version is given a distinguishing version number. If the Program 243*728051f4SChristoph Ziehrspecifies a version number of this License which applies to it and "any 244*728051f4SChristoph Ziehrlater version", you have the option of following the terms and conditions 245*728051f4SChristoph Ziehreither of that version or of any later version published by the Free 246*728051f4SChristoph ZiehrSoftware Foundation. If the Program does not specify a version number of 247*728051f4SChristoph Ziehrthis License, you may choose any version ever published by the Free Software 248*728051f4SChristoph ZiehrFoundation. 249*728051f4SChristoph Ziehr 250*728051f4SChristoph Ziehr 10. If you wish to incorporate parts of the Program into other free 251*728051f4SChristoph Ziehrprograms whose distribution conditions are different, write to the author 252*728051f4SChristoph Ziehrto ask for permission. For software which is copyrighted by the Free 253*728051f4SChristoph ZiehrSoftware Foundation, write to the Free Software Foundation; we sometimes 254*728051f4SChristoph Ziehrmake exceptions for this. Our decision will be guided by the two goals 255*728051f4SChristoph Ziehrof preserving the free status of all derivatives of our free software and 256*728051f4SChristoph Ziehrof promoting the sharing and reuse of software generally. 257*728051f4SChristoph Ziehr 258*728051f4SChristoph Ziehr NO WARRANTY 259*728051f4SChristoph Ziehr 260*728051f4SChristoph Ziehr 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261*728051f4SChristoph ZiehrFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262*728051f4SChristoph ZiehrOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263*728051f4SChristoph ZiehrPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264*728051f4SChristoph ZiehrOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265*728051f4SChristoph ZiehrMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266*728051f4SChristoph ZiehrTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267*728051f4SChristoph ZiehrPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268*728051f4SChristoph ZiehrREPAIR OR CORRECTION. 269*728051f4SChristoph Ziehr 270*728051f4SChristoph Ziehr 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271*728051f4SChristoph ZiehrWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272*728051f4SChristoph ZiehrREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273*728051f4SChristoph ZiehrINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274*728051f4SChristoph ZiehrOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275*728051f4SChristoph ZiehrTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276*728051f4SChristoph ZiehrYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277*728051f4SChristoph ZiehrPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278*728051f4SChristoph ZiehrPOSSIBILITY OF SUCH DAMAGES. 279*728051f4SChristoph Ziehr 280*728051f4SChristoph Ziehr END OF TERMS AND CONDITIONS 281*728051f4SChristoph Ziehr 282*728051f4SChristoph Ziehr How to Apply These Terms to Your New Programs 283*728051f4SChristoph Ziehr 284*728051f4SChristoph Ziehr If you develop a new program, and you want it to be of the greatest 285*728051f4SChristoph Ziehrpossible use to the public, the best way to achieve this is to make it 286*728051f4SChristoph Ziehrfree software which everyone can redistribute and change under these terms. 287*728051f4SChristoph Ziehr 288*728051f4SChristoph Ziehr To do so, attach the following notices to the program. It is safest 289*728051f4SChristoph Ziehrto attach them to the start of each source file to most effectively 290*728051f4SChristoph Ziehrconvey the exclusion of warranty; and each file should have at least 291*728051f4SChristoph Ziehrthe "copyright" line and a pointer to where the full notice is found. 292*728051f4SChristoph Ziehr 293*728051f4SChristoph Ziehr {description} 294*728051f4SChristoph Ziehr Copyright (C) {year} {fullname} 295*728051f4SChristoph Ziehr 296*728051f4SChristoph Ziehr This program is free software; you can redistribute it and/or modify 297*728051f4SChristoph Ziehr it under the terms of the GNU General Public License as published by 298*728051f4SChristoph Ziehr the Free Software Foundation; either version 2 of the License, or 299*728051f4SChristoph Ziehr (at your option) any later version. 300*728051f4SChristoph Ziehr 301*728051f4SChristoph Ziehr This program is distributed in the hope that it will be useful, 302*728051f4SChristoph Ziehr but WITHOUT ANY WARRANTY; without even the implied warranty of 303*728051f4SChristoph Ziehr MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304*728051f4SChristoph Ziehr GNU General Public License for more details. 305*728051f4SChristoph Ziehr 306*728051f4SChristoph Ziehr You should have received a copy of the GNU General Public License along 307*728051f4SChristoph Ziehr with this program; if not, write to the Free Software Foundation, Inc., 308*728051f4SChristoph Ziehr 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309*728051f4SChristoph Ziehr 310*728051f4SChristoph ZiehrAlso add information on how to contact you by electronic and paper mail. 311*728051f4SChristoph Ziehr 312*728051f4SChristoph ZiehrIf the program is interactive, make it output a short notice like this 313*728051f4SChristoph Ziehrwhen it starts in an interactive mode: 314*728051f4SChristoph Ziehr 315*728051f4SChristoph Ziehr Gnomovision version 69, Copyright (C) year name of author 316*728051f4SChristoph Ziehr Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317*728051f4SChristoph Ziehr This is free software, and you are welcome to redistribute it 318*728051f4SChristoph Ziehr under certain conditions; type `show c' for details. 319*728051f4SChristoph Ziehr 320*728051f4SChristoph ZiehrThe hypothetical commands `show w' and `show c' should show the appropriate 321*728051f4SChristoph Ziehrparts of the General Public License. Of course, the commands you use may 322*728051f4SChristoph Ziehrbe called something other than `show w' and `show c'; they could even be 323*728051f4SChristoph Ziehrmouse-clicks or menu items--whatever suits your program. 324*728051f4SChristoph Ziehr 325*728051f4SChristoph ZiehrYou should also get your employer (if you work as a programmer) or your 326*728051f4SChristoph Ziehrschool, if any, to sign a "copyright disclaimer" for the program, if 327*728051f4SChristoph Ziehrnecessary. Here is a sample; alter the names: 328*728051f4SChristoph Ziehr 329*728051f4SChristoph Ziehr Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330*728051f4SChristoph Ziehr `Gnomovision' (which makes passes at compilers) written by James Hacker. 331*728051f4SChristoph Ziehr 332*728051f4SChristoph Ziehr {signature of Ty Coon}, 1 April 1989 333*728051f4SChristoph Ziehr Ty Coon, President of Vice 334*728051f4SChristoph Ziehr 335*728051f4SChristoph ZiehrThis General Public License does not permit incorporating your program into 336*728051f4SChristoph Ziehrproprietary programs. If your program is a subroutine library, you may 337*728051f4SChristoph Ziehrconsider it more useful to permit linking proprietary applications with the 338*728051f4SChristoph Ziehrlibrary. If this is what you want to do, use the GNU Lesser General 339*728051f4SChristoph ZiehrPublic License instead of this License. 340