license-generator 0.4.0 → 0.4.1

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