VirtualBox

source: vbox/trunk/doc/manual/en_US/user_ThirdParty.xml@ 95321

Last change on this file since 95321 was 95321, checked in by vboxsync, 3 years ago

apps/tunctl: Remove - unused for a long time, bugref:8515

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 184.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
4<!ENTITY % all.entities SYSTEM "all-entities.ent">
5%all.entities;
6]>
7<appendix id="ThirdParty">
8
9 <title>Third-Party Materials and Licenses</title>
10
11 <para>
12 &product-name; incorporates materials from several Open Source
13 software projects. Therefore the use of these materials by
14 &product-name; is governed by different Open Source licenses. This
15 document reproduces these licenses and provides a list of the
16 materials used and their respective licensing conditions. Section 1
17 contains a list of the materials used. Section 2 reproduces the
18 applicable Open Source licenses. For each material, a reference to
19 its license is provided.
20 </para>
21
22 <para>
23 The source code for the materials listed below as well as the rest
24 of the &product-name; code which is released as open source are
25 available at
26 <ulink url="http://www.virtualbox.org" />,
27 both as tarballs for particular releases and as a live SVN
28 repository.
29 </para>
30
31 <sect1 id="third-party-materials">
32
33 <title>Third-Party Materials</title>
34
35 <itemizedlist>
36
37 <listitem>
38 <para>
39 &product-name; contains portions of QEMU which is governed by
40 the licenses in
41 <xref linkend="licX11" xrefstyle="template: %n" /> and
42 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
43 </para>
44
45 <para>
46 (C) 2003-2005 Fabrice Bellard; Copyright (C) 2004-2005 Vassili
47 Karpov (malc); Copyright (c) 2004 Antony T Curtis; Copyright
48 (C) 2003 Jocelyn Mayer
49 </para>
50 </listitem>
51
52 <listitem>
53 <para>
54 &product-name; contains code which is governed by the license
55 in <xref linkend="licX11" xrefstyle="template: %n" /> and
56 </para>
57
58 <para>
59 Copyright 2004 by the Massachusetts Institute of Technology.
60 </para>
61 </listitem>
62
63 <listitem>
64 <para>
65 &product-name; contains code of the BOCHS VGA BIOS which is
66 governed by the license in
67 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
68 </para>
69
70 <para>
71 Copyright (C) 2001, 2002 the LGPL VGABios developers Team.
72 </para>
73 </listitem>
74
75 <listitem>
76 <para>
77 &product-name; contains code of the BOCHS ROM BIOS which is
78 governed by the license in
79 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
80 </para>
81
82 <para>
83 Copyright (C) 2002 MandrakeSoft S.A.; Copyright (C) 2004
84 Fabrice Bellard; Copyright (C) 2005 Struan Bartlett.
85 </para>
86 </listitem>
87
88 <listitem>
89 <para>
90 &product-name; contains the zlib library which is governed by
91 the license in
92 <xref linkend="licZLIB" xrefstyle="template: %n" /> and
93 </para>
94
95 <para>
96 Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler.
97 </para>
98 </listitem>
99
100 <listitem>
101 <para>
102 &product-name; may contain OpenSSL which is governed by the
103 license in <xref linkend="licSSL" xrefstyle="template: %n" />
104 and
105 </para>
106
107 <para>
108 Copyright (C) 1995-1998 Eric Young ([email protected]). This
109 product includes software written by Tim Hudson
110 ([email protected]).
111 </para>
112 </listitem>
113
114 <listitem>
115 <para>
116 &product-name; may contain NSPR and XPCOM which is governed by
117 the license in
118 <xref linkend="licMPL" xrefstyle="template: %n" /> and
119 </para>
120
121 <para>
122 Copyright (C) The Authors.
123 </para>
124 </listitem>
125
126 <listitem>
127 <para>
128 &product-name; contains Slirp which is governed by the license
129 in <xref linkend="licSlirp" xrefstyle="template: %n" /> and
130 was written by Danny Gasparovski.
131 </para>
132
133 <para>
134 Copyright (C) 1995, 1996 All Rights Reserved.
135 </para>
136 </listitem>
137
138 <listitem>
139 <para>
140 &product-name; contains liblzf which is governed by the
141 license in <xref linkend="licLZF" xrefstyle="template: %n" />
142 and
143 </para>
144
145 <para>
146 Copyright (C) 2000-2005 Marc Alexander Lehmann
147 &lt;[email protected]&gt;
148 </para>
149 </listitem>
150
151 <listitem>
152 <para>
153 &product-name; may ship with a modified copy of rdesktop which
154 is governed by the license in
155 <xref linkend="licGPL"
156 xrefstyle="template: %n" /> and
157 </para>
158
159 <para>
160 Copyright (C) Matthew Chapman and others.
161 </para>
162 </listitem>
163
164 <listitem>
165 <para>
166 &product-name; may ship with a copy of kchmviewer which is
167 governed by the license in
168 <xref linkend="licGPL" xrefstyle="template: %n" /> and
169 </para>
170
171 <para>
172 Copyright (C) George Yunaev and others.
173 </para>
174 </listitem>
175
176 <listitem>
177 <para>
178 &product-name; may contain Etherboot which is governed by the
179 license in <xref linkend="licGPL" xrefstyle="template: %n" />
180 with the exception that aggregating Etherboot with another
181 work does not require the other work to be released under the
182 same license (see
183 <ulink url="http://etherboot.sourceforge.net/clinks.html" />).
184 Etherboot is
185 </para>
186
187 <para>
188 Copyright (C) Etherboot team.
189 </para>
190 </listitem>
191
192 <listitem>
193 <para>
194 &product-name; may contain iPXE which is governed by the
195 license in <xref linkend="licGPL" xrefstyle="template: %n" />
196 and
197 </para>
198
199 <para>
200 Copyright (C) Michael Brown &lt;[email protected]&gt;
201 and others.
202 </para>
203 </listitem>
204
205 <listitem>
206 <para>
207 &product-name; contains code from Wine which is governed by
208 the license in
209 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
210 </para>
211
212 <para>
213 Copyright 1993 Bob Amstadt, Copyright 1996 Albrecht Kleine,
214 Copyright 1997 David Faure, Copyright 1998 Morten Welinder,
215 Copyright 1998 Ulrich Weigand, Copyright 1999 Ove Koven
216 </para>
217 </listitem>
218
219 <listitem>
220 <para>
221 &product-name; contains code from lwIP which is governed by
222 the license in
223 <xref linkend="licLWIP" xrefstyle="template: %n" /> and
224 </para>
225
226 <para>
227 Copyright (C) 2001, 2002 Swedish Institute of Computer
228 Science.
229 </para>
230 </listitem>
231
232 <listitem>
233 <para>
234 &product-name; contains libxml which is governed by the
235 license in
236 <xref linkend="licLibXML" xrefstyle="template: %n" /> and
237 </para>
238
239 <para>
240 Copyright (C) 1998-2003 Daniel Veillard.
241 </para>
242 </listitem>
243
244 <listitem>
245 <para>
246 &product-name; contains libxslt which is governed by the
247 license in
248 <xref linkend="licLibXSLT" xrefstyle="template: %n" /> and
249 </para>
250
251 <para>
252 Copyright (C) 2001-2002 Daniel Veillard and Copyright (C)
253 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard.
254 </para>
255 </listitem>
256
257 <listitem>
258 <para>
259 &product-name; contains code from the gSOAP XML web services
260 tools, which are licensed under the license in
261 <xref
262 linkend="licgSOAP" xrefstyle="template: %n" />
263 and
264 </para>
265
266 <para>
267 Copyright (C) 2000-2007, Robert van Engelen, Genivia Inc., and
268 others.
269 </para>
270 </listitem>
271
272 <listitem>
273 <para>
274 &product-name; contains code from Chromium, an OpenGL
275 implementation, which is goverened by the licenses in
276 <xref
277 linkend="licChromium" xrefstyle="template: %n" />
278 and
279 </para>
280
281 <para>
282 Copyright (C) Stanford University, The Regents of the
283 University of California, Red Hat, and others.
284 </para>
285 </listitem>
286
287 <listitem>
288 <para>
289 &product-name; contains libcurl which is governed by the
290 license in
291 <xref linkend="licLibCurl" xrefstyle="template: %n" /> and
292 </para>
293
294 <para>
295 Copyright (C) 1996-2009, Daniel Stenberg.
296 </para>
297 </listitem>
298
299 <listitem>
300 <para>
301 &product-name; contains dnsproxy which is governed by the
302 license in <xref linkend="licMIT" xrefstyle="template: %n" />
303 and
304 </para>
305
306 <para>
307 Copyright (c) 2003, 2004, 2005 Armin Wolfermann.
308 </para>
309 </listitem>
310
311 <listitem>
312 <para>
313 &product-name; may contain iniparser which is governed by the
314 license in <xref linkend="licMIT" xrefstyle="template: %n" />
315 and
316 </para>
317
318 <para>
319 Copyright (c) 2000-2008 by Nicolas Devillard.
320 </para>
321 </listitem>
322
323 <listitem>
324 <para>
325 &product-name; contains some code from libgd which is governed
326 by the license in
327 <xref linkend="licLibgd" xrefstyle="template: %n"/> and
328 </para>
329
330 <para>
331 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
332 Pierre-Alain Joye ([email protected]).
333 </para>
334 </listitem>
335
336 <listitem>
337 <para>
338 &product-name; contains code from the EFI Development Kit II
339 which is governed by the license in
340 <xref linkend="licBsdIntel" xrefstyle="template: %n" /> and
341 </para>
342
343 <para>
344 Copyright (c) 2004-2008, Intel Corporation.
345 </para>
346 </listitem>
347
348 <listitem>
349 <para>
350 &product-name; contains libjpeg which is governed by the
351 license in <xref linkend="licJPEG" xrefstyle="template: %n" />
352 and
353 </para>
354
355 <para>
356 Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
357 </para>
358 </listitem>
359
360 <listitem>
361 <para>
362 &product-name; may contain x86 SIMD extension for IJG JPEG
363 library which is governed by the license in
364 <xref linkend="licJPEGSIMD"
365 xrefstyle="template: %n" />
366 and
367 </para>
368
369 <para>
370 Copyright 2009 Pierre Ossman &lt;[email protected]&gt; for
371 Cendio AB; Copyright 2010 D. R. Commander; Copyright (C)
372 1999-2006, MIYASAKA Masaru.
373 </para>
374 </listitem>
375
376 <listitem>
377 <para>
378 &product-name; may ship a copy of Qt which is governed by the
379 license in <xref linkend="licLGPL" xrefstyle="template: %n" />
380 and
381 </para>
382
383 <para>
384 Copyright (C) 2010, 2011 Nokia Corporation and/or its
385 subsidiary(-ies).
386 </para>
387 </listitem>
388
389 <listitem>
390 <para>
391 &product-name; contains parts of the FreeBSD kernel which is
392 governed by the license in
393 <xref linkend="licFreeBsd" xrefstyle="template: %n" />.
394 </para>
395 </listitem>
396
397 <listitem>
398 <para>
399 &product-name; contains parts of the NetBSD kernel which is
400 governed by the license in
401 <xref linkend="licNetBsd" xrefstyle="template: %n" />.
402 </para>
403 </listitem>
404
405 <listitem>
406 <para>
407 &product-name; contains portions of liblightdm-gobject which
408 is governed by the license in
409 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
410 </para>
411
412 <para>
413 Copyright (C) 2010-2013 Canonical Ltd.; Copyright (C)
414 2010-2011 Robert Ancell.
415 </para>
416 </listitem>
417
418 <listitem>
419 <para>
420 &product-name; contains portions of glib which is governed by
421 the license in
422 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
423 </para>
424
425 <para>
426 Copyright (C) 1995-2011 The Glib team
427 </para>
428 </listitem>
429
430 <listitem>
431 <para>
432 &product-name; contains portions of PCRE which is governed by
433 the license in
434 <xref linkend="licPcre" xrefstyle="template: %n" /> and
435 </para>
436
437 <para>
438 Copyright (c) 1997-2012 University of Cambridge; Copyright(c)
439 2009-2012 Zoltan Herczeg; Copyright (c) 2007-2012, Google Inc.
440 </para>
441 </listitem>
442
443 <listitem>
444 <para>
445 &product-name; contains portions of libffi which is governed
446 by the license in
447 <xref linkend="licLibffi" xrefstyle="template: %n" /> and
448 </para>
449
450 <para>
451 Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and
452 others. See source files for details.
453 </para>
454 </listitem>
455
456 <listitem>
457 <para>
458 &product-name; contains portions of FLTK which is governed by
459 the licenses in
460 <xref linkend="licFltk" xrefstyle="template: %n" /> and
461 <xref linkend="licLGPL" xrefstyle="template: %n"/> and
462 </para>
463
464 <para>
465 Copyright (C) 1991-2012 The FLTK team
466 </para>
467 </listitem>
468
469 <listitem>
470 <para>
471 &product-name; contains portions of Expat which is governed by
472 the license in
473 <xref linkend="licExpat" xrefstyle="template: %n" /> and
474 </para>
475
476 <para>
477 Copyright (c) 1998, 1999, 2000 Thai Open Source Software
478 Center Ltd and Clark Cooper; Copyright (c) 2001, 2002, 2003,
479 2004, 2005, 2006 Expat maintainers.
480 </para>
481 </listitem>
482
483 <listitem>
484 <para>
485 &product-name; contains portions of Fontconfig which is
486 governed by the license in
487 <xref linkend="licFontconfig" xrefstyle="template: %n" /> and
488 </para>
489
490 <para>
491 Copyright (C) 2001, 2003 Keith Packard
492 </para>
493 </listitem>
494
495 <listitem>
496 <para>
497 &product-name; contains portions of Freetype which is governed
498 by the license in
499 <xref linkend="licFreetype" xrefstyle="template: %n" /> and
500 </para>
501
502 <para>
503 Copyright 2012 The FreeType Project (www.freetype.org). All
504 rights reserved.
505 </para>
506 </listitem>
507
508 <listitem>
509 <para>
510 &product-name; may contain code from the WebM VP8 Codec SDK
511 which is governed by the license in
512 <xref linkend="licVPX" xrefstyle="template: %n" /> and
513 </para>
514
515 <para>
516 Copyright (c) 2010, The WebM Project authors. All rights
517 reserved.
518 </para>
519 </listitem>
520
521 <listitem>
522 <para>
523 &product-name; may contain code from libopus ("Opus") which is
524 governed by the license in
525 <xref linkend="licOpus" xrefstyle="template: %n" /> and
526 </para>
527
528 <para>
529 Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic,
530 Jean-Marc Valin, Timothy B. Terriberry, CSIRO, Gregory
531 Maxwell, Mark Borgerding, Erik de Castro Lopo
532 </para>
533 </listitem>
534
535 <listitem>
536 <para>
537 &product-name; may contain portions of FUSE for macOS which is
538 governed by the licenses in
539 <xref linkend="licOsxFuse" xrefstyle="template: %n" /> and
540 <xref linkend="licLGPL" xrefstyle="template: %n"/> and
541 </para>
542
543 <para>
544 Copyright (c) 2011-2017 Benjamin Fleischer; Copyright (c)
545 2011-2012 Erik Larsson All rights reserved.
546 </para>
547 </listitem>
548
549 </itemizedlist>
550
551 </sect1>
552
553 <sect1 id="third-party-licenses">
554
555 <title>Third-Party Licenses</title>
556
557 <sect2 id="licGPL">
558
559 <title>GNU General Public License (GPL)</title>
560
561 <para>
562 GNU GENERAL PUBLIC LICENSE Version 2, June 1991
563 </para>
564
565 <para>
566 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
567 </para>
568
569 <para>
570 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
571 </para>
572
573 <para>
574 Everyone is permitted to copy and distribute verbatim copies of
575 this license document, but changing it is not allowed.
576 </para>
577
578 <para>
579 Preamble
580 </para>
581
582 <para>
583 The licenses for most software are designed to take away your
584 freedom to share and change it. By contrast, the GNU General
585 Public License is intended to guarantee your freedom to share
586 and change free software--to make sure the software is free for
587 all its users. This General Public License applies to most of
588 the Free Software Foundation's software and to any other program
589 whose authors commit to using it. (Some other Free Software
590 Foundation software is covered by the GNU Library General Public
591 License instead.) You can apply it to your programs, too.
592 </para>
593
594 <para>
595 When we speak of free software, we are referring to freedom, not
596 price. Our General Public Licenses are designed to make sure
597 that you have the freedom to distribute copies of free software
598 (and charge for this service if you wish), that you receive
599 source code or can get it if you want it, that you can change
600 the software or use pieces of it in new free programs; and that
601 you know you can do these things.
602 </para>
603
604 <para>
605 To protect your rights, we need to make restrictions that forbid
606 anyone to deny you these rights or to ask you to surrender the
607 rights. These restrictions translate to certain responsibilities
608 for you if you distribute copies of the software, or if you
609 modify it.
610 </para>
611
612 <para>
613 For example, if you distribute copies of such a program, whether
614 gratis or for a fee, you must give the recipients all the rights
615 that you have. You must make sure that they, too, receive or can
616 get the source code. And you must show them these terms so they
617 know their rights.
618 </para>
619
620 <para>
621 We protect your rights with two steps: (1) copyright the
622 software, and (2) offer you this license which gives you legal
623 permission to copy, distribute and/or modify the software.
624 </para>
625
626 <para>
627 Also, for each author's protection and ours, we want to make
628 certain that everyone understands that there is no warranty for
629 this free software. If the software is modified by someone else
630 and passed on, we want its recipients to know that what they
631 have is not the original, so that any problems introduced by
632 others will not reflect on the original authors' reputations.
633 </para>
634
635 <para>
636 Finally, any free program is threatened constantly by software
637 patents. We wish to avoid the danger that redistributors of a
638 free program will individually obtain patent licenses, in effect
639 making the program proprietary. To prevent this, we have made it
640 clear that any patent must be licensed for everyone's free use
641 or not licensed at all.
642 </para>
643
644 <para>
645 The precise terms and conditions for copying, distribution and
646 modification follow.
647 </para>
648
649 <para>
650 GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING,
651 DISTRIBUTION AND MODIFICATION
652 </para>
653
654 <para>
655 0. This License applies to any program or other work which
656 contains a notice placed by the copyright holder saying it may
657 be distributed under the terms of this General Public License.
658 The "Program", below, refers to any such program or work, and a
659 "work based on the Program" means either the Program or any
660 derivative work under copyright law: that is to say, a work
661 containing the Program or a portion of it, either verbatim or
662 with modifications and/or translated into another language.
663 (Hereinafter, translation is included without limitation in the
664 term "modification".) Each licensee is addressed as "you".
665 </para>
666
667 <para>
668 Activities other than copying, distribution and modification are
669 not covered by this License; they are outside its scope. The act
670 of running the Program is not restricted, and the output from
671 the Program is covered only if its contents constitute a work
672 based on the Program (independent of having been made by running
673 the Program). Whether that is true depends on what the Program
674 does.
675 </para>
676
677 <para>
678 1. You may copy and distribute verbatim copies of the Program's
679 source code as you receive it, in any medium, provided that you
680 conspicuously and appropriately publish on each copy an
681 appropriate copyright notice and disclaimer of warranty; keep
682 intact all the notices that refer to this License and to the
683 absence of any warranty; and give any other recipients of the
684 Program a copy of this License along with the Program.
685 </para>
686
687 <para>
688 You may charge a fee for the physical act of transferring a
689 copy, and you may at your option offer warranty protection in
690 exchange for a fee.
691 </para>
692
693 <para>
694 2. You may modify your copy or copies of the Program or any
695 portion of it, thus forming a work based on the Program, and
696 copy and distribute such modifications or work under the terms
697 of Section 1 above, provided that you also meet all of these
698 conditions:
699 </para>
700
701 <para>
702 a) You must cause the modified files to carry prominent notices
703 stating that you changed the files and the date of any change.
704 </para>
705
706 <para>
707 b) You must cause any work that you distribute or publish, that
708 in whole or in part contains or is derived from the Program or
709 any part thereof, to be licensed as a whole at no charge to all
710 third parties under the terms of this License.
711 </para>
712
713 <para>
714 c) If the modified program normally reads commands interactively
715 when run, you must cause it, when started running for such
716 interactive use in the most ordinary way, to print or display an
717 announcement including an appropriate copyright notice and a
718 notice that there is no warranty (or else, saying that you
719 provide a warranty) and that users may redistribute the program
720 under these conditions, and telling the user how to view a copy
721 of this License. (Exception: if the Program itself is
722 interactive but does not normally print such an announcement,
723 your work based on the Program is not required to print an
724 announcement.)
725 </para>
726
727 <para>
728 These requirements apply to the modified work as a whole. If
729 identifiable sections of that work are not derived from the
730 Program, and can be reasonably considered independent and
731 separate works in themselves, then this License, and its terms,
732 do not apply to those sections when you distribute them as
733 separate works. But when you distribute the same sections as
734 part of a whole which is a work based on the Program, the
735 distribution of the whole must be on the terms of this License,
736 whose permissions for other licensees extend to the entire
737 whole, and thus to each and every part regardless of who wrote
738 it.
739 </para>
740
741 <para>
742 Thus, it is not the intent of this section to claim rights or
743 contest your rights to work written entirely by you; rather, the
744 intent is to exercise the right to control the distribution of
745 derivative or collective works based on the Program.
746 </para>
747
748 <para>
749 In addition, mere aggregation of another work not based on the
750 Program with the Program (or with a work based on the Program)
751 on a volume of a storage or distribution medium does not bring
752 the other work under the scope of this License.
753 </para>
754
755 <para>
756 3. You may copy and distribute the Program (or a work based on
757 it, under Section 2) in object code or executable form under the
758 terms of Sections 1 and 2 above provided that you also do one of
759 the following:
760 </para>
761
762 <para>
763 a) Accompany it with the complete corresponding machine-readable
764 source code, which must be distributed under the terms of
765 Sections 1 and 2 above on a medium customarily used for software
766 interchange; or,
767 </para>
768
769 <para>
770 b) Accompany it with a written offer, valid for at least three
771 years, to give any third party, for a charge no more than your
772 cost of physically performing source distribution, a complete
773 machine-readable copy of the corresponding source code, to be
774 distributed under the terms of Sections 1 and 2 above on a
775 medium customarily used for software interchange; or,
776 </para>
777
778 <para>
779 c) Accompany it with the information you received as to the
780 offer to distribute corresponding source code. (This alternative
781 is allowed only for noncommercial distribution and only if you
782 received the program in object code or executable form with such
783 an offer, in accord with Subsection b above.)
784 </para>
785
786 <para>
787 The source code for a work means the preferred form of the work
788 for making modifications to it. For an executable work, complete
789 source code means all the source code for all modules it
790 contains, plus any associated interface definition files, plus
791 the scripts used to control compilation and installation of the
792 executable. However, as a special exception, the source code
793 distributed need not include anything that is normally
794 distributed (in either source or binary form) with the major
795 components (compiler, kernel, and so on) of the operating system
796 on which the executable runs, unless that component itself
797 accompanies the executable.
798 </para>
799
800 <para>
801 If distribution of executable or object code is made by offering
802 access to copy from a designated place, then offering equivalent
803 access to copy the source code from the same place counts as
804 distribution of the source code, even though third parties are
805 not compelled to copy the source along with the object code.
806 </para>
807
808 <para>
809 4. You may not copy, modify, sublicense, or distribute the
810 Program except as expressly provided under this License. Any
811 attempt otherwise to copy, modify, sublicense or distribute the
812 Program is void, and will automatically terminate your rights
813 under this License. However, parties who have received copies,
814 or rights, from you under this License will not have their
815 licenses terminated so long as such parties remain in full
816 compliance.
817 </para>
818
819 <para>
820 5. You are not required to accept this License, since you have
821 not signed it. However, nothing else grants you permission to
822 modify or distribute the Program or its derivative works. These
823 actions are prohibited by law if you do not accept this License.
824 Therefore, by modifying or distributing the Program (or any work
825 based on the Program), you indicate your acceptance of this
826 License to do so, and all its terms and conditions for copying,
827 distributing or modifying the Program or works based on it.
828 </para>
829
830 <para>
831 6. Each time you redistribute the Program (or any work based on
832 the Program), the recipient automatically receives a license
833 from the original licensor to copy, distribute or modify the
834 Program subject to these terms and conditions. You may not
835 impose any further restrictions on the recipients' exercise of
836 the rights granted herein. You are not responsible for enforcing
837 compliance by third parties to this License.
838 </para>
839
840 <para>
841 7. If, as a consequence of a court judgment or allegation of
842 patent infringement or for any other reason (not limited to
843 patent issues), conditions are imposed on you (whether by court
844 order, agreement or otherwise) that contradict the conditions of
845 this License, they do not excuse you from the conditions of this
846 License. If you cannot distribute so as to satisfy
847 simultaneously your obligations under this License and any other
848 pertinent obligations, then as a consequence you may not
849 distribute the Program at all. For example, if a patent license
850 would not permit royalty-free redistribution of the Program by
851 all those who receive copies directly or indirectly through you,
852 then the only way you could satisfy both it and this License
853 would be to refrain entirely from distribution of the Program.
854 </para>
855
856 <para>
857 If any portion of this section is held invalid or unenforceable
858 under any particular circumstance, the balance of the section is
859 intended to apply and the section as a whole is intended to
860 apply in other circumstances.
861 </para>
862
863 <para>
864 It is not the purpose of this section to induce you to infringe
865 any patents or other property right claims or to contest
866 validity of any such claims; this section has the sole purpose
867 of protecting the integrity of the free software distribution
868 system, which is implemented by public license practices. Many
869 people have made generous contributions to the wide range of
870 software distributed through that system in reliance on
871 consistent application of that system; it is up to the
872 author/donor to decide if he or she is willing to distribute
873 software through any other system and a licensee cannot impose
874 that choice.
875 </para>
876
877 <para>
878 This section is intended to make thoroughly clear what is
879 believed to be a consequence of the rest of this License.
880 </para>
881
882 <para>
883 8. If the distribution and/or use of the Program is restricted
884 in certain countries either by patents or by copyrighted
885 interfaces, the original copyright holder who places the Program
886 under this License may add an explicit geographical distribution
887 limitation excluding those countries, so that distribution is
888 permitted only in or among countries not thus excluded. In such
889 case, this License incorporates the limitation as if written in
890 the body of this License.
891 </para>
892
893 <para>
894 9. The Free Software Foundation may publish revised and/or new
895 versions of the General Public License from time to time. Such
896 new versions will be similar in spirit to the present version,
897 but may differ in detail to address new problems or concerns.
898 </para>
899
900 <para>
901 Each version is given a distinguishing version number. If the
902 Program specifies a version number of this License which applies
903 to it and "any later version", you have the option of following
904 the terms and conditions either of that version or of any later
905 version published by the Free Software Foundation. If the
906 Program does not specify a version number of this License, you
907 may choose any version ever published by the Free Software
908 Foundation.
909 </para>
910
911 <para>
912 10. If you wish to incorporate parts of the Program into other
913 free programs whose distribution conditions are different, write
914 to the author to ask for permission. For software which is
915 copyrighted by the Free Software Foundation, write to the Free
916 Software Foundation; we sometimes make exceptions for this. Our
917 decision will be guided by the two goals of preserving the free
918 status of all derivatives of our free software and of promoting
919 the sharing and reuse of software generally.
920 </para>
921
922 <para>
923 NO WARRANTY
924 </para>
925
926 <para>
927 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
928 WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
929 LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
930 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
931 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
932 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
933 AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
934 QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
935 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
936 SERVICING, REPAIR OR CORRECTION.
937 </para>
938
939 <para>
940 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO
941 IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
942 MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
943 LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
944 INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
945 INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
946 OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
947 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH
948 ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
949 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
950 </para>
951
952 <para>
953 END OF TERMS AND CONDITIONS
954 </para>
955
956 </sect2>
957
958 <sect2 id="licLGPL">
959
960 <title>GNU Lesser General Public License (LGPL)</title>
961
962 <para>
963 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
964 </para>
965
966 <para>
967 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59
968 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is
969 permitted to copy and distribute verbatim copies of this license
970 document, but changing it is not allowed.
971 </para>
972
973 <para>
974 [This is the first released version of the Lesser GPL. It also
975 counts as the successor of the GNU Library Public License,
976 version 2, hence the version number 2.1.]
977 </para>
978
979 <para>
980 Preamble
981 </para>
982
983 <para>
984 The licenses for most software are designed to take away your
985 freedom to share and change it. By contrast, the GNU General
986 Public Licenses are intended to guarantee your freedom to share
987 and change free software--to make sure the software is free for
988 all its users.
989 </para>
990
991 <para>
992 This license, the Lesser General Public License, applies to some
993 specially designated software packages--typically libraries--of
994 the Free Software Foundation and other authors who decide to use
995 it. You can use it too, but we suggest you first think carefully
996 about whether this license or the ordinary General Public
997 License is the better strategy to use in any particular case,
998 based on the explanations below.
999 </para>
1000
1001 <para>
1002 When we speak of free software, we are referring to freedom of
1003 use, not price. Our General Public Licenses are designed to make
1004 sure that you have the freedom to distribute copies of free
1005 software (and charge for this service if you wish); that you
1006 receive source code or can get it if you want it; that you can
1007 change the software and use pieces of it in new free programs;
1008 and that you are informed that you can do these things.
1009 </para>
1010
1011 <para>
1012 To protect your rights, we need to make restrictions that forbid
1013 distributors to deny you these rights or to ask you to surrender
1014 these rights. These restrictions translate to certain
1015 responsibilities for you if you distribute copies of the library
1016 or if you modify it.
1017 </para>
1018
1019 <para>
1020 For example, if you distribute copies of the library, whether
1021 gratis or for a fee, you must give the recipients all the rights
1022 that we gave you. You must make sure that they, too, receive or
1023 can get the source code. If you link other code with the
1024 library, you must provide complete object files to the
1025 recipients, so that they can relink them with the library after
1026 making changes to the library and recompiling it. And you must
1027 show them these terms so they know their rights.
1028 </para>
1029
1030 <para>
1031 We protect your rights with a two-step method: (1) we copyright
1032 the library, and (2) we offer you this license, which gives you
1033 legal permission to copy, distribute and/or modify the library.
1034 </para>
1035
1036 <para>
1037 To protect each distributor, we want to make it very clear that
1038 there is no warranty for the free library. Also, if the library
1039 is modified by someone else and passed on, the recipients should
1040 know that what they have is not the original version, so that
1041 the original author's reputation will not be affected by
1042 problems that might be introduced by others.
1043 </para>
1044
1045 <para>
1046 Finally, software patents pose a constant threat to the
1047 existence of any free program. We wish to make sure that a
1048 company cannot effectively restrict the users of a free program
1049 by obtaining a restrictive license from a patent holder.
1050 Therefore, we insist that any patent license obtained for a
1051 version of the library must be consistent with the full freedom
1052 of use specified in this license.
1053 </para>
1054
1055 <para>
1056 Most GNU software, including some libraries, is covered by the
1057 ordinary GNU General Public License. This license, the GNU
1058 Lesser General Public License, applies to certain designated
1059 libraries, and is quite different from the ordinary General
1060 Public License. We use this license for certain libraries in
1061 order to permit linking those libraries into non-free programs.
1062 </para>
1063
1064 <para>
1065 When a program is linked with a library, whether statically or
1066 using a shared library, the combination of the two is legally
1067 speaking a combined work, a derivative of the original library.
1068 The ordinary General Public License therefore permits such
1069 linking only if the entire combination fits its criteria of
1070 freedom. The Lesser General Public License permits more lax
1071 criteria for linking other code with the library.
1072 </para>
1073
1074 <para>
1075 We call this license the "Lesser" General Public License because
1076 it does Less to protect the user's freedom than the ordinary
1077 General Public License. It also provides other free software
1078 developers Less of an advantage over competing non-free
1079 programs. These disadvantages are the reason we use the ordinary
1080 General Public License for many libraries. However, the Lesser
1081 license provides advantages in certain special circumstances.
1082 </para>
1083
1084 <para>
1085 For example, on rare occasions, there may be a special need to
1086 encourage the widest possible use of a certain library, so that
1087 it becomes a de-facto standard. To achieve this, non-free
1088 programs must be allowed to use the library. A more frequent
1089 case is that a free library does the same job as widely used
1090 non-free libraries. In this case, there is little to gain by
1091 limiting the free library to free software only, so we use the
1092 Lesser General Public License.
1093 </para>
1094
1095 <para>
1096 In other cases, permission to use a particular library in
1097 non-free programs enables a greater number of people to use a
1098 large body of free software. For example, permission to use the
1099 GNU C Library in non-free programs enables many more people to
1100 use the whole GNU operating system, as well as its variant, the
1101 GNU/Linux operating system.
1102 </para>
1103
1104 <para>
1105 Although the Lesser General Public License is Less protective of
1106 the users' freedom, it does ensure that the user of a program
1107 that is linked with the Library has the freedom and the
1108 wherewithal to run that program using a modified version of the
1109 Library.
1110 </para>
1111
1112 <para>
1113 The precise terms and conditions for copying, distribution and
1114 modification follow. Pay close attention to the difference
1115 between a "work based on the library" and a "work that uses the
1116 library". The former contains code derived from the library,
1117 whereas the latter must be combined with the library in order to
1118 run.
1119 </para>
1120
1121 <para>
1122 GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR
1123 COPYING, DISTRIBUTION AND MODIFICATION
1124 </para>
1125
1126 <para>
1127 0. This License Agreement applies to any software library or
1128 other program which contains a notice placed by the copyright
1129 holder or other authorized party saying it may be distributed
1130 under the terms of this Lesser General Public License (also
1131 called "this License"). Each licensee is addressed as "you".
1132 </para>
1133
1134 <para>
1135 A "library" means a collection of software functions and/or data
1136 prepared so as to be conveniently linked with application
1137 programs (which use some of those functions and data) to form
1138 executables.
1139 </para>
1140
1141 <para>
1142 The "Library", below, refers to any such software library or
1143 work which has been distributed under these terms. A "work based
1144 on the Library" means either the Library or any derivative work
1145 under copyright law: that is to say, a work containing the
1146 Library or a portion of it, either verbatim or with
1147 modifications and/or translated straightforwardly into another
1148 language. (Hereinafter, translation is included without
1149 limitation in the term "modification".)
1150 </para>
1151
1152 <para>
1153 "Source code" for a work means the preferred form of the work
1154 for making modifications to it. For a library, complete source
1155 code means all the source code for all modules it contains, plus
1156 any associated interface definition files, plus the scripts used
1157 to control compilation and installation of the library.
1158 </para>
1159
1160 <para>
1161 Activities other than copying, distribution and modification are
1162 not covered by this License; they are outside its scope. The act
1163 of running a program using the Library is not restricted, and
1164 output from such a program is covered only if its contents
1165 constitute a work based on the Library (independent of the use
1166 of the Library in a tool for writing it). Whether that is true
1167 depends on what the Library does and what the program that uses
1168 the Library does.
1169 </para>
1170
1171 <para>
1172 1. You may copy and distribute verbatim copies of the Library's
1173 complete source code as you receive it, in any medium, provided
1174 that you conspicuously and appropriately publish on each copy an
1175 appropriate copyright notice and disclaimer of warranty; keep
1176 intact all the notices that refer to this License and to the
1177 absence of any warranty; and distribute a copy of this License
1178 along with the Library.
1179 </para>
1180
1181 <para>
1182 You may charge a fee for the physical act of transferring a
1183 copy, and you may at your option offer warranty protection in
1184 exchange for a fee.
1185 </para>
1186
1187 <para>
1188 2. You may modify your copy or copies of the Library or any
1189 portion of it, thus forming a work based on the Library, and
1190 copy and distribute such modifications or work under the terms
1191 of Section 1 above, provided that you also meet all of these
1192 conditions:
1193 </para>
1194
1195 <para>
1196 a) The modified work must itself be a software library.
1197 </para>
1198
1199 <para>
1200 b) You must cause the files modified to carry prominent notices
1201 stating that you changed the files and the date of any change.
1202 </para>
1203
1204 <para>
1205 c) You must cause the whole of the work to be licensed at no
1206 charge to all third parties under the terms of this License.
1207 </para>
1208
1209 <para>
1210 d) If a facility in the modified Library refers to a function or
1211 a table of data to be supplied by an application program that
1212 uses the facility, other than as an argument passed when the
1213 facility is invoked, then you must make a good faith effort to
1214 ensure that, in the event an application does not supply such
1215 function or table, the facility still operates, and performs
1216 whatever part of its purpose remains meaningful.
1217 </para>
1218
1219 <para>
1220 (For example, a function in a library to compute square roots
1221 has a purpose that is entirely well-defined independent of the
1222 application. Therefore, Subsection 2d requires that any
1223 application-supplied function or table used by this function
1224 must be optional: if the application does not supply it, the
1225 square root function must still compute square roots.)
1226 </para>
1227
1228 <para>
1229 These requirements apply to the modified work as a whole. If
1230 identifiable sections of that work are not derived from the
1231 Library, and can be reasonably considered independent and
1232 separate works in themselves, then this License, and its terms,
1233 do not apply to those sections when you distribute them as
1234 separate works. But when you distribute the same sections as
1235 part of a whole which is a work based on the Library, the
1236 distribution of the whole must be on the terms of this License,
1237 whose permissions for other licensees extend to the entire
1238 whole, and thus to each and every part regardless of who wrote
1239 it.
1240 </para>
1241
1242 <para>
1243 Thus, it is not the intent of this section to claim rights or
1244 contest your rights to work written entirely by you; rather, the
1245 intent is to exercise the right to control the distribution of
1246 derivative or collective works based on the Library.
1247 </para>
1248
1249 <para>
1250 In addition, mere aggregation of another work not based on the
1251 Library with the Library (or with a work based on the Library)
1252 on a volume of a storage or distribution medium does not bring
1253 the other work under the scope of this License.
1254 </para>
1255
1256 <para>
1257 3. You may opt to apply the terms of the ordinary GNU General
1258 Public License instead of this License to a given copy of the
1259 Library. To do this, you must alter all the notices that refer
1260 to this License, so that they refer to the ordinary GNU General
1261 Public License, version 2, instead of to this License. (If a
1262 newer version than version 2 of the ordinary GNU General Public
1263 License has appeared, then you can specify that version instead
1264 if you wish.) Do not make any other change in these notices.
1265 </para>
1266
1267 <para>
1268 Once this change is made in a given copy, it is irreversible for
1269 that copy, so the ordinary GNU General Public License applies to
1270 all subsequent copies and derivative works made from that copy.
1271 </para>
1272
1273 <para>
1274 This option is useful when you wish to copy part of the code of
1275 the Library into a program that is not a library.
1276 </para>
1277
1278 <para>
1279 4. You may copy and distribute the Library (or a portion or
1280 derivative of it, under Section 2) in object code or executable
1281 form under the terms of Sections 1 and 2 above provided that you
1282 accompany it with the complete corresponding machine-readable
1283 source code, which must be distributed under the terms of
1284 Sections 1 and 2 above on a medium customarily used for software
1285 interchange.
1286 </para>
1287
1288 <para>
1289 If distribution of object code is made by offering access to
1290 copy from a designated place, then offering equivalent access to
1291 copy the source code from the same place satisfies the
1292 requirement to distribute the source code, even though third
1293 parties are not compelled to copy the source along with the
1294 object code.
1295 </para>
1296
1297 <para>
1298 5. A program that contains no derivative of any portion of the
1299 Library, but is designed to work with the Library by being
1300 compiled or linked with it, is called a "work that uses the
1301 Library". Such a work, in isolation, is not a derivative work of
1302 the Library, and therefore falls outside the scope of this
1303 License.
1304 </para>
1305
1306 <para>
1307 However, linking a "work that uses the Library" with the Library
1308 creates an executable that is a derivative of the Library
1309 (because it contains portions of the Library), rather than a
1310 "work that uses the library". The executable is therefore
1311 covered by this License. Section 6 states terms for distribution
1312 of such executables.
1313 </para>
1314
1315 <para>
1316 When a "work that uses the Library" uses material from a header
1317 file that is part of the Library, the object code for the work
1318 may be a derivative work of the Library even though the source
1319 code is not. Whether this is true is especially significant if
1320 the work can be linked without the Library, or if the work is
1321 itself a library. The threshold for this to be true is not
1322 precisely defined by law.
1323 </para>
1324
1325 <para>
1326 If such an object file uses only numerical parameters, data
1327 structure layouts and accessors, and small macros and small
1328 inline functions (ten lines or less in length), then the use of
1329 the object file is unrestricted, regardless of whether it is
1330 legally a derivative work. (Executables containing this object
1331 code plus portions of the Library will still fall under Section
1332 6.) Otherwise, if the work is a derivative of the Library, you
1333 may distribute the object code for the work under the terms of
1334 Section 6. Any executables containing that work also fall under
1335 Section 6, whether or not they are linked directly with the
1336 Library itself.
1337 </para>
1338
1339 <para>
1340 6. As an exception to the Sections above, you may also combine
1341 or link a "work that uses the Library" with the Library to
1342 produce a work containing portions of the Library, and
1343 distribute that work under terms of your choice, provided that
1344 the terms permit modification of the work for the customer's own
1345 use and reverse engineering for debugging such modifications.
1346 </para>
1347
1348 <para>
1349 You must give prominent notice with each copy of the work that
1350 the Library is used in it and that the Library and its use are
1351 covered by this License. You must supply a copy of this License.
1352 If the work during execution displays copyright notices, you
1353 must include the copyright notice for the Library among them, as
1354 well as a reference directing the user to the copy of this
1355 License. Also, you must do one of these things:
1356 </para>
1357
1358 <para>
1359 a) Accompany the work with the complete corresponding
1360 machine-readable source code for the Library including whatever
1361 changes were used in the work (which must be distributed under
1362 Sections 1 and 2 above); and, if the work is an executable
1363 linked with the Library, with the complete machine-readable
1364 "work that uses the Library", as object code and/or source code,
1365 so that the user can modify the Library and then relink to
1366 produce a modified executable containing the modified Library.
1367 (It is understood that the user who changes the contents of
1368 definitions files in the Library will not necessarily be able to
1369 recompile the application to use the modified definitions.)
1370 </para>
1371
1372 <para>
1373 b) Use a suitable shared library mechanism for linking with the
1374 Library. A suitable mechanism is one that (1) uses at run time a
1375 copy of the library already present on the user's computer
1376 system, rather than copying library functions into the
1377 executable, and (2) will operate properly with a modified
1378 version of the library, if the user installs one, as long as the
1379 modified version is interface-compatible with the version that
1380 the work was made with.
1381 </para>
1382
1383 <para>
1384 c) Accompany the work with a written offer, valid for at least
1385 three years, to give the same user the materials specified in
1386 Subsection 6a, above, for a charge no more than the cost of
1387 performing this distribution.
1388 </para>
1389
1390 <para>
1391 d) If distribution of the work is made by offering access to
1392 copy from a designated place, offer equivalent access to copy
1393 the above specified materials from the same place.
1394 </para>
1395
1396 <para>
1397 e) Verify that the user has already received a copy of these
1398 materials or that you have already sent this user a copy.
1399 </para>
1400
1401 <para>
1402 For an executable, the required form of the "work that uses the
1403 Library" must include any data and utility programs needed for
1404 reproducing the executable from it. However, as a special
1405 exception, the materials to be distributed need not include
1406 anything that is normally distributed (in either source or
1407 binary form) with the major components (compiler, kernel, and so
1408 on) of the operating system on which the executable runs, unless
1409 that component itself accompanies the executable.
1410 </para>
1411
1412 <para>
1413 It may happen that this requirement contradicts the license
1414 restrictions of other proprietary libraries that do not normally
1415 accompany the operating system. Such a contradiction means you
1416 cannot use both them and the Library together in an executable
1417 that you distribute.
1418 </para>
1419
1420 <para>
1421 7. You may place library facilities that are a work based on the
1422 Library side-by-side in a single library together with other
1423 library facilities not covered by this License, and distribute
1424 such a combined library, provided that the separate distribution
1425 of the work based on the Library and of the other library
1426 facilities is otherwise permitted, and provided that you do
1427 these two things:
1428 </para>
1429
1430 <para>
1431 a) Accompany the combined library with a copy of the same work
1432 based on the Library, uncombined with any other library
1433 facilities. This must be distributed under the terms of the
1434 Sections above.
1435 </para>
1436
1437 <para>
1438 b) Give prominent notice with the combined library of the fact
1439 that part of it is a work based on the Library, and explaining
1440 where to find the accompanying uncombined form of the same work.
1441 </para>
1442
1443 <para>
1444 8. You may not copy, modify, sublicense, link with, or
1445 distribute the Library except as expressly provided under this
1446 License. Any attempt otherwise to copy, modify, sublicense, link
1447 with, or distribute the Library is void, and will automatically
1448 terminate your rights under this License. However, parties who
1449 have received copies, or rights, from you under this License
1450 will not have their licenses terminated so long as such parties
1451 remain in full compliance.
1452 </para>
1453
1454 <para>
1455 9. You are not required to accept this License, since you have
1456 not signed it. However, nothing else grants you permission to
1457 modify or distribute the Library or its derivative works. These
1458 actions are prohibited by law if you do not accept this License.
1459 Therefore, by modifying or distributing the Library (or any work
1460 based on the Library), you indicate your acceptance of this
1461 License to do so, and all its terms and conditions for copying,
1462 distributing or modifying the Library or works based on it.
1463 </para>
1464
1465 <para>
1466 10. Each time you redistribute the Library (or any work based on
1467 the Library), the recipient automatically receives a license
1468 from the original licensor to copy, distribute, link with or
1469 modify the Library subject to these terms and conditions. You
1470 may not impose any further restrictions on the recipients'
1471 exercise of the rights granted herein. You are not responsible
1472 for enforcing compliance by third parties with this License.
1473 </para>
1474
1475 <para>
1476 11. If, as a consequence of a court judgment or allegation of
1477 patent infringement or for any other reason (not limited to
1478 patent issues), conditions are imposed on you (whether by court
1479 order, agreement or otherwise) that contradict the conditions of
1480 this License, they do not excuse you from the conditions of this
1481 License. If you cannot distribute so as to satisfy
1482 simultaneously your obligations under this License and any other
1483 pertinent obligations, then as a consequence you may not
1484 distribute the Library at all. For example, if a patent license
1485 would not permit royalty-free redistribution of the Library by
1486 all those who receive copies directly or indirectly through you,
1487 then the only way you could satisfy both it and this License
1488 would be to refrain entirely from distribution of the Library.
1489 </para>
1490
1491 <para>
1492 If any portion of this section is held invalid or unenforceable
1493 under any particular circumstance, the balance of the section is
1494 intended to apply, and the section as a whole is intended to
1495 apply in other circumstances.
1496 </para>
1497
1498 <para>
1499 It is not the purpose of this section to induce you to infringe
1500 any patents or other property right claims or to contest
1501 validity of any such claims; this section has the sole purpose
1502 of protecting the integrity of the free software distribution
1503 system which is implemented by public license practices. Many
1504 people have made generous contributions to the wide range of
1505 software distributed through that system in reliance on
1506 consistent application of that system; it is up to the
1507 author/donor to decide if he or she is willing to distribute
1508 software through any other system and a licensee cannot impose
1509 that choice.
1510 </para>
1511
1512 <para>
1513 This section is intended to make thoroughly clear what is
1514 believed to be a consequence of the rest of this License.
1515 </para>
1516
1517 <para>
1518 12. If the distribution and/or use of the Library is restricted
1519 in certain countries either by patents or by copyrighted
1520 interfaces, the original copyright holder who places the Library
1521 under this License may add an explicit geographical distribution
1522 limitation excluding those countries, so that distribution is
1523 permitted only in or among countries not thus excluded. In such
1524 case, this License incorporates the limitation as if written in
1525 the body of this License.
1526 </para>
1527
1528 <para>
1529 13. The Free Software Foundation may publish revised and/or new
1530 versions of the Lesser General Public License from time to time.
1531 Such new versions will be similar in spirit to the present
1532 version, but may differ in detail to address new problems or
1533 concerns.
1534 </para>
1535
1536 <para>
1537 Each version is given a distinguishing version number. If the
1538 Library specifies a version number of this License which applies
1539 to it and "any later version", you have the option of following
1540 the terms and conditions either of that version or of any later
1541 version published by the Free Software Foundation. If the
1542 Library does not specify a license version number, you may
1543 choose any version ever published by the Free Software
1544 Foundation.
1545 </para>
1546
1547 <para>
1548 14. If you wish to incorporate parts of the Library into other
1549 free programs whose distribution conditions are incompatible
1550 with these, write to the author to ask for permission. For
1551 software which is copyrighted by the Free Software Foundation,
1552 write to the Free Software Foundation; we sometimes make
1553 exceptions for this. Our decision will be guided by the two
1554 goals of preserving the free status of all derivatives of our
1555 free software and of promoting the sharing and reuse of software
1556 generally.
1557 </para>
1558
1559 <para>
1560 NO WARRANTY
1561 </para>
1562
1563 <para>
1564 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
1565 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE
1566 LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1567 HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
1568 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
1569 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
1570 AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
1571 QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE
1572 LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
1573 SERVICING, REPAIR OR CORRECTION.
1574 </para>
1575
1576 <para>
1577 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO
1578 IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
1579 MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE
1580 LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
1581 INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
1582 INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS
1583 OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1584 YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH
1585 ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
1586 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1587 </para>
1588
1589 <para>
1590 END OF TERMS AND CONDITIONS
1591 </para>
1592
1593 </sect2>
1594
1595 <sect2 id="licMPL">
1596
1597 <title>Mozilla Public License (MPL)</title>
1598
1599 <para>
1600 MOZILLA PUBLIC LICENSE Version 1.1
1601 </para>
1602
1603 <para>
1604 1. Definitions.
1605 </para>
1606
1607 <para>
1608 1.0.1. "Commercial Use" means distribution or otherwise making
1609 the Covered Code available to a third party.
1610 </para>
1611
1612 <para>
1613 1.1. "Contributor" means each entity that creates or contributes
1614 to the creation of Modifications.
1615 </para>
1616
1617 <para>
1618 1.2. "Contributor Version" means the combination of the Original
1619 Code, prior Modifications used by a Contributor, and the
1620 Modifications made by that particular Contributor.
1621 </para>
1622
1623 <para>
1624 1.3. "Covered Code" means the Original Code or Modifications or
1625 the combination of the Original Code and Modifications, in each
1626 case including portions thereof.
1627 </para>
1628
1629 <para>
1630 1.4. "Electronic Distribution Mechanism" means a mechanism
1631 generally accepted in the software development community for the
1632 electronic transfer of data.
1633 </para>
1634
1635 <para>
1636 1.5. "Executable" means Covered Code in any form other than
1637 Source Code.
1638 </para>
1639
1640 <para>
1641 1.6. "Initial Developer" means the individual or entity
1642 identified as the Initial Developer in the Source Code notice
1643 required by Exhibit A.
1644 </para>
1645
1646 <para>
1647 1.7. "Larger Work" means a work which combines Covered Code or
1648 portions thereof with code not governed by the terms of this
1649 License.
1650 </para>
1651
1652 <para>
1653 1.8. "License" means this document.
1654 </para>
1655
1656 <para>
1657 1.8.1. "Licensable" means having the right to grant, to the
1658 maximum extent possible, whether at the time of the initial
1659 grant or subsequently acquired, any and all of the rights
1660 conveyed herein.
1661 </para>
1662
1663 <para>
1664 1.9. "Modifications" means any addition to or deletion from the
1665 substance or structure of either the Original Code or any
1666 previous Modifications. When Covered Code is released as a
1667 series of files, a Modification is:
1668 </para>
1669
1670 <para>
1671 A. Any addition to or deletion from the contents of a file
1672 containing Original Code or previous Modifications.
1673 </para>
1674
1675 <para>
1676 B. Any new file that contains any part of the Original Code or
1677 previous Modifications.
1678 </para>
1679
1680 <para>
1681 1.10. "Original Code" means Source Code of computer software
1682 code which is described in the Source Code notice required by
1683 Exhibit A as Original Code, and which, at the time of its
1684 release under this License is not already Covered Code governed
1685 by this License.
1686 </para>
1687
1688 <para>
1689 1.10.1. "Patent Claims" means any patent claim(s), now owned or
1690 hereafter acquired, including without limitation, method,
1691 process, and apparatus claims, in any patent Licensable by
1692 grantor.
1693 </para>
1694
1695 <para>
1696 1.11. "Source Code" means the preferred form of the Covered Code
1697 for making modifications to it, including all modules it
1698 contains, plus any associated interface definition files,
1699 scripts used to control compilation and installation of an
1700 Executable, or source code differential comparisons against
1701 either the Original Code or another well known, available
1702 Covered Code of the Contributor's choice. The Source Code can be
1703 in a compressed or archival form, provided the appropriate
1704 decompression or de-archiving software is widely available for
1705 no charge.
1706 </para>
1707
1708 <para>
1709 1.12. "You" (or "Your") means an individual or a legal entity
1710 exercising rights under, and complying with all of the terms of,
1711 this License or a future version of this License issued under
1712 Section 6.1. For legal entities, "You" includes any entity which
1713 controls, is controlled by, or is under common control with You.
1714 For purposes of this definition, "control" means (a) the power,
1715 direct or indirect, to cause the direction or management of such
1716 entity, whether by contract or otherwise, or (b) ownership of
1717 more than fifty percent (50%) of the outstanding shares or
1718 beneficial ownership of such entity.
1719 </para>
1720
1721 <para>
1722 2. Source Code License.
1723 </para>
1724
1725 <para>
1726 2.1. The Initial Developer Grant. The Initial Developer hereby
1727 grants You a world-wide, royalty-free, non-exclusive license,
1728 subject to third party intellectual property claims:
1729 </para>
1730
1731 <para>
1732 (a) under intellectual property rights (other than patent or
1733 trademark) Licensable by Initial Developer to use, reproduce,
1734 modify, display, perform, sublicense and distribute the Original
1735 Code (or portions thereof) with or without Modifications, and/or
1736 as part of a Larger Work; and
1737 </para>
1738
1739 <para>
1740 (b) under Patents Claims infringed by the making, using or
1741 selling of Original Code, to make, have made, use, practice,
1742 sell, and offer for sale, and/or otherwise dispose of the
1743 Original Code (or portions thereof).
1744 </para>
1745
1746 <para>
1747 (c) the licenses granted in this Section 2.1(a) and (b) are
1748 effective on the date Initial Developer first distributes
1749 Original Code under the terms of this License.
1750 </para>
1751
1752 <para>
1753 (d) Notwithstanding Section 2.1(b) above, no patent license is
1754 granted: 1) for code that You delete from the Original Code; 2)
1755 separate from the Original Code; or 3) for infringements caused
1756 by: i) the modification of the Original Code or ii) the
1757 combination of the Original Code with other software or devices.
1758 </para>
1759
1760 <para>
1761 2.2. Contributor Grant. Subject to third party intellectual
1762 property claims, each Contributor hereby grants You a
1763 world-wide, royalty-free, non-exclusive license
1764 </para>
1765
1766 <para>
1767 (a) under intellectual property rights (other than patent or
1768 trademark) Licensable by Contributor, to use, reproduce, modify,
1769 display, perform, sublicense and distribute the Modifications
1770 created by such Contributor (or portions thereof) either on an
1771 unmodified basis, with other Modifications, as Covered Code
1772 and/or as part of a Larger Work; and
1773 </para>
1774
1775 <para>
1776 (b) under Patent Claims infringed by the making, using, or
1777 selling of Modifications made by that Contributor either alone
1778 and/or in combination with its Contributor Version (or portions
1779 of such combination), to make, use, sell, offer for sale, have
1780 made, and/or otherwise dispose of: 1) Modifications made by that
1781 Contributor (or portions thereof); and 2) the combination of
1782 Modifications made by that Contributor with its Contributor
1783 Version (or portions of such combination).
1784 </para>
1785
1786 <para>
1787 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
1788 effective on the date Contributor first makes Commercial Use of
1789 the Covered Code.
1790 </para>
1791
1792 <para>
1793 (d) Notwithstanding Section 2.2(b) above, no patent license is
1794 granted: 1) for any code that Contributor has deleted from the
1795 Contributor Version; 2) separate from the Contributor Version;
1796 3) for infringements caused by: i) third party modifications of
1797 Contributor Version or ii) the combination of Modifications made
1798 by that Contributor with other software (except as part of the
1799 Contributor Version) or other devices; or 4) under Patent Claims
1800 infringed by Covered Code in the absence of Modifications made
1801 by that Contributor.
1802 </para>
1803
1804 <para>
1805 3. Distribution Obligations.
1806 </para>
1807
1808 <para>
1809 3.1. Application of License. The Modifications which You create
1810 or to which You contribute are governed by the terms of this
1811 License, including without limitation Section 2.2. The Source
1812 Code version of Covered Code may be distributed only under the
1813 terms of this License or a future version of this License
1814 released under Section 6.1, and You must include a copy of this
1815 License with every copy of the Source Code You distribute. You
1816 may not offer or impose any terms on any Source Code version
1817 that alters or restricts the applicable version of this License
1818 or the recipients' rights hereunder. However, You may include an
1819 additional document offering the additional rights described in
1820 Section 3.5.
1821 </para>
1822
1823 <para>
1824 3.2. Availability of Source Code. Any Modification which You
1825 create or to which You contribute must be made available in
1826 Source Code form under the terms of this License either on the
1827 same media as an Executable version or via an accepted
1828 Electronic Distribution Mechanism to anyone to whom you made an
1829 Executable version available; and if made available via
1830 Electronic Distribution Mechanism, must remain available for at
1831 least twelve (12) months after the date it initially became
1832 available, or at least six (6) months after a subsequent version
1833 of that particular Modification has been made available to such
1834 recipients. You are responsible for ensuring that the Source
1835 Code version remains available even if the Electronic
1836 Distribution Mechanism is maintained by a third party.
1837 </para>
1838
1839 <para>
1840 3.3. Description of Modifications. You must cause all Covered
1841 Code to which You contribute to contain a file documenting the
1842 changes You made to create that Covered Code and the date of any
1843 change. You must include a prominent statement that the
1844 Modification is derived, directly or indirectly, from Original
1845 Code provided by the Initial Developer and including the name of
1846 the Initial Developer in (a) the Source Code, and (b) in any
1847 notice in an Executable version or related documentation in
1848 which You describe the origin or ownership of the Covered Code.
1849 </para>
1850
1851 <para>
1852 3.4. Intellectual Property Matters
1853 </para>
1854
1855 <para>
1856 (a) Third Party Claims. If Contributor has knowledge that a
1857 license under a third party's intellectual property rights is
1858 required to exercise the rights granted by such Contributor
1859 under Sections 2.1 or 2.2, Contributor must include a text file
1860 with the Source Code distribution titled "LEGAL" which describes
1861 the claim and the party making the claim in sufficient detail
1862 that a recipient will know whom to contact. If Contributor
1863 obtains such knowledge after the Modification is made available
1864 as described in Section 3.2, Contributor shall promptly modify
1865 the LEGAL file in all copies Contributor makes available
1866 thereafter and shall take other steps (such as notifying
1867 appropriate mailing lists or newsgroups) reasonably calculated
1868 to inform those who received the Covered Code that new knowledge
1869 has been obtained.
1870 </para>
1871
1872 <para>
1873 (b) Contributor APIs. If Contributor's Modifications include an
1874 application programming interface and Contributor has knowledge
1875 of patent licenses which are reasonably necessary to implement
1876 that API, Contributor must also include this information in the
1877 LEGAL file.
1878 </para>
1879
1880 <para>
1881 3.5. Required Notices. You must duplicate the notice in Exhibit
1882 A in each file of the Source Code. If it is not possible to put
1883 such notice in a particular Source Code file due to its
1884 structure, then You must include such notice in a location (such
1885 as a relevant directory) where a user would be likely to look
1886 for such a notice. If You created one or more Modification(s)
1887 You may add your name as a Contributor to the notice described
1888 in Exhibit A. You must also duplicate this License in any
1889 documentation for the Source Code where You describe recipients'
1890 rights or ownership rights relating to Covered Code. You may
1891 choose to offer, and to charge a fee for, warranty, support,
1892 indemnity or liability obligations to one or more recipients of
1893 Covered Code. However, You may do so only on Your own behalf,
1894 and not on behalf of the Initial Developer or any Contributor.
1895 You must make it absolutely clear than any such warranty,
1896 support, indemnity or liability obligation is offered by You
1897 alone, and You hereby agree to indemnify the Initial Developer
1898 and every Contributor for any liability incurred by the Initial
1899 Developer or such Contributor as a result of warranty, support,
1900 indemnity or liability terms You offer.
1901 </para>
1902
1903 <para>
1904 3.6. Distribution of Executable Versions. You may distribute
1905 Covered Code in Executable form only if the requirements of
1906 Section 3.1-3.5 have been met for that Covered Code, and if You
1907 include a notice stating that the Source Code version of the
1908 Covered Code is available under the terms of this License,
1909 including a description of how and where You have fulfilled the
1910 obligations of Section 3.2. The notice must be conspicuously
1911 included in any notice in an Executable version, related
1912 documentation or collateral in which You describe recipients'
1913 rights relating to the Covered Code. You may distribute the
1914 Executable version of Covered Code or ownership rights under a
1915 license of Your choice, which may contain terms different from
1916 this License, provided that You are in compliance with the terms
1917 of this License and that the license for the Executable version
1918 does not attempt to limit or alter the recipient's rights in the
1919 Source Code version from the rights set forth in this License.
1920 If You distribute the Executable version under a different
1921 license You must make it absolutely clear that any terms which
1922 differ from this License are offered by You alone, not by the
1923 Initial Developer or any Contributor. You hereby agree to
1924 indemnify the Initial Developer and every Contributor for any
1925 liability incurred by the Initial Developer or such Contributor
1926 as a result of any such terms You offer.
1927 </para>
1928
1929 <para>
1930 3.7. Larger Works. You may create a Larger Work by combining
1931 Covered Code with other code not governed by the terms of this
1932 License and distribute the Larger Work as a single product. In
1933 such a case, You must make sure the requirements of this License
1934 are fulfilled for the Covered Code.
1935 </para>
1936
1937 <para>
1938 4. Inability to Comply Due to Statute or Regulation.If it is
1939 impossible for You to comply with any of the terms of this
1940 License with respect to some or all of the Covered Code due to
1941 statute, judicial order, or regulation then You must: (a) comply
1942 with the terms of this License to the maximum extent possible;
1943 and (b) describe the limitations and the code they affect. Such
1944 description must be included in the LEGAL file described in
1945 Section 3.4 and must be included with all distributions of the
1946 Source Code. Except to the extent prohibited by statute or
1947 regulation, such description must be sufficiently detailed for a
1948 recipient of ordinary skill to be able to understand it.
1949 </para>
1950
1951 <para>
1952 5. Application of this License. This License applies to code to
1953 which the Initial Developer has attached the notice in Exhibit A
1954 and to related Covered Code.
1955 </para>
1956
1957 <para>
1958 6. Versions of the License.
1959 </para>
1960
1961 <para>
1962 6.1. New Versions. Netscape Communications Corporation
1963 ("Netscape") may publish revised and/or new versions of the
1964 License from time to time. Each version will be given a
1965 distinguishing version number.
1966 </para>
1967
1968 <para>
1969 6.2. Effect of New Versions. Once Covered Code has been
1970 published under a particular version of the License, You may
1971 always continue to use it under the terms of that version. You
1972 may also choose to use such Covered Code under the terms of any
1973 subsequent version of the License published by Netscape. No one
1974 other than Netscape has the right to modify the terms applicable
1975 to Covered Code created under this License.
1976 </para>
1977
1978 <para>
1979 6.3. Derivative Works. If You create or use a modified version
1980 of this License (which you may only do in order to apply it to
1981 code which is not already Covered Code governed by this
1982 License), You must (a) rename Your license so that the phrases
1983 "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any
1984 confusingly similar phrase do not appear in your license (except
1985 to note that your license differs from this License) and (b)
1986 otherwise make it clear that Your version of the license
1987 contains terms which differ from the Mozilla Public License and
1988 Netscape Public License. (Filling in the name of the Initial
1989 Developer, Original Code or Contributor in the notice described
1990 in Exhibit A shall not of themselves be deemed to be
1991 modifications of this License.)
1992 </para>
1993
1994 <para>
1995 7. DISCLAIMER OF WARRANTY.
1996 </para>
1997
1998 <para>
1999 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
2000 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
2001 INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE
2002 IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE
2003 OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
2004 PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED
2005 CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL
2006 DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY
2007 NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
2008 WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE
2009 OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
2010 DISCLAIMER.
2011 </para>
2012
2013 <para>
2014 8. TERMINATION.
2015 </para>
2016
2017 <para>
2018 8.1. This License and the rights granted hereunder will
2019 terminate automatically if You fail to comply with terms herein
2020 and fail to cure such breach within 30 days of becoming aware of
2021 the breach. All sublicenses to the Covered Code which are
2022 properly granted shall survive any termination of this License.
2023 Provisions which, by their nature, must remain in effect beyond
2024 the termination of this License shall survive.
2025 </para>
2026
2027 <para>
2028 8.2. If You initiate litigation by asserting a patent
2029 infringement claim (excluding declaratory judgment actions)
2030 against Initial Developer or a Contributor (the Initial
2031 Developer or Contributor against whom You file such action is
2032 referred to as "Participant") alleging that:
2033 </para>
2034
2035 <para>
2036 (a) such Participant's Contributor Version directly or
2037 indirectly infringes any patent, then any and all rights granted
2038 by such Participant to You under Sections 2.1 and/or 2.2 of this
2039 License shall, upon 60 days notice from Participant terminate
2040 prospectively, unless if within 60 days after receipt of notice
2041 You either: (i) agree in writing to pay Participant a mutually
2042 agreeable reasonable royalty for Your past and future use of
2043 Modifications made by such Participant, or (ii) withdraw Your
2044 litigation claim with respect to the Contributor Version against
2045 such Participant. If within 60 days of notice, a reasonable
2046 royalty and payment arrangement are not mutually agreed upon in
2047 writing by the parties or the litigation claim is not withdrawn,
2048 the rights granted by Participant to You under Sections 2.1
2049 and/or 2.2 automatically terminate at the expiration of the 60
2050 day notice period specified above.
2051 </para>
2052
2053 <para>
2054 (b) any software, hardware, or device, other than such
2055 Participant's Contributor Version, directly or indirectly
2056 infringes any patent, then any rights granted to You by such
2057 Participant under Sections 2.1(b) and 2.2(b) are revoked
2058 effective as of the date You first made, used, sold,
2059 distributed, or had made, Modifications made by that
2060 Participant.
2061 </para>
2062
2063 <para>
2064 8.3. If You assert a patent infringement claim against
2065 Participant alleging that such Participant's Contributor Version
2066 directly or indirectly infringes any patent where such claim is
2067 resolved (such as by license or settlement) prior to the
2068 initiation of patent infringement litigation, then the
2069 reasonable value of the licenses granted by such Participant
2070 under Sections 2.1 or 2.2 shall be taken into account in
2071 determining the amount or value of any payment or license.
2072 </para>
2073
2074 <para>
2075 8.4. In the event of termination under Sections 8.1 or 8.2
2076 above, all end user license agreements (excluding distributors
2077 and resellers) which have been validly granted by You or any
2078 distributor hereunder prior to termination shall survive
2079 termination.
2080 </para>
2081
2082 <para>
2083 9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO
2084 LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
2085 OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER
2086 CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER
2087 OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
2088 INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
2089 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
2090 GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY
2091 AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY
2092 SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES.
2093 THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR
2094 DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE
2095 TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME
2096 JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF
2097 INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
2098 LIMITATION MAY NOT APPLY TO YOU.
2099 </para>
2100
2101 <para>
2102 10. U.S. GOVERNMENT END USERS. The Covered Code is a "commercial
2103 item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995),
2104 consisting of "commercial computer software" and "commercial
2105 computer software documentation," as such terms are used in 48
2106 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and
2107 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.
2108 Government End Users acquire Covered Code with only those rights
2109 set forth herein.
2110 </para>
2111
2112 <para>
2113 11. MISCELLANEOUS. This License represents the complete
2114 agreement concerning subject matter hereof. If any provision of
2115 this License is held to be unenforceable, such provision shall
2116 be reformed only to the extent necessary to make it enforceable.
2117 This License shall be governed by California law provisions
2118 (except to the extent applicable law, if any, provides
2119 otherwise), excluding its conflict-of-law provisions. With
2120 respect to disputes in which at least one party is a citizen of,
2121 or an entity chartered or registered to do business in the
2122 United States of America, any litigation relating to this
2123 License shall be subject to the jurisdiction of the Federal
2124 Courts of the Northern District of California, with venue lying
2125 in Santa Clara County, California, with the losing party
2126 responsible for costs, including without limitation, court costs
2127 and reasonable attorneys' fees and expenses. The application of
2128 the United Nations Convention on Contracts for the International
2129 Sale of Goods is expressly excluded. Any law or regulation which
2130 provides that the language of a contract shall be construed
2131 against the drafter shall not apply to this License.
2132 </para>
2133
2134 <para>
2135 12. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and
2136 the Contributors, each party is responsible for claims and
2137 damages arising, directly or indirectly, out of its utilization
2138 of rights under this License and You agree to work with Initial
2139 Developer and Contributors to distribute such responsibility on
2140 an equitable basis. Nothing herein is intended or shall be
2141 deemed to constitute any admission of liability.
2142 </para>
2143
2144 <para>
2145 13. MULTIPLE-LICENSED CODE. Initial Developer may designate
2146 portions of the Covered Code as "Multiple-Licensed".
2147 "Multiple-Licensed" means that the Initial Developer permits you
2148 to utilize portions of the Covered Code under Your choice of the
2149 NPL or the alternative licenses, if any, specified by the
2150 Initial Developer in the file described in Exhibit A.
2151 </para>
2152
2153 <para>
2154 EXHIBIT A -Mozilla Public License.
2155 </para>
2156
2157 <para>
2158 ``The contents of this file are subject to the Mozilla Public
2159 License Version 1.1 (the "License"); you may not use this file
2160 except in compliance with the License. You may obtain a copy of
2161 the License at http://www.mozilla.org/MPL/
2162 </para>
2163
2164 <para>
2165 Software distributed under the License is distributed on an "AS
2166 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
2167 implied. See the License for the specific language governing
2168 rights and limitations under the License.
2169 </para>
2170
2171 <para>
2172 The Original Code is ______________________________________.
2173 </para>
2174
2175 <para>
2176 The Initial Developer of the Original Code is
2177 ________________________. Portions created by
2178 ______________________ are Copyright (C) ______
2179 _______________________. All Rights Reserved.
2180 </para>
2181
2182 <para>
2183 Contributor(s): ______________________________________.
2184 </para>
2185
2186 <para>
2187 Alternatively, the contents of this file may be used under the
2188 terms of the _____ license (the "[___] License"), in which case
2189 the provisions of [______] License are applicable instead of
2190 those above. If you wish to allow use of your version of this
2191 file only under the terms of the [____] License and not to allow
2192 others to use your version of this file under the MPL, indicate
2193 your decision by deleting the provisions above and replace them
2194 with the notice and other provisions required by the [___]
2195 License. If you do not delete the provisions above, a recipient
2196 may use your version of this file under either the MPL or the
2197 [___] License."
2198 </para>
2199
2200 <para>
2201 [NOTE: The text of this Exhibit A may differ slightly from the
2202 text of the notices in the Source Code files of the Original
2203 Code. You should use the text of this Exhibit A rather than the
2204 text found in the Original Code Source Code for Your
2205 Modifications.]
2206 </para>
2207
2208 </sect2>
2209
2210 <sect2 id="licMIT">
2211
2212 <title>MIT License</title>
2213
2214 <para>
2215 Permission is hereby granted, free of charge, to any person
2216 obtaining a copy of this software and associated documentation
2217 files (the "Software"), to deal in the Software without
2218 restriction, including without limitation the rights to use,
2219 copy, modify, merge, publish, distribute, sublicense, and/or
2220 sell copies of the Software, and to permit persons to whom the
2221 Software is furnished to do so, subject to the following
2222 conditions:
2223 </para>
2224
2225 <para>
2226 The above copyright notice and this permission notice shall be
2227 included in all copies or substantial portions of the Software.
2228 </para>
2229
2230 <para>
2231 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2232 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2233 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2234 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2235 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2236 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2237 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2238 OTHER DEALINGS IN THE SOFTWARE.
2239 </para>
2240
2241 </sect2>
2242
2243 <sect2 id="licX11">
2244
2245 <title>X Consortium License (X11)</title>
2246
2247 <para>
2248 Permission is hereby granted, free of charge, to any person
2249 obtaining a copy of this software and associated documentation
2250 files (the "Software"), to deal in the Software without
2251 restriction, including without limitation the rights to use,
2252 copy, modify, merge, publish, distribute, sublicense, and/or
2253 sell copies of the Software, and to permit persons to whom the
2254 Software is furnished to do so, subject to the following
2255 conditions:
2256 </para>
2257
2258 <para>
2259 The above copyright notice and this permission notice shall be
2260 included in all copies or substantial portions of the Software.
2261 </para>
2262
2263 <para>
2264 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2265 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2266 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2267 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2268 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2269 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2270 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2271 OTHER DEALINGS IN THE SOFTWARE.
2272 </para>
2273
2274 </sect2>
2275
2276 <sect2 id="licZLIB">
2277
2278 <title>zlib License</title>
2279
2280 <para>
2281 This software is provided 'as-is', without any express or
2282 implied warranty. In no event will the authors be held liable
2283 for any damages arising from the use of this software.
2284 </para>
2285
2286 <para>
2287 Permission is granted to anyone to use this software for any
2288 purpose, including commercial applications, and to alter it and
2289 redistribute it freely, subject to the following restrictions:
2290 </para>
2291
2292 <para>
2293 1. The origin of this software must not be misrepresented; you
2294 must not claim that you wrote the original software. If you use
2295 this software in a product, an acknowledgment in the product
2296 documentation would be appreciated but is not required.
2297 </para>
2298
2299 <para>
2300 2. Altered source versions must be plainly marked as such, and
2301 must not be misrepresented as being the original software.
2302 </para>
2303
2304 <para>
2305 3. This notice may not be removed or altered from any source
2306 distribution.
2307 </para>
2308
2309<screen>Jean-loup Gailly Mark Adler
2310[email protected] [email protected]</screen>
2311
2312 </sect2>
2313
2314 <sect2 id="licSSL">
2315
2316 <title>OpenSSL License</title>
2317
2318 <para>
2319 This package is an SSL implementation written by Eric Young
2320 ([email protected]). The implementation was written so as to
2321 conform with Netscape's SSL.
2322 </para>
2323
2324 <para>
2325 This library is free for commercial and non-commercial use as
2326 long as the following conditions are adhered to. The following
2327 conditions apply to all code found in this distribution, be it
2328 the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The
2329 SSL documentation included with this distribution is covered by
2330 the same copyright terms except that the holder is Tim Hudson
2331 ([email protected]).
2332 </para>
2333
2334 <para>
2335 Copyright remains Eric Young's, and as such any Copyright
2336 notices in the code are not to be removed. If this package is
2337 used in a product, Eric Young should be given attribution as the
2338 author of the parts of the library used. This can be in the form
2339 of a textual message at program startup or in documentation
2340 (online or textual) provided with the package.
2341 </para>
2342
2343 <para>
2344 Redistribution and use in source and binary forms, with or
2345 without modification, are permitted provided that the following
2346 conditions are met:
2347 </para>
2348
2349 <para>
2350 1. Redistributions of source code must retain the copyright
2351 notice, this list of conditions and the following disclaimer.
2352 </para>
2353
2354 <para>
2355 2. Redistributions in binary form must reproduce the above
2356 copyright notice, this list of conditions and the following
2357 disclaimer in the documentation and/or other materials provided
2358 with the distribution.
2359 </para>
2360
2361 <para>
2362 3. All advertising materials mentioning features or use of this
2363 software must display the following acknowledgement: "This
2364 product includes cryptographic software written by Eric Young
2365 ([email protected])" The word 'cryptographic' can be left out if
2366 the routines from the library being used are not cryptographic
2367 related :-).
2368 </para>
2369
2370 <para>
2371 4. If you include any Windows specific code (or a derivative
2372 thereof) from the apps directory (application code) you must
2373 include an acknowledgement: "This product includes software
2374 written by Tim Hudson ([email protected])"
2375 </para>
2376
2377 <para>
2378 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY
2379 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
2380 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2381 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
2382 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2383 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2384 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
2385 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
2386 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2387 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2388 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
2389 THE POSSIBILITY OF SUCH DAMAGE.
2390 </para>
2391
2392 <para>
2393 The licence and distribution terms for any publicly available
2394 version or derivative of this code cannot be changed. i.e. this
2395 code cannot simply be copied and put under another distribution
2396 licence [including the GNU Public Licence.]
2397 </para>
2398
2399 </sect2>
2400
2401 <sect2 id="licSlirp">
2402
2403 <title>Slirp License</title>
2404
2405 <para>
2406 Copyright (c) 1995,1996 Danny Gasparovski. All rights reserved.
2407 </para>
2408
2409 <para>
2410 Redistribution and use in source and binary forms, with or
2411 without modification, are permitted provided that the following
2412 conditions are met:
2413 </para>
2414
2415 <para>
2416 1. Redistributions of source code must retain the above
2417 copyright notice, this list of conditions and the following
2418 disclaimer.
2419 </para>
2420
2421 <para>
2422 2. Redistributions in binary form must reproduce the above
2423 copyright notice, this list of conditions and the following
2424 disclaimer in the documentation and/or other materials provided
2425 with the distribution.
2426 </para>
2427
2428 <para>
2429 3. All advertising materials mentioning features or use of this
2430 software must display the following acknowledgment: This product
2431 includes software developed by Danny Gasparovski.
2432 </para>
2433
2434 <para>
2435 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
2436 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2437 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2438 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DANNY GASPAROVSKI OR
2439 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2440 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2441 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
2442 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
2443 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2444 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2445 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
2446 THE POSSIBILITY OF SUCH DAMAGE.
2447 </para>
2448
2449 </sect2>
2450
2451 <sect2 id="licLZF">
2452
2453 <title>liblzf License</title>
2454
2455 <para>
2456 Redistribution and use in source and binary forms, with or
2457 without modification, are permitted provided that the following
2458 conditions are met:
2459 </para>
2460
2461 <para>
2462 1. Redistributions of source code must retain the above
2463 copyright notice, this list of conditions and the following
2464 disclaimer.
2465 </para>
2466
2467 <para>
2468 2. Redistributions in binary form must reproduce the above
2469 copyright notice, this list of conditions and the following
2470 disclaimer in the documentation and/or other materials provided
2471 with the distribution.
2472 </para>
2473
2474 <para>
2475 3. The name of the author may not be used to endorse or promote
2476 products derived from this software without specific prior
2477 written permission.
2478 </para>
2479
2480 <para>
2481 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
2482 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
2483 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2484 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
2485 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2486 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2487 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2488 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2489 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2490 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2491 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
2492 THE POSSIBILITY OF SUCH DAMAGE.
2493 </para>
2494
2495 </sect2>
2496
2497 <sect2 id="liclibping">
2498
2499 <title>libpng License</title>
2500
2501 <para>
2502 The PNG Reference Library is supplied "AS IS". The Contributing
2503 Authors and Group 42, Inc. disclaim all warranties, expressed or
2504 implied, including, without limitation, the warranties of
2505 merchantability and of fitness for any purpose. The Contributing
2506 Authors and Group 42, Inc. assume no liability for direct,
2507 indirect, incidental, special, exemplary, or consequential
2508 damages, which may result from the use of the PNG Reference
2509 Library, even if advised of the possibility of such damage.
2510 </para>
2511
2512 <para>
2513 Permission is hereby granted to use, copy, modify, and
2514 distribute this source code, or portions hereof, for any
2515 purpose, without fee, subject to the following restrictions:
2516 </para>
2517
2518 <para>
2519 1. The origin of this source code must not be misrepresented.
2520 </para>
2521
2522 <para>
2523 2. Altered versions must be plainly marked as such and must not
2524 be misrepresented as being the original source.
2525 </para>
2526
2527 <para>
2528 3. This Copyright notice may not be removed or altered from any
2529 source or altered source distribution.
2530 </para>
2531
2532 <para>
2533 The Contributing Authors and Group 42, Inc. specifically permit,
2534 without fee, and encourage the use of this source code as a
2535 component to supporting the PNG file format in commercial
2536 products. If you use this source code in a product,
2537 acknowledgment is not required but would be appreciated.
2538 </para>
2539
2540 </sect2>
2541
2542 <sect2 id="licLWIP">
2543
2544 <title>lwIP License</title>
2545
2546 <para>
2547 Redistribution and use in source and binary forms, with or
2548 without modification, are permitted provided that the following
2549 conditions are met:
2550 </para>
2551
2552 <para>
2553 1. Redistributions of source code must retain the above
2554 copyright notice, this list of conditions and the following
2555 disclaimer.
2556 </para>
2557
2558 <para>
2559 2. Redistributions in binary form must reproduce the above
2560 copyright notice, this list of conditions and the following
2561 disclaimer in the documentation and/or other materials provided
2562 with the distribution.
2563 </para>
2564
2565 <para>
2566 3. The name of the author may not be used to endorse or promote
2567 products derived from this software without specific prior
2568 written permission.
2569 </para>
2570
2571 <para>
2572 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
2573 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
2574 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2575 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
2576 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2577 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2578 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2579 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2580 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2581 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2582 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
2583 THE POSSIBILITY OF SUCH DAMAGE.
2584 </para>
2585
2586 </sect2>
2587
2588 <sect2 id="licLibXML">
2589
2590 <title>libxml License</title>
2591
2592 <para>
2593 Except where otherwise noted in the source code (e.g. the files
2594 hash.c, list.c and the trio files, which are covered by a
2595 similar licence but with different Copyright notices) all the
2596 files are:
2597 </para>
2598
2599 <para>
2600 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
2601 </para>
2602
2603 <para>
2604 Permission is hereby granted, free of charge, to any person
2605 obtaining a copy of this software and associated documentation
2606 files (the "Software"), to deal in the Software without
2607 restriction, including without limitation the rights to use,
2608 copy, modify, merge, publish, distribute, sublicense, and/or
2609 sell copies of the Software, and to permit persons to whom the
2610 Software is furnished to do so, subject to the following
2611 conditions:
2612 </para>
2613
2614 <para>
2615 The above copyright notice and this permission notice shall be
2616 included in all copies or substantial portions of the Software.
2617 </para>
2618
2619 <para>
2620 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2621 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2622 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2623 NONINFRINGEMENT. IN NO EVENT SHALL THE DANIEL VEILLARD BE LIABLE
2624 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2625 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2626 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2627 SOFTWARE.
2628 </para>
2629
2630 <para>
2631 Except as contained in this notice, the name of Daniel Veillard
2632 shall not be used in advertising or otherwise to promote the
2633 sale, use or other dealings in this Software without prior
2634 written authorization from him.
2635 </para>
2636
2637 </sect2>
2638
2639 <sect2 id="licLibXSLT">
2640
2641 <title>libxslt Licenses</title>
2642
2643 <para>
2644 Licence for libxslt except libexslt:
2645 </para>
2646
2647 <para>
2648 Copyright (C) 2001-2002 Daniel Veillard. All Rights Reserved.
2649 </para>
2650
2651 <para>
2652 Permission is hereby granted, free of charge, to any person
2653 obtaining a copy of this software and associated documentation
2654 files (the "Software"), to deal in the Software without
2655 restriction, including without limitation the rights to use,
2656 copy, modify, merge, publish, distribute, sublicense, and/or
2657 sell copies of the Software, and to permit persons to whom the
2658 Software is furnished to do so, subject to the following
2659 conditions:
2660 </para>
2661
2662 <para>
2663 The above copyright notice and this permission notice shall be
2664 included in all copies or substantial portions of the Software.
2665 </para>
2666
2667 <para>
2668 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2669 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2670 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2671 NONINFRINGEMENT. IN NO EVENT SHALL THE DANIEL VEILLARD BE LIABLE
2672 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2673 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2674 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2675 SOFTWARE.
2676 </para>
2677
2678 <para>
2679 Except as contained in this notice, the name of Daniel Veillard
2680 shall not be used in advertising or otherwise to promote the
2681 sale, use or other dealings in this Software without prior
2682 written authorization from him.
2683 </para>
2684
2685 <para>
2686 Licence for libexslt:
2687 </para>
2688
2689 <para>
2690 Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and
2691 Daniel Veillard. All Rights Reserved.
2692 </para>
2693
2694 <para>
2695 Permission is hereby granted, free of charge, to any person
2696 obtaining a copy of this software and associated documentation
2697 files (the "Software"), to deal in the Software without
2698 restriction, including without limitation the rights to use,
2699 copy, modify, merge, publish, distribute, sublicense, and/or
2700 sell copies of the Software, and to permit persons to whom the
2701 Software is furnished to do so, subject to the following
2702 conditions:
2703 </para>
2704
2705 <para>
2706 The above copyright notice and this permission notice shall be
2707 included in all copies or substantial portions of the Software.
2708 </para>
2709
2710 <para>
2711 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2712 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2713 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2714 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
2715 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2716 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2717 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2718 SOFTWARE.
2719 </para>
2720
2721 <para>
2722 Except as contained in this notice, the name of the authors
2723 shall not be used in advertising or otherwise to promote the
2724 sale, use or other dealings in this Software without prior
2725 written authorization from him.
2726 </para>
2727
2728 </sect2>
2729
2730 <sect2 id="licgSOAP">
2731
2732 <title>gSOAP Public License Version 1.3a</title>
2733
2734 <para>
2735 The gSOAP public license is derived from the Mozilla Public
2736 License (MPL1.1). The sections that were deleted from the
2737 original MPL1.1 text are 1.0.1, 2.1.(c),(d), 2.2.(c),(d),
2738 8.2.(b), 10, and 11. Section 3.8 was added. The modified
2739 sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted
2740 the last sentence), and 3.6 (simplified).
2741 </para>
2742
2743 <para>
2744 1 DEFINITIONS
2745 </para>
2746
2747 <para>
2748 1.1. "Contributor" means each entity that creates or contributes
2749 to the creation of Modifications.
2750 </para>
2751
2752 <para>
2753 1.2. "Contributor Version" means the combination of the Original
2754 Code, prior Modifications used by a Contributor, and the
2755 Modifications made by that particular Contributor.
2756 </para>
2757
2758 <para>
2759 1.3. "Covered Code" means the Original Code, or Modifications or
2760 the combination of the Original Code, and Modifications, in each
2761 case including portions thereof.
2762 </para>
2763
2764 <para>
2765 1.4. "Electronic Distribution Mechanism" means a mechanism
2766 generally accepted in the software development community for the
2767 electronic transfer of data.
2768 </para>
2769
2770 <para>
2771 1.5. "Executable" means Covered Code in any form other than
2772 Source Code.
2773 </para>
2774
2775 <para>
2776 1.6. "Initial Developer" means the individual or entity
2777 identified as the Initial Developer in the Source Code notice
2778 required by Exhibit A.
2779 </para>
2780
2781 <para>
2782 1.7. "Larger Work" means a work which combines Covered Code or
2783 portions thereof with code not governed by the terms of this
2784 License.
2785 </para>
2786
2787 <para>
2788 1.8. "License" means this document.
2789 </para>
2790
2791 <para>
2792 1.8.1. "Licensable" means having the right to grant, to the
2793 maximum extent possible, whether at the time of the initial
2794 grant or subsequently acquired, any and all of the rights
2795 conveyed herein.
2796 </para>
2797
2798 <para>
2799 1.9. "Modifications" means any addition to or deletion from the
2800 substance or structure of either the Original Code or any
2801 previous Modifications. When Covered Code is released as a
2802 series of files, a Modification is:
2803 </para>
2804
2805 <para>
2806 A. Any addition to or deletion from the contents of a file
2807 containing Original Code or previous Modifications.
2808 </para>
2809
2810 <para>
2811 B. Any new file that contains any part of the Original Code, or
2812 previous Modifications.
2813 </para>
2814
2815 <para>
2816 1.10. "Original Code" means Source Code of computer software
2817 code which is described in the Source Code notice required by
2818 Exhibit A as Original Code, and which, at the time of its
2819 release under this License is not already Covered Code governed
2820 by this License.
2821 </para>
2822
2823 <para>
2824 1.10.1. "Patent Claims" means any patent claim(s), now owned or
2825 hereafter acquired, including without limitation, method,
2826 process, and apparatus claims, in any patent Licensable by
2827 grantor.
2828 </para>
2829
2830 <para>
2831 1.11. "Source Code" means the preferred form of the Covered Code
2832 for making modifications to it, including all modules it
2833 contains, plus any associated interface definition files,
2834 scripts used to control compilation and installation of an
2835 Executable, or source code differential comparisons against
2836 either the Original Code or another well known, available
2837 Covered Code of the Contributor's choice. The Source Code can be
2838 in a compressed or archival form, provided the appropriate
2839 decompression or de-archiving software is widely available for
2840 no charge.
2841 </para>
2842
2843 <para>
2844 1.12. "You" (or "Your") means an individual or a legal entity
2845 exercising rights under, and complying with all of the terms of,
2846 this License or a future version of this License issued under
2847 Section 6.1. For legal entities, "You" includes any entity which
2848 controls, is controlled by, or is under common control with You.
2849 For purposes of this definition, "control" means (a) the power,
2850 direct or indirect, to cause the direction or management of such
2851 entity, whether by contract or otherwise, or (b) ownership of
2852 more than fifty percent (50%) of the outstanding shares or
2853 beneficial ownership of such entity.
2854 </para>
2855
2856 <para>
2857 2 SOURCE CODE LICENSE.
2858 </para>
2859
2860 <para>
2861 2.1. The Initial Developer Grant.
2862 </para>
2863
2864 <para>
2865 The Initial Developer hereby grants You a world-wide,
2866 royalty-free, non-exclusive license, subject to third party
2867 intellectual property claims:
2868 </para>
2869
2870 <para>
2871 (a) under intellectual property rights (other than patent or
2872 trademark) Licensable by Initial Developer to use, reproduce,
2873 modify, display, perform, sublicense and distribute the Original
2874 Code (or portions thereof) with or without Modifications, and/or
2875 as part of a Larger Work; and
2876 </para>
2877
2878 <para>
2879 (b) under patents now or hereafter owned or controlled by
2880 Initial Developer, to make, have made, use and sell ("offer to
2881 sell and import") the Original Code, Modifications, or portions
2882 thereof, but solely to the extent that any such patent is
2883 reasonably necessary to enable You to utilize, alone or in
2884 combination with other software, the Original Code,
2885 Modifications, or any combination or portions thereof.
2886 </para>
2887
2888 <para>
2889 (c)
2890 </para>
2891
2892 <para>
2893 (d)
2894 </para>
2895
2896 <para>
2897 2.2. Contributor Grant.
2898 </para>
2899
2900 <para>
2901 Subject to third party intellectual property claims, each
2902 Contributor hereby grants You a world-wide, royalty-free,
2903 non-exclusive license
2904 </para>
2905
2906 <para>
2907 (a) under intellectual property rights (other than patent or
2908 trademark) Licensable by Contributor, to use, reproduce, modify,
2909 display, perform, sublicense and distribute the Modifications
2910 created by such Contributor (or portions thereof) either on an
2911 unmodified basis, with other Modifications, as Covered Code
2912 and/or as part of a Larger Work; and
2913 </para>
2914
2915 <para>
2916 (b) under patents now or hereafter owned or controlled by
2917 Contributor, to make, have made, use and sell ("offer to sell
2918 and import") the Contributor Version (or portions thereof), but
2919 solely to the extent that any such patent is reasonably
2920 necessary to enable You to utilize, alone or in combination with
2921 other software, the Contributor Version (or portions thereof).
2922 </para>
2923
2924 <para>
2925 (c)
2926 </para>
2927
2928 <para>
2929 (d)
2930 </para>
2931
2932 <para>
2933 3 DISTRIBUTION OBLIGATIONS.
2934 </para>
2935
2936 <para>
2937 3.1. Application of License.
2938 </para>
2939
2940 <para>
2941 The Modifications which You create or to which You contribute
2942 are governed by the terms of this License, including without
2943 limitation Section 2.2. The Source Code version of Covered Code
2944 may be distributed only under the terms of this License or a
2945 future version of this License released under Section 6.1, and
2946 You must include a copy of this License with every copy of the
2947 Source Code You distribute. You may not offer or impose any
2948 terms on any Source Code version that alters or restricts the
2949 applicable version of this License or the recipients' rights
2950 hereunder. However, You may include an additional document
2951 offering the additional rights described in Section 3.5.
2952 </para>
2953
2954 <para>
2955 3.2. Availability of Source Code.
2956 </para>
2957
2958 <para>
2959 Any Modification created by You will be provided to the Initial
2960 Developer in Source Code form and are subject to the terms of
2961 the License. 3.3. Description of Modifications.
2962 </para>
2963
2964 <para>
2965 You must cause all Covered Code to which You contribute to
2966 contain a file documenting the changes You made to create that
2967 Covered Code and the date of any change. You must include a
2968 prominent statement that the Modification is derived, directly
2969 or indirectly, from Original Code provided by the Initial
2970 Developer and including the name of the Initial Developer in (a)
2971 the Source Code, and (b) in any notice in an Executable version
2972 or related documentation in which You describe the origin or
2973 ownership of the Covered Code.
2974 </para>
2975
2976 <para>
2977 3.4. Intellectual Property Matters.
2978 </para>
2979
2980 <para>
2981 (a) Third Party Claims. If Contributor has knowledge that a
2982 license under a third party's intellectual property rights is
2983 required to exercise the rights granted by such Contributor
2984 under Sections 2.1 or 2.2, Contributor must include a text file
2985 with the Source Code distribution titled "LEGAL" which describes
2986 the claim and the party making the claim in sufficient detail
2987 that a recipient will know whom to contact. If Contributor
2988 obtains such knowledge after the Modification is made available
2989 as described in Section 3.2, Contributor shall promptly modify
2990 the LEGAL file in all copies Contributor makes available
2991 thereafter and shall take other steps (such as notifying
2992 appropriate mailing lists or newsgroups) reasonably calculated
2993 to inform those who received the Covered Code that new knowledge
2994 has been obtained.
2995 </para>
2996
2997 <para>
2998 (b) Contributor APIs. If Contributor's Modifications include an
2999 application programming interface and Contributor has knowledge
3000 of patent licenses which are reasonably necessary to implement
3001 that API, Contributor must also include this information in the
3002 LEGAL file.
3003 </para>
3004
3005 <para>
3006 (c) Representations. Contributor represents that, except as
3007 disclosed pursuant to Section 3.4(a) above, Contributor believes
3008 that Contributor's Modifications are Contributor's original
3009 creation(s) and/or Contributor has sufficient rights to grant
3010 the rights conveyed by this License.
3011 </para>
3012
3013 <para>
3014 3.5. Required Notices. You must duplicate the notice in Exhibit
3015 A in each file of the Source Code. If it is not possible to put
3016 such notice in a particular Source Code file due to its
3017 structure, then You must include such notice in a location (such
3018 as a relevant directory) where a user would be likely to look
3019 for such a notice. If You created one or more Modification(s)
3020 You may add your name as a Contributor to the notice described
3021 in Exhibit A. You must also duplicate this License in any
3022 documentation for the Source Code where You describe recipients'
3023 rights or ownership rights relating to Covered Code. You may
3024 choose to offer, and to charge a fee for, warranty, support,
3025 indemnity or liability obligations to one or more recipients of
3026 Covered Code. However, You may do so only on Your own behalf,
3027 and not on behalf of the Initial Developer or any Contributor.
3028 </para>
3029
3030 <para>
3031 3.6. Distribution of Executable Versions. You may distribute
3032 Covered Code in Executable form only if the requirements of
3033 Section 3.1-3.5 have been met for that Covered Code. You may
3034 distribute the Executable version of Covered Code or ownership
3035 rights under a license of Your choice, which may contain terms
3036 different from this License, provided that You are in compliance
3037 with the terms of this License and that the license for the
3038 Executable version does not attempt to limit or alter the
3039 recipient's rights in the Source Code version from the rights
3040 set forth in this License. If You distribute the Executable
3041 version under a different license You must make it absolutely
3042 clear that any terms which differ from this License are offered
3043 by You alone, not by the Initial Developer or any Contributor.
3044 If you distribute executable versions containing Covered Code as
3045 part of a product, you must reproduce the notice in Exhibit B in
3046 the documentation and/or other materials provided with the
3047 product.
3048 </para>
3049
3050 <para>
3051 3.7. Larger Works. You may create a Larger Work by combining
3052 Covered Code with other code not governed by the terms of this
3053 License and distribute the Larger Work as a single product. In
3054 such a case, You must make sure the requirements of this License
3055 are fulfilled for the Covered Code.
3056 </para>
3057
3058 <para>
3059 3.8. Restrictions. You may not remove any product
3060 identification, copyright, proprietary notices or labels from
3061 gSOAP.
3062 </para>
3063
3064 <para>
3065 4 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION.
3066 </para>
3067
3068 <para>
3069 If it is impossible for You to comply with any of the terms of
3070 this License with respect to some or all of the Covered Code due
3071 to statute, judicial order, or regulation then You must: (a)
3072 comply with the terms of this License to the maximum extent
3073 possible; and (b) describe the limitations and the code they
3074 affect. Such description must be included in the LEGAL file
3075 described in Section 3.4 and must be included with all
3076 distributions of the Source Code. Except to the extent
3077 prohibited by statute or regulation, such description must be
3078 sufficiently detailed for a recipient of ordinary skill to be
3079 able to understand it.
3080 </para>
3081
3082 <para>
3083 5 APPLICATION OF THIS LICENSE.
3084 </para>
3085
3086 <para>
3087 This License applies to code to which the Initial Developer has
3088 attached the notice in Exhibit A and to related Covered Code.
3089 </para>
3090
3091 <para>
3092 6 VERSIONS OF THE LICENSE.
3093 </para>
3094
3095 <para>
3096 6.1. New Versions.
3097 </para>
3098
3099 <para>
3100 Grantor may publish revised and/or new versions of the License
3101 from time to time. Each version will be given a distinguishing
3102 version number.
3103 </para>
3104
3105 <para>
3106 6.2. Effect of New Versions.
3107 </para>
3108
3109 <para>
3110 Once Covered Code has been published under a particular version
3111 of the License, You may always continue to use it under the
3112 terms of that version. You may also choose to use such Covered
3113 Code under the terms of any subsequent version of the License.
3114 </para>
3115
3116 <para>
3117 6.3. Derivative Works.
3118 </para>
3119
3120 <para>
3121 If You create or use a modified version of this License (which
3122 you may only do in order to apply it to code which is not
3123 already Covered Code governed by this License), You must (a)
3124 rename Your license so that the phrase "gSOAP" or any
3125 confusingly similar phrase do not appear in your license (except
3126 to note that your license differs from this License) and (b)
3127 otherwise make it clear that Your version of the license
3128 contains terms which differ from the gSOAP Public License.
3129 (Filling in the name of the Initial Developer, Original Code or
3130 Contributor in the notice described in Exhibit A shall not of
3131 themselves be deemed to be modifications of this License.)
3132 </para>
3133
3134 <para>
3135 7 DISCLAIMER OF WARRANTY.
3136 </para>
3137
3138 <para>
3139 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
3140 WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED OR
3141 STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
3142 OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE,
3143 NONINFRINGEMENT OF THIRD PARTY INTELLECTUAL PROPERTY RIGHTS, AND
3144 ANY WARRANTY THAT MAY ARISE BY REASON OF TRADE USAGE, CUSTOM, OR
3145 COURSE OF DEALING. WITHOUT LIMITING THE FOREGOING, YOU
3146 ACKNOWLEDGE THAT THE SOFTWARE IS PROVIDED "AS IS" AND THAT THE
3147 AUTHORS DO NOT WARRANT THE SOFTWARE WILL RUN UNINTERRUPTED OR
3148 ERROR FREE. LIMITED LIABILITY THE ENTIRE RISK AS TO RESULTS AND
3149 PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. UNDER NO
3150 CIRCUMSTANCES WILL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
3151 INDIRECT, INCIDENTAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY
3152 KIND OR NATURE WHATSOEVER, WHETHER BASED ON CONTRACT, WARRANTY,
3153 TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE,
3154 ARISING OUT OF OR IN ANY WAY RELATED TO THE SOFTWARE, EVEN IF
3155 THE AUTHORS HAVE BEEN ADVISED ON THE POSSIBILITY OF SUCH DAMAGE
3156 OR IF SUCH DAMAGE COULD HAVE BEEN REASONABLY FORESEEN, AND
3157 NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY
3158 EXCLUSIVE REMEDY PROVIDED. SUCH LIMITATION ON DAMAGES INCLUDES,
3159 BUT IS NOT LIMITED TO, DAMAGES FOR LOSS OF GOODWILL, LOST
3160 PROFITS, LOSS OF DATA OR SOFTWARE, WORK STOPPAGE, COMPUTER
3161 FAILURE OR MALFUNCTION OR IMPAIRMENT OF OTHER GOODS. IN NO EVENT
3162 WILL THE AUTHORS BE LIABLE FOR THE COSTS OF PROCUREMENT OF
3163 SUBSTITUTE SOFTWARE OR SERVICES. YOU ACKNOWLEDGE THAT THIS
3164 SOFTWARE IS NOT DESIGNED FOR USE IN ON-LINE EQUIPMENT IN
3165 HAZARDOUS ENVIRONMENTS SUCH AS OPERATION OF NUCLEAR FACILITIES,
3166 AIRCRAFT NAVIGATION OR CONTROL, OR LIFE-CRITICAL APPLICATIONS.
3167 THE AUTHORS EXPRESSLY DISCLAIM ANY LIABILITY RESULTING FROM USE
3168 OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN HAZARDOUS
3169 ENVIRONMENTS AND ACCEPTS NO LIABILITY IN RESPECT OF ANY ACTIONS
3170 OR CLAIMS BASED ON THE USE OF THE SOFTWARE IN ANY SUCH ON-LINE
3171 EQUIPMENT IN HAZARDOUS ENVIRONMENTS BY YOU. FOR PURPOSES OF THIS
3172 PARAGRAPH, THE TERM "LIFE-CRITICAL APPLICATION" MEANS AN
3173 APPLICATION IN WHICH THE FUNCTIONING OR MALFUNCTIONING OF THE
3174 SOFTWARE MAY RESULT DIRECTLY OR INDIRECTLY IN PHYSICAL INJURY OR
3175 LOSS OF HUMAN LIFE. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
3176 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS
3177 AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
3178 </para>
3179
3180 <para>
3181 8 TERMINATION.
3182 </para>
3183
3184 <para>
3185 8.1.
3186 </para>
3187
3188 <para>
3189 This License and the rights granted hereunder will terminate
3190 automatically if You fail to comply with terms herein and fail
3191 to cure such breach within 30 days of becoming aware of the
3192 breach. All sublicenses to the Covered Code which are properly
3193 granted shall survive any termination of this License.
3194 Provisions which, by their nature, must remain in effect beyond
3195 the termination of this License shall survive.
3196 </para>
3197
3198 <para>
3199 8.2.
3200 </para>
3201
3202 <para>
3203 8.3.
3204 </para>
3205
3206 <para>
3207 If You assert a patent infringement claim against Participant
3208 alleging that such Participant's Contributor Version directly or
3209 indirectly infringes any patent where such claim is resolved
3210 (such as by license or settlement) prior to the initiation of
3211 patent infringement litigation, then the reasonable value of the
3212 licenses granted by such Participant under Sections 2.1 or 2.2
3213 shall be taken into account in determining the amount or value
3214 of any payment or license.
3215 </para>
3216
3217 <para>
3218 8.4. In the event of termination under Sections 8.1 or 8.2
3219 above, all end user license agreements (excluding distributors
3220 and resellers) which have been validly granted by You or any
3221 distributor hereunder prior to termination shall survive
3222 termination.
3223 </para>
3224
3225 <para>
3226 9 LIMITATION OF LIABILITY.
3227 </para>
3228
3229 <para>
3230 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
3231 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
3232 INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
3233 COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE
3234 TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
3235 CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
3236 LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE,
3237 COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL
3238 DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED
3239 OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY
3240 SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
3241 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE
3242 LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW
3243 THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL
3244 DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
3245 </para>
3246
3247 <para>
3248 10 U.S. GOVERNMENT END USERS.
3249 </para>
3250
3251 <para>
3252 11 MISCELLANEOUS.
3253 </para>
3254
3255 <para>
3256 12 RESPONSIBILITY FOR CLAIMS.
3257 </para>
3258
3259 <para>
3260 As between Initial Developer and the Contributors, each party is
3261 responsible for claims and damages arising, directly or
3262 indirectly, out of its utilization of rights under this License
3263 and You agree to work with Initial Developer and Contributors to
3264 distribute such responsibility on an equitable basis. Nothing
3265 herein is intended or shall be deemed to constitute any
3266 admission of liability.
3267 </para>
3268
3269 <para>
3270 EXHIBIT A.
3271 </para>
3272
3273 <para>
3274 "The contents of this file are subject to the gSOAP Public
3275 License Version 1.3 (the "License"); you may not use this file
3276 except in compliance with the License. You may obtain a copy of
3277 the License at
3278 <ulink url="http://www.cs.fsu.edu/~engelen/soaplicense.html" />.
3279 Software distributed under the License is distributed on an "AS
3280 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
3281 implied. See the License for the specific language governing
3282 rights and limitations under the License.
3283 </para>
3284
3285 <para>
3286 The Original Code of the gSOAP Software is: stdsoap.h,
3287 stdsoap2.h, stdsoap.c, stdsoap2.c, stdsoap.cpp, stdsoap2.cpp,
3288 soapcpp2.h, soapcpp2.c, soapcpp2_lex.l, soapcpp2_yacc.y,
3289 error2.h, error2.c, symbol2.c, init2.c, soapdoc2.html, and
3290 soapdoc2.pdf, httpget.h, httpget.c, stl.h, stldeque.h,
3291 stllist.h, stlvector.h, stlset.h.
3292 </para>
3293
3294 <para>
3295 The Initial Developer of the Original Code is Robert A. van
3296 Engelen. Portions created by Robert A. van Engelen are Copyright
3297 (C) 2001-2004 Robert A. van Engelen, Genivia inc. All Rights
3298 Reserved.
3299 </para>
3300
3301 <para>
3302 Contributor(s): "________________________." [Note: The text of
3303 this Exhibit A may differ slightly form the text of the notices
3304 in the Source Code files of the Original code. You should use
3305 the text of this Exhibit A rather than the text found in the
3306 Original Code Source Code for Your Modifications.]
3307 </para>
3308
3309 <para>
3310 EXHIBIT B.
3311 </para>
3312
3313 <para>
3314 "Part of the software embedded in this product is gSOAP
3315 software. Portions created by gSOAP are Copyright (C) 2001-2004
3316 Robert A. van Engelen, Genivia inc. All Rights Reserved. THE
3317 SOFTWARE IN THIS PRODUCT WAS IN PART PROVIDED BY GENIVIA INC AND
3318 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3319 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
3320 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
3321 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3322 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3323 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3324 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3325 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3326 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3327 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3328 THE POSSIBILITY OF SUCH DAMAGE."
3329 </para>
3330
3331 </sect2>
3332
3333 <sect2 id="licChromium">
3334
3335 <title>Chromium Licenses</title>
3336
3337 <sect3>
3338
3339 <title>Main License</title>
3340
3341 <para>
3342 Copyright (c) 2002, Stanford University All rights reserved.
3343 </para>
3344
3345 <para>
3346 Some portions of Chromium are copyrighted by individiual
3347 organizations. Please see the files COPYRIGHT.LLNL and
3348 COPYRIGHT.REDHAT for more information.
3349 </para>
3350
3351 <para>
3352 Redistribution and use in source and binary forms, with or
3353 without modification, are permitted provided that the
3354 following conditions are met:
3355 </para>
3356
3357 <itemizedlist>
3358
3359 <listitem>
3360 <para>
3361 Redistributions of source code must retain the above
3362 copyright notice, this list of conditions and the
3363 following disclaimer.
3364 </para>
3365 </listitem>
3366
3367 <listitem>
3368 <para>
3369 Redistributions in binary form must reproduce the above
3370 copyright notice, this list of conditions and the
3371 following disclaimer in the documentation and/or other
3372 materials provided with the distribution.
3373 </para>
3374 </listitem>
3375
3376 <listitem>
3377 <para>
3378 Neither the name of Stanford University nor the names of
3379 its contributors may be used to endorse or promote
3380 products derived from this software without specific prior
3381 written permission.
3382 </para>
3383 </listitem>
3384
3385 </itemizedlist>
3386
3387 <para>
3388 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
3389 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
3390 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3391 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3392 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
3393 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3394 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3395 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3396 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3397 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3398 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
3399 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
3400 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3401 </para>
3402
3403 </sect3>
3404
3405 <sect3>
3406
3407 <title>COPYRIGHT.LLNL File</title>
3408
3409 <para>
3410 This Chromium distribution contains information and code which
3411 is covered under the following notice:
3412 </para>
3413
3414 <para>
3415 Copyright (c) 2002, The Regents of the University of
3416 California. Produced at the Lawrence Livermore National
3417 Laboratory For details, contact: Randall Frank
3418 ([email protected]). UCRL-CODE-2002-058 All rights reserved.
3419 </para>
3420
3421 <para>
3422 This file is part of Chromium. For details, see accompanying
3423 documentation.
3424 </para>
3425
3426 <para>
3427 Redistribution and use in source and binary forms, with or
3428 without modification, are permitted provided that the
3429 following conditions are met:
3430 </para>
3431
3432 <para>
3433 Redistributions of source code must retain the above copyright
3434 notice, this list of conditions and the disclaimer below.
3435 </para>
3436
3437 <para>
3438 Redistributions in binary form must reproduce the above
3439 copyright notice, this list of conditions and the disclaimer
3440 (as noted below) in the documentation and/or other materials
3441 provided with the distribution.
3442 </para>
3443
3444 <para>
3445 Neither the name of the UC/LLNL nor the names of its
3446 contributors may be used to endorse or promote products
3447 derived from this software without specific prior written
3448 permission.
3449 </para>
3450
3451 <para>
3452 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
3453 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
3454 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3455 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3456 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OF THE UNIVERSITY OF
3457 CALIFORNIA, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE
3458 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3459 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3460 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
3461 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3462 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
3463 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3464 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3465 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3466 </para>
3467
3468 <para>
3469 Additional BSD Notice
3470 </para>
3471
3472 <para>
3473 1. This notice is required to be provided under our contract
3474 with the U.S. Department of Energy (DOE). This work was
3475 produced at the University of California, Lawrence Livermore
3476 National Laboratory under Contract No. W-7405-ENG-48 with the
3477 DOE.
3478 </para>
3479
3480 <para>
3481 2. Neither the United States Government nor the University of
3482 California nor any of their employees, makes any warranty,
3483 express or implied, or assumes any liability or responsibility
3484 for the accuracy, completeness, or usefulness of any
3485 information, apparatus, product, or process disclosed, or
3486 represents that its use would not infringe privately-owned
3487 rights.
3488 </para>
3489
3490 <para>
3491 3. Also, reference herein to any specific commercial products,
3492 process, or services by trade name, trademark, manufacturer or
3493 otherwise does not necessarily constitute or imply its
3494 endorsement, recommendation, or favoring by the United States
3495 Government or the University of California. The views and
3496 opinions of authors expressed herein do not necessarily state
3497 or reflect those of the United States Government or the
3498 University of California, and shall not be used for
3499 advertising or product endorsement purposes.
3500 </para>
3501
3502 </sect3>
3503
3504 <sect3>
3505
3506 <title>COPYRIGHT.REDHAT File</title>
3507
3508 <para>
3509 This Chromium distribution contains information and code which
3510 is covered under the following notice:
3511 </para>
3512
3513 <para>
3514 Copyright 2001,2002 Red Hat Inc., Durham, North Carolina.
3515 </para>
3516
3517 <para>
3518 All Rights Reserved.
3519 </para>
3520
3521 <para>
3522 Permission is hereby granted, free of charge, to any person
3523 obtaining a copy of this software and associated documentation
3524 files (the "Software"), to deal in the Software without
3525 restriction, including without limitation on the rights to
3526 use, copy, modify, merge, publish, distribute, sublicense,
3527 and/or sell copies of the Software, and to permit persons to
3528 whom the Software is furnished to do so, subject to the
3529 following conditions:
3530 </para>
3531
3532 <para>
3533 The above copyright notice and this permission notice
3534 (including the next paragraph) shall be included in all copies
3535 or substantial portions of the Software.
3536 </para>
3537
3538 <para>
3539 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
3540 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
3541 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
3542 PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR
3543 THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3544 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
3545 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3546 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3547 </para>
3548
3549 </sect3>
3550
3551 </sect2>
3552
3553 <sect2 id="licLibCurl">
3554
3555 <title>curl License</title>
3556
3557 <para>
3558 COPYRIGHT AND PERMISSION NOTICE
3559 </para>
3560
3561 <para>
3562 Copyright (c) 1996 - 2009, Daniel Stenberg, [email protected].
3563 </para>
3564
3565 <para>
3566 All rights reserved.
3567 </para>
3568
3569 <para>
3570 Permission to use, copy, modify, and distribute this software
3571 for any purpose with or without fee is hereby granted, provided
3572 that the above copyright notice and this permission notice
3573 appear in all copies.
3574 </para>
3575
3576 <para>
3577 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3578 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3579 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3580 NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
3581 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
3582 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
3583 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3584 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3585 </para>
3586
3587 <para>
3588 Except as contained in this notice, the name of a copyright
3589 holder shall not be used in advertising or otherwise to promote
3590 the sale, use or other dealings in this Software without prior
3591 written authorization of the copyright holder.
3592 </para>
3593
3594 </sect2>
3595
3596 <sect2 id="licLibgd">
3597
3598 <title>libgd License</title>
3599
3600 <para>
3601 Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3602 2001, 2002 by Cold Spring Harbor Laboratory. Funded under Grant
3603 P41-RR02188 by the National Institutes of Health.
3604 </para>
3605
3606 <para>
3607 Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 by
3608 Boutell.Com, Inc.
3609 </para>
3610
3611 <para>
3612 Portions relating to GD2 format copyright 1999, 2000, 2001, 2002
3613 Philip Warner.
3614 </para>
3615
3616 <para>
3617 Portions relating to PNG copyright 1999, 2000, 2001, 2002 Greg
3618 Roelofs.
3619 </para>
3620
3621 <para>
3622 Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002
3623 John Ellson ([email protected]).
3624 </para>
3625
3626 <para>
3627 Portions relating to gdft.c copyright 2001, 2002 John Ellson
3628 ([email protected]).
3629 </para>
3630
3631 <para>
3632 Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006,
3633 2007 Pierre-Alain Joye ([email protected]).
3634 </para>
3635
3636 <para>
3637 Portions relating to JPEG and to color quantization copyright
3638 2000, 2001, 2002, Doug Becker and copyright (C) 1994, 1995,
3639 1996, 1997, 1998, 1999, 2000, 2001, 2002, Thomas G. Lane. This
3640 software is based in part on the work of the Independent JPEG
3641 Group. See the file README-JPEG.TXT for more information.
3642 </para>
3643
3644 <para>
3645 Portions relating to WBMP copyright 2000, 2001, 2002 Maurice
3646 Szmurlo and Johan Van den Brande.
3647 </para>
3648
3649 <para>
3650 Permission has been granted to copy, distribute and modify gd in
3651 any context without fee, including a commercial application,
3652 provided that this notice is present in user-accessible
3653 supporting documentation.
3654 </para>
3655
3656 <para>
3657 This does not affect your ownership of the derived work itself,
3658 and the intent is to assure proper credit for the authors of gd,
3659 not to interfere with your productive use of gd. If you have
3660 questions, ask. "Derived works" includes all programs that
3661 utilize the library. Credit must be given in user-accessible
3662 documentation.
3663 </para>
3664
3665 <para>
3666 This software is provided "AS IS." The copyright holders
3667 disclaim all warranties, either express or implied, including
3668 but not limited to implied warranties of merchantability and
3669 fitness for a particular purpose, with respect to this code and
3670 accompanying documentation.
3671 </para>
3672
3673 <para>
3674 Although their code does not appear in gd, the authors wish to
3675 thank David Koblas, David Rowley, and Hutchison Avenue Software
3676 Corporation for their prior contributions.
3677 </para>
3678
3679 </sect2>
3680
3681 <sect2 id="licBsdIntel">
3682
3683 <title>BSD License from Intel</title>
3684
3685 <para>
3686 All rights reserved.
3687 </para>
3688
3689 <para>
3690 Redistribution and use in source and binary forms, with or
3691 without modification, are permitted provided that the following
3692 conditions are met:
3693 </para>
3694
3695 <itemizedlist>
3696
3697 <listitem>
3698 <para>
3699 Redistributions of source code must retain the above
3700 copyright notice, this list of conditions and the following
3701 disclaimer.
3702 </para>
3703 </listitem>
3704
3705 <listitem>
3706 <para>
3707 Redistributions in binary form must reproduce the above
3708 copyright notice, this list of conditions and the following
3709 disclaimer in the documentation and/or other materials
3710 provided with the distribution.
3711 </para>
3712 </listitem>
3713
3714 <listitem>
3715 <para>
3716 Neither the name of the Intel Corporation nor the names of
3717 its contributors may be used to endorse or promote products
3718 derived from this software without specific prior written
3719 permission.
3720 </para>
3721 </listitem>
3722
3723 </itemizedlist>
3724
3725 <para>
3726 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
3727 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
3728 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3729 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3730 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
3731 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3732 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3733 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
3734 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
3735 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3736 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3737 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3738 THE POSSIBILITY OF SUCH DAMAGE.
3739 </para>
3740
3741 </sect2>
3742
3743 <sect2 id="licJPEG">
3744
3745 <title>libjpeg License</title>
3746
3747 <para>
3748 The authors make NO WARRANTY or representation, either express
3749 or implied, with respect to this software, its quality,
3750 accuracy, merchantability, or fitness for a particular purpose.
3751 This software is provided "AS IS", and you, its user, assume the
3752 entire risk as to its quality and accuracy.
3753 </para>
3754
3755 <para>
3756 This software is copyright (C) 1991-2010, Thomas G. Lane, Guido
3757 Vollbeding. All Rights Reserved except as specified below.
3758 </para>
3759
3760 <para>
3761 Permission is hereby granted to use, copy, modify, and
3762 distribute this software (or portions thereof) for any purpose,
3763 without fee, subject to these conditions:
3764 </para>
3765
3766 <para>
3767 (1) If any part of the source code for this software is
3768 distributed, then this README file must be included, with this
3769 copyright and no-warranty notice unaltered; and any additions,
3770 deletions, or changes to the original files must be clearly
3771 indicated in accompanying documentation.
3772 </para>
3773
3774 <para>
3775 (2) If only executable code is distributed, then the
3776 accompanying documentation must state that "this software is
3777 based in part on the work of the Independent JPEG Group".
3778 </para>
3779
3780 <para>
3781 (3) Permission for use of this software is granted only if the
3782 user accepts full responsibility for any undesirable
3783 consequences; the authors accept NO LIABILITY for damages of any
3784 kind.
3785 </para>
3786
3787 <para>
3788 These conditions apply to any software derived from or based on
3789 the IJG code, not just to the unmodified library. If you use our
3790 work, you ought to acknowledge us.
3791 </para>
3792
3793 <para>
3794 Permission is NOT granted for the use of any IJG author's name
3795 or company name in advertising or publicity relating to this
3796 software or products derived from it. This software may be
3797 referred to only as "the Independent JPEG Group's software".
3798 </para>
3799
3800 <para>
3801 We specifically permit and encourage the use of this software as
3802 the basis of commercial products, provided that all warranty or
3803 liability claims are assumed by the product vendor.
3804 </para>
3805
3806 <para>
3807 ansi2knr.c is included in this distribution by permission of L.
3808 Peter Deutsch, sole proprietor of its copyright holder, Aladdin
3809 Enterprises of Menlo Park, CA. ansi2knr.c is NOT covered by the
3810 above copyright and conditions, but instead by the usual
3811 distribution terms of the Free Software Foundation; principally,
3812 that you must include source code if you redistribute it. (See
3813 the file ansi2knr.c for full details.) However, since ansi2knr.c
3814 is not needed as part of any program generated from the IJG
3815 code, this does not limit you more than the foregoing paragraphs
3816 do.
3817 </para>
3818
3819 <para>
3820 The Unix configuration script "configure" was produced with GNU
3821 Autoconf. It is copyright by the Free Software Foundation but is
3822 freely distributable. The same holds for its supporting scripts
3823 (config.guess, config.sub, ltmain.sh). Another support script,
3824 install-sh, is copyright by X Consortium but is also freely
3825 distributable.
3826 </para>
3827
3828 <para>
3829 The IJG distribution formerly included code to read and write
3830 GIF files. To avoid entanglement with the Unisys LZW patent, GIF
3831 reading support has been removed altogether, and the GIF writer
3832 has been simplified to produce "uncompressed GIFs". This
3833 technique does not use the LZW algorithm; the resulting GIF
3834 files are larger than usual, but are readable by all standard
3835 GIF decoders.
3836 </para>
3837
3838 <para>
3839 We are required to state that
3840 </para>
3841
3842 <para>
3843 "The Graphics Interchange Format(c) is the Copyright property of
3844 CompuServe Incorporated. GIF(sm) is a Service Mark property of
3845 CompuServe Incorporated."
3846 </para>
3847
3848 </sect2>
3849
3850 <sect2 id="licJPEGSIMD">
3851
3852 <title>x86 SIMD Extension for IJG JPEG Library License</title>
3853
3854 <para>
3855 Copyright 2009 Pierre Ossman &lt;[email protected]&gt; for Cendio
3856 AB
3857 </para>
3858
3859 <para>
3860 Copyright 2010 D. R. Commander
3861 </para>
3862
3863 <para>
3864 Based on
3865 </para>
3866
3867 <para>
3868 x86 SIMD extension for IJG JPEG library - version 1.02
3869 </para>
3870
3871 <para>
3872 Copyright (C) 1999-2006, MIYASAKA Masaru.
3873 </para>
3874
3875 <para>
3876 This software is provided 'as-is', without any express or
3877 implied warranty. In no event will the authors be held liable
3878 for any damages arising from the use of this software.
3879 </para>
3880
3881 <para>
3882 Permission is granted to anyone to use this software for any
3883 purpose, including commercial applications, and to alter it and
3884 redistribute it freely, subject to the following restrictions:
3885 </para>
3886
3887 <para>
3888 1. The origin of this software must not be misrepresented; you
3889 must not claim that you wrote the original software. If you use
3890 this software in a product, an acknowledgment in the product
3891 documentation would be appreciated but is not required.
3892 </para>
3893
3894 <para>
3895 2. Altered source versions must be plainly marked as such, and
3896 must not be misrepresented as being the original software.
3897 </para>
3898
3899 <para>
3900 3. This notice may not be removed or altered from any source
3901 distribution.
3902 </para>
3903
3904 </sect2>
3905
3906 <sect2 id="licFreeBsd">
3907
3908 <title>FreeBSD License</title>
3909
3910 <para>
3911 The compilation of software known as FreeBSD is distributed
3912 under the following terms:
3913 </para>
3914
3915 <para>
3916 Copyright (c) 1992-2009 The FreeBSD Project. All rights
3917 reserved.
3918 </para>
3919
3920 <para>
3921 Redistribution and use in source and binary forms, with or
3922 without modification, are permitted provided that the following
3923 conditions are met:
3924 </para>
3925
3926 <orderedlist>
3927
3928 <listitem>
3929 <para>
3930 Redistributions of source code must retain the above
3931 copyright notice, this list of conditions and the following
3932 disclaimer.
3933 </para>
3934 </listitem>
3935
3936 <listitem>
3937 <para>
3938 Redistributions in binary form must reproduce the above
3939 copyright notice, this list of conditions and the following
3940 disclaimer in the documentation and/or other materials
3941 provided with the distribution.
3942 </para>
3943 </listitem>
3944
3945 </orderedlist>
3946
3947 <para>
3948 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS
3949 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3950 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
3951 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
3952 SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
3953 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3954 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3955 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
3956 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3957 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3958 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
3959 THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3960 SUCH DAMAGE.
3961 </para>
3962
3963 </sect2>
3964
3965 <sect2 id="licNetBsd">
3966
3967 <title>NetBSD License</title>
3968
3969 <para>
3970 Copyright (c) 1992, 1993 The Regents of the University of
3971 California. All rights reserved.
3972 </para>
3973
3974 <para>
3975 This software was developed by the Computer Systems Engineering
3976 group at Lawrence Berkeley Laboratory under DARPA contract BG
3977 91-66 and contributed to Berkeley.
3978 </para>
3979
3980 <para>
3981 Redistribution and use in source and binary forms, with or
3982 without modification, are permitted provided that the following
3983 conditions are met:
3984 </para>
3985
3986 <orderedlist>
3987
3988 <listitem>
3989 <para>
3990 Redistributions of source code must retain the above
3991 copyright notice, this list of conditions and the following
3992 disclaimer.
3993 </para>
3994 </listitem>
3995
3996 <listitem>
3997 <para>
3998 Redistributions in binary form must reproduce the above
3999 copyright notice, this list of conditions and the following
4000 disclaimer in the documentation and/or other materials
4001 provided with the distribution.
4002 </para>
4003 </listitem>
4004
4005 <listitem>
4006 <para>
4007 Neither the name of the University nor the names of its
4008 contributors may be used to endorse or promote products
4009 derived from this software without specific prior written
4010 permission.
4011 </para>
4012 </listitem>
4013
4014 </orderedlist>
4015
4016 <para>
4017 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS
4018 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4019 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
4020 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
4021 SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
4022 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4023 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4024 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
4025 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4026 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4027 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
4028 THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4029 SUCH DAMAGE.
4030 </para>
4031
4032 </sect2>
4033
4034 <sect2 id="licPcre">
4035
4036 <title>PCRE License</title>
4037
4038 <para>
4039 PCRE is a library of functions to support regular expressions
4040 whose syntax and semantics are as close as possible to those of
4041 the Perl 5 language.
4042 </para>
4043
4044 <para>
4045 Release 8 of PCRE is distributed under the terms of the "BSD"
4046 licence, as specified below. The documentation for PCRE,
4047 supplied in the "doc" directory, is distributed under the same
4048 terms as the software itself.
4049 </para>
4050
4051 <para>
4052 The basic library functions are written in C and are
4053 freestanding. Also included in the distribution is a set of C++
4054 wrapper functions, and a just-in-time compiler that can be used
4055 to optimize pattern matching. These are both optional features
4056 that can be omitted when the library is built.
4057 </para>
4058
4059 <para>
4060 THE BASIC LIBRARY FUNCTIONS. Written by: Philip Hazel; Email
4061 local part: ph10; Email domain: cam.ac.uk University of
4062 Cambridge Computing Service, Cambridge, England. Copyright (c)
4063 1997-2012 University of Cambridge All rights reserved.
4064 </para>
4065
4066 <para>
4067 PCRE JUST-IN-TIME COMPILATION SUPPORT. Written by: Zoltan
4068 Herczeg; Email local part: hzmester; Emain domain: freemail.hu
4069 Copyright(c) 2010-2012 Zoltan Herczeg All rights reserved.
4070 </para>
4071
4072 <para>
4073 STACK-LESS JUST-IN-TIME COMPILER. Written by: Zoltan Herczeg;
4074 Email local part: hzmester; Emain domain: freemail.hu
4075 Copyright(c) 2009-2012 Zoltan Herczeg All rights reserved.
4076 </para>
4077
4078 <para>
4079 THE C++ WRAPPER FUNCTIONS. Contributed by: Google Inc. Copyright
4080 (c) 2007-2012, Google Inc. All rights reserved.
4081 </para>
4082
4083 <para>
4084 THE "BSD" LICENCE. Redistribution and use in source and binary
4085 forms, with or without modification, are permitted provided that
4086 the following conditions are met:
4087 </para>
4088
4089 <itemizedlist>
4090
4091 <listitem>
4092 <para>
4093 Redistributions of source code must retain the above
4094 copyright notice, this list of conditions and the following
4095 disclaimer.
4096 </para>
4097 </listitem>
4098
4099 <listitem>
4100 <para>
4101 Redistributions in binary form must reproduce the above
4102 copyright notice, this list of conditions and the following
4103 disclaimer in the documentation and/or other materials
4104 provided with the distribution.
4105 </para>
4106 </listitem>
4107
4108 <listitem>
4109 <para>
4110 Neither the name of the University of Cambridge nor the name
4111 of Google Inc. nor the names of their contributors may be
4112 used to endorse or promote products derived from this
4113 software without specific prior written permission.
4114 </para>
4115 </listitem>
4116
4117 </itemizedlist>
4118
4119 <para>
4120 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
4121 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
4122 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4123 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4124 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
4125 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4126 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4127 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
4128 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4129 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4130 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4131 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4132 THE POSSIBILITY OF SUCH DAMAGE.
4133 </para>
4134
4135 </sect2>
4136
4137 <sect2 id="licLibffi">
4138
4139 <title>libffi License</title>
4140
4141 <para>
4142 Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others.
4143 See source files for details.
4144 </para>
4145
4146 <para>
4147 Permission is hereby granted, free of charge, to any person
4148 obtaining a copy of this software and associated documentation
4149 files (the ``Software''), to deal in the Software without
4150 restriction, including without limitation the rights to use,
4151 copy, modify, merge, publish, distribute, sublicense, and/or
4152 sell copies of the Software, and to permit persons to whom the
4153 Software is furnished to do so, subject to the following
4154 conditions:
4155 </para>
4156
4157 <para>
4158 The above copyright notice and this permission notice shall be
4159 included in all copies or substantial portions of the Software.
4160 </para>
4161
4162 <para>
4163 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY
4164 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
4165 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
4166 AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4167 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4168 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4169 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4170 OTHER DEALINGS IN THE SOFTWARE.
4171 </para>
4172
4173 </sect2>
4174
4175 <sect2 id="licFltk">
4176
4177 <title>FLTK License</title>
4178
4179 <para>
4180 December 11, 2001
4181 </para>
4182
4183 <para>
4184 The FLTK library and included programs are provided under the
4185 terms of the GNU Library General Public License (LGPL) with the
4186 following exceptions:
4187 </para>
4188
4189 <orderedlist>
4190
4191 <listitem>
4192 <para>
4193 Modifications to the FLTK configure script, config header
4194 file, and makefiles by themselves to support a specific
4195 platform do not constitute a modified or derivative work.
4196 </para>
4197
4198 <para>
4199 The authors do request that such modifications be
4200 contributed to the FLTK project - send all contributions
4201 through the "Software Trouble Report" on the following page:
4202 </para>
4203
4204 <para>
4205 http://www.fltk.org/str.php
4206 </para>
4207 </listitem>
4208
4209 <listitem>
4210 <para>
4211 Widgets that are subclassed from FLTK widgets do not
4212 constitute a derivative work.
4213 </para>
4214 </listitem>
4215
4216 <listitem>
4217 <para>
4218 Static linking of applications and widgets to the FLTK
4219 library does not constitute a derivative work and does not
4220 require the author to provide source code for the
4221 application or widget, use the shared FLTK libraries, or
4222 link their applications or widgets against a user-supplied
4223 version of FLTK.
4224 </para>
4225
4226 <para>
4227 If you link the application or widget to a modified version
4228 of FLTK, then the changes to FLTK must be provided under the
4229 terms of the LGPL in sections 1, 2, and 4.
4230 </para>
4231 </listitem>
4232
4233 <listitem>
4234 <para>
4235 You do not have to provide a copy of the FLTK license with
4236 programs that are linked to the FLTK library, nor do you
4237 have to identify the FLTK license in your program or
4238 documentation as required by section 6 of the LGPL.
4239 </para>
4240
4241 <para>
4242 However, programs must still identify their use of FLTK. The
4243 following example statement can be included in user
4244 documentation to satisfy this requirement:
4245 </para>
4246
4247 <para>
4248 [program/widget] is based in part on the work of the FLTK
4249 project (http://www.fltk.org).
4250 </para>
4251 </listitem>
4252
4253 </orderedlist>
4254
4255 </sect2>
4256
4257 <sect2 id="licExpat">
4258
4259 <title>Expat License</title>
4260
4261 <para>
4262 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center
4263 Ltd and Clark Cooper
4264 </para>
4265
4266 <para>
4267 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat
4268 maintainers.
4269 </para>
4270
4271 <para>
4272 Permission is hereby granted, free of charge, to any person
4273 obtaining a copy of this software and associated documentation
4274 files (the "Software"), to deal in the Software without
4275 restriction, including without limitation the rights to use,
4276 copy, modify, merge, publish, distribute, sublicense, and/or
4277 sell copies of the Software, and to permit persons to whom the
4278 Software is furnished to do so, subject to the following
4279 conditions:
4280 </para>
4281
4282 <para>
4283 The above copyright notice and this permission notice shall be
4284 included in all copies or substantial portions of the Software.
4285 </para>
4286
4287 <para>
4288 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4289 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4290 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4291 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4292 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4293 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4294 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4295 OTHER DEALINGS IN THE SOFTWARE.
4296 </para>
4297
4298 </sect2>
4299
4300 <sect2 id="licFontconfig">
4301
4302 <title>Fontconfig License</title>
4303
4304 <para>
4305 Copyright (C) 2001, 2003 Keith Packard
4306 </para>
4307
4308 <para>
4309 Permission to use, copy, modify, distribute, and sell this
4310 software and its documentation for any purpose is hereby granted
4311 without fee, provided that the above copyright notice appear in
4312 all copies and that both that copyright notice and this
4313 permission notice appear in supporting documentation, and that
4314 the name of the author(s) not be used in advertising or
4315 publicity pertaining to distribution of the software without
4316 specific, written prior permission. The authors make no
4317 representations about the suitability of this software for any
4318 purpose. It is provided "as is" without express or implied
4319 warranty.
4320 </para>
4321
4322 <para>
4323 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
4324 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4325 AND FITNESS, IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY
4326 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4327 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4328 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4329 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4330 THIS SOFTWARE.
4331 </para>
4332
4333 </sect2>
4334
4335 <sect2 id="licFreetype">
4336
4337 <title>Freetype License</title>
4338
4339 <para>
4340 2006-Jan-27
4341 </para>
4342
4343 <para>
4344 Copyright 1996-2002, 2006 by David Turner, Robert Wilhelm, and
4345 Werner Lemberg
4346 </para>
4347
4348 <sect3>
4349
4350 <title>Introduction</title>
4351
4352 <para>
4353 The FreeType Project is distributed in several archive
4354 packages; some of them may contain, in addition to the
4355 FreeType font engine, various tools and contributions which
4356 rely on, or relate to, the FreeType Project.
4357 </para>
4358
4359 <para>
4360 This license applies to all files found in such packages, and
4361 which do not fall under their own explicit license. The
4362 license affects thus the FreeType font engine, the test
4363 programs, documentation and makefiles, at the very least.
4364 </para>
4365
4366 <para>
4367 This license was inspired by the BSD, Artistic, and IJG
4368 (Independent JPEG Group) licenses, which all encourage
4369 inclusion and use of free software in commercial and freeware
4370 products alike. As a consequence, its main points are that:
4371 </para>
4372
4373 <itemizedlist>
4374
4375 <listitem>
4376 <para>
4377 We don't promise that this software works. However, we
4378 will be interested in any kind of bug reports. (`as is'
4379 distribution)
4380 </para>
4381 </listitem>
4382
4383 <listitem>
4384 <para>
4385 You can use this software for whatever you want, in parts
4386 or full form, without having to pay us. (`royalty-free'
4387 usage)
4388 </para>
4389 </listitem>
4390
4391 <listitem>
4392 <para>
4393 You may not pretend that you wrote this software. If you
4394 use it, or only parts of it, in a program, you must
4395 acknowledge somewhere in your documentation that you have
4396 used the FreeType code. (`credits')
4397 </para>
4398 </listitem>
4399
4400 </itemizedlist>
4401
4402 <para>
4403 We specifically permit and encourage the inclusion of this
4404 software, with or without modifications, in commercial
4405 products. We disclaim all warranties covering The FreeType
4406 Project and assume no liability related to The FreeType
4407 Project.
4408 </para>
4409
4410 <para>
4411 Finally, many people asked us for a preferred form for a
4412 credit/disclaimer to use in compliance with this license. We
4413 thus encourage you to use the following text:
4414 </para>
4415
4416 <para>
4417 Portions of this software are copyright (C) &lt;year&gt; The
4418 FreeType Project (www.freetype.org). All rights reserved.
4419 </para>
4420
4421 <para>
4422 Please replace &lt;year&gt; with the value from the FreeType
4423 version you actually use.
4424 </para>
4425
4426 </sect3>
4427
4428 <sect3>
4429
4430 <title>Legal Terms</title>
4431
4432 <para>
4433 0. Definitions
4434 </para>
4435
4436 <para>
4437 Throughout this license, the terms `package', `FreeType
4438 Project', and `FreeType archive' refer to the set of files
4439 originally distributed by the authors (David Turner, Robert
4440 Wilhelm, and Werner Lemberg) as the `FreeType Project', be
4441 they named as alpha, beta or final release.
4442 </para>
4443
4444 <para>
4445 `You' refers to the licensee, or person using the project,
4446 where `using' is a generic term including compiling the
4447 project's source code as well as linking it to form a
4448 `program' or `executable'. This program is referred to as `a
4449 program using the FreeType engine'.
4450 </para>
4451
4452 <para>
4453 This license applies to all files distributed in the original
4454 FreeType Project, including all source code, binaries and
4455 documentation, unless otherwise stated in the file in its
4456 original, unmodified form as distributed in the original
4457 archive. If you are unsure whether or not a particular file is
4458 covered by this license, you must contact us to verify this.
4459 </para>
4460
4461 <para>
4462 The FreeType Project is copyright (C) 1996-2000 by David
4463 Turner, Robert Wilhelm, and Werner Lemberg. All rights
4464 reserved except as specified below.
4465 </para>
4466
4467 <para>
4468 1. No Warranty
4469 </para>
4470
4471 <para>
4472 THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF
4473 ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
4474 LIMITED TO, WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4475 PARTICULAR PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR
4476 COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE
4477 OR THE INABILITY TO USE, OF THE FREETYPE PROJECT.
4478 </para>
4479
4480 <para>
4481 2. Redistribution
4482 </para>
4483
4484 <para>
4485 This license grants a worldwide, royalty-free, perpetual and
4486 irrevocable right and license to use, execute, perform,
4487 compile, display, copy, create derivative works of, distribute
4488 and sublicense the FreeType Project (in both source and object
4489 code forms) and derivative works thereof for any purpose; and
4490 to authorize others to exercise some or all of the rights
4491 granted herein, subject to the following conditions:
4492 </para>
4493
4494 <itemizedlist>
4495
4496 <listitem>
4497 <para>
4498 Redistribution of source code must retain this license
4499 file (`FTL.TXT') unaltered; any additions, deletions or
4500 changes to the original files must be clearly indicated in
4501 accompanying documentation. The copyright notices of the
4502 unaltered, original files must be preserved in all copies
4503 of source files.
4504 </para>
4505 </listitem>
4506
4507 <listitem>
4508 <para>
4509 Redistribution in binary form must provide a disclaimer
4510 that states that the software is based in part of the work
4511 of the FreeType Team, in the distribution documentation.
4512 We also encourage you to put an URL to the FreeType web
4513 page in your documentation, though this isn't mandatory.
4514 </para>
4515 </listitem>
4516
4517 </itemizedlist>
4518
4519 <para>
4520 These conditions apply to any software derived from or based
4521 on the FreeType Project, not just the unmodified files. If you
4522 use our work, you must acknowledge us. However, no fee need be
4523 paid to us.
4524 </para>
4525
4526 <para>
4527 3. Advertising
4528 </para>
4529
4530 <para>
4531 Neither the FreeType authors and contributors nor you shall
4532 use the name of the other for commercial, advertising, or
4533 promotional purposes without specific prior written
4534 permission.
4535 </para>
4536
4537 <para>
4538 We suggest, but do not require, that you use one or more of
4539 the following phrases to refer to this software in your
4540 documentation or advertising materials: `FreeType Project',
4541 `FreeType Engine', `FreeType library', or `FreeType
4542 Distribution'.
4543 </para>
4544
4545 <para>
4546 As you have not signed this license, you are not required to
4547 accept it. However, as the FreeType Project is copyrighted
4548 material, only this license, or another one contracted with
4549 the authors, grants you the right to use, distribute, and
4550 modify it. Therefore, by using, distributing, or modifying the
4551 FreeType Project, you indicate that you understand and accept
4552 all the terms of this license.
4553 </para>
4554
4555 <para>
4556 4. Contacts
4557 </para>
4558
4559 <para>
4560 There are two mailing lists related to FreeType:
4561 </para>
4562
4563 <itemizedlist>
4564
4565 <listitem>
4566 <para>
4567 [email protected]
4568 </para>
4569
4570 <para>
4571 Discusses general use and applications of FreeType, as
4572 well as future and wanted additions to the library and
4573 distribution. If you are looking for support, start in
4574 this list if you haven't found anything to help you in the
4575 documentation.
4576 </para>
4577 </listitem>
4578
4579 <listitem>
4580 <para>
4581 [email protected]
4582 </para>
4583
4584 <para>
4585 Discusses bugs, as well as engine internals, design
4586 issues, specific licenses, porting, etc.
4587 </para>
4588 </listitem>
4589
4590 </itemizedlist>
4591
4592 <para>
4593 Our home page can be found at
4594 </para>
4595
4596 <para>
4597 http://www.freetype.org
4598 </para>
4599
4600 </sect3>
4601
4602 </sect2>
4603
4604 <sect2 id="licVPX">
4605
4606 <title>VPX License</title>
4607
4608 <para>
4609 Copyright (c) 2010, The WebM Project authors. All rights
4610 reserved.
4611 </para>
4612
4613 <para>
4614 Redistribution and use in source and binary forms, with or
4615 without modification, are permitted provided that the following
4616 conditions are met:
4617 </para>
4618
4619 <itemizedlist>
4620
4621 <listitem>
4622 <para>
4623 Redistributions of source code must retain the above
4624 copyright notice, this list of conditions and the following
4625 disclaimer.
4626 </para>
4627 </listitem>
4628
4629 <listitem>
4630 <para>
4631 Redistributions in binary form must reproduce the above
4632 copyright notice, this list of conditions and the following
4633 disclaimer in the documentation and/or other materials
4634 provided with the distribution.
4635 </para>
4636 </listitem>
4637
4638 <listitem>
4639 <para>
4640 Neither the name of Google, nor the WebM Project, nor the
4641 names of its contributors may be used to endorse or promote
4642 products derived from this software without specific prior
4643 written permission.
4644 </para>
4645 </listitem>
4646
4647 </itemizedlist>
4648
4649 <para>
4650 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
4651 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
4652 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4653 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4654 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
4655 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4656 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4657 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
4658 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4659 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4660 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4661 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4662 THE POSSIBILITY OF SUCH DAMAGE.
4663 </para>
4664
4665 </sect2>
4666
4667 <sect2 id="licOpus">
4668
4669 <title>Opus License</title>
4670
4671 <para>
4672 Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic, Jean-Marc
4673 Valin, Timothy B. Terriberry, CSIRO, Gregory Maxwell, Mark
4674 Borgerding, Erik de Castro Lopo
4675 </para>
4676
4677 <para>
4678 Redistribution and use in source and binary forms, with or
4679 without modification, are permitted provided that the following
4680 conditions are met:
4681 </para>
4682
4683 <itemizedlist>
4684
4685 <listitem>
4686 <para>
4687 Redistributions of source code must retain the above
4688 copyright notice, this list of conditions and the following
4689 disclaimer.
4690 </para>
4691 </listitem>
4692
4693 <listitem>
4694 <para>
4695 Redistributions in binary form must reproduce the above
4696 copyright notice, this list of conditions and the following
4697 disclaimer in the documentation and/or other materials
4698 provided with the distribution.
4699 </para>
4700 </listitem>
4701
4702 <listitem>
4703 <para>
4704 Neither the name of Internet Society, IETF or IETF Trust,
4705 nor the names of specific contributors, may be used to
4706 endorse or promote products derived from this software
4707 without specific prior written permission.
4708 </para>
4709 </listitem>
4710
4711 </itemizedlist>
4712
4713 <para>
4714 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
4715 CONTRIBUTORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4716 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4717 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4718 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
4719 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4720 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4721 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
4722 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4723 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4724 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4725 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4726 THE POSSIBILITY OF SUCH DAMAGE. Opus is subject to the
4727 royalty-free patent licenses which are specified at: Xiph.Org
4728 Foundation: https://datatracker.ietf.org/ipr/1524/ Microsoft
4729 Corporation: https://datatracker.ietf.org/ipr/1914/ Broadcom
4730 Corporation: https://datatracker.ietf.org/ipr/1526/
4731 </para>
4732
4733 </sect2>
4734
4735 <sect2 id="licOsxFuse">
4736
4737 <title>FUSE for macOS License</title>
4738
4739 <para>
4740 Copyright (c) 2011-2017 Benjamin Fleischer; Copyright (c)
4741 2011-2012 Erik Larsson; All rights reserved.
4742 </para>
4743
4744 <para>
4745 Redistribution and use in source and binary forms, with or
4746 without modification, are permitted provided that the following
4747 conditions are met:
4748 </para>
4749
4750 <itemizedlist>
4751
4752 <listitem>
4753 <para>
4754 Redistributions of source code must retain the above
4755 copyright notice, this list of conditions and the following
4756 disclaimer.
4757 </para>
4758 </listitem>
4759
4760 <listitem>
4761 <para>
4762 Redistributions in binary form must reproduce the above
4763 copyright notice, this list of conditions and the following
4764 disclaimer in the documentation and/or other materials
4765 provided with the distribution.
4766 </para>
4767 </listitem>
4768
4769 <listitem>
4770 <para>
4771 Neither the name of the copyright holder nor the names of
4772 its contributors may be used to endorse or promote products
4773 derived from this software without specific prior written
4774 permission.
4775 </para>
4776 </listitem>
4777
4778 </itemizedlist>
4779
4780 <para>
4781 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
4782 CONTRIBUTORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4783 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4784 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4785 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
4786 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4787 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4788 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
4789 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4790 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4791 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4792 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4793 THE POSSIBILITY OF SUCH DAMAGE.
4794 </para>
4795
4796 </sect2>
4797
4798 </sect1>
4799
4800</appendix>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette