| |   |
| 0 | | GNU GENERAL PUBLIC LICENSE |
| 1 | | Version 2, June 1991 |
| 2 | | |
| 3 | | Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
| 4 | | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 5 | | Everyone is permitted to copy and distribute verbatim copies |
| 6 | | of this license document, but changing it is not allowed. |
| 7 | | |
| 8 | | Preamble |
| 9 | | |
| 10 | | The licenses for most software are designed to take away your |
| 11 | | freedom to share and change it. By contrast, the GNU General Public |
| 12 | | License is intended to guarantee your freedom to share and change free |
| 13 | | software--to make sure the software is free for all its users. This |
| 14 | | General Public License applies to most of the Free Software |
| 15 | | Foundation's software and to any other program whose authors commit to |
| 16 | | using it. (Some other Free Software Foundation software is covered by |
| 17 | | the GNU Library General Public License instead.) You can apply it to |
| 18 | | your programs, too. |
| 19 | | |
| 20 | | When we speak of free software, we are referring to freedom, not |
| 21 | | price. Our General Public Licenses are designed to make sure that you |
| 22 | | have the freedom to distribute copies of free software (and charge for |
| 23 | | this service if you wish), that you receive source code or can get it |
| 24 | | if you want it, that you can change the software or use pieces of it |
| 25 | | in new free programs; and that you know you can do these things. |
| 26 | | |
| 27 | | To protect your rights, we need to make restrictions that forbid |
| 28 | | anyone to deny you these rights or to ask you to surrender the rights. |
| 29 | | These restrictions translate to certain responsibilities for you if you |
| 30 | | distribute copies of the software, or if you modify it. |
| 31 | | |
| 32 | | For example, if you distribute copies of such a program, whether |
| 33 | | gratis or for a fee, you must give the recipients all the rights that |
| 34 | | you have. You must make sure that they, too, receive or can get the |
| 35 | | source code. And you must show them these terms so they know their |
| 36 | | rights. |
| 37 | | |
| 38 | | We protect your rights with two steps: (1) copyright the software, and |
| 39 | | (2) offer you this license which gives you legal permission to copy, |
| 40 | | distribute and/or modify the software. |
| 41 | | |
| 42 | | Also, for each author's protection and ours, we want to make certain |
| 43 | | that everyone understands that there is no warranty for this free |
| 44 | | software. If the software is modified by someone else and passed on, we |
| 45 | | want its recipients to know that what they have is not the original, so |
| 46 | | that any problems introduced by others will not reflect on the original |
| 47 | | authors' reputations. |
| 48 | | |
| 49 | | Finally, any free program is threatened constantly by software |
| 50 | | patents. We wish to avoid the danger that redistributors of a free |
| 51 | | program will individually obtain patent licenses, in effect making the |
| 52 | | program proprietary. To prevent this, we have made it clear that any |
| 53 | | patent must be licensed for everyone's free use or not licensed at all. |
| 54 | | |
| 55 | | The precise terms and conditions for copying, distribution and |
| 56 | | modification follow. |
| 57 | | |
| 58 | | GNU GENERAL PUBLIC LICENSE |
| 59 | | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
| 60 | | |
| 61 | | 0. This License applies to any program or other work which contains |
| 62 | | a notice placed by the copyright holder saying it may be distributed |
| 63 | | under the terms of this General Public License. The "Program", below, |
| 64 | | refers to any such program or work, and a "work based on the Program" |
| 65 | | means either the Program or any derivative work under copyright law: |
| 66 | | that is to say, a work containing the Program or a portion of it, |
| 67 | | either verbatim or with modifications and/or translated into another |
| 68 | | language. (Hereinafter, translation is included without limitation in |
| 69 | | the term "modification".) Each licensee is addressed as "you". |
| 70 | | |
| 71 | | Activities other than copying, distribution and modification are not |
| 72 | | covered by this License; they are outside its scope. The act of |
| 73 | | running the Program is not restricted, and the output from the Program |
| 74 | | is covered only if its contents constitute a work based on the |
| 75 | | Program (independent of having been made by running the Program). |
| 76 | | Whether that is true depends on what the Program does. |
| 77 | | |
| 78 | | 1. You may copy and distribute verbatim copies of the Program's |
| 79 | | source code as you receive it, in any medium, provided that you |
| 80 | | conspicuously and appropriately publish on each copy an appropriate |
| 81 | | copyright notice and disclaimer of warranty; keep intact all the |
| 82 | | notices that refer to this License and to the absence of any warranty; |
| 83 | | and give any other recipients of the Program a copy of this License |
| 84 | | along with the Program. |
| 85 | | |
| 86 | | You may charge a fee for the physical act of transferring a copy, and |
| 87 | | you may at your option offer warranty protection in exchange for a fee. |
| 88 | | |
| 89 | | 2. You may modify your copy or copies of the Program or any portion |
| 90 | | of it, thus forming a work based on the Program, and copy and |
| 91 | | distribute such modifications or work under the terms of Section 1 |
| 92 | | above, provided that you also meet all of these conditions: |
| 93 | | |
| 94 | | a) You must cause the modified files to carry prominent notices |
| 95 | | stating that you changed the files and the date of any change. |
| 96 | | |
| 97 | | b) You must cause any work that you distribute or publish, that in |
| 98 | | whole or in part contains or is derived from the Program or any |
| 99 | | part thereof, to be licensed as a whole at no charge to all third |
| 100 | | parties under the terms of this License. |
| 101 | | |
| 102 | | c) If the modified program normally reads commands interactively |
| 103 | | when run, you must cause it, when started running for such |
| 104 | | interactive use in the most ordinary way, to print or display an |
| 105 | | announcement including an appropriate copyright notice and a |
| 106 | | notice that there is no warranty (or else, saying that you provide |
| 107 | | a warranty) and that users may redistribute the program under |
| 108 | | these conditions, and telling the user how to view a copy of this |
| 109 | | License. (Exception: if the Program itself is interactive but |
| 110 | | does not normally print such an announcement, your work based on |
| 111 | | the Program is not required to print an announcement.) |
| 112 | | |
| 113 | | These requirements apply to the modified work as a whole. If |
| 114 | | identifiable sections of that work are not derived from the Program, |
| 115 | | and can be reasonably considered independent and separate works in |
| 116 | | themselves, then this License, and its terms, do not apply to those |
| 117 | | sections when you distribute them as separate works. But when you |
| 118 | | distribute the same sections as part of a whole which is a work based |
| 119 | | on the Program, the distribution of the whole must be on the terms of |
| 120 | | this License, whose permissions for other licensees extend to the |
| 121 | | entire whole, and thus to each and every part regardless of who wrote it. |
| 122 | | |
| 123 | | Thus, it is not the intent of this section to claim rights or contest |
| 124 | | your rights to work written entirely by you; rather, the intent is to |
| 125 | | exercise the right to control the distribution of derivative or |
| 126 | | collective works based on the Program. |
| 127 | | |
| 128 | | In addition, mere aggregation of another work not based on the Program |
| 129 | | with the Program (or with a work based on the Program) on a volume of |
| 130 | | a storage or distribution medium does not bring the other work under |
| 131 | | the scope of this License. |
| 132 | | |
| 133 | | 3. You may copy and distribute the Program (or a work based on it, |
| 134 | | under Section 2) in object code or executable form under the terms of |
| 135 | | Sections 1 and 2 above provided that you also do one of the following: |
| 136 | | |
| 137 | | a) Accompany it with the complete corresponding machine-readable |
| 138 | | source code, which must be distributed under the terms of Sections |
| 139 | | 1 and 2 above on a medium customarily used for software interchange; or, |
| 140 | | |
| 141 | | b) Accompany it with a written offer, valid for at least three |
| 142 | | years, to give any third party, for a charge no more than your |
| 143 | | cost of physically performing source distribution, a complete |
| 144 | | machine-readable copy of the corresponding source code, to be |
| 145 | | distributed under the terms of Sections 1 and 2 above on a medium |
| 146 | | customarily used for software interchange; or, |
| 147 | | |
| 148 | | c) Accompany it with the information you received as to the offer |
| 149 | | to distribute corresponding source code. (This alternative is |
| 150 | | allowed only for noncommercial distribution and only if you |
| 151 | | received the program in object code or executable form with such |
| 152 | | an offer, in accord with Subsection b above.) |
| 153 | | |
| 154 | | The source code for a work means the preferred form of the work for |
| 155 | | making modifications to it. For an executable work, complete source |
| 156 | | code means all the source code for all modules it contains, plus any |
| 157 | | associated interface definition files, plus the scripts used to |
| 158 | | control compilation and installation of the executable. However, as a |
| 159 | | special exception, the source code distributed need not include |
| 160 | | anything that is normally distributed (in either source or binary |
| 161 | | form) with the major components (compiler, kernel, and so on) of the |
| 162 | | operating system on which the executable runs, unless that component |
| 163 | | itself accompanies the executable. |
| 164 | | |
| 165 | | If distribution of executable or object code is made by offering |
| 166 | | access to copy from a designated place, then offering equivalent |
| 167 | | access to copy the source code from the same place counts as |
| 168 | | distribution of the source code, even though third parties are not |
| 169 | | compelled to copy the source along with the object code. |
| 170 | | |
| 171 | | 4. You may not copy, modify, sublicense, or distribute the Program |
| 172 | | except as expressly provided under this License. Any attempt |
| 173 | | otherwise to copy, modify, sublicense or distribute the Program is |
| 174 | | void, and will automatically terminate your rights under this License. |
| 175 | | However, parties who have received copies, or rights, from you under |
| 176 | | this License will not have their licenses terminated so long as such |
| 177 | | parties remain in full compliance. |
| 178 | | |
| 179 | | 5. You are not required to accept this License, since you have not |
| 180 | | signed it. However, nothing else grants you permission to modify or |
| 181 | | distribute the Program or its derivative works. These actions are |
| 182 | | prohibited by law if you do not accept this License. Therefore, by |
| 183 | | modifying or distributing the Program (or any work based on the |
| 184 | | Program), you indicate your acceptance of this License to do so, and |
| 185 | | all its terms and conditions for copying, distributing or modifying |
| 186 | | the Program or works based on it. |
| 187 | | |
| 188 | | 6. Each time you redistribute the Program (or any work based on the |
| 189 | | Program), the recipient automatically receives a license from the |
| 190 | | original licensor to copy, distribute or modify the Program subject to |
| 191 | | these terms and conditions. You may not impose any further |
| 192 | | restrictions on the recipients' exercise of the rights granted herein. |
| 193 | | You are not responsible for enforcing compliance by third parties to |
| 194 | | this License. |
| 195 | | |
| 196 | | 7. If, as a consequence of a court judgment or allegation of patent |
| 197 | | infringement or for any other reason (not limited to patent issues), |
| 198 | | conditions are imposed on you (whether by court order, agreement or |
| 199 | | otherwise) that contradict the conditions of this License, they do not |
| 200 | | excuse you from the conditions of this License. If you cannot |
| 201 | | distribute so as to satisfy simultaneously your obligations under this |
| 202 | | License and any other pertinent obligations, then as a consequence you |
| 203 | | may not distribute the Program at all. For example, if a patent |
| 204 | | license would not permit royalty-free redistribution of the Program by |
| 205 | | all those who receive copies directly or indirectly through you, then |
| 206 | | the only way you could satisfy both it and this License would be to |
| 207 | | refrain entirely from distribution of the Program. |
| 208 | | |
| 209 | | If any portion of this section is held invalid or unenforceable under |
| 210 | | any particular circumstance, the balance of the section is intended to |
| 211 | | apply and the section as a whole is intended to apply in other |
| 212 | | circumstances. |
| 213 | | |
| 214 | | It is not the purpose of this section to induce you to infringe any |
| 215 | | patents or other property right claims or to contest validity of any |
| 216 | | such claims; this section has the sole purpose of protecting the |
| 217 | | integrity of the free software distribution system, which is |
| 218 | | implemented by public license practices. Many people have made |
| 219 | | generous contributions to the wide range of software distributed |
| 220 | | through that system in reliance on consistent application of that |
| 221 | | system; it is up to the author/donor to decide if he or she is willing |
| 222 | | to distribute software through any other system and a licensee cannot |
| 223 | | impose that choice. |
| 224 | | |
| 225 | | This section is intended to make thoroughly clear what is believed to |
| 226 | | be a consequence of the rest of this License. |
| 227 | | |
| 228 | | 8. If the distribution and/or use of the Program is restricted in |
| 229 | | certain countries either by patents or by copyrighted interfaces, the |
| 230 | | original copyright holder who places the Program under this License |
| 231 | | may add an explicit geographical distribution limitation excluding |
| 232 | | those countries, so that distribution is permitted only in or among |
| 233 | | countries not thus excluded. In such case, this License incorporates |
| 234 | | the limitation as if written in the body of this License. |
| 235 | | |
| 236 | | 9. The Free Software Foundation may publish revised and/or new versions |
| 237 | | of the General Public License from time to time. Such new versions will |
| 238 | | be similar in spirit to the present version, but may differ in detail to |
| 239 | | address new problems or concerns. |
| 240 | | |
| 241 | | Each version is given a distinguishing version number. If the Program |
| 242 | | specifies a version number of this License which applies to it and "any |
| 243 | | later version", you have the option of following the terms and conditions |
| 244 | | either of that version or of any later version published by the Free |
| 245 | | Software Foundation. If the Program does not specify a version number of |
| 246 | | this License, you may choose any version ever published by the Free Software |
| 247 | | Foundation. |
| 248 | | |
| 249 | | 10. If you wish to incorporate parts of the Program into other free |
| 250 | | programs whose distribution conditions are different, write to the author |
| 251 | | to ask for permission. For software which is copyrighted by the Free |
| 252 | | Software Foundation, write to the Free Software Foundation; we sometimes |
| 253 | | make exceptions for this. Our decision will be guided by the two goals |
| 254 | | of preserving the free status of all derivatives of our free software and |
| 255 | | of promoting the sharing and reuse of software generally. |
| 256 | | |
| 257 | | NO WARRANTY |
| 258 | | |
| 259 | | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY |
| 260 | | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN |
| 261 | | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES |
| 262 | | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED |
| 263 | | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 264 | | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS |
| 265 | | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE |
| 266 | | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, |
| 267 | | REPAIR OR CORRECTION. |
| 268 | | |
| 269 | | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
| 270 | | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR |
| 271 | | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, |
| 272 | | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING |
| 273 | | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED |
| 274 | | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY |
| 275 | | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER |
| 276 | | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE |
| 277 | | POSSIBILITY OF SUCH DAMAGES. |
| 278 | | |
| 279 | | END OF TERMS AND CONDITIONS |
| 280 | | |
| 281 | | How to Apply These Terms to Your New Programs |
| 282 | | |
| 283 | | If you develop a new program, and you want it to be of the greatest |
| 284 | | possible use to the public, the best way to achieve this is to make it |
| 285 | | free software which everyone can redistribute and change under these terms. |
| 286 | | |
| 287 | | To do so, attach the following notices to the program. It is safest |
| 288 | | to attach them to the start of each source file to most effectively |
| 289 | | convey the exclusion of warranty; and each file should have at least |
| 290 | | the "copyright" line and a pointer to where the full notice is found. |
| 291 | | |
| 292 | | <one line to give the program's name and a brief idea of what it does.> |
| 293 | | Copyright (C) <year> <name of author> |
| 294 | | |
| 295 | | This program is free software; you can redistribute it and/or modify |
| 296 | | it under the terms of the GNU General Public License as published by |
| 297 | | the Free Software Foundation; either version 2 of the License, or |
| 298 | | (at your option) any later version. |
| 299 | | |
| 300 | | This program is distributed in the hope that it will be useful, |
| 301 | | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 302 | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 303 | | GNU General Public License for more details. |
| 304 | | |
| 305 | | You should have received a copy of the GNU General Public License |
| 306 | | along with this program; if not, write to the Free Software |
| 307 | | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 308 | | |
| 309 | | |
| 310 | | Also add information on how to contact you by electronic and paper mail. |
| 311 | | |
| 312 | | If the program is interactive, make it output a short notice like this |
| 313 | | when it starts in an interactive mode: |
| 314 | | |
| 315 | | Gnomovision version 69, Copyright (C) year name of author |
| 316 | | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
| 317 | | This is free software, and you are welcome to redistribute it |
| 318 | | under certain conditions; type `show c' for details. |
| 319 | | |
| 320 | | The hypothetical commands `show w' and `show c' should show the appropriate |
| 321 | | parts of the General Public License. Of course, the commands you use may |
| 322 | | be called something other than `show w' and `show c'; they could even be |
| 323 | | mouse-clicks or menu items--whatever suits your program. |
| 324 | | |
| 325 | | You should also get your employer (if you work as a programmer) or your |
| 326 | | school, if any, to sign a "copyright disclaimer" for the program, if |
| 327 | | necessary. Here is a sample; alter the names: |
| 328 | | |
| 329 | | Yoyodyne, Inc., hereby disclaims all copyright interest in the program |
| 330 | | `Gnomovision' (which makes passes at compilers) written by James Hacker. |
| 331 | | |
| 332 | | <signature of Ty Coon>, 1 April 1989 |
| 333 | | Ty Coon, President of Vice |
| 334 | | |
| 335 | | This General Public License does not permit incorporating your program into |
| 336 | | proprietary programs. If your program is a subroutine library, you may |
| 337 | | consider it more useful to permit linking proprietary applications with the |
| 338 | | library. If this is what you want to do, use the GNU Library General |
| 339 | | Public License instead of this License. |
| toggle raw diff |
--- a/GPL-LICENSE
+++ /dev/null
@@ -1,340 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- <one line to give the program's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) year name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- <signature of Ty Coon>, 1 April 1989
- Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library. If this is what you want to do, use the GNU Library General
-Public License instead of this License. |
| |   |
| 1 | | The following license applies to all files in this project unless noted |
| 2 | | otherwise: |
| 1 | GNU AFFERO GENERAL PUBLIC LICENSE |
| 2 | Version 3, 19 November 2007 |
| 3 | 3 | |
| 4 | | Gitorious - Free open source hosting with a twist! |
| 5 | | Copyright (C) 2007 Johan Sørensen |
| 4 | Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
| 5 | Everyone is permitted to copy and distribute verbatim copies |
| 6 | of this license document, but changing it is not allowed. |
| 6 | 7 | |
| 7 | | This program is free software; you can redistribute it and/or modify |
| 8 | | it under the terms of the GNU General Public License as published by |
| 9 | | the Free Software Foundation; either version 2 of the License, or |
| 10 | | (at your option) any later version. |
| 8 | Preamble |
| 11 | 9 | |
| 12 | | This program is distributed in the hope that it will be useful, |
| 13 | | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | | GNU General Public License for more details. |
| 10 | The GNU Affero General Public License is a free, copyleft license for |
| 11 | software and other kinds of works, specifically designed to ensure |
| 12 | cooperation with the community in the case of network server software. |
| 16 | 13 | |
| 17 | | You should have received a copy of the GNU General Public License |
| 18 | | along with this program; if not, write to the Free Software |
| 19 | | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 14 | The licenses for most software and other practical works are designed |
| 15 | to take away your freedom to share and change the works. By contrast, |
| 16 | our General Public Licenses are intended to guarantee your freedom to |
| 17 | share and change all versions of a program--to make sure it remains free |
| 18 | software for all its users. |
| 19 | |
| 20 | When we speak of free software, we are referring to freedom, not |
| 21 | price. Our General Public Licenses are designed to make sure that you |
| 22 | have the freedom to distribute copies of free software (and charge for |
| 23 | them if you wish), that you receive source code or can get it if you |
| 24 | want it, that you can change the software or use pieces of it in new |
| 25 | free programs, and that you know you can do these things. |
| 26 | |
| 27 | Developers that use our General Public Licenses protect your rights |
| 28 | with two steps: (1) assert copyright on the software, and (2) offer |
| 29 | you this License which gives you legal permission to copy, distribute |
| 30 | and/or modify the software. |
| 31 | |
| 32 | A secondary benefit of defending all users' freedom is that |
| 33 | improvements made in alternate versions of the program, if they |
| 34 | receive widespread use, become available for other developers to |
| 35 | incorporate. Many developers of free software are heartened and |
| 36 | encouraged by the resulting cooperation. However, in the case of |
| 37 | software used on network servers, this result may fail to come about. |
| 38 | The GNU General Public License permits making a modified version and |
| 39 | letting the public access it on a server without ever releasing its |
| 40 | source code to the public. |
| 41 | |
| 42 | The GNU Affero General Public License is designed specifically to |
| 43 | ensure that, in such cases, the modified source code becomes available |
| 44 | to the community. It requires the operator of a network server to |
| 45 | provide the source code of the modified version running there to the |
| 46 | users of that server. Therefore, public use of a modified version, on |
| 47 | a publicly accessible server, gives the public access to the source |
| 48 | code of the modified version. |
| 49 | |
| 50 | An older license, called the Affero General Public License and |
| 51 | published by Affero, was designed to accomplish similar goals. This is |
| 52 | a different license, not a version of the Affero GPL, but Affero has |
| 53 | released a new version of the Affero GPL which permits relicensing under |
| 54 | this license. |
| 55 | |
| 56 | The precise terms and conditions for copying, distribution and |
| 57 | modification follow. |
| 58 | |
| 59 | TERMS AND CONDITIONS |
| 60 | |
| 61 | 0. Definitions. |
| 62 | |
| 63 | "This License" refers to version 3 of the GNU Affero General Public License. |
| 64 | |
| 65 | "Copyright" also means copyright-like laws that apply to other kinds of |
| 66 | works, such as semiconductor masks. |
| 67 | |
| 68 | "The Program" refers to any copyrightable work licensed under this |
| 69 | License. Each licensee is addressed as "you". "Licensees" and |
| 70 | "recipients" may be individuals or organizations. |
| 71 | |
| 72 | To "modify" a work means to copy from or adapt all or part of the work |
| 73 | in a fashion requiring copyright permission, other than the making of an |
| 74 | exact copy. The resulting work is called a "modified version" of the |
| 75 | earlier work or a work "based on" the earlier work. |
| 76 | |
| 77 | A "covered work" means either the unmodified Program or a work based |
| 78 | on the Program. |
| 79 | |
| 80 | To "propagate" a work means to do anything with it that, without |
| 81 | permission, would make you directly or secondarily liable for |
| 82 | infringement under applicable copyright law, except executing it on a |
| 83 | computer or modifying a private copy. Propagation includes copying, |
| 84 | distribution (with or without modification), making available to the |
| 85 | public, and in some countries other activities as well. |
| 86 | |
| 87 | To "convey" a work means any kind of propagation that enables other |
| 88 | parties to make or receive copies. Mere interaction with a user through |
| 89 | a computer network, with no transfer of a copy, is not conveying. |
| 90 | |
| 91 | An interactive user interface displays "Appropriate Legal Notices" |
| 92 | to the extent that it includes a convenient and prominently visible |
| 93 | feature that (1) displays an appropriate copyright notice, and (2) |
| 94 | tells the user that there is no warranty for the work (except to the |
| 95 | extent that warranties are provided), that licensees may convey the |
| 96 | work under this License, and how to view a copy of this License. If |
| 97 | the interface presents a list of user commands or options, such as a |
| 98 | menu, a prominent item in the list meets this criterion. |
| 99 | |
| 100 | 1. Source Code. |
| 101 | |
| 102 | The "source code" for a work means the preferred form of the work |
| 103 | for making modifications to it. "Object code" means any non-source |
| 104 | form of a work. |
| 105 | |
| 106 | A "Standard Interface" means an interface that either is an official |
| 107 | standard defined by a recognized standards body, or, in the case of |
| 108 | interfaces specified for a particular programming language, one that |
| 109 | is widely used among developers working in that language. |
| 110 | |
| 111 | The "System Libraries" of an executable work include anything, other |
| 112 | than the work as a whole, that (a) is included in the normal form of |
| 113 | packaging a Major Component, but which is not part of that Major |
| 114 | Component, and (b) serves only to enable use of the work with that |
| 115 | Major Component, or to implement a Standard Interface for which an |
| 116 | implementation is available to the public in source code form. A |
| 117 | "Major Component", in this context, means a major essential component |
| 118 | (kernel, window system, and so on) of the specific operating system |
| 119 | (if any) on which the executable work runs, or a compiler used to |
| 120 | produce the work, or an object code interpreter used to run it. |
| 121 | |
| 122 | The "Corresponding Source" for a work in object code form means all |
| 123 | the source code needed to generate, install, and (for an executable |
| 124 | work) run the object code and to modify the work, including scripts to |
| 125 | control those activities. However, it does not include the work's |
| 126 | System Libraries, or general-purpose tools or generally available free |
| 127 | programs which are used unmodified in performing those activities but |
| 128 | which are not part of the work. For example, Corresponding Source |
| 129 | includes interface definition files associated with source files for |
| 130 | the work, and the source code for shared libraries and dynamically |
| 131 | linked subprograms that the work is specifically designed to require, |
| 132 | such as by intimate data communication or control flow between those |
| 133 | subprograms and other parts of the work. |
| 134 | |
| 135 | The Corresponding Source need not include anything that users |
| 136 | can regenerate automatically from other parts of the Corresponding |
| 137 | Source. |
| 138 | |
| 139 | The Corresponding Source for a work in source code form is that |
| 140 | same work. |
| 141 | |
| 142 | 2. Basic Permissions. |
| 143 | |
| 144 | All rights granted under this License are granted for the term of |
| 145 | copyright on the Program, and are irrevocable provided the stated |
| 146 | conditions are met. This License explicitly affirms your unlimited |
| 147 | permission to run the unmodified Program. The output from running a |
| 148 | covered work is covered by this License only if the output, given its |
| 149 | content, constitutes a covered work. This License acknowledges your |
| 150 | rights of fair use or other equivalent, as provided by copyright law. |
| 151 | |
| 152 | You may make, run and propagate covered works that you do not |
| 153 | convey, without conditions so long as your license otherwise remains |
| 154 | in force. You may convey covered works to others for the sole purpose |
| 155 | of having them make modifications exclusively for you, or provide you |
| 156 | with facilities for running those works, provided that you comply with |
| 157 | the terms of this License in conveying all material for which you do |
| 158 | not control copyright. Those thus making or running the covered works |
| 159 | for you must do so exclusively on your behalf, under your direction |
| 160 | and control, on terms that prohibit them from making any copies of |
| 161 | your copyrighted material outside their relationship with you. |
| 162 | |
| 163 | Conveying under any other circumstances is permitted solely under |
| 164 | the conditions stated below. Sublicensing is not allowed; section 10 |
| 165 | makes it unnecessary. |
| 166 | |
| 167 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. |
| 168 | |
| 169 | No covered work shall be deemed part of an effective technological |
| 170 | measure under any applicable law fulfilling obligations under article |
| 171 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or |
| 172 | similar laws prohibiting or restricting circumvention of such |
| 173 | measures. |
| 174 | |
| 175 | When you convey a covered work, you waive any legal power to forbid |
| 176 | circumvention of technological measures to the extent such circumvention |
| 177 | is effected by exercising rights under this License with respect to |
| 178 | the covered work, and you disclaim any intention to limit operation or |
| 179 | modification of the work as a means of enforcing, against the work's |
| 180 | users, your or third parties' legal rights to forbid circumvention of |
| 181 | technological measures. |
| 182 | |
| 183 | 4. Conveying Verbatim Copies. |
| 184 | |
| 185 | You may convey verbatim copies of the Program's source code as you |
| 186 | receive it, in any medium, provided that you conspicuously and |
| 187 | appropriately publish on each copy an appropriate copyright notice; |
| 188 | keep intact all notices stating that this License and any |
| 189 | non-permissive terms added in accord with section 7 apply to the code; |
| 190 | keep intact all notices of the absence of any warranty; and give all |
| 191 | recipients a copy of this License along with the Program. |
| 192 | |
| 193 | You may charge any price or no price for each copy that you convey, |
| 194 | and you may offer support or warranty protection for a fee. |
| 195 | |
| 196 | 5. Conveying Modified Source Versions. |
| 197 | |
| 198 | You may convey a work based on the Program, or the modifications to |
| 199 | produce it from the Program, in the form of source code under the |
| 200 | terms of section 4, provided that you also meet all of these conditions: |
| 201 | |
| 202 | a) The work must carry prominent notices stating that you modified |
| 203 | it, and giving a relevant date. |
| 204 | |
| 205 | b) The work must carry prominent notices stating that it is |
| 206 | released under this License and any conditions added under section |
| 207 | 7. This requirement modifies the requirement in section 4 to |
| 208 | "keep intact all notices". |
| 209 | |
| 210 | c) You must license the entire work, as a whole, under this |
| 211 | License to anyone who comes into possession of a copy. This |
| 212 | License will therefore apply, along with any applicable section 7 |
| 213 | additional terms, to the whole of the work, and all its parts, |
| 214 | regardless of how they are packaged. This License gives no |
| 215 | permission to license the work in any other way, but it does not |
| 216 | invalidate such permission if you have separately received it. |
| 217 | |
| 218 | d) If the work has interactive user interfaces, each must display |
| 219 | Appropriate Legal Notices; however, if the Program has interactive |
| 220 | interfaces that do not display Appropriate Legal Notices, your |
| 221 | work need not make them do so. |
| 222 | |
| 223 | A compilation of a covered work with other separate and independent |
| 224 | works, which are not by their nature extensions of the covered work, |
| 225 | and which are not combined with it such as to form a larger program, |
| 226 | in or on a volume of a storage or distribution medium, is called an |
| 227 | "aggregate" if the compilation and its resulting copyright are not |
| 228 | used to limit the access or legal rights of the compilation's users |
| 229 | beyond what the individual works permit. Inclusion of a covered work |
| 230 | in an aggregate does not cause this License to apply to the other |
| 231 | parts of the aggregate. |
| 232 | |
| 233 | 6. Conveying Non-Source Forms. |
| 234 | |
| 235 | You may convey a covered work in object code form under the terms |
| 236 | of sections 4 and 5, provided that you also convey the |
| 237 | machine-readable Corresponding Source under the terms of this License, |
| 238 | in one of these ways: |
| 239 | |
| 240 | a) Convey the object code in, or embodied in, a physical product |
| 241 | (including a physical distribution medium), accompanied by the |
| 242 | Corresponding Source fixed on a durable physical medium |
| 243 | customarily used for software interchange. |
| 244 | |
| 245 | b) Convey the object code in, or embodied in, a physical product |
| 246 | (including a physical distribution medium), accompanied by a |
| 247 | written offer, valid for at least three years and valid for as |
| 248 | long as you offer spare parts or customer support for that product |
| 249 | model, to give anyone who possesses the object code either (1) a |
| 250 | copy of the Corresponding Source for all the software in the |
| 251 | product that is covered by this License, on a durable physical |
| 252 | medium customarily used for software interchange, for a price no |
| 253 | more than your reasonable cost of physically performing this |