| 1 | GNU GENERAL PUBLIC LICENSE |
|---|
| 2 | |
|---|
| 3 | Version 2, June 1991 |
|---|
| 4 | |
|---|
| 5 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place - Suite |
|---|
| 6 | 330, Boston, MA 02111-1307, USA |
|---|
| 7 | |
|---|
| 8 | Everyone is permitted to copy and distribute verbatim copies of this license |
|---|
| 9 | document, but changing it is not allowed. |
|---|
| 10 | |
|---|
| 11 | Preamble |
|---|
| 12 | |
|---|
| 13 | The licenses for most software are designed to take away your freedom to share |
|---|
| 14 | and change it. By contrast, the GNU General Public License is intended to |
|---|
| 15 | guarantee your freedom to share and change free software--to make sure the |
|---|
| 16 | software is free for all its users. This General Public License applies to most |
|---|
| 17 | of the Free Software Foundation's software and to any other program whose |
|---|
| 18 | authors commit to using it. (Some other Free Software Foundation software is |
|---|
| 19 | covered by the GNU Library General Public License instead.) You can apply it to |
|---|
| 20 | your programs, too. |
|---|
| 21 | |
|---|
| 22 | When we speak of free software, we are referring to freedom, not price. Our |
|---|
| 23 | General Public Licenses are designed to make sure that you have the freedom to |
|---|
| 24 | distribute copies of free software (and charge for this service if you wish), |
|---|
| 25 | that you receive source code or can get it if you want it, that you can change |
|---|
| 26 | the software or use pieces of it in new free programs; and that you know you |
|---|
| 27 | can do these things. |
|---|
| 28 | |
|---|
| 29 | To protect your rights, we need to make restrictions that forbid anyone to deny |
|---|
| 30 | you these rights or to ask you to surrender the rights. These restrictions |
|---|
| 31 | translate to certain responsibilities for you if you distribute copies of the |
|---|
| 32 | software, or if you modify it. |
|---|
| 33 | |
|---|
| 34 | For example, if you distribute copies of such a program, whether gratis or for |
|---|
| 35 | a fee, you must give the recipients all the rights that you have. You must make |
|---|
| 36 | sure that they, too, receive or can get the source code. And you must show them |
|---|
| 37 | these terms so they know their rights. |
|---|
| 38 | |
|---|
| 39 | We protect your rights with two steps: (1) copyright the software, and (2) |
|---|
| 40 | offer you this license which gives you legal permission to copy, distribute |
|---|
| 41 | and/or modify the software. |
|---|
| 42 | |
|---|
| 43 | Also, for each author's protection and ours, we want to make certain that |
|---|
| 44 | everyone understands that there is no warranty for this free software. If the |
|---|
| 45 | software is modified by someone else and passed on, we want its recipients to |
|---|
| 46 | know that what they have is not the original, so that any problems introduced |
|---|
| 47 | by others will not reflect on the original authors' reputations. |
|---|
| 48 | |
|---|
| 49 | Finally, any free program is threatened constantly by software patents. We wish |
|---|
| 50 | to avoid the danger that redistributors of a free program will individually |
|---|
| 51 | obtain patent licenses, in effect making the program proprietary. To prevent |
|---|
| 52 | this, we have made it clear that any patent must be licensed for everyone's |
|---|
| 53 | free use or not licensed at all. |
|---|
| 54 | |
|---|
| 55 | The precise terms and conditions for copying, distribution and modification |
|---|
| 56 | follow. |
|---|
| 57 | |
|---|
| 58 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
|---|
| 59 | |
|---|
| 60 | 0. This License applies to any program or other work which contains a notice |
|---|
| 61 | placed by the copyright holder saying it may be distributed under the terms of |
|---|
| 62 | this General Public License. The "Program", below, refers to any such program |
|---|
| 63 | or work, and a "work based on the Program" means either the Program or any |
|---|
| 64 | derivative work under copyright law: that is to say, a work containing the |
|---|
| 65 | Program or a portion of it, either verbatim or with modifications and/or |
|---|
| 66 | translated into another language. (Hereinafter, translation is included without |
|---|
| 67 | limitation in the term "modification".) Each licensee is addressed as "you". |
|---|
| 68 | |
|---|
| 69 | Activities other than copying, distribution and modification are not covered by |
|---|
| 70 | this License; they are outside its scope. The act of running the Program is not |
|---|
| 71 | restricted, and the output from the Program is covered only if its contents |
|---|
| 72 | constitute a work based on the Program (independent of having been made by |
|---|
| 73 | running the Program). Whether that is true depends on what the Program does. |
|---|
| 74 | |
|---|
| 75 | 1. You may copy and distribute verbatim copies of the Program's source code as |
|---|
| 76 | you receive it, in any medium, provided that you conspicuously and |
|---|
| 77 | appropriately publish on each copy an appropriate copyright notice and |
|---|
| 78 | disclaimer of warranty; keep intact all the notices that refer to this License |
|---|
| 79 | and to the absence of any warranty; and give any other recipients of the |
|---|
| 80 | Program a copy of this License along with the Program. |
|---|
| 81 | |
|---|
| 82 | You may charge a fee for the physical act of transferring a copy, and you may |
|---|
| 83 | at your option offer warranty protection in exchange for a fee. |
|---|
| 84 | |
|---|
| 85 | 2. You may modify your copy or copies of the Program or any portion of it, thus |
|---|
| 86 | forming a work based on the Program, and copy and distribute such modifications |
|---|
| 87 | or work under the terms of Section 1 above, provided that you also meet all of |
|---|
| 88 | these conditions: |
|---|
| 89 | |
|---|
| 90 | a) You must cause the modified files to carry prominent notices stating |
|---|
| 91 | that you changed the files and the date of any change. |
|---|
| 92 | |
|---|
| 93 | b) You must cause any work that you distribute or publish, that in whole or |
|---|
| 94 | in part contains or is derived from the Program or any part thereof, to be |
|---|
| 95 | licensed as a whole at no charge to all third parties under the terms of this |
|---|
| 96 | License. |
|---|
| 97 | |
|---|
| 98 | c) If the modified program normally reads commands interactively when run, |
|---|
| 99 | you must cause it, when started running for such interactive use in the most |
|---|
| 100 | ordinary way, to print or display an announcement including an appropriate |
|---|
| 101 | copyright notice and a notice that there is no warranty (or else, saying that |
|---|
| 102 | you provide a warranty) and that users may redistribute the program under these |
|---|
| 103 | conditions, and telling the user how to view a copy of this License. |
|---|
| 104 | (Exception: if the Program itself is interactive but does not normally print |
|---|
| 105 | such an announcement, your work based on the Program is not required to print |
|---|
| 106 | an announcement.) |
|---|
| 107 | |
|---|
| 108 | These requirements apply to the modified work as a whole. If identifiable |
|---|
| 109 | sections of that work are not derived from the Program, and can be reasonably |
|---|
| 110 | considered independent and separate works in themselves, then this License, and |
|---|
| 111 | its terms, do not apply to those sections when you distribute them as separate |
|---|
| 112 | works. But when you distribute the same sections as part of a whole which is a |
|---|
| 113 | work based on the Program, the distribution of the whole must be on the terms |
|---|
| 114 | of this License, whose permissions for other licensees extend to the entire |
|---|
| 115 | whole, and thus to each and every part regardless of who wrote it. |
|---|
| 116 | |
|---|
| 117 | Thus, it is not the intent of this section to claim rights or contest your |
|---|
| 118 | rights to work written entirely by you; rather, the intent is to exercise the |
|---|
| 119 | right to control the distribution of derivative or collective works based on |
|---|
| 120 | the Program. |
|---|
| 121 | |
|---|
| 122 | In addition, mere aggregation of another work not based on the Program with the |
|---|
| 123 | Program (or with a work based on the Program) on a volume of a storage or |
|---|
| 124 | distribution medium does not bring the other work under the scope of this |
|---|
| 125 | License. |
|---|
| 126 | |
|---|
| 127 | 3. You may copy and distribute the Program (or a work based on it, under |
|---|
| 128 | Section 2) in object code or executable form under the terms of Sections 1 and |
|---|
| 129 | 2 above provided that you also do one of the following: |
|---|
| 130 | |
|---|
| 131 | a) Accompany it with the complete corresponding machine-readable source |
|---|
| 132 | code, which must be distributed under the terms of Sections 1 and 2 above on a |
|---|
| 133 | medium customarily used for software interchange; or, |
|---|
| 134 | |
|---|
| 135 | b) Accompany it with a written offer, valid for at least three years, to |
|---|
| 136 | give any third party, for a charge no more than your cost of physically |
|---|
| 137 | performing source distribution, a complete machine-readable copy of the |
|---|
| 138 | corresponding source code, to be distributed under the terms of Sections 1 and |
|---|
| 139 | 2 above on a medium customarily used for software interchange; or, |
|---|
| 140 | |
|---|
| 141 | c) Accompany it with the information you received as to the offer to |
|---|
| 142 | distribute corresponding source code. (This alternative is allowed only for |
|---|
| 143 | noncommercial distribution and only if you received the program in object code |
|---|
| 144 | or executable form with such an offer, in accord with Subsection b above.) |
|---|
| 145 | |
|---|
| 146 | The source code for a work means the preferred form of the work for making |
|---|
| 147 | modifications to it. For an executable work, complete source code means all the |
|---|
| 148 | source code for all modules it contains, plus any associated interface |
|---|
| 149 | definition files, plus the scripts used to control compilation and installation |
|---|
| 150 | of the executable. However, as a special exception, the source code distributed |
|---|
| 151 | need not include anything that is normally distributed (in either source or |
|---|
| 152 | binary form) with the major components (compiler, kernel, and so on) of the |
|---|
| 153 | operating system on which the executable runs, unless that component itself |
|---|
| 154 | accompanies the executable. |
|---|
| 155 | |
|---|
| 156 | If distribution of executable or object code is made by offering access to copy |
|---|
| 157 | from a designated place, then offering equivalent access to copy the source |
|---|
| 158 | code from the same place counts as distribution of the source code, even though |
|---|
| 159 | third parties are not compelled to copy the source along with the object code. |
|---|
| 160 | |
|---|
| 161 | 4. You may not copy, modify, sublicense, or distribute the Program except as |
|---|
| 162 | expressly provided under this License. Any attempt otherwise to copy, modify, |
|---|
| 163 | sublicense or distribute the Program is void, and will automatically terminate |
|---|
| 164 | your rights under this License. However, parties who have received copies, or |
|---|
| 165 | rights, from you under this License will not have their licenses terminated so |
|---|
| 166 | long as such parties remain in full compliance. |
|---|
| 167 | |
|---|
| 168 | 5. You are not required to accept this License, since you have not signed it. |
|---|
| 169 | However, nothing else grants you permission to modify or distribute the Program |
|---|
| 170 | or its derivative works. These actions are prohibited by law if you do not |
|---|
| 171 | accept this License. Therefore, by modifying or distributing the Program (or |
|---|
| 172 | any work based on the Program), you indicate your acceptance of this License to |
|---|
| 173 | do so, and all its terms and conditions for copying, distributing or modifying |
|---|
| 174 | the Program or works based on it. |
|---|
| 175 | |
|---|
| 176 | 6. Each time you redistribute the Program (or any work based on the Program), |
|---|
| 177 | the recipient automatically receives a license from the original licensor to |
|---|
| 178 | copy, distribute or modify the Program subject to these terms and conditions. |
|---|
| 179 | You may not impose any further restrictions on the recipients' exercise of the |
|---|
| 180 | rights granted herein. You are not responsible for enforcing compliance by |
|---|
| 181 | third parties to this License. |
|---|
| 182 | |
|---|
| 183 | 7. If, as a consequence of a court judgment or allegation of patent |
|---|
| 184 | infringement or for any other reason (not limited to patent issues), conditions |
|---|
| 185 | are imposed on you (whether by court order, agreement or otherwise) that |
|---|
| 186 | contradict the conditions of this License, they do not excuse you from the |
|---|
| 187 | conditions of this License. If you cannot distribute so as to satisfy |
|---|
| 188 | simultaneously your obligations under this License and any other pertinent |
|---|
| 189 | obligations, then as a consequence you may not distribute the Program at all. |
|---|
| 190 | For example, if a patent license would not permit royalty-free redistribution |
|---|
| 191 | of the Program by all those who receive copies directly or indirectly through |
|---|
| 192 | you, then the only way you could satisfy both it and this License would be to |
|---|
| 193 | refrain entirely from distribution of the Program. |
|---|
| 194 | |
|---|
| 195 | If any portion of this section is held invalid or unenforceable under any |
|---|
| 196 | particular circumstance, the balance of the section is intended to apply and |
|---|
| 197 | the section as a whole is intended to apply in other circumstances. |
|---|
| 198 | |
|---|
| 199 | It is not the purpose of this section to induce you to infringe any patents or |
|---|
| 200 | other property right claims or to contest validity of any such claims; this |
|---|
| 201 | section has the sole purpose of protecting the integrity of the free software |
|---|
| 202 | distribution system, which is implemented by public license practices. Many |
|---|
| 203 | people have made generous contributions to the wide range of software |
|---|
| 204 | distributed through that system in reliance on consistent application of that |
|---|
| 205 | system; it is up to the author/donor to decide if he or she is willing to |
|---|
| 206 | distribute software through any other system and a licensee cannot impose that |
|---|
| 207 | choice. |
|---|
| 208 | |
|---|
| 209 | This section is intended to make thoroughly clear what is believed to be a |
|---|
| 210 | consequence of the rest of this License. |
|---|
| 211 | |
|---|
| 212 | 8. If the distribution and/or use of the Program is restricted in certain |
|---|
| 213 | countries either by patents or by copyrighted interfaces, the original |
|---|
| 214 | copyright holder who places the Program under this License may add an explicit |
|---|
| 215 | geographical distribution limitation excluding those countries, so that |
|---|
| 216 | distribution is permitted only in or among countries not thus excluded. In such |
|---|
| 217 | case, this License incorporates the limitation as if written in the body of |
|---|
| 218 | this License. |
|---|
| 219 | |
|---|
| 220 | 9. The Free Software Foundation may publish revised and/or new versions of the |
|---|
| 221 | General Public License from time to time. Such new versions will be similar in |
|---|
| 222 | spirit to the present version, but may differ in detail to address new problems |
|---|
| 223 | or concerns. |
|---|
| 224 | |
|---|
| 225 | Each version is given a distinguishing version number. If the Program specifies |
|---|
| 226 | a version number of this License which applies to it and "any later version", |
|---|
| 227 | you have the option of following the terms and conditions either of that |
|---|
| 228 | version or of any later version published by the Free Software Foundation. If |
|---|
| 229 | the Program does not specify a version number of this License, you may choose |
|---|
| 230 | any version ever published by the Free Software Foundation. |
|---|
| 231 | |
|---|
| 232 | 10. If you wish to incorporate parts of the Program into other free programs |
|---|
| 233 | whose distribution conditions are different, write to the author to ask for |
|---|
| 234 | permission. For software which is copyrighted by the Free Software Foundation, |
|---|
| 235 | write to the Free Software Foundation; we sometimes make exceptions for this. |
|---|
| 236 | Our decision will be guided by the two goals of preserving the free status of |
|---|
| 237 | all derivatives of our free software and of promoting the sharing and reuse of |
|---|
| 238 | software generally. |
|---|
| 239 | |
|---|
| 240 | NO WARRANTY |
|---|
| 241 | |
|---|
| 242 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR |
|---|
| 243 | THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE |
|---|
| 244 | STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE |
|---|
| 245 | PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, |
|---|
| 246 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 247 | FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND |
|---|
| 248 | PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU |
|---|
| 249 | ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
|---|
| 250 | |
|---|
| 251 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL |
|---|
| 252 | ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE |
|---|
| 253 | PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY |
|---|
| 254 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR |
|---|
| 255 | INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA |
|---|
| 256 | BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A |
|---|
| 257 | FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER |
|---|
| 258 | OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
|---|