Main Page
Namespaces
Classes
Files
File List
File Members
tools
rcdiscover-gui
resources
lgpl.h
Go to the documentation of this file.
1
const
static
char
lgpl_text
[] =
"\
2
GNU LESSER GENERAL PUBLIC LICENSE \n\
3
Version 2.1, February 1999 \n\
4
\n\
5
Copyright (C) 1991, 1999 Free Software Foundation, Inc. \n\
6
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA \n\
7
Everyone is permitted to copy and distribute verbatim copies \n\
8
of this license document, but changing it is not allowed. \n\
9
\n\
10
[This is the first released version of the Lesser GPL. It also counts \n\
11
as the successor of the GNU Library Public License, version 2, hence \n\
12
the version number 2.1.] \n\
13
\n\
14
Preamble \n\
15
\n\
16
The licenses for most software are designed to take away your \n\
17
freedom to share and change it. By contrast, the GNU General Public \n\
18
Licenses are intended to guarantee your freedom to share and change \n\
19
free software--to make sure the software is free for all its users. \n\
20
\n\
21
This license, the Lesser General Public License, applies to some \n\
22
specially designated software packages--typically libraries--of the \n\
23
Free Software Foundation and other authors who decide to use it. You \n\
24
can use it too, but we suggest you first think carefully about whether \n\
25
this license or the ordinary General Public License is the better \n\
26
strategy to use in any particular case, based on the explanations below. \n\
27
\n\
28
When we speak of free software, we are referring to freedom of use, \n\
29
not price. Our General Public Licenses are designed to make sure that \n\
30
you have the freedom to distribute copies of free software (and charge \n\
31
for this service if you wish); that you receive source code or can get \n\
32
it if you want it; that you can change the software and use pieces of \n\
33
it in new free programs; and that you are informed that you can do \n\
34
these things. \n\
35
\n\
36
To protect your rights, we need to make restrictions that forbid \n\
37
distributors to deny you these rights or to ask you to surrender these \n\
38
rights. These restrictions translate to certain responsibilities for \n\
39
you if you distribute copies of the library or if you modify it. \n\
40
\n\
41
For example, if you distribute copies of the library, whether gratis \n\
42
or for a fee, you must give the recipients all the rights that we gave \n\
43
you. You must make sure that they, too, receive or can get the source \n\
44
code. If you link other code with the library, you must provide \n\
45
complete object files to the recipients, so that they can relink them \n\
46
with the library after making changes to the library and recompiling \n\
47
it. And you must show them these terms so they know their rights. \n\
48
\n\
49
We protect your rights with a two-step method: (1) we copyright the \n\
50
library, and (2) we offer you this license, which gives you legal \n\
51
permission to copy, distribute and/or modify the library. \n\
52
\n\
53
To protect each distributor, we want to make it very clear that \n\
54
there is no warranty for the free library. Also, if the library is \n\
55
modified by someone else and passed on, the recipients should know \n\
56
that what they have is not the original version, so that the original \n\
57
author's reputation will not be affected by problems that might be \n\
58
introduced by others. \n\
59
\n\
60
Finally, software patents pose a constant threat to the existence of \n\
61
any free program. We wish to make sure that a company cannot \n\
62
effectively restrict the users of a free program by obtaining a \n\
63
restrictive license from a patent holder. Therefore, we insist that \n\
64
any patent license obtained for a version of the library must be \n\
65
consistent with the full freedom of use specified in this license. \n\
66
\n\
67
Most GNU software, including some libraries, is covered by the \n\
68
ordinary GNU General Public License. This license, the GNU Lesser \n\
69
General Public License, applies to certain designated libraries, and \n\
70
is quite different from the ordinary General Public License. We use \n\
71
this license for certain libraries in order to permit linking those \n\
72
libraries into non-free programs. \n\
73
\n\
74
When a program is linked with a library, whether statically or using \n\
75
a shared library, the combination of the two is legally speaking a \n\
76
combined work, a derivative of the original library. The ordinary \n\
77
General Public License therefore permits such linking only if the \n\
78
entire combination fits its criteria of freedom. The Lesser General \n\
79
Public License permits more lax criteria for linking other code with \n\
80
the library. \n\
81
\n\
82
We call this license the \"Lesser\" General Public License because it \n\
83
does Less to protect the user's freedom than the ordinary General \n\
84
Public License. It also provides other free software developers Less \n\
85
of an advantage over competing non-free programs. These disadvantages \n\
86
are the reason we use the ordinary General Public License for many \n\
87
libraries. However, the Lesser license provides advantages in certain \n\
88
special circumstances. \n\
89
\n\
90
For example, on rare occasions, there may be a special need to \n\
91
encourage the widest possible use of a certain library, so that it becomes \n\
92
a de-facto standard. To achieve this, non-free programs must be \n\
93
allowed to use the library. A more frequent case is that a free \n\
94
library does the same job as widely used non-free libraries. In this \n\
95
case, there is little to gain by limiting the free library to free \n\
96
software only, so we use the Lesser General Public License. \n\
97
\n\
98
In other cases, permission to use a particular library in non-free \n\
99
programs enables a greater number of people to use a large body of \n\
100
free software. For example, permission to use the GNU C Library in \n\
101
non-free programs enables many more people to use the whole GNU \n\
102
operating system, as well as its variant, the GNU/Linux operating \n\
103
system. \n\
104
\n\
105
Although the Lesser General Public License is Less protective of the \n\
106
users' freedom, it does ensure that the user of a program that is \n\
107
linked with the Library has the freedom and the wherewithal to run \n\
108
that program using a modified version of the Library. \n\
109
\n\
110
The precise terms and conditions for copying, distribution and \n\
111
modification follow. Pay close attention to the difference between a \n\
112
\"work based on the library\" and a \"work that uses the library\". The \n\
113
former contains code derived from the library, whereas the latter must \n\
114
be combined with the library in order to run. \n\
115
\n\
116
GNU LESSER GENERAL PUBLIC LICENSE \n\
117
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION \n\
118
\n\
119
0. This License Agreement applies to any software library or other \n\
120
program which contains a notice placed by the copyright holder or \n\
121
other authorized party saying it may be distributed under the terms of \n\
122
this Lesser General Public License (also called \"this License\"). \n\
123
Each licensee is addressed as \"you\". \n\
124
\n\
125
A \"library\" means a collection of software functions and/or data \n\
126
prepared so as to be conveniently linked with application programs \n\
127
(which use some of those functions and data) to form executables. \n\
128
\n\
129
The \"Library\", below, refers to any such software library or work \n\
130
which has been distributed under these terms. A \"work based on the \n\
131
Library\" means either the Library or any derivative work under \n\
132
copyright law: that is to say, a work containing the Library or a \n\
133
portion of it, either verbatim or with modifications and/or translated \n\
134
straightforwardly into another language. (Hereinafter, translation is \n\
135
included without limitation in the term \"modification\".) \n\
136
\n\
137
\"Source code\" for a work means the preferred form of the work for \n\
138
making modifications to it. For a library, complete source code means \n\
139
all the source code for all modules it contains, plus any associated \n\
140
interface definition files, plus the scripts used to control compilation \n\
141
and installation of the library. \n\
142
\n\
143
Activities other than copying, distribution and modification are not \n\
144
covered by this License; they are outside its scope. The act of \n\
145
running a program using the Library is not restricted, and output from \n\
146
such a program is covered only if its contents constitute a work based \n\
147
on the Library (independent of the use of the Library in a tool for \n\
148
writing it). Whether that is true depends on what the Library does \n\
149
and what the program that uses the Library does. \n\
150
\n\
151
1. You may copy and distribute verbatim copies of the Library's \n\
152
complete source code as you receive it, in any medium, provided that \n\
153
you conspicuously and appropriately publish on each copy an \n\
154
appropriate copyright notice and disclaimer of warranty; keep intact \n\
155
all the notices that refer to this License and to the absence of any \n\
156
warranty; and distribute a copy of this License along with the \n\
157
Library. \n\
158
\n\
159
You may charge a fee for the physical act of transferring a copy, \n\
160
and you may at your option offer warranty protection in exchange for a \n\
161
fee. \n\
162
\n\
163
2. You may modify your copy or copies of the Library or any portion \n\
164
of it, thus forming a work based on the Library, and copy and \n\
165
distribute such modifications or work under the terms of Section 1 \n\
166
above, provided that you also meet all of these conditions: \n\
167
\n\
168
a) The modified work must itself be a software library. \n\
169
\n\
170
b) You must cause the files modified to carry prominent notices \n\
171
stating that you changed the files and the date of any change. \n\
172
\n\
173
c) You must cause the whole of the work to be licensed at no \n\
174
charge to all third parties under the terms of this License. \n\
175
\n\
176
d) If a facility in the modified Library refers to a function or a \n\
177
table of data to be supplied by an application program that uses \n\
178
the facility, other than as an argument passed when the facility \n\
179
is invoked, then you must make a good faith effort to ensure that, \n\
180
in the event an application does not supply such function or \n\
181
table, the facility still operates, and performs whatever part of \n\
182
its purpose remains meaningful. \n\
183
\n\
184
(For example, a function in a library to compute square roots has \n\
185
a purpose that is entirely well-defined independent of the \n\
186
application. Therefore, Subsection 2d requires that any \n\
187
application-supplied function or table used by this function must \n\
188
be optional: if the application does not supply it, the square \n\
189
root function must still compute square roots.) \n\
190
\n\
191
These requirements apply to the modified work as a whole. If \n\
192
identifiable sections of that work are not derived from the Library, \n\
193
and can be reasonably considered independent and separate works in \n\
194
themselves, then this License, and its terms, do not apply to those \n\
195
sections when you distribute them as separate works. But when you \n\
196
distribute the same sections as part of a whole which is a work based \n\
197
on the Library, the distribution of the whole must be on the terms of \n\
198
this License, whose permissions for other licensees extend to the \n\
199
entire whole, and thus to each and every part regardless of who wrote \n\
200
it. \n\
201
\n\
202
Thus, it is not the intent of this section to claim rights or contest \n\
203
your rights to work written entirely by you; rather, the intent is to \n\
204
exercise the right to control the distribution of derivative or \n\
205
collective works based on the Library. \n\
206
\n\
207
In addition, mere aggregation of another work not based on the Library \n\
208
with the Library (or with a work based on the Library) on a volume of \n\
209
a storage or distribution medium does not bring the other work under \n\
210
the scope of this License. \n\
211
\n\
212
3. You may opt to apply the terms of the ordinary GNU General Public \n\
213
License instead of this License to a given copy of the Library. To do \n\
214
this, you must alter all the notices that refer to this License, so \n\
215
that they refer to the ordinary GNU General Public License, version 2, \n\
216
instead of to this License. (If a newer version than version 2 of the \n\
217
ordinary GNU General Public License has appeared, then you can specify \n\
218
that version instead if you wish.) Do not make any other change in \n\
219
these notices. \n\
220
\n\
221
Once this change is made in a given copy, it is irreversible for \n\
222
that copy, so the ordinary GNU General Public License applies to all \n\
223
subsequent copies and derivative works made from that copy. \n\
224
\n\
225
This option is useful when you wish to copy part of the code of \n\
226
the Library into a program that is not a library. \n\
227
\n\
228
4. You may copy and distribute the Library (or a portion or \n\
229
derivative of it, under Section 2) in object code or executable form \n\
230
under the terms of Sections 1 and 2 above provided that you accompany \n\
231
it with the complete corresponding machine-readable source code, which \n\
232
must be distributed under the terms of Sections 1 and 2 above on a \n\
233
medium customarily used for software interchange. \n\
234
\n\
235
If distribution of object code is made by offering access to copy \n\
236
from a designated place, then offering equivalent access to copy the \n\
237
source code from the same place satisfies the requirement to \n\
238
distribute the source code, even though third parties are not \n\
239
compelled to copy the source along with the object code. \n\
240
\n\
241
5. A program that contains no derivative of any portion of the \n\
242
Library, but is designed to work with the Library by being compiled or \n\
243
linked with it, is called a \"work that uses the Library\". Such a \n\
244
work, in isolation, is not a derivative work of the Library, and \n\
245
therefore falls outside the scope of this License. \n\
246
\n\
247
However, linking a \"work that uses the Library\" with the Library \n\
248
creates an executable that is a derivative of the Library (because it \n\
249
contains portions of the Library), rather than a \"work that uses the \n\
250
library\". The executable is therefore covered by this License. \n\
251
Section 6 states terms for distribution of such executables. \n\
252
\n\
253
When a \"work that uses the Library\" uses material from a header file \n\
254
that is part of the Library, the object code for the work may be a \n\
255
derivative work of the Library even though the source code is not. \n\
256
Whether this is true is especially significant if the work can be \n\
257
linked without the Library, or if the work is itself a library. The \n\
258
threshold for this to be true is not precisely defined by law. \n\
259
\n\
260
If such an object file uses only numerical parameters, data \n\
261
structure layouts and accessors, and small macros and small inline \n\
262
functions (ten lines or less in length), then the use of the object \n\
263
file is unrestricted, regardless of whether it is legally a derivative \n\
264
work. (Executables containing this object code plus portions of the \n\
265
Library will still fall under Section 6.) \n\
266
\n\
267
Otherwise, if the work is a derivative of the Library, you may \n\
268
distribute the object code for the work under the terms of Section 6. \n\
269
Any executables containing that work also fall under Section 6, \n\
270
whether or not they are linked directly with the Library itself. \n\
271
\n\
272
6. As an exception to the Sections above, you may also combine or \n\
273
link a \"work that uses the Library\" with the Library to produce a \n\
274
work containing portions of the Library, and distribute that work \n\
275
under terms of your choice, provided that the terms permit \n\
276
modification of the work for the customer's own use and reverse \n\
277
engineering for debugging such modifications. \n\
278
\n\
279
You must give prominent notice with each copy of the work that the \n\
280
Library is used in it and that the Library and its use are covered by \n\
281
this License. You must supply a copy of this License. If the work \n\
282
during execution displays copyright notices, you must include the \n\
283
copyright notice for the Library among them, as well as a reference \n\
284
directing the user to the copy of this License. Also, you must do one \n\
285
of these things: \n\
286
\n\
287
a) Accompany the work with the complete corresponding \n\
288
machine-readable source code for the Library including whatever \n\
289
changes were used in the work (which must be distributed under \n\
290
Sections 1 and 2 above); and, if the work is an executable linked \n\
291
with the Library, with the complete machine-readable \"work that \n\
292
uses the Library\", as object code and/or source code, so that the \n\
293
user can modify the Library and then relink to produce a modified \n\
294
executable containing the modified Library. (It is understood \n\
295
that the user who changes the contents of definitions files in the \n\
296
Library will not necessarily be able to recompile the application \n\
297
to use the modified definitions.) \n\
298
\n\
299
b) Use a suitable shared library mechanism for linking with the \n\
300
Library. A suitable mechanism is one that (1) uses at run time a \n\
301
copy of the library already present on the user's computer system, \n\
302
rather than copying library functions into the executable, and (2) \n\
303
will operate properly with a modified version of the library, if \n\
304
the user installs one, as long as the modified version is \n\
305
interface-compatible with the version that the work was made with. \n\
306
\n\
307
c) Accompany the work with a written offer, valid for at \n\
308
least three years, to give the same user the materials \n\
309
specified in Subsection 6a, above, for a charge no more \n\
310
than the cost of performing this distribution. \n\
311
\n\
312
d) If distribution of the work is made by offering access to copy \n\
313
from a designated place, offer equivalent access to copy the above \n\
314
specified materials from the same place. \n\
315
\n\
316
e) Verify that the user has already received a copy of these \n\
317
materials or that you have already sent this user a copy. \n\
318
\n\
319
For an executable, the required form of the \"work that uses the \n\
320
Library\" must include any data and utility programs needed for \n\
321
reproducing the executable from it. However, as a special exception, \n\
322
the materials to be distributed need not include anything that is \n\
323
normally distributed (in either source or binary form) with the major \n\
324
components (compiler, kernel, and so on) of the operating system on \n\
325
which the executable runs, unless that component itself accompanies \n\
326
the executable. \n\
327
\n\
328
It may happen that this requirement contradicts the license \n\
329
restrictions of other proprietary libraries that do not normally \n\
330
accompany the operating system. Such a contradiction means you cannot \n\
331
use both them and the Library together in an executable that you \n\
332
distribute. \n\
333
\n\
334
7. You may place library facilities that are a work based on the \n\
335
Library side-by-side in a single library together with other library \n\
336
facilities not covered by this License, and distribute such a combined \n\
337
library, provided that the separate distribution of the work based on \n\
338
the Library and of the other library facilities is otherwise \n\
339
permitted, and provided that you do these two things: \n\
340
\n\
341
a) Accompany the combined library with a copy of the same work \n\
342
based on the Library, uncombined with any other library \n\
343
facilities. This must be distributed under the terms of the \n\
344
Sections above. \n\
345
\n\
346
b) Give prominent notice with the combined library of the fact \n\
347
that part of it is a work based on the Library, and explaining \n\
348
where to find the accompanying uncombined form of the same work. \n\
349
\n\
350
8. You may not copy, modify, sublicense, link with, or distribute \n\
351
the Library except as expressly provided under this License. Any \n\
352
attempt otherwise to copy, modify, sublicense, link with, or \n\
353
distribute the Library is void, and will automatically terminate your \n\
354
rights under this License. However, parties who have received copies, \n\
355
or rights, from you under this License will not have their licenses \n\
356
terminated so long as such parties remain in full compliance. \n\
357
\n\
358
9. You are not required to accept this License, since you have not \n\
359
signed it. However, nothing else grants you permission to modify or \n\
360
distribute the Library or its derivative works. These actions are \n\
361
prohibited by law if you do not accept this License. Therefore, by \n\
362
modifying or distributing the Library (or any work based on the \n\
363
Library), you indicate your acceptance of this License to do so, and \n\
364
all its terms and conditions for copying, distributing or modifying \n\
365
the Library or works based on it. \n\
366
\n\
367
10. Each time you redistribute the Library (or any work based on the \n\
368
Library), the recipient automatically receives a license from the \n\
369
original licensor to copy, distribute, link with or modify the Library \n\
370
subject to these terms and conditions. You may not impose any further \n\
371
restrictions on the recipients' exercise of the rights granted herein. \n\
372
You are not responsible for enforcing compliance by third parties with \n\
373
this License. \n\
374
\n\
375
11. If, as a consequence of a court judgment or allegation of patent \n\
376
infringement or for any other reason (not limited to patent issues), \n\
377
conditions are imposed on you (whether by court order, agreement or \n\
378
otherwise) that contradict the conditions of this License, they do not \n\
379
excuse you from the conditions of this License. If you cannot \n\
380
distribute so as to satisfy simultaneously your obligations under this \n\
381
License and any other pertinent obligations, then as a consequence you \n\
382
may not distribute the Library at all. For example, if a patent \n\
383
license would not permit royalty-free redistribution of the Library by \n\
384
all those who receive copies directly or indirectly through you, then \n\
385
the only way you could satisfy both it and this License would be to \n\
386
refrain entirely from distribution of the Library. \n\
387
\n\
388
If any portion of this section is held invalid or unenforceable under any \n\
389
particular circumstance, the balance of the section is intended to apply, \n\
390
and the section as a whole is intended to apply in other circumstances. \n\
391
\n\
392
It is not the purpose of this section to induce you to infringe any \n\
393
patents or other property right claims or to contest validity of any \n\
394
such claims; this section has the sole purpose of protecting the \n\
395
integrity of the free software distribution system which is \n\
396
implemented by public license practices. Many people have made \n\
397
generous contributions to the wide range of software distributed \n\
398
through that system in reliance on consistent application of that \n\
399
system; it is up to the author/donor to decide if he or she is willing \n\
400
to distribute software through any other system and a licensee cannot \n\
401
impose that choice. \n\
402
\n\
403
This section is intended to make thoroughly clear what is believed to \n\
404
be a consequence of the rest of this License. \n\
405
\n\
406
12. If the distribution and/or use of the Library is restricted in \n\
407
certain countries either by patents or by copyrighted interfaces, the \n\
408
original copyright holder who places the Library under this License may add \n\
409
an explicit geographical distribution limitation excluding those countries, \n\
410
so that distribution is permitted only in or among countries not thus \n\
411
excluded. In such case, this License incorporates the limitation as if \n\
412
written in the body of this License. \n\
413
\n\
414
13. The Free Software Foundation may publish revised and/or new \n\
415
versions of the Lesser General Public License from time to time. \n\
416
Such new versions will be similar in spirit to the present version, \n\
417
but may differ in detail to address new problems or concerns. \n\
418
\n\
419
Each version is given a distinguishing version number. If the Library \n\
420
specifies a version number of this License which applies to it and \n\
421
\"any later version\", you have the option of following the terms and \n\
422
conditions either of that version or of any later version published by \n\
423
the Free Software Foundation. If the Library does not specify a \n\
424
license version number, you may choose any version ever published by \n\
425
the Free Software Foundation. \n\
426
\n\
427
14. If you wish to incorporate parts of the Library into other free \n\
428
programs whose distribution conditions are incompatible with these, \n\
429
write to the author to ask for permission. For software which is \n\
430
copyrighted by the Free Software Foundation, write to the Free \n\
431
Software Foundation; we sometimes make exceptions for this. Our \n\
432
decision will be guided by the two goals of preserving the free status \n\
433
of all derivatives of our free software and of promoting the sharing \n\
434
and reuse of software generally. \n\
435
\n\
436
NO WARRANTY \n\
437
\n\
438
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO \n\
439
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. \n\
440
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR \n\
441
OTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY \n\
442
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE \n\
443
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR \n\
444
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE \n\
445
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME \n\
446
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. \n\
447
\n\
448
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN \n\
449
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY \n\
450
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU \n\
451
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR \n\
452
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE \n\
453
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING \n\
454
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A \n\
455
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF \n\
456
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH \n\
457
DAMAGES. \n\
458
\n\
459
END OF TERMS AND CONDITIONS \n\
460
\n\
461
How to Apply These Terms to Your New Libraries \n\
462
\n\
463
If you develop a new library, and you want it to be of the greatest \n\
464
possible use to the public, we recommend making it free software that \n\
465
everyone can redistribute and change. You can do so by permitting \n\
466
redistribution under these terms (or, alternatively, under the terms of the \n\
467
ordinary General Public License). \n\
468
\n\
469
To apply these terms, attach the following notices to the library. It is \n\
470
safest to attach them to the start of each source file to most effectively \n\
471
convey the exclusion of warranty; and each file should have at least the \n\
472
\"copyright\" line and a pointer to where the full notice is found. \n\
473
\n\
474
<one line to give the library's name and a brief idea of what it does.> \n\
475
Copyright (C) <year> <name of author> \n\
476
\n\
477
This library is free software; you can redistribute it and/or \n\
478
modify it under the terms of the GNU Lesser General Public \n\
479
License as published by the Free Software Foundation; either \n\
480
version 2 of the License, or (at your option) any later version. \n\
481
\n\
482
This library is distributed in the hope that it will be useful, \n\
483
but WITHOUT ANY WARRANTY; without even the implied warranty of \n\
484
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \n\
485
Lesser General Public License for more details. \n\
486
\n\
487
You should have received a copy of the GNU Lesser General Public \n\
488
License along with this library; if not, write to the Free Software \n\
489
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA \n\
490
\n\
491
Also add information on how to contact you by electronic and paper mail. \n\
492
\n\
493
You should also get your employer (if you work as a programmer) or your \n\
494
school, if any, to sign a \"copyright disclaimer\" for the library, if \n\
495
necessary. Here is a sample; alter the names: \n\
496
\n\
497
Yoyodyne, Inc., hereby disclaims all copyright interest in the \n\
498
library `Frob' (a library for tweaking knobs) written by James Random Hacker. \n\
499
\n\
500
<signature of Ty Coon>, 1 April 1990 \n\
501
Ty Coon, President of Vice \n\
502
\n\
503
That's all there is to it!"
;
lgpl_text
static const char lgpl_text[]
Definition:
lgpl.h:1
rcdiscover
Author(s): Heiko Hirschmueller
, Raphael Schaller
autogenerated on Sun Apr 18 2021 02:16:32