| 8 | // The GPL is not to be translated.... |
| 9 | |
| 10 | const wxString GPL_TEXT() { return |
| 11 | wxT(" <center>GNU GENERAL PUBLIC LICENSE\n</center>") |
| 12 | wxT(" <center>Version 2, June 1991\n</center>") |
| 13 | wxT("<p><p>") |
| 14 | wxT(" Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n") |
| 15 | wxT(" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n") |
| 16 | wxT(" Everyone is permitted to copy and distribute verbatim copies\n") |
| 17 | wxT(" of this license document, but changing it is not allowed.\n") |
| 18 | wxT("\n") |
| 19 | wxT(" <center>Preamble\n</center>") |
| 20 | wxT("<p><p>\n") |
| 21 | wxT(" The licenses for most software are designed to take away your\n") |
| 22 | wxT("freedom to share and change it. By contrast, the GNU General Public\n") |
| 23 | wxT("License is intended to guarantee your freedom to share and change free\n") |
| 24 | wxT("software--to make sure the software is free for all its users. This\n") |
| 25 | wxT("General Public License applies to most of the Free Software\n") |
| 26 | wxT("Foundation's software and to any other program whose authors commit to\n") |
| 27 | wxT("using it. (Some other Free Software Foundation software is covered by\n") |
| 28 | wxT("the GNU Library General Public License instead.) You can apply it to\n") |
| 29 | wxT("your programs, too.\n") |
| 30 | wxT("<p><p>\n") |
| 31 | wxT(" When we speak of free software, we are referring to freedom, not\n") |
| 32 | wxT("price. Our General Public Licenses are designed to make sure that you\n") |
| 33 | wxT("have the freedom to distribute copies of free software (and charge for\n") |
| 34 | wxT("this service if you wish), that you receive source code or can get it\n") |
| 35 | wxT("if you want it, that you can change the software or use pieces of it\n") |
| 36 | wxT("in new free programs; and that you know you can do these things.\n") |
| 37 | wxT("<p><p>\n") |
| 38 | wxT(" To protect your rights, we need to make restrictions that forbid\n") |
| 39 | wxT("anyone to deny you these rights or to ask you to surrender the rights.\n") |
| 40 | wxT("These restrictions translate to certain responsibilities for you if you\n") |
| 41 | wxT("distribute copies of the software, or if you modify it.\n") |
| 42 | wxT("<p><p>\n") |
| 43 | wxT(" For example, if you distribute copies of such a program, whether\n") |
| 44 | wxT("gratis or for a fee, you must give the recipients all the rights that\n") |
| 45 | wxT("you have. You must make sure that they, too, receive or can get the\n") |
| 46 | wxT("source code. And you must show them these terms so they know their\n") |
| 47 | wxT("rights.\n") |
| 48 | wxT("<p><p>\n") |
| 49 | wxT(" We protect your rights with two steps: (1) copyright the software, and\n") |
| 50 | wxT("(2) offer you this license which gives you legal permission to copy,\n") |
| 51 | wxT("distribute and/or modify the software.\n") |
| 52 | wxT("<p><p>\n") |
| 53 | wxT(" Also, for each author's protection and ours, we want to make certain\n") |
| 54 | wxT("that everyone understands that there is no warranty for this free\n") |
| 55 | wxT("software. If the software is modified by someone else and passed on, we\n") |
| 56 | wxT("want its recipients to know that what they have is not the original, so\n") |
| 57 | wxT("that any problems introduced by others will not reflect on the original\n") |
| 58 | wxT("authors' reputations.\n") |
| 59 | wxT("<p><p>\n") |
| 60 | wxT(" Finally, any free program is threatened constantly by software\n") |
| 61 | wxT("patents. We wish to avoid the danger that redistributors of a free\n") |
| 62 | wxT("program will individually obtain patent licenses, in effect making the\n") |
| 63 | wxT("program proprietary. To prevent this, we have made it clear that any\n") |
| 64 | wxT("patent must be licensed for everyone's free use or not licensed at all.\n") |
| 65 | wxT("<p><p>\n") |
| 66 | wxT(" The precise terms and conditions for copying, distribution and\n") |
| 67 | wxT("modification follow.\n") |