]> Dogcows Code - chaz/yoink/blob - COPYING
revamped scene drawing in preparation for octree
[chaz/yoink] / COPYING
1
2 Unles otherwise stated, this package is licensed according to the following
3 terms and conditions:
4
5 The Simplified BSD License
6
7 Copyright (c) 2009, Charles McGarvey
8 All rights reserved.
9
10 Redistribution and use in source and binary forms, with or without
11 modification, are permitted provided that the following conditions are met:
12
13 * Redistributions of source code must retain the above copyright notice,
14 this list of conditions and the following disclaimer.
15 * Redistributions in binary form must reproduce the above copyright notice,
16 this list of conditions and the following disclaimer in the documentation
17 and/or other materials provided with the distribution.
18
19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30 ------------------------------------------------------------------------------
31
32 The "yajl" library is statically linked under the following terms and
33 conditions:
34
35 Copyright 2007-2009, Lloyd Hilaiel.
36
37 Redistribution and use in source and binary forms, with or without
38 modification, are permitted provided that the following conditions are
39 met:
40
41 1. Redistributions of source code must retain the above copyright
42 notice, this list of conditions and the following disclaimer.
43
44 2. Redistributions in binary form must reproduce the above copyright
45 notice, this list of conditions and the following disclaimer in
46 the documentation and/or other materials provided with the
47 distribution.
48
49 3. Neither the name of Lloyd Hilaiel nor the names of its
50 contributors may be used to endorse or promote products derived
51 from this software without specific prior written permission.
52
53 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
54 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
55 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
56 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
57 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
58 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
59 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
60 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
61 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
62 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
63 POSSIBILITY OF SUCH DAMAGE.
64
65 ------------------------------------------------------------------------------
66
67 The "fastevents" code is statically linked, unmodified, under the following
68 terms and conditions:
69
70 GNU LESSER GENERAL PUBLIC LICENSE
71 Version 2.1, February 1999
72
73 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
74 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
75 Everyone is permitted to copy and distribute verbatim copies
76 of this license document, but changing it is not allowed.
77
78 [This is the first released version of the Lesser GPL. It also counts
79 as the successor of the GNU Library Public License, version 2, hence
80 the version number 2.1.]
81
82 Preamble
83
84 The licenses for most software are designed to take away your
85 freedom to share and change it. By contrast, the GNU General Public
86 Licenses are intended to guarantee your freedom to share and change
87 free software--to make sure the software is free for all its users.
88
89 This license, the Lesser General Public License, applies to some
90 specially designated software packages--typically libraries--of the
91 Free Software Foundation and other authors who decide to use it. You
92 can use it too, but we suggest you first think carefully about whether
93 this license or the ordinary General Public License is the better
94 strategy to use in any particular case, based on the explanations below.
95
96 When we speak of free software, we are referring to freedom of use,
97 not price. Our General Public Licenses are designed to make sure that
98 you have the freedom to distribute copies of free software (and charge
99 for this service if you wish); that you receive source code or can get
100 it if you want it; that you can change the software and use pieces of
101 it in new free programs; and that you are informed that you can do
102 these things.
103
104 To protect your rights, we need to make restrictions that forbid
105 distributors to deny you these rights or to ask you to surrender these
106 rights. These restrictions translate to certain responsibilities for
107 you if you distribute copies of the library or if you modify it.
108
109 For example, if you distribute copies of the library, whether gratis
110 or for a fee, you must give the recipients all the rights that we gave
111 you. You must make sure that they, too, receive or can get the source
112 code. If you link other code with the library, you must provide
113 complete object files to the recipients, so that they can relink them
114 with the library after making changes to the library and recompiling
115 it. And you must show them these terms so they know their rights.
116
117 We protect your rights with a two-step method: (1) we copyright the
118 library, and (2) we offer you this license, which gives you legal
119 permission to copy, distribute and/or modify the library.
120
121 To protect each distributor, we want to make it very clear that
122 there is no warranty for the free library. Also, if the library is
123 modified by someone else and passed on, the recipients should know
124 that what they have is not the original version, so that the original
125 author's reputation will not be affected by problems that might be
126 introduced by others.
127 \f
128 Finally, software patents pose a constant threat to the existence of
129 any free program. We wish to make sure that a company cannot
130 effectively restrict the users of a free program by obtaining a
131 restrictive license from a patent holder. Therefore, we insist that
132 any patent license obtained for a version of the library must be
133 consistent with the full freedom of use specified in this license.
134
135 Most GNU software, including some libraries, is covered by the
136 ordinary GNU General Public License. This license, the GNU Lesser
137 General Public License, applies to certain designated libraries, and
138 is quite different from the ordinary General Public License. We use
139 this license for certain libraries in order to permit linking those
140 libraries into non-free programs.
141
142 When a program is linked with a library, whether statically or using
143 a shared library, the combination of the two is legally speaking a
144 combined work, a derivative of the original library. The ordinary
145 General Public License therefore permits such linking only if the
146 entire combination fits its criteria of freedom. The Lesser General
147 Public License permits more lax criteria for linking other code with
148 the library.
149
150 We call this license the "Lesser" General Public License because it
151 does Less to protect the user's freedom than the ordinary General
152 Public License. It also provides other free software developers Less
153 of an advantage over competing non-free programs. These disadvantages
154 are the reason we use the ordinary General Public License for many
155 libraries. However, the Lesser license provides advantages in certain
156 special circumstances.
157
158 For example, on rare occasions, there may be a special need to
159 encourage the widest possible use of a certain library, so that it becomes
160 a de-facto standard. To achieve this, non-free programs must be
161 allowed to use the library. A more frequent case is that a free
162 library does the same job as widely used non-free libraries. In this
163 case, there is little to gain by limiting the free library to free
164 software only, so we use the Lesser General Public License.
165
166 In other cases, permission to use a particular library in non-free
167 programs enables a greater number of people to use a large body of
168 free software. For example, permission to use the GNU C Library in
169 non-free programs enables many more people to use the whole GNU
170 operating system, as well as its variant, the GNU/Linux operating
171 system.
172
173 Although the Lesser General Public License is Less protective of the
174 users' freedom, it does ensure that the user of a program that is
175 linked with the Library has the freedom and the wherewithal to run
176 that program using a modified version of the Library.
177
178 The precise terms and conditions for copying, distribution and
179 modification follow. Pay close attention to the difference between a
180 "work based on the library" and a "work that uses the library". The
181 former contains code derived from the library, whereas the latter must
182 be combined with the library in order to run.
183 \f
184 GNU LESSER GENERAL PUBLIC LICENSE
185 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
186
187 0. This License Agreement applies to any software library or other
188 program which contains a notice placed by the copyright holder or
189 other authorized party saying it may be distributed under the terms of
190 this Lesser General Public License (also called "this License").
191 Each licensee is addressed as "you".
192
193 A "library" means a collection of software functions and/or data
194 prepared so as to be conveniently linked with application programs
195 (which use some of those functions and data) to form executables.
196
197 The "Library", below, refers to any such software library or work
198 which has been distributed under these terms. A "work based on the
199 Library" means either the Library or any derivative work under
200 copyright law: that is to say, a work containing the Library or a
201 portion of it, either verbatim or with modifications and/or translated
202 straightforwardly into another language. (Hereinafter, translation is
203 included without limitation in the term "modification".)
204
205 "Source code" for a work means the preferred form of the work for
206 making modifications to it. For a library, complete source code means
207 all the source code for all modules it contains, plus any associated
208 interface definition files, plus the scripts used to control compilation
209 and installation of the library.
210
211 Activities other than copying, distribution and modification are not
212 covered by this License; they are outside its scope. The act of
213 running a program using the Library is not restricted, and output from
214 such a program is covered only if its contents constitute a work based
215 on the Library (independent of the use of the Library in a tool for
216 writing it). Whether that is true depends on what the Library does
217 and what the program that uses the Library does.
218
219 1. You may copy and distribute verbatim copies of the Library's
220 complete source code as you receive it, in any medium, provided that
221 you conspicuously and appropriately publish on each copy an
222 appropriate copyright notice and disclaimer of warranty; keep intact
223 all the notices that refer to this License and to the absence of any
224 warranty; and distribute a copy of this License along with the
225 Library.
226
227 You may charge a fee for the physical act of transferring a copy,
228 and you may at your option offer warranty protection in exchange for a
229 fee.
230 \f
231 2. You may modify your copy or copies of the Library or any portion
232 of it, thus forming a work based on the Library, and copy and
233 distribute such modifications or work under the terms of Section 1
234 above, provided that you also meet all of these conditions:
235
236 a) The modified work must itself be a software library.
237
238 b) You must cause the files modified to carry prominent notices
239 stating that you changed the files and the date of any change.
240
241 c) You must cause the whole of the work to be licensed at no
242 charge to all third parties under the terms of this License.
243
244 d) If a facility in the modified Library refers to a function or a
245 table of data to be supplied by an application program that uses
246 the facility, other than as an argument passed when the facility
247 is invoked, then you must make a good faith effort to ensure that,
248 in the event an application does not supply such function or
249 table, the facility still operates, and performs whatever part of
250 its purpose remains meaningful.
251
252 (For example, a function in a library to compute square roots has
253 a purpose that is entirely well-defined independent of the
254 application. Therefore, Subsection 2d requires that any
255 application-supplied function or table used by this function must
256 be optional: if the application does not supply it, the square
257 root function must still compute square roots.)
258
259 These requirements apply to the modified work as a whole. If
260 identifiable sections of that work are not derived from the Library,
261 and can be reasonably considered independent and separate works in
262 themselves, then this License, and its terms, do not apply to those
263 sections when you distribute them as separate works. But when you
264 distribute the same sections as part of a whole which is a work based
265 on the Library, the distribution of the whole must be on the terms of
266 this License, whose permissions for other licensees extend to the
267 entire whole, and thus to each and every part regardless of who wrote
268 it.
269
270 Thus, it is not the intent of this section to claim rights or contest
271 your rights to work written entirely by you; rather, the intent is to
272 exercise the right to control the distribution of derivative or
273 collective works based on the Library.
274
275 In addition, mere aggregation of another work not based on the Library
276 with the Library (or with a work based on the Library) on a volume of
277 a storage or distribution medium does not bring the other work under
278 the scope of this License.
279
280 3. You may opt to apply the terms of the ordinary GNU General Public
281 License instead of this License to a given copy of the Library. To do
282 this, you must alter all the notices that refer to this License, so
283 that they refer to the ordinary GNU General Public License, version 2,
284 instead of to this License. (If a newer version than version 2 of the
285 ordinary GNU General Public License has appeared, then you can specify
286 that version instead if you wish.) Do not make any other change in
287 these notices.
288 \f
289 Once this change is made in a given copy, it is irreversible for
290 that copy, so the ordinary GNU General Public License applies to all
291 subsequent copies and derivative works made from that copy.
292
293 This option is useful when you wish to copy part of the code of
294 the Library into a program that is not a library.
295
296 4. You may copy and distribute the Library (or a portion or
297 derivative of it, under Section 2) in object code or executable form
298 under the terms of Sections 1 and 2 above provided that you accompany
299 it with the complete corresponding machine-readable source code, which
300 must be distributed under the terms of Sections 1 and 2 above on a
301 medium customarily used for software interchange.
302
303 If distribution of object code is made by offering access to copy
304 from a designated place, then offering equivalent access to copy the
305 source code from the same place satisfies the requirement to
306 distribute the source code, even though third parties are not
307 compelled to copy the source along with the object code.
308
309 5. A program that contains no derivative of any portion of the
310 Library, but is designed to work with the Library by being compiled or
311 linked with it, is called a "work that uses the Library". Such a
312 work, in isolation, is not a derivative work of the Library, and
313 therefore falls outside the scope of this License.
314
315 However, linking a "work that uses the Library" with the Library
316 creates an executable that is a derivative of the Library (because it
317 contains portions of the Library), rather than a "work that uses the
318 library". The executable is therefore covered by this License.
319 Section 6 states terms for distribution of such executables.
320
321 When a "work that uses the Library" uses material from a header file
322 that is part of the Library, the object code for the work may be a
323 derivative work of the Library even though the source code is not.
324 Whether this is true is especially significant if the work can be
325 linked without the Library, or if the work is itself a library. The
326 threshold for this to be true is not precisely defined by law.
327
328 If such an object file uses only numerical parameters, data
329 structure layouts and accessors, and small macros and small inline
330 functions (ten lines or less in length), then the use of the object
331 file is unrestricted, regardless of whether it is legally a derivative
332 work. (Executables containing this object code plus portions of the
333 Library will still fall under Section 6.)
334
335 Otherwise, if the work is a derivative of the Library, you may
336 distribute the object code for the work under the terms of Section 6.
337 Any executables containing that work also fall under Section 6,
338 whether or not they are linked directly with the Library itself.
339 \f
340 6. As an exception to the Sections above, you may also combine or
341 link a "work that uses the Library" with the Library to produce a
342 work containing portions of the Library, and distribute that work
343 under terms of your choice, provided that the terms permit
344 modification of the work for the customer's own use and reverse
345 engineering for debugging such modifications.
346
347 You must give prominent notice with each copy of the work that the
348 Library is used in it and that the Library and its use are covered by
349 this License. You must supply a copy of this License. If the work
350 during execution displays copyright notices, you must include the
351 copyright notice for the Library among them, as well as a reference
352 directing the user to the copy of this License. Also, you must do one
353 of these things:
354
355 a) Accompany the work with the complete corresponding
356 machine-readable source code for the Library including whatever
357 changes were used in the work (which must be distributed under
358 Sections 1 and 2 above); and, if the work is an executable linked
359 with the Library, with the complete machine-readable "work that
360 uses the Library", as object code and/or source code, so that the
361 user can modify the Library and then relink to produce a modified
362 executable containing the modified Library. (It is understood
363 that the user who changes the contents of definitions files in the
364 Library will not necessarily be able to recompile the application
365 to use the modified definitions.)
366
367 b) Use a suitable shared library mechanism for linking with the
368 Library. A suitable mechanism is one that (1) uses at run time a
369 copy of the library already present on the user's computer system,
370 rather than copying library functions into the executable, and (2)
371 will operate properly with a modified version of the library, if
372 the user installs one, as long as the modified version is
373 interface-compatible with the version that the work was made with.
374
375 c) Accompany the work with a written offer, valid for at
376 least three years, to give the same user the materials
377 specified in Subsection 6a, above, for a charge no more
378 than the cost of performing this distribution.
379
380 d) If distribution of the work is made by offering access to copy
381 from a designated place, offer equivalent access to copy the above
382 specified materials from the same place.
383
384 e) Verify that the user has already received a copy of these
385 materials or that you have already sent this user a copy.
386
387 For an executable, the required form of the "work that uses the
388 Library" must include any data and utility programs needed for
389 reproducing the executable from it. However, as a special exception,
390 the materials to be distributed need not include anything that is
391 normally distributed (in either source or binary form) with the major
392 components (compiler, kernel, and so on) of the operating system on
393 which the executable runs, unless that component itself accompanies
394 the executable.
395
396 It may happen that this requirement contradicts the license
397 restrictions of other proprietary libraries that do not normally
398 accompany the operating system. Such a contradiction means you cannot
399 use both them and the Library together in an executable that you
400 distribute.
401 \f
402 7. You may place library facilities that are a work based on the
403 Library side-by-side in a single library together with other library
404 facilities not covered by this License, and distribute such a combined
405 library, provided that the separate distribution of the work based on
406 the Library and of the other library facilities is otherwise
407 permitted, and provided that you do these two things:
408
409 a) Accompany the combined library with a copy of the same work
410 based on the Library, uncombined with any other library
411 facilities. This must be distributed under the terms of the
412 Sections above.
413
414 b) Give prominent notice with the combined library of the fact
415 that part of it is a work based on the Library, and explaining
416 where to find the accompanying uncombined form of the same work.
417
418 8. You may not copy, modify, sublicense, link with, or distribute
419 the Library except as expressly provided under this License. Any
420 attempt otherwise to copy, modify, sublicense, link with, or
421 distribute the Library is void, and will automatically terminate your
422 rights under this License. However, parties who have received copies,
423 or rights, from you under this License will not have their licenses
424 terminated so long as such parties remain in full compliance.
425
426 9. You are not required to accept this License, since you have not
427 signed it. However, nothing else grants you permission to modify or
428 distribute the Library or its derivative works. These actions are
429 prohibited by law if you do not accept this License. Therefore, by
430 modifying or distributing the Library (or any work based on the
431 Library), you indicate your acceptance of this License to do so, and
432 all its terms and conditions for copying, distributing or modifying
433 the Library or works based on it.
434
435 10. Each time you redistribute the Library (or any work based on the
436 Library), the recipient automatically receives a license from the
437 original licensor to copy, distribute, link with or modify the Library
438 subject to these terms and conditions. You may not impose any further
439 restrictions on the recipients' exercise of the rights granted herein.
440 You are not responsible for enforcing compliance by third parties with
441 this License.
442 \f
443 11. If, as a consequence of a court judgment or allegation of patent
444 infringement or for any other reason (not limited to patent issues),
445 conditions are imposed on you (whether by court order, agreement or
446 otherwise) that contradict the conditions of this License, they do not
447 excuse you from the conditions of this License. If you cannot
448 distribute so as to satisfy simultaneously your obligations under this
449 License and any other pertinent obligations, then as a consequence you
450 may not distribute the Library at all. For example, if a patent
451 license would not permit royalty-free redistribution of the Library by
452 all those who receive copies directly or indirectly through you, then
453 the only way you could satisfy both it and this License would be to
454 refrain entirely from distribution of the Library.
455
456 If any portion of this section is held invalid or unenforceable under any
457 particular circumstance, the balance of the section is intended to apply,
458 and the section as a whole is intended to apply in other circumstances.
459
460 It is not the purpose of this section to induce you to infringe any
461 patents or other property right claims or to contest validity of any
462 such claims; this section has the sole purpose of protecting the
463 integrity of the free software distribution system which is
464 implemented by public license practices. Many people have made
465 generous contributions to the wide range of software distributed
466 through that system in reliance on consistent application of that
467 system; it is up to the author/donor to decide if he or she is willing
468 to distribute software through any other system and a licensee cannot
469 impose that choice.
470
471 This section is intended to make thoroughly clear what is believed to
472 be a consequence of the rest of this License.
473
474 12. If the distribution and/or use of the Library is restricted in
475 certain countries either by patents or by copyrighted interfaces, the
476 original copyright holder who places the Library under this License may add
477 an explicit geographical distribution limitation excluding those countries,
478 so that distribution is permitted only in or among countries not thus
479 excluded. In such case, this License incorporates the limitation as if
480 written in the body of this License.
481
482 13. The Free Software Foundation may publish revised and/or new
483 versions of the Lesser General Public License from time to time.
484 Such new versions will be similar in spirit to the present version,
485 but may differ in detail to address new problems or concerns.
486
487 Each version is given a distinguishing version number. If the Library
488 specifies a version number of this License which applies to it and
489 "any later version", you have the option of following the terms and
490 conditions either of that version or of any later version published by
491 the Free Software Foundation. If the Library does not specify a
492 license version number, you may choose any version ever published by
493 the Free Software Foundation.
494 \f
495 14. If you wish to incorporate parts of the Library into other free
496 programs whose distribution conditions are incompatible with these,
497 write to the author to ask for permission. For software which is
498 copyrighted by the Free Software Foundation, write to the Free
499 Software Foundation; we sometimes make exceptions for this. Our
500 decision will be guided by the two goals of preserving the free status
501 of all derivatives of our free software and of promoting the sharing
502 and reuse of software generally.
503
504 NO WARRANTY
505
506 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
507 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
508 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
509 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
510 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
511 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
512 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
513 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
514 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
515
516 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
517 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
518 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
519 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
520 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
521 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
522 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
523 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
524 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
525 DAMAGES.
526
527 END OF TERMS AND CONDITIONS
528 \f
529 How to Apply These Terms to Your New Libraries
530
531 If you develop a new library, and you want it to be of the greatest
532 possible use to the public, we recommend making it free software that
533 everyone can redistribute and change. You can do so by permitting
534 redistribution under these terms (or, alternatively, under the terms of the
535 ordinary General Public License).
536
537 To apply these terms, attach the following notices to the library. It is
538 safest to attach them to the start of each source file to most effectively
539 convey the exclusion of warranty; and each file should have at least the
540 "copyright" line and a pointer to where the full notice is found.
541
542 <one line to give the library's name and a brief idea of what it does.>
543 Copyright (C) <year> <name of author>
544
545 This library is free software; you can redistribute it and/or
546 modify it under the terms of the GNU Lesser General Public
547 License as published by the Free Software Foundation; either
548 version 2.1 of the License, or (at your option) any later version.
549
550 This library is distributed in the hope that it will be useful,
551 but WITHOUT ANY WARRANTY; without even the implied warranty of
552 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
553 Lesser General Public License for more details.
554
555 You should have received a copy of the GNU Lesser General Public
556 License along with this library; if not, write to the Free Software
557 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
558
559 Also add information on how to contact you by electronic and paper mail.
560
561 You should also get your employer (if you work as a programmer) or your
562 school, if any, to sign a "copyright disclaimer" for the library, if
563 necessary. Here is a sample; alter the names:
564
565 Yoyodyne, Inc., hereby disclaims all copyright interest in the
566 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
567
568 <signature of Ty Coon>, 1 April 1990
569 Ty Coon, President of Vice
570
571 That's all there is to it!
572
573 ------------------------------------------------------------------------------
574
575 The file m4/boost.m4 is licensed according to the following terms and
576 conditions:
577
578 GNU GENERAL PUBLIC LICENSE
579 Version 3, 29 June 2007
580
581 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
582 Everyone is permitted to copy and distribute verbatim copies
583 of this license document, but changing it is not allowed.
584
585 Preamble
586
587 The GNU General Public License is a free, copyleft license for
588 software and other kinds of works.
589
590 The licenses for most software and other practical works are designed
591 to take away your freedom to share and change the works. By contrast,
592 the GNU General Public License is intended to guarantee your freedom to
593 share and change all versions of a program--to make sure it remains free
594 software for all its users. We, the Free Software Foundation, use the
595 GNU General Public License for most of our software; it applies also to
596 any other work released this way by its authors. You can apply it to
597 your programs, too.
598
599 When we speak of free software, we are referring to freedom, not
600 price. Our General Public Licenses are designed to make sure that you
601 have the freedom to distribute copies of free software (and charge for
602 them if you wish), that you receive source code or can get it if you
603 want it, that you can change the software or use pieces of it in new
604 free programs, and that you know you can do these things.
605
606 To protect your rights, we need to prevent others from denying you
607 these rights or asking you to surrender the rights. Therefore, you have
608 certain responsibilities if you distribute copies of the software, or if
609 you modify it: responsibilities to respect the freedom of others.
610
611 For example, if you distribute copies of such a program, whether
612 gratis or for a fee, you must pass on to the recipients the same
613 freedoms that you received. You must make sure that they, too, receive
614 or can get the source code. And you must show them these terms so they
615 know their rights.
616
617 Developers that use the GNU GPL protect your rights with two steps:
618 (1) assert copyright on the software, and (2) offer you this License
619 giving you legal permission to copy, distribute and/or modify it.
620
621 For the developers' and authors' protection, the GPL clearly explains
622 that there is no warranty for this free software. For both users' and
623 authors' sake, the GPL requires that modified versions be marked as
624 changed, so that their problems will not be attributed erroneously to
625 authors of previous versions.
626
627 Some devices are designed to deny users access to install or run
628 modified versions of the software inside them, although the manufacturer
629 can do so. This is fundamentally incompatible with the aim of
630 protecting users' freedom to change the software. The systematic
631 pattern of such abuse occurs in the area of products for individuals to
632 use, which is precisely where it is most unacceptable. Therefore, we
633 have designed this version of the GPL to prohibit the practice for those
634 products. If such problems arise substantially in other domains, we
635 stand ready to extend this provision to those domains in future versions
636 of the GPL, as needed to protect the freedom of users.
637
638 Finally, every program is threatened constantly by software patents.
639 States should not allow patents to restrict development and use of
640 software on general-purpose computers, but in those that do, we wish to
641 avoid the special danger that patents applied to a free program could
642 make it effectively proprietary. To prevent this, the GPL assures that
643 patents cannot be used to render the program non-free.
644
645 The precise terms and conditions for copying, distribution and
646 modification follow.
647
648 TERMS AND CONDITIONS
649
650 0. Definitions.
651
652 "This License" refers to version 3 of the GNU General Public License.
653
654 "Copyright" also means copyright-like laws that apply to other kinds of
655 works, such as semiconductor masks.
656
657 "The Program" refers to any copyrightable work licensed under this
658 License. Each licensee is addressed as "you". "Licensees" and
659 "recipients" may be individuals or organizations.
660
661 To "modify" a work means to copy from or adapt all or part of the work
662 in a fashion requiring copyright permission, other than the making of an
663 exact copy. The resulting work is called a "modified version" of the
664 earlier work or a work "based on" the earlier work.
665
666 A "covered work" means either the unmodified Program or a work based
667 on the Program.
668
669 To "propagate" a work means to do anything with it that, without
670 permission, would make you directly or secondarily liable for
671 infringement under applicable copyright law, except executing it on a
672 computer or modifying a private copy. Propagation includes copying,
673 distribution (with or without modification), making available to the
674 public, and in some countries other activities as well.
675
676 To "convey" a work means any kind of propagation that enables other
677 parties to make or receive copies. Mere interaction with a user through
678 a computer network, with no transfer of a copy, is not conveying.
679
680 An interactive user interface displays "Appropriate Legal Notices"
681 to the extent that it includes a convenient and prominently visible
682 feature that (1) displays an appropriate copyright notice, and (2)
683 tells the user that there is no warranty for the work (except to the
684 extent that warranties are provided), that licensees may convey the
685 work under this License, and how to view a copy of this License. If
686 the interface presents a list of user commands or options, such as a
687 menu, a prominent item in the list meets this criterion.
688
689 1. Source Code.
690
691 The "source code" for a work means the preferred form of the work
692 for making modifications to it. "Object code" means any non-source
693 form of a work.
694
695 A "Standard Interface" means an interface that either is an official
696 standard defined by a recognized standards body, or, in the case of
697 interfaces specified for a particular programming language, one that
698 is widely used among developers working in that language.
699
700 The "System Libraries" of an executable work include anything, other
701 than the work as a whole, that (a) is included in the normal form of
702 packaging a Major Component, but which is not part of that Major
703 Component, and (b) serves only to enable use of the work with that
704 Major Component, or to implement a Standard Interface for which an
705 implementation is available to the public in source code form. A
706 "Major Component", in this context, means a major essential component
707 (kernel, window system, and so on) of the specific operating system
708 (if any) on which the executable work runs, or a compiler used to
709 produce the work, or an object code interpreter used to run it.
710
711 The "Corresponding Source" for a work in object code form means all
712 the source code needed to generate, install, and (for an executable
713 work) run the object code and to modify the work, including scripts to
714 control those activities. However, it does not include the work's
715 System Libraries, or general-purpose tools or generally available free
716 programs which are used unmodified in performing those activities but
717 which are not part of the work. For example, Corresponding Source
718 includes interface definition files associated with source files for
719 the work, and the source code for shared libraries and dynamically
720 linked subprograms that the work is specifically designed to require,
721 such as by intimate data communication or control flow between those
722 subprograms and other parts of the work.
723
724 The Corresponding Source need not include anything that users
725 can regenerate automatically from other parts of the Corresponding
726 Source.
727
728 The Corresponding Source for a work in source code form is that
729 same work.
730
731 2. Basic Permissions.
732
733 All rights granted under this License are granted for the term of
734 copyright on the Program, and are irrevocable provided the stated
735 conditions are met. This License explicitly affirms your unlimited
736 permission to run the unmodified Program. The output from running a
737 covered work is covered by this License only if the output, given its
738 content, constitutes a covered work. This License acknowledges your
739 rights of fair use or other equivalent, as provided by copyright law.
740
741 You may make, run and propagate covered works that you do not
742 convey, without conditions so long as your license otherwise remains
743 in force. You may convey covered works to others for the sole purpose
744 of having them make modifications exclusively for you, or provide you
745 with facilities for running those works, provided that you comply with
746 the terms of this License in conveying all material for which you do
747 not control copyright. Those thus making or running the covered works
748 for you must do so exclusively on your behalf, under your direction
749 and control, on terms that prohibit them from making any copies of
750 your copyrighted material outside their relationship with you.
751
752 Conveying under any other circumstances is permitted solely under
753 the conditions stated below. Sublicensing is not allowed; section 10
754 makes it unnecessary.
755
756 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
757
758 No covered work shall be deemed part of an effective technological
759 measure under any applicable law fulfilling obligations under article
760 11 of the WIPO copyright treaty adopted on 20 December 1996, or
761 similar laws prohibiting or restricting circumvention of such
762 measures.
763
764 When you convey a covered work, you waive any legal power to forbid
765 circumvention of technological measures to the extent such circumvention
766 is effected by exercising rights under this License with respect to
767 the covered work, and you disclaim any intention to limit operation or
768 modification of the work as a means of enforcing, against the work's
769 users, your or third parties' legal rights to forbid circumvention of
770 technological measures.
771
772 4. Conveying Verbatim Copies.
773
774 You may convey verbatim copies of the Program's source code as you
775 receive it, in any medium, provided that you conspicuously and
776 appropriately publish on each copy an appropriate copyright notice;
777 keep intact all notices stating that this License and any
778 non-permissive terms added in accord with section 7 apply to the code;
779 keep intact all notices of the absence of any warranty; and give all
780 recipients a copy of this License along with the Program.
781
782 You may charge any price or no price for each copy that you convey,
783 and you may offer support or warranty protection for a fee.
784
785 5. Conveying Modified Source Versions.
786
787 You may convey a work based on the Program, or the modifications to
788 produce it from the Program, in the form of source code under the
789 terms of section 4, provided that you also meet all of these conditions:
790
791 a) The work must carry prominent notices stating that you modified
792 it, and giving a relevant date.
793
794 b) The work must carry prominent notices stating that it is
795 released under this License and any conditions added under section
796 7. This requirement modifies the requirement in section 4 to
797 "keep intact all notices".
798
799 c) You must license the entire work, as a whole, under this
800 License to anyone who comes into possession of a copy. This
801 License will therefore apply, along with any applicable section 7
802 additional terms, to the whole of the work, and all its parts,
803 regardless of how they are packaged. This License gives no
804 permission to license the work in any other way, but it does not
805 invalidate such permission if you have separately received it.
806
807 d) If the work has interactive user interfaces, each must display
808 Appropriate Legal Notices; however, if the Program has interactive
809 interfaces that do not display Appropriate Legal Notices, your
810 work need not make them do so.
811
812 A compilation of a covered work with other separate and independent
813 works, which are not by their nature extensions of the covered work,
814 and which are not combined with it such as to form a larger program,
815 in or on a volume of a storage or distribution medium, is called an
816 "aggregate" if the compilation and its resulting copyright are not
817 used to limit the access or legal rights of the compilation's users
818 beyond what the individual works permit. Inclusion of a covered work
819 in an aggregate does not cause this License to apply to the other
820 parts of the aggregate.
821
822 6. Conveying Non-Source Forms.
823
824 You may convey a covered work in object code form under the terms
825 of sections 4 and 5, provided that you also convey the
826 machine-readable Corresponding Source under the terms of this License,
827 in one of these ways:
828
829 a) Convey the object code in, or embodied in, a physical product
830 (including a physical distribution medium), accompanied by the
831 Corresponding Source fixed on a durable physical medium
832 customarily used for software interchange.
833
834 b) Convey the object code in, or embodied in, a physical product
835 (including a physical distribution medium), accompanied by a
836 written offer, valid for at least three years and valid for as
837 long as you offer spare parts or customer support for that product
838 model, to give anyone who possesses the object code either (1) a
839 copy of the Corresponding Source for all the software in the
840 product that is covered by this License, on a durable physical
841 medium customarily used for software interchange, for a price no
842 more than your reasonable cost of physically performing this
843 conveying of source, or (2) access to copy the
844 Corresponding Source from a network server at no charge.
845
846 c) Convey individual copies of the object code with a copy of the
847 written offer to provide the Corresponding Source. This
848 alternative is allowed only occasionally and noncommercially, and
849 only if you received the object code with such an offer, in accord
850 with subsection 6b.
851
852 d) Convey the object code by offering access from a designated
853 place (gratis or for a charge), and offer equivalent access to the
854 Corresponding Source in the same way through the same place at no
855 further charge. You need not require recipients to copy the
856 Corresponding Source along with the object code. If the place to
857 copy the object code is a network server, the Corresponding Source
858 may be on a different server (operated by you or a third party)
859 that supports equivalent copying facilities, provided you maintain
860 clear directions next to the object code saying where to find the
861 Corresponding Source. Regardless of what server hosts the
862 Corresponding Source, you remain obligated to ensure that it is
863 available for as long as needed to satisfy these requirements.
864
865 e) Convey the object code using peer-to-peer transmission, provided
866 you inform other peers where the object code and Corresponding
867 Source of the work are being offered to the general public at no
868 charge under subsection 6d.
869
870 A separable portion of the object code, whose source code is excluded
871 from the Corresponding Source as a System Library, need not be
872 included in conveying the object code work.
873
874 A "User Product" is either (1) a "consumer product", which means any
875 tangible personal property which is normally used for personal, family,
876 or household purposes, or (2) anything designed or sold for incorporation
877 into a dwelling. In determining whether a product is a consumer product,
878 doubtful cases shall be resolved in favor of coverage. For a particular
879 product received by a particular user, "normally used" refers to a
880 typical or common use of that class of product, regardless of the status
881 of the particular user or of the way in which the particular user
882 actually uses, or expects or is expected to use, the product. A product
883 is a consumer product regardless of whether the product has substantial
884 commercial, industrial or non-consumer uses, unless such uses represent
885 the only significant mode of use of the product.
886
887 "Installation Information" for a User Product means any methods,
888 procedures, authorization keys, or other information required to install
889 and execute modified versions of a covered work in that User Product from
890 a modified version of its Corresponding Source. The information must
891 suffice to ensure that the continued functioning of the modified object
892 code is in no case prevented or interfered with solely because
893 modification has been made.
894
895 If you convey an object code work under this section in, or with, or
896 specifically for use in, a User Product, and the conveying occurs as
897 part of a transaction in which the right of possession and use of the
898 User Product is transferred to the recipient in perpetuity or for a
899 fixed term (regardless of how the transaction is characterized), the
900 Corresponding Source conveyed under this section must be accompanied
901 by the Installation Information. But this requirement does not apply
902 if neither you nor any third party retains the ability to install
903 modified object code on the User Product (for example, the work has
904 been installed in ROM).
905
906 The requirement to provide Installation Information does not include a
907 requirement to continue to provide support service, warranty, or updates
908 for a work that has been modified or installed by the recipient, or for
909 the User Product in which it has been modified or installed. Access to a
910 network may be denied when the modification itself materially and
911 adversely affects the operation of the network or violates the rules and
912 protocols for communication across the network.
913
914 Corresponding Source conveyed, and Installation Information provided,
915 in accord with this section must be in a format that is publicly
916 documented (and with an implementation available to the public in
917 source code form), and must require no special password or key for
918 unpacking, reading or copying.
919
920 7. Additional Terms.
921
922 "Additional permissions" are terms that supplement the terms of this
923 License by making exceptions from one or more of its conditions.
924 Additional permissions that are applicable to the entire Program shall
925 be treated as though they were included in this License, to the extent
926 that they are valid under applicable law. If additional permissions
927 apply only to part of the Program, that part may be used separately
928 under those permissions, but the entire Program remains governed by
929 this License without regard to the additional permissions.
930
931 When you convey a copy of a covered work, you may at your option
932 remove any additional permissions from that copy, or from any part of
933 it. (Additional permissions may be written to require their own
934 removal in certain cases when you modify the work.) You may place
935 additional permissions on material, added by you to a covered work,
936 for which you have or can give appropriate copyright permission.
937
938 Notwithstanding any other provision of this License, for material you
939 add to a covered work, you may (if authorized by the copyright holders of
940 that material) supplement the terms of this License with terms:
941
942 a) Disclaiming warranty or limiting liability differently from the
943 terms of sections 15 and 16 of this License; or
944
945 b) Requiring preservation of specified reasonable legal notices or
946 author attributions in that material or in the Appropriate Legal
947 Notices displayed by works containing it; or
948
949 c) Prohibiting misrepresentation of the origin of that material, or
950 requiring that modified versions of such material be marked in
951 reasonable ways as different from the original version; or
952
953 d) Limiting the use for publicity purposes of names of licensors or
954 authors of the material; or
955
956 e) Declining to grant rights under trademark law for use of some
957 trade names, trademarks, or service marks; or
958
959 f) Requiring indemnification of licensors and authors of that
960 material by anyone who conveys the material (or modified versions of
961 it) with contractual assumptions of liability to the recipient, for
962 any liability that these contractual assumptions directly impose on
963 those licensors and authors.
964
965 All other non-permissive additional terms are considered "further
966 restrictions" within the meaning of section 10. If the Program as you
967 received it, or any part of it, contains a notice stating that it is
968 governed by this License along with a term that is a further
969 restriction, you may remove that term. If a license document contains
970 a further restriction but permits relicensing or conveying under this
971 License, you may add to a covered work material governed by the terms
972 of that license document, provided that the further restriction does
973 not survive such relicensing or conveying.
974
975 If you add terms to a covered work in accord with this section, you
976 must place, in the relevant source files, a statement of the
977 additional terms that apply to those files, or a notice indicating
978 where to find the applicable terms.
979
980 Additional terms, permissive or non-permissive, may be stated in the
981 form of a separately written license, or stated as exceptions;
982 the above requirements apply either way.
983
984 8. Termination.
985
986 You may not propagate or modify a covered work except as expressly
987 provided under this License. Any attempt otherwise to propagate or
988 modify it is void, and will automatically terminate your rights under
989 this License (including any patent licenses granted under the third
990 paragraph of section 11).
991
992 However, if you cease all violation of this License, then your
993 license from a particular copyright holder is reinstated (a)
994 provisionally, unless and until the copyright holder explicitly and
995 finally terminates your license, and (b) permanently, if the copyright
996 holder fails to notify you of the violation by some reasonable means
997 prior to 60 days after the cessation.
998
999 Moreover, your license from a particular copyright holder is
1000 reinstated permanently if the copyright holder notifies you of the
1001 violation by some reasonable means, this is the first time you have
1002 received notice of violation of this License (for any work) from that
1003 copyright holder, and you cure the violation prior to 30 days after
1004 your receipt of the notice.
1005
1006 Termination of your rights under this section does not terminate the
1007 licenses of parties who have received copies or rights from you under
1008 this License. If your rights have been terminated and not permanently
1009 reinstated, you do not qualify to receive new licenses for the same
1010 material under section 10.
1011
1012 9. Acceptance Not Required for Having Copies.
1013
1014 You are not required to accept this License in order to receive or
1015 run a copy of the Program. Ancillary propagation of a covered work
1016 occurring solely as a consequence of using peer-to-peer transmission
1017 to receive a copy likewise does not require acceptance. However,
1018 nothing other than this License grants you permission to propagate or
1019 modify any covered work. These actions infringe copyright if you do
1020 not accept this License. Therefore, by modifying or propagating a
1021 covered work, you indicate your acceptance of this License to do so.
1022
1023 10. Automatic Licensing of Downstream Recipients.
1024
1025 Each time you convey a covered work, the recipient automatically
1026 receives a license from the original licensors, to run, modify and
1027 propagate that work, subject to this License. You are not responsible
1028 for enforcing compliance by third parties with this License.
1029
1030 An "entity transaction" is a transaction transferring control of an
1031 organization, or substantially all assets of one, or subdividing an
1032 organization, or merging organizations. If propagation of a covered
1033 work results from an entity transaction, each party to that
1034 transaction who receives a copy of the work also receives whatever
1035 licenses to the work the party's predecessor in interest had or could
1036 give under the previous paragraph, plus a right to possession of the
1037 Corresponding Source of the work from the predecessor in interest, if
1038 the predecessor has it or can get it with reasonable efforts.
1039
1040 You may not impose any further restrictions on the exercise of the
1041 rights granted or affirmed under this License. For example, you may
1042 not impose a license fee, royalty, or other charge for exercise of
1043 rights granted under this License, and you may not initiate litigation
1044 (including a cross-claim or counterclaim in a lawsuit) alleging that
1045 any patent claim is infringed by making, using, selling, offering for
1046 sale, or importing the Program or any portion of it.
1047
1048 11. Patents.
1049
1050 A "contributor" is a copyright holder who authorizes use under this
1051 License of the Program or a work on which the Program is based. The
1052 work thus licensed is called the contributor's "contributor version".
1053
1054 A contributor's "essential patent claims" are all patent claims
1055 owned or controlled by the contributor, whether already acquired or
1056 hereafter acquired, that would be infringed by some manner, permitted
1057 by this License, of making, using, or selling its contributor version,
1058 but do not include claims that would be infringed only as a
1059 consequence of further modification of the contributor version. For
1060 purposes of this definition, "control" includes the right to grant
1061 patent sublicenses in a manner consistent with the requirements of
1062 this License.
1063
1064 Each contributor grants you a non-exclusive, worldwide, royalty-free
1065 patent license under the contributor's essential patent claims, to
1066 make, use, sell, offer for sale, import and otherwise run, modify and
1067 propagate the contents of its contributor version.
1068
1069 In the following three paragraphs, a "patent license" is any express
1070 agreement or commitment, however denominated, not to enforce a patent
1071 (such as an express permission to practice a patent or covenant not to
1072 sue for patent infringement). To "grant" such a patent license to a
1073 party means to make such an agreement or commitment not to enforce a
1074 patent against the party.
1075
1076 If you convey a covered work, knowingly relying on a patent license,
1077 and the Corresponding Source of the work is not available for anyone
1078 to copy, free of charge and under the terms of this License, through a
1079 publicly available network server or other readily accessible means,
1080 then you must either (1) cause the Corresponding Source to be so
1081 available, or (2) arrange to deprive yourself of the benefit of the
1082 patent license for this particular work, or (3) arrange, in a manner
1083 consistent with the requirements of this License, to extend the patent
1084 license to downstream recipients. "Knowingly relying" means you have
1085 actual knowledge that, but for the patent license, your conveying the
1086 covered work in a country, or your recipient's use of the covered work
1087 in a country, would infringe one or more identifiable patents in that
1088 country that you have reason to believe are valid.
1089
1090 If, pursuant to or in connection with a single transaction or
1091 arrangement, you convey, or propagate by procuring conveyance of, a
1092 covered work, and grant a patent license to some of the parties
1093 receiving the covered work authorizing them to use, propagate, modify
1094 or convey a specific copy of the covered work, then the patent license
1095 you grant is automatically extended to all recipients of the covered
1096 work and works based on it.
1097
1098 A patent license is "discriminatory" if it does not include within
1099 the scope of its coverage, prohibits the exercise of, or is
1100 conditioned on the non-exercise of one or more of the rights that are
1101 specifically granted under this License. You may not convey a covered
1102 work if you are a party to an arrangement with a third party that is
1103 in the business of distributing software, under which you make payment
1104 to the third party based on the extent of your activity of conveying
1105 the work, and under which the third party grants, to any of the
1106 parties who would receive the covered work from you, a discriminatory
1107 patent license (a) in connection with copies of the covered work
1108 conveyed by you (or copies made from those copies), or (b) primarily
1109 for and in connection with specific products or compilations that
1110 contain the covered work, unless you entered into that arrangement,
1111 or that patent license was granted, prior to 28 March 2007.
1112
1113 Nothing in this License shall be construed as excluding or limiting
1114 any implied license or other defenses to infringement that may
1115 otherwise be available to you under applicable patent law.
1116
1117 12. No Surrender of Others' Freedom.
1118
1119 If conditions are imposed on you (whether by court order, agreement or
1120 otherwise) that contradict the conditions of this License, they do not
1121 excuse you from the conditions of this License. If you cannot convey a
1122 covered work so as to satisfy simultaneously your obligations under this
1123 License and any other pertinent obligations, then as a consequence you may
1124 not convey it at all. For example, if you agree to terms that obligate you
1125 to collect a royalty for further conveying from those to whom you convey
1126 the Program, the only way you could satisfy both those terms and this
1127 License would be to refrain entirely from conveying the Program.
1128
1129 13. Use with the GNU Affero General Public License.
1130
1131 Notwithstanding any other provision of this License, you have
1132 permission to link or combine any covered work with a work licensed
1133 under version 3 of the GNU Affero General Public License into a single
1134 combined work, and to convey the resulting work. The terms of this
1135 License will continue to apply to the part which is the covered work,
1136 but the special requirements of the GNU Affero General Public License,
1137 section 13, concerning interaction through a network will apply to the
1138 combination as such.
1139
1140 14. Revised Versions of this License.
1141
1142 The Free Software Foundation may publish revised and/or new versions of
1143 the GNU General Public License from time to time. Such new versions will
1144 be similar in spirit to the present version, but may differ in detail to
1145 address new problems or concerns.
1146
1147 Each version is given a distinguishing version number. If the
1148 Program specifies that a certain numbered version of the GNU General
1149 Public License "or any later version" applies to it, you have the
1150 option of following the terms and conditions either of that numbered
1151 version or of any later version published by the Free Software
1152 Foundation. If the Program does not specify a version number of the
1153 GNU General Public License, you may choose any version ever published
1154 by the Free Software Foundation.
1155
1156 If the Program specifies that a proxy can decide which future
1157 versions of the GNU General Public License can be used, that proxy's
1158 public statement of acceptance of a version permanently authorizes you
1159 to choose that version for the Program.
1160
1161 Later license versions may give you additional or different
1162 permissions. However, no additional obligations are imposed on any
1163 author or copyright holder as a result of your choosing to follow a
1164 later version.
1165
1166 15. Disclaimer of Warranty.
1167
1168 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1169 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1170 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
1171 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
1172 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1173 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
1174 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
1175 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1176
1177 16. Limitation of Liability.
1178
1179 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1180 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
1181 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
1182 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
1183 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
1184 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
1185 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
1186 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
1187 SUCH DAMAGES.
1188
1189 17. Interpretation of Sections 15 and 16.
1190
1191 If the disclaimer of warranty and limitation of liability provided
1192 above cannot be given local legal effect according to their terms,
1193 reviewing courts shall apply local law that most closely approximates
1194 an absolute waiver of all civil liability in connection with the
1195 Program, unless a warranty or assumption of liability accompanies a
1196 copy of the Program in return for a fee.
1197
1198 END OF TERMS AND CONDITIONS
1199
1200 How to Apply These Terms to Your New Programs
1201
1202 If you develop a new program, and you want it to be of the greatest
1203 possible use to the public, the best way to achieve this is to make it
1204 free software which everyone can redistribute and change under these terms.
1205
1206 To do so, attach the following notices to the program. It is safest
1207 to attach them to the start of each source file to most effectively
1208 state the exclusion of warranty; and each file should have at least
1209 the "copyright" line and a pointer to where the full notice is found.
1210
1211 <one line to give the program's name and a brief idea of what it does.>
1212 Copyright (C) <year> <name of author>
1213
1214 This program is free software: you can redistribute it and/or modify
1215 it under the terms of the GNU General Public License as published by
1216 the Free Software Foundation, either version 3 of the License, or
1217 (at your option) any later version.
1218
1219 This program is distributed in the hope that it will be useful,
1220 but WITHOUT ANY WARRANTY; without even the implied warranty of
1221 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1222 GNU General Public License for more details.
1223
1224 You should have received a copy of the GNU General Public License
1225 along with this program. If not, see <http://www.gnu.org/licenses/>.
1226
1227 Also add information on how to contact you by electronic and paper mail.
1228
1229 If the program does terminal interaction, make it output a short
1230 notice like this when it starts in an interactive mode:
1231
1232 <program> Copyright (C) <year> <name of author>
1233 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1234 This is free software, and you are welcome to redistribute it
1235 under certain conditions; type `show c' for details.
1236
1237 The hypothetical commands `show w' and `show c' should show the appropriate
1238 parts of the General Public License. Of course, your program's commands
1239 might be different; for a GUI interface, you would use an "about box".
1240
1241 You should also get your employer (if you work as a programmer) or school,
1242 if any, to sign a "copyright disclaimer" for the program, if necessary.
1243 For more information on this, and how to apply and follow the GNU GPL, see
1244 <http://www.gnu.org/licenses/>.
1245
1246 The GNU General Public License does not permit incorporating your program
1247 into proprietary programs. If your program is a subroutine library, you
1248 may consider it more useful to permit linking proprietary applications with
1249 the library. If this is what you want to do, use the GNU Lesser General
1250 Public License instead of this License. But first, please read
1251 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
1252
1253
1254
This page took 0.083814 seconds and 4 git commands to generate.