Audacity
3.2.0
src
AboutDialogGPLv2Text.cpp
Go to the documentation of this file.
1
#include <wx/string.h>
2
3
// I tried using <pre> here to get a monospaced font,
4
// as is normally used for the GPL.
5
// However can't reduce the font size in that case. It looks
6
// better proportionally spaced.
7
//
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"
)
68
wxT
(
"<p><p>\n"
)
69
wxT
(
" <center>GNU GENERAL PUBLIC LICENSE\n</center>"
)
70
wxT
(
" <center>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n</center>"
)
71
wxT
(
"<p><p>\n"
)
72
wxT
(
" 0. This License applies to any program or other work which contains\n"
)
73
wxT
(
"a notice placed by the copyright holder saying it may be distributed\n"
)
74
wxT
(
"under the terms of this General Public License. The \"Program\", below,\n"
)
75
wxT
(
"refers to any such program or work, and a \"work based on the Program\"\n"
)
76
wxT
(
"means either the Program or any derivative work under copyright law:\n"
)
77
wxT
(
"that is to say, a work containing the Program or a portion of it,\n"
)
78
wxT
(
"either verbatim or with modifications and/or translated into another\n"
)
79
wxT
(
"language. (Hereinafter, translation is included without limitation in\n"
)
80
wxT
(
"the term \"modification\".) Each licensee is addressed as \"you\".\n"
)
81
wxT
(
"<p><p>\n"
)
82
wxT
(
"Activities other than copying, distribution and modification are not\n"
)
83
wxT
(
"covered by this License; they are outside its scope. The act of\n"
)
84
wxT
(
"running the Program is not restricted, and the output from the Program\n"
)
85
wxT
(
"is covered only if its contents constitute a work based on the\n"
)
86
wxT
(
"Program (independent of having been made by running the Program).\n"
)
87
wxT
(
"Whether that is true depends on what the Program does.\n"
)
88
wxT
(
"<p><p>\n"
)
89
wxT
(
" 1. You may copy and distribute verbatim copies of the Program's\n"
)
90
wxT
(
"source code as you receive it, in any medium, provided that you\n"
)
91
wxT
(
"conspicuously and appropriately publish on each copy an appropriate\n"
)
92
wxT
(
"copyright notice and disclaimer of warranty; keep intact all the\n"
)
93
wxT
(
"notices that refer to this License and to the absence of any warranty;\n"
)
94
wxT
(
"and give any other recipients of the Program a copy of this License\n"
)
95
wxT
(
"along with the Program.\n"
)
96
wxT
(
"<p><p>\n"
)
97
wxT
(
"You may charge a fee for the physical act of transferring a copy, and\n"
)
98
wxT
(
"you may at your option offer warranty protection in exchange for a fee.\n"
)
99
wxT
(
"<p><p>\n"
)
100
wxT
(
" 2. You may modify your copy or copies of the Program or any portion\n"
)
101
wxT
(
"of it, thus forming a work based on the Program, and copy and\n"
)
102
wxT
(
"distribute such modifications or work under the terms of Section 1\n"
)
103
wxT
(
"above, provided that you also meet all of these conditions:\n"
)
104
wxT
(
"<p><p>\n"
)
105
wxT
(
"<blockquote>"
)
106
wxT
(
" a) You must cause the modified files to carry prominent notices\n"
)
107
wxT
(
" stating that you changed the files and the date of any change.\n"
)
108
wxT
(
"<p><p>\n"
)
109
wxT
(
" b) You must cause any work that you distribute or publish, that in\n"
)
110
wxT
(
" whole or in part contains or is derived from the Program or any\n"
)
111
wxT
(
" part thereof, to be licensed as a whole at no charge to all third\n"
)
112
wxT
(
" parties under the terms of this License.\n"
)
113
wxT
(
"<p><p>\n"
)
114
wxT
(
" c) If the modified program normally reads commands interactively\n"
)
115
wxT
(
" when run, you must cause it, when started running for such\n"
)
116
wxT
(
" interactive use in the most ordinary way, to print or display an\n"
)
117
wxT
(
" announcement including an appropriate copyright notice and a\n"
)
118
wxT
(
" notice that there is no warranty (or else, saying that you provide\n"
)
119
wxT
(
" a warranty) and that users may redistribute the program under\n"
)
120
wxT
(
" these conditions, and telling the user how to view a copy of this\n"
)
121
wxT
(
" License. (Exception: if the Program itself is interactive but\n"
)
122
wxT
(
" does not normally print such an announcement, your work based on\n"
)
123
wxT
(
" the Program is not required to print an announcement.)\n"
)
124
wxT
(
"</blockquote>"
)
125
wxT
(
"<p><p>\n"
)
126
wxT
(
"These requirements apply to the modified work as a whole. If\n"
)
127
wxT
(
"identifiable sections of that work are not derived from the Program,\n"
)
128
wxT
(
"and can be reasonably considered independent and separate works in\n"
)
129
wxT
(
"themselves, then this License, and its terms, do not apply to those\n"
)
130
wxT
(
"sections when you distribute them as separate works. But when you\n"
)
131
wxT
(
"distribute the same sections as part of a whole which is a work based\n"
)
132
wxT
(
"on the Program, the distribution of the whole must be on the terms of\n"
)
133
wxT
(
"this License, whose permissions for other licensees extend to the\n"
)
134
wxT
(
"entire whole, and thus to each and every part regardless of who wrote it.\n"
)
135
wxT
(
"<p><p>\n"
)
136
wxT
(
"Thus, it is not the intent of this section to claim rights or contest\n"
)
137
wxT
(
"your rights to work written entirely by you; rather, the intent is to\n"
)
138
wxT
(
"exercise the right to control the distribution of derivative or\n"
)
139
wxT
(
"collective works based on the Program.\n"
)
140
wxT
(
"<p><p>\n"
)
141
wxT
(
"In addition, mere aggregation of another work not based on the Program\n"
)
142
wxT
(
"with the Program (or with a work based on the Program) on a volume of\n"
)
143
wxT
(
"a storage or distribution medium does not bring the other work under\n"
)
144
wxT
(
"the scope of this License.\n"
)
145
wxT
(
"<p><p>\n"
)
146
wxT
(
" 3. You may copy and distribute the Program (or a work based on it,\n"
)
147
wxT
(
"under Section 2) in object code or executable form under the terms of\n"
)
148
wxT
(
"Sections 1 and 2 above provided that you also do one of the following:\n"
)
149
wxT
(
"<p><p>\n"
)
150
wxT
(
"<blockquote>"
)
151
wxT
(
" a) Accompany it with the complete corresponding machine-readable\n"
)
152
wxT
(
" source code, which must be distributed under the terms of Sections\n"
)
153
wxT
(
" 1 and 2 above on a medium customarily used for software interchange; or,\n"
)
154
wxT
(
"<p><p>\n"
)
155
wxT
(
" b) Accompany it with a written offer, valid for at least three\n"
)
156
wxT
(
" years, to give any third party, for a charge no more than your\n"
)
157
wxT
(
" cost of physically performing source distribution, a complete\n"
)
158
wxT
(
" machine-readable copy of the corresponding source code, to be\n"
)
159
wxT
(
" distributed under the terms of Sections 1 and 2 above on a medium\n"
)
160
wxT
(
" customarily used for software interchange; or,\n"
)
161
wxT
(
"<p><p>\n"
)
162
wxT
(
" c) Accompany it with the information you received as to the offer\n"
)
163
wxT
(
" to distribute corresponding source code. (This alternative is\n"
)
164
wxT
(
" allowed only for noncommercial distribution and only if you\n"
)
165
wxT
(
" received the program in object code or executable form with such\n"
)
166
wxT
(
" an offer, in accord with Subsection b above.)\n"
)
167
wxT
(
"</blockquote>"
)
168
wxT
(
"<p><p>\n"
)
169
wxT
(
"The source code for a work means the preferred form of the work for\n"
)
170
wxT
(
"making modifications to it. For an executable work, complete source\n"
)
171
wxT
(
"code means all the source code for all modules it contains, plus any\n"
)
172
wxT
(
"associated interface definition files, plus the scripts used to\n"
)
173
wxT
(
"control compilation and installation of the executable. However, as a\n"
)
174
wxT
(
"special exception, the source code distributed need not include\n"
)
175
wxT
(
"anything that is normally distributed (in either source or binary\n"
)
176
wxT
(
"form) with the major components (compiler, kernel, and so on) of the\n"
)
177
wxT
(
"operating system on which the executable runs, unless that component\n"
)
178
wxT
(
"itself accompanies the executable.\n"
)
179
wxT
(
"<p><p>\n"
)
180
wxT
(
"If distribution of executable or object code is made by offering\n"
)
181
wxT
(
"access to copy from a designated place, then offering equivalent\n"
)
182
wxT
(
"access to copy the source code from the same place counts as\n"
)
183
wxT
(
"distribution of the source code, even though third parties are not\n"
)
184
wxT
(
"compelled to copy the source along with the object code.\n"
)
185
wxT
(
"<p><p>\n"
)
186
wxT
(
" 4. You may not copy, modify, sublicense, or distribute the Program\n"
)
187
wxT
(
"except as expressly provided under this License. Any attempt\n"
)
188
wxT
(
"otherwise to copy, modify, sublicense or distribute the Program is\n"
)
189
wxT
(
"void, and will automatically terminate your rights under this License.\n"
)
190
wxT
(
"However, parties who have received copies, or rights, from you under\n"
)
191
wxT
(
"this License will not have their licenses terminated so long as such\n"
)
192
wxT
(
"parties remain in full compliance.\n"
)
193
wxT
(
"<p><p>\n"
)
194
wxT
(
" 5. You are not required to accept this License, since you have not\n"
)
195
wxT
(
"signed it. However, nothing else grants you permission to modify or\n"
)
196
wxT
(
"distribute the Program or its derivative works. These actions are\n"
)
197
wxT
(
"prohibited by law if you do not accept this License. Therefore, by\n"
)
198
wxT
(
"modifying or distributing the Program (or any work based on the\n"
)
199
wxT
(
"Program), you indicate your acceptance of this License to do so, and\n"
)
200
wxT
(
"all its terms and conditions for copying, distributing or modifying\n"
)
201
wxT
(
"the Program or works based on it.\n"
)
202
wxT
(
"<p><p>\n"
)
203
wxT
(
" 6. Each time you redistribute the Program (or any work based on the\n"
)
204
wxT
(
"Program), the recipient automatically receives a license from the\n"
)
205
wxT
(
"original licensor to copy, distribute or modify the Program subject to\n"
)
206
wxT
(
"these terms and conditions. You may not impose any further\n"
)
207
wxT
(
"restrictions on the recipients' exercise of the rights granted herein.\n"
)
208
wxT
(
"You are not responsible for enforcing compliance by third parties to\n"
)
209
wxT
(
"this License.\n"
)
210
wxT
(
"<p><p>\n"
)
211
wxT
(
" 7. If, as a consequence of a court judgment or allegation of patent\n"
)
212
wxT
(
"infringement or for any other reason (not limited to patent issues),\n"
)
213
wxT
(
"conditions are imposed on you (whether by court order, agreement or\n"
)
214
wxT
(
"otherwise) that contradict the conditions of this License, they do not\n"
)
215
wxT
(
"excuse you from the conditions of this License. If you cannot\n"
)
216
wxT
(
"distribute so as to satisfy simultaneously your obligations under this\n"
)
217
wxT
(
"License and any other pertinent obligations, then as a consequence you\n"
)
218
wxT
(
"may not distribute the Program at all. For example, if a patent\n"
)
219
wxT
(
"license would not permit royalty-free redistribution of the Program by\n"
)
220
wxT
(
"all those who receive copies directly or indirectly through you, then\n"
)
221
wxT
(
"the only way you could satisfy both it and this License would be to\n"
)
222
wxT
(
"refrain entirely from distribution of the Program.\n"
)
223
wxT
(
"<p><p>\n"
)
224
wxT
(
"If any portion of this section is held invalid or unenforceable under\n"
)
225
wxT
(
"any particular circumstance, the balance of the section is intended to\n"
)
226
wxT
(
"apply and the section as a whole is intended to apply in other\n"
)
227
wxT
(
"circumstances.\n"
)
228
wxT
(
"<p><p>\n"
)
229
wxT
(
"It is not the purpose of this section to induce you to infringe any\n"
)
230
wxT
(
"patents or other property right claims or to contest validity of any\n"
)
231
wxT
(
"such claims; this section has the sole purpose of protecting the\n"
)
232
wxT
(
"integrity of the free software distribution system, which is\n"
)
233
wxT
(
"implemented by public license practices. Many people have made\n"
)
234
wxT
(
"generous contributions to the wide range of software distributed\n"
)
235
wxT
(
"through that system in reliance on consistent application of that\n"
)
236
wxT
(
"system; it is up to the author/donor to decide if he or she is willing\n"
)
237
wxT
(
"to distribute software through any other system and a licensee cannot\n"
)
238
wxT
(
"impose that choice.\n"
)
239
wxT
(
"<p><p>\n"
)
240
wxT
(
"This section is intended to make thoroughly clear what is believed to\n"
)
241
wxT
(
"be a consequence of the rest of this License.\n"
)
242
wxT
(
"<p><p>\n"
)
243
wxT
(
" 8. If the distribution and/or use of the Program is restricted in\n"
)
244
wxT
(
"certain countries either by patents or by copyrighted interfaces, the\n"
)
245
wxT
(
"original copyright holder who places the Program under this License\n"
)
246
wxT
(
"may add an explicit geographical distribution limitation excluding\n"
)
247
wxT
(
"those countries, so that distribution is permitted only in or among\n"
)
248
wxT
(
"countries not thus excluded. In such case, this License incorporates\n"
)
249
wxT
(
"the limitation as if written in the body of this License.\n"
)
250
wxT
(
"<p><p>\n"
)
251
wxT
(
" 9. The Free Software Foundation may publish revised and/or new versions\n"
)
252
wxT
(
"of the General Public License from time to time. Such new versions will\n"
)
253
wxT
(
"be similar in spirit to the present version, but may differ in detail to\n"
)
254
wxT
(
"address new problems or concerns.\n"
)
255
wxT
(
"<p><p>\n"
)
256
wxT
(
"Each version is given a distinguishing version number. If the Program\n"
)
257
wxT
(
"specifies a version number of this License which applies to it and \"any\n"
)
258
wxT
(
"later version\", you have the option of following the terms and conditions\n"
)
259
wxT
(
"either of that version or of any later version published by the Free\n"
)
260
wxT
(
"Software Foundation. If the Program does not specify a version number of\n"
)
261
wxT
(
"this License, you may choose any version ever published by the Free Software\n"
)
262
wxT
(
"Foundation.\n"
)
263
wxT
(
"<p><p>\n"
)
264
wxT
(
" 10. If you wish to incorporate parts of the Program into other free\n"
)
265
wxT
(
"programs whose distribution conditions are different, write to the author\n"
)
266
wxT
(
"to ask for permission. For software which is copyrighted by the Free\n"
)
267
wxT
(
"Software Foundation, write to the Free Software Foundation; we sometimes\n"
)
268
wxT
(
"make exceptions for this. Our decision will be guided by the two goals\n"
)
269
wxT
(
"of preserving the free status of all derivatives of our free software and\n"
)
270
wxT
(
"of promoting the sharing and reuse of software generally.\n"
)
271
wxT
(
"<p><p>\n"
)
272
wxT
(
" <center>NO WARRANTY\n</center>"
)
273
wxT
(
"<p><p>\n"
)
274
wxT
(
" 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n"
)
275
wxT
(
"FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n"
)
276
wxT
(
"OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n"
)
277
wxT
(
"PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\n"
)
278
wxT
(
"OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n"
)
279
wxT
(
"MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n"
)
280
wxT
(
"TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n"
)
281
wxT
(
"PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n"
)
282
wxT
(
"REPAIR OR CORRECTION.\n"
)
283
wxT
(
"<p><p>\n"
)
284
wxT
(
" 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n"
)
285
wxT
(
"WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n"
)
286
wxT
(
"REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n"
)
287
wxT
(
"INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n"
)
288
wxT
(
"OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n"
)
289
wxT
(
"TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n"
)
290
wxT
(
"YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n"
)
291
wxT
(
"PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n"
)
292
wxT
(
"POSSIBILITY OF SUCH DAMAGES.\n"
);
293
}
GPL_TEXT
const wxString GPL_TEXT()
Definition:
AboutDialogGPLv2Text.cpp:10
wxT
wxT("CloseDown"))
Generated by
1.9.3