VirtualBox

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

Last change on this file since 45607 was 45169, checked in by vboxsync, 12 years ago

doc/manual: 3rd-party licenses for lightdm-greeter

File size: 163.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4<appendix id="ThirdParty">
5 <title>Third-party materials and licenses</title>
6
7 <para>VirtualBox incorporates materials from several Open Source software
8 projects. Therefore the use of these materials by VirtualBox is governed by
9 different Open Source licenses. This document reproduces these licenses and
10 provides a list of the materials used and their respective licensing
11 conditions. Section 1 contains a list of the materials used. Section 2
12 reproduces the applicable Open Source licenses. For each material, a
13 reference to its license is provided.</para>
14
15 <para>The source code for the materials listed below as well as the rest of
16 the VirtualBox code which is released as open source are available at <ulink
17 url="http://www.virtualbox.org">http://www.virtualbox.org</ulink>, both as
18 tarballs for particular releases and as a live SVN repository.</para>
19
20 <sect1>
21 <title>Materials</title>
22
23 <itemizedlist>
24 <listitem>
25 <para>VirtualBox contains portions of QEMU which is governed by the
26 licenses in <xref linkend="licX11" xrefstyle="template: %n" /> and
27 <xref linkend="licLGPL" xrefstyle="template: %n" /> and</para>
28
29 <para>(C) 2003-2005 Fabrice Bellard; Copyright (C) 2004-2005 Vassili
30 Karpov (malc); Copyright (c) 2004 Antony T Curtis; Copyright (C) 2003
31 Jocelyn Mayer</para>
32 </listitem>
33
34 <listitem>
35 <para>VirtualBox contains code which is governed by the license in
36 <xref linkend="licX11" xrefstyle="template: %n" /> and</para>
37
38 <para>Copyright 2004 by the Massachusetts Institute of
39 Technology.</para>
40 </listitem>
41
42 <listitem>
43 <para>VirtualBox contains code of the BOCHS VGA BIOS which is governed
44 by the license in <xref linkend="licLGPL" xrefstyle="template: %n" />
45 and</para>
46
47 <para>Copyright (C) 2001, 2002 the LGPL VGABios developers
48 Team.</para>
49 </listitem>
50
51 <listitem>
52 <para>VirtualBox contains code of the BOCHS ROM BIOS which is governed
53 by the license in <xref linkend="licLGPL" xrefstyle="template: %n" />
54 and</para>
55
56 <para>Copyright (C) 2002 MandrakeSoft S.A.; Copyright (C) 2004 Fabrice
57 Bellard; Copyright (C) 2005 Struan Bartlett.</para>
58 </listitem>
59
60 <listitem>
61 <para>VirtualBox contains the zlib library which is governed by the
62 license in <xref linkend="licZLIB" xrefstyle="template: %n" />
63 and</para>
64
65 <para>Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler.</para>
66 </listitem>
67
68 <listitem>
69 <para>VirtualBox may contain OpenSSL which is governed by the license
70 in <xref linkend="licSSL" xrefstyle="template: %n" /> and</para>
71
72 <para>Copyright (C) 1995-1998 Eric Young ([email protected]). This
73 product includes software written by Tim Hudson
74 ([email protected]).</para>
75 </listitem>
76
77 <listitem>
78 <para>VirtualBox may contain NSPR and XPCOM which is governed by the
79 license in <xref linkend="licMPL" xrefstyle="template: %n" />
80 and</para>
81
82 <para>Copyright (C) The Authors.</para>
83 </listitem>
84
85 <listitem>
86 <para>VirtualBox contains Slirp which is governed by the license in
87 <xref linkend="licSlirp" xrefstyle="template: %n" /> and was written
88 by Danny Gasparovski.</para>
89
90 <para>Copyright (C) 1995, 1996 All Rights Reserved.</para>
91 </listitem>
92
93 <listitem>
94 <para>VirtualBox contains liblzf which is governed by the license in
95 <xref linkend="licLZF" xrefstyle="template: %n" /> and</para>
96
97 <para>Copyright (C) 2000-2005 Marc Alexander Lehmann
98 &lt;[email protected]&gt;</para>
99 </listitem>
100
101 <listitem>
102 <para>VirtualBox may ship with a modified copy of rdesktop which is
103 governed by the license in <xref linkend="licGPL"
104 xrefstyle="template: %n" /> and</para>
105
106 <para>Copyright (C) Matthew Chapman and others.</para>
107 </listitem>
108
109 <listitem>
110 <para>VirtualBox may ship with a copy of kchmviewer which is governed
111 by the license in <xref linkend="licGPL" xrefstyle="template: %n" />
112 and</para>
113
114 <para>Copyright (C) George Yunaev and others.</para>
115 </listitem>
116
117 <listitem>
118 <para>VirtualBox may contain Etherboot which is governed by the
119 license in <xref linkend="licGPL" xrefstyle="template: %n" /> with the
120 exception that aggregating Etherboot with another work does not
121 require the other work to be released under the same license (see
122 <literal><ulink
123 url="http://etherboot.sourceforge.net/clinks.html">http://etherboot.sourceforge.net/clinks.html</ulink></literal>).
124 Etherboot is</para>
125
126 <para>Copyright (C) Etherboot team.</para>
127 </listitem>
128
129 <listitem>
130 <para>VirtualBox contains code from Wine which is governed by the
131 license in <xref linkend="licLGPL" xrefstyle="template: %n" />
132 and</para>
133
134 <para>Copyright 1993 Bob Amstadt, Copyright 1996 Albrecht Kleine,
135 Copyright 1997 David Faure, Copyright 1998 Morten Welinder, Copyright
136 1998 Ulrich Weigand, Copyright 1999 Ove Koven</para>
137 </listitem>
138
139 <listitem>
140 <para>VirtualBox contains code from lwIP which is governed by the
141 license in <xref linkend="licLWIP" xrefstyle="template: %n" />
142 and</para>
143
144 <para>Copyright (C) 2001, 2002 Swedish Institute of Computer
145 Science.</para>
146 </listitem>
147
148 <listitem>
149 <para>VirtualBox contains libxml which is governed by the license in
150 <xref linkend="licLibXML" /> and</para>
151
152 <para>Copyright (C) 1998-2003 Daniel Veillard.</para>
153 </listitem>
154
155 <listitem>
156 <para>VirtualBox contains libxslt which is governed by the license in
157 <xref linkend="licLibXSLT" /> and</para>
158
159 <para>Copyright (C) 2001-2002 Daniel Veillard and Copyright (C)
160 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard.</para>
161 </listitem>
162
163 <listitem>
164 <para>VirtualBox contains code from the gSOAP XML web services
165 tools, which are licensed under the license in <xref
166 linkend="licgSOAP" /> and</para>
167
168 <para>Copyright (C) 2000-2007, Robert van Engelen, Genivia Inc., and
169 others.</para>
170 </listitem>
171
172 <listitem>
173 <para>VirtualBox ships with the application tunctl (shipped as
174 VBoxTunctl) from the User-mode Linux suite which is governed by the
175 license in <xref linkend="licGPL" xrefstyle="template: %n" />
176 and</para>
177
178 <para>Copyright (C) 2002 Jeff Dike.</para>
179 </listitem>
180
181 <listitem>
182 <para>VirtualBox contains code from Chromium, an OpenGL
183 implementation, which is goverened by the licenses in <xref
184 linkend="licChromium" /> and</para>
185
186 <para>Copyright (C) Stanford University, The Regents of the University
187 of California, Red Hat, and others.</para>
188 </listitem>
189
190 <listitem>
191 <para>VirtualBox contains libcurl which is governed by the license in
192 <xref linkend="licLibCurl" /> and</para>
193
194 <para>Copyright (C) 1996-2009, Daniel Stenberg.</para>
195 </listitem>
196
197 <listitem>
198 <para>VirtualBox contains dnsproxy which is governed by the license in
199 <xref linkend="licMIT" /> and</para>
200
201 <para>Copyright (c) 2003, 2004, 2005 Armin Wolfermann.</para>
202 </listitem>
203
204 <listitem>
205 <para>VirtualBox may contain iniparser which is governed by the
206 license in <xref linkend="licMIT" /> and</para>
207
208 <para>Copyright (c) 2000-2008 by Nicolas Devillard.</para>
209 </listitem>
210
211 <listitem>
212 <para>VirtualBox contains some code from libgd which is governed by
213 the license in <xref linkend="licLibgd" /> and</para>
214
215 <para>Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
216 Pierre-Alain Joye ([email protected]).</para>
217 </listitem>
218
219 <listitem>
220 <para>VirtualBox contains code from the EFI Development Kit II
221 which is governed by the license in
222 <xref linkend="licBsdIntel" /> and</para>
223
224 <para>Copyright (c) 2004-2008, Intel Corporation.</para>
225 </listitem>
226
227 <listitem>
228 <para>VirtualBox contains libjpeg which is governed by the
229 license in <xref linkend="licJPEG" /> and</para>
230
231 <para>Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.</para>
232 </listitem>
233
234 <listitem>
235 <para>VirtualBox may contain x86 SIMD extension for IJG JPEG library
236 which is governed by the license in <xref linkend="licJPEGSIMD" /> and</para>
237
238 <para>Copyright 2009 Pierre Ossman &lt;[email protected]&gt; for Cendio AB;
239 Copyright 2010 D. R. Commander; Copyright (C) 1999-2006, MIYASAKA Masaru.
240 </para>
241 </listitem>
242
243 <listitem>
244 <para>VirtualBox may ship a copy of Qt which is governed by the license in
245 <xref linkend="licLGPL" xrefstyle="template: %n" />
246 and</para>
247
248 <para>Copyright (C) 2010, 2011 Nokia Corporation and/or its subsidiary(-ies).</para>
249 </listitem>
250
251 <listitem>
252 <para>VirtualBox contains parts of the FreeBSD kernel which is governed by
253 the license in <xref linkend="licFreeBsd" />.
254 </para>
255 </listitem>
256
257 <listitem>
258 <para>VirtualBox contains parts of the NetBSD kernel which is governed by
259 the license in <xref linkend="licNetBsd" />.
260 </para>
261 </listitem>
262
263 <listitem>
264 <para>VirtualBox contains portions of liblightdm-gobject which is governed by the
265 license in <xref linkend="licLGPL" xrefstyle="template: %n" /> and</para>
266
267 <para>Copyright (C) 2010-2013 Canonical Ltd.; Copyright (C) 2010-2011 Robert Ancell.</para>
268 </listitem>
269
270 <listitem>
271 <para>VirtualBox contains portions of glib which is governed by the
272 license in <xref linkend="licLGPL" xrefstyle="template: %n" /> and</para>
273
274 <para>Copyright (C) 1995-2011 The Glib team</para>
275 </listitem>
276
277 <listitem>
278 <para>VirtualBox contains portions of PCRE which is governed by the
279 license in <xref linkend="licPcre" xrefstyle="template :%n" /> and</para>
280 <para>Copyright (c) 1997-2012 University of Cambridge;
281 Copyright(c) 2009-2012 Zoltan Herczeg;
282 Copyright (c) 2007-2012, Google Inc.
283 </para>
284 </listitem>
285
286 <listitem>
287 <para>VirtualBox contains portions of libffi which is governed by the
288 license in <xref linkend="licLibffi" xrefstyle="template :%n" /> and</para>
289 <para>
290 Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others.
291 See source files for details.
292 </para>
293 </listitem>
294
295 <listitem>
296 <para>VirtualBox contains portions of FLTK which is governed by the
297 licenses in <xref linkend="licFltk" xrefstyle="template :%n" /> and
298 <xref linkend="licLGPL" xrefstyle="template :%n"/> and </para>
299 <para>
300 Copyright (C) 1991-2012 The FLTK team
301 </para>
302 </listitem>
303
304 <listitem>
305 <para>VirtualBox contains portions of Expat which is governed by the
306 license in <xref linkend="licExpat" xrefstyle="template :%n" /> and</para>
307 <para>
308 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
309 and Clark Cooper; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat
310 maintainers.
311 </para>
312 </listitem>
313
314 <listitem>
315 <para>VirtualBox contains portions of Fontconfig which is governed by the
316 license in <xref linkend="licFontconfig" xrefstyle="template :%n" />
317 and</para>
318 <para>
319 Copyright (C) 2001, 2003 Keith Packard
320 </para>
321 </listitem>
322
323 <listitem>
324 <para>VirtualBox contains portions of Freetype which is governed by the
325 license in <xref linkend="licFreetype" xrefstyle="template :%n" />
326 and</para>
327 <para>
328 Copyright 2012 The FreeType Project (www.freetype.org). All rights reserved.
329 </para>
330 </listitem>
331
332 </itemizedlist>
333 </sect1>
334
335 <sect1>
336 <title>Licenses</title>
337
338 <sect2 id="licGPL">
339 <title>GNU General Public License (GPL)</title>
340
341 <para>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</para>
342
343 <para>Copyright (C) 1989, 1991 Free Software Foundation, Inc.</para>
344
345 <para>51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</para>
346
347 <para>Everyone is permitted to copy and distribute verbatim copies of
348 this license document, but changing it is not allowed.</para>
349
350 <para>Preamble</para>
351
352 <para>The licenses for most software are designed to take away your
353 freedom to share and change it. By contrast, the GNU General Public
354 License is intended to guarantee your freedom to share and change free
355 software--to make sure the software is free for all its users. This
356 General Public License applies to most of the Free Software Foundation's
357 software and to any other program whose authors commit to using it.
358 (Some other Free Software Foundation software is covered by the GNU
359 Library General Public License instead.) You can apply it to your
360 programs, too.</para>
361
362 <para>When we speak of free software, we are referring to freedom, not
363 price. Our General Public Licenses are designed to make sure that you
364 have the freedom to distribute copies of free software (and charge for
365 this service if you wish), that you receive source code or can get it if
366 you want it, that you can change the software or use pieces of it in new
367 free programs; and that you know you can do these things.</para>
368
369 <para>To protect your rights, we need to make restrictions that forbid
370 anyone to deny you these rights or to ask you to surrender the rights.
371 These restrictions translate to certain responsibilities for you if you
372 distribute copies of the software, or if you modify it.</para>
373
374 <para>For example, if you distribute copies of such a program, whether
375 gratis or for a fee, you must give the recipients all the rights that
376 you have. You must make sure that they, too, receive or can get the
377 source code. And you must show them these terms so they know their
378 rights.</para>
379
380 <para>We protect your rights with two steps: (1) copyright the software,
381 and (2) offer you this license which gives you legal permission to copy,
382 distribute and/or modify the software.</para>
383
384 <para>Also, for each author's protection and ours, we want to make
385 certain that everyone understands that there is no warranty for this
386 free software. If the software is modified by someone else and passed
387 on, we want its recipients to know that what they have is not the
388 original, so that any problems introduced by others will not reflect on
389 the original authors' reputations.</para>
390
391 <para>Finally, any free program is threatened constantly by software
392 patents. We wish to avoid the danger that redistributors of a free
393 program will individually obtain patent licenses, in effect making the
394 program proprietary. To prevent this, we have made it clear that any
395 patent must be licensed for everyone's free use or not licensed at
396 all.</para>
397
398 <para>The precise terms and conditions for copying, distribution and
399 modification follow.</para>
400
401 <para>GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING,
402 DISTRIBUTION AND MODIFICATION</para>
403
404 <para>0. This License applies to any program or other work which
405 contains a notice placed by the copyright holder saying it may be
406 distributed under the terms of this General Public License. The
407 "Program", below, refers to any such program or work, and a "work based
408 on the Program" means either the Program or any derivative work under
409 copyright law: that is to say, a work containing the Program or a
410 portion of it, either verbatim or with modifications and/or translated
411 into another language. (Hereinafter, translation is included without
412 limitation in the term "modification".) Each licensee is addressed as
413 "you".</para>
414
415 <para>Activities other than copying, distribution and modification are
416 not covered by this License; they are outside its scope. The act of
417 running the Program is not restricted, and the output from the Program
418 is covered only if its contents constitute a work based on the Program
419 (independent of having been made by running the Program). Whether that
420 is true depends on what the Program does.</para>
421
422 <para>1. You may copy and distribute verbatim copies of the Program's
423 source code as you receive it, in any medium, provided that you
424 conspicuously and appropriately publish on each copy an appropriate
425 copyright notice and disclaimer of warranty; keep intact all the notices
426 that refer to this License and to the absence of any warranty; and give
427 any other recipients of the Program a copy of this License along with
428 the Program.</para>
429
430 <para>You may charge a fee for the physical act of transferring a copy,
431 and you may at your option offer warranty protection in exchange for a
432 fee.</para>
433
434 <para>2. You may modify your copy or copies of the Program or any
435 portion of it, thus forming a work based on the Program, and copy and
436 distribute such modifications or work under the terms of Section 1
437 above, provided that you also meet all of these conditions:</para>
438
439 <para>a) You must cause the modified files to carry prominent notices
440 stating that you changed the files and the date of any change.</para>
441
442 <para>b) You must cause any work that you distribute or publish, that in
443 whole or in part contains or is derived from the Program or any part
444 thereof, to be licensed as a whole at no charge to all third parties
445 under the terms of this License.</para>
446
447 <para>c) If the modified program normally reads commands interactively
448 when run, you must cause it, when started running for such interactive
449 use in the most ordinary way, to print or display an announcement
450 including an appropriate copyright notice and a notice that there is no
451 warranty (or else, saying that you provide a warranty) and that users
452 may redistribute the program under these conditions, and telling the
453 user how to view a copy of this License. (Exception: if the Program
454 itself is interactive but does not normally print such an announcement,
455 your work based on the Program is not required to print an
456 announcement.)</para>
457
458 <para>These requirements apply to the modified work as a whole. If
459 identifiable sections of that work are not derived from the Program, and
460 can be reasonably considered independent and separate works in
461 themselves, then this License, and its terms, do not apply to those
462 sections when you distribute them as separate works. But when you
463 distribute the same sections as part of a whole which is a work based on
464 the Program, the distribution of the whole must be on the terms of this
465 License, whose permissions for other licensees extend to the entire
466 whole, and thus to each and every part regardless of who wrote
467 it.</para>
468
469 <para>Thus, it is not the intent of this section to claim rights or
470 contest your rights to work written entirely by you; rather, the intent
471 is to exercise the right to control the distribution of derivative or
472 collective works based on the Program.</para>
473
474 <para>In addition, mere aggregation of another work not based on the
475 Program with the Program (or with a work based on the Program) on a
476 volume of a storage or distribution medium does not bring the other work
477 under the scope of this License.</para>
478
479 <para>3. You may copy and distribute the Program (or a work based on it,
480 under Section 2) in object code or executable form under the terms of
481 Sections 1 and 2 above provided that you also do one of the
482 following:</para>
483
484 <para>a) Accompany it with the complete corresponding machine-readable
485 source code, which must be distributed under the terms of Sections 1 and
486 2 above on a medium customarily used for software interchange;
487 or,</para>
488
489 <para>b) Accompany it with a written offer, valid for at least three
490 years, to give any third party, for a charge no more than your cost of
491 physically performing source distribution, a complete machine-readable
492 copy of the corresponding source code, to be distributed under the terms
493 of Sections 1 and 2 above on a medium customarily used for software
494 interchange; or,</para>
495
496 <para>c) Accompany it with the information you received as to the offer
497 to distribute corresponding source code. (This alternative is allowed
498 only for noncommercial distribution and only if you received the program
499 in object code or executable form with such an offer, in accord with
500 Subsection b above.)</para>
501
502 <para>The source code for a work means the preferred form of the work
503 for making modifications to it. For an executable work, complete source
504 code means all the source code for all modules it contains, plus any
505 associated interface definition files, plus the scripts used to control
506 compilation and installation of the executable. However, as a special
507 exception, the source code distributed need not include anything that is
508 normally distributed (in either source or binary form) with the major
509 components (compiler, kernel, and so on) of the operating system on
510 which the executable runs, unless that component itself accompanies the
511 executable.</para>
512
513 <para>If distribution of executable or object code is made by offering
514 access to copy from a designated place, then offering equivalent access
515 to copy the source code from the same place counts as distribution of
516 the source code, even though third parties are not compelled to copy the
517 source along with the object code.</para>
518
519 <para>4. You may not copy, modify, sublicense, or distribute the Program
520 except as expressly provided under this License. Any attempt otherwise
521 to copy, modify, sublicense or distribute the Program is void, and will
522 automatically terminate your rights under this License. However, parties
523 who have received copies, or rights, from you under this License will
524 not have their licenses terminated so long as such parties remain in
525 full compliance.</para>
526
527 <para>5. You are not required to accept this License, since you have not
528 signed it. However, nothing else grants you permission to modify or
529 distribute the Program or its derivative works. These actions are
530 prohibited by law if you do not accept this License. Therefore, by
531 modifying or distributing the Program (or any work based on the
532 Program), you indicate your acceptance of this License to do so, and all
533 its terms and conditions for copying, distributing or modifying the
534 Program or works based on it.</para>
535
536 <para>6. Each time you redistribute the Program (or any work based on
537 the Program), the recipient automatically receives a license from the
538 original licensor to copy, distribute or modify the Program subject to
539 these terms and conditions. You may not impose any further restrictions
540 on the recipients' exercise of the rights granted herein. You are not
541 responsible for enforcing compliance by third parties to this
542 License.</para>
543
544 <para>7. If, as a consequence of a court judgment or allegation of
545 patent infringement or for any other reason (not limited to patent
546 issues), conditions are imposed on you (whether by court order,
547 agreement or otherwise) that contradict the conditions of this License,
548 they do not excuse you from the conditions of this License. If you
549 cannot distribute so as to satisfy simultaneously your obligations under
550 this License and any other pertinent obligations, then as a consequence
551 you may not distribute the Program at all. For example, if a patent
552 license would not permit royalty-free redistribution of the Program by
553 all those who receive copies directly or indirectly through you, then
554 the only way you could satisfy both it and this License would be to
555 refrain entirely from distribution of the Program.</para>
556
557 <para>If any portion of this section is held invalid or unenforceable
558 under any particular circumstance, the balance of the section is
559 intended to apply and the section as a whole is intended to apply in
560 other circumstances.</para>
561
562 <para>It is not the purpose of this section to induce you to infringe
563 any patents or other property right claims or to contest validity of any
564 such claims; this section has the sole purpose of protecting the
565 integrity of the free software distribution system, which is implemented
566 by public license practices. Many people have made generous
567 contributions to the wide range of software distributed through that
568 system in reliance on consistent application of that system; it is up to
569 the author/donor to decide if he or she is willing to distribute
570 software through any other system and a licensee cannot impose that
571 choice.</para>
572
573 <para>This section is intended to make thoroughly clear what is believed
574 to be a consequence of the rest of this License.</para>
575
576 <para>8. If the distribution and/or use of the Program is restricted in
577 certain countries either by patents or by copyrighted interfaces, the
578 original copyright holder who places the Program under this License may
579 add an explicit geographical distribution limitation excluding those
580 countries, so that distribution is permitted only in or among countries
581 not thus excluded. In such case, this License incorporates the
582 limitation as if written in the body of this License.</para>
583
584 <para>9. The Free Software Foundation may publish revised and/or new
585 versions of the General Public License from time to time. Such new
586 versions will be similar in spirit to the present version, but may
587 differ in detail to address new problems or concerns.</para>
588
589 <para>Each version is given a distinguishing version number. If the
590 Program specifies a version number of this License which applies to it
591 and "any later version", you have the option of following the terms and
592 conditions either of that version or of any later version published by
593 the Free Software Foundation. If the Program does not specify a version
594 number of this License, you may choose any version ever published by the
595 Free Software Foundation.</para>
596
597 <para>10. If you wish to incorporate parts of the Program into other
598 free programs whose distribution conditions are different, write to the
599 author to ask for permission. For software which is copyrighted by the
600 Free Software Foundation, write to the Free Software Foundation; we
601 sometimes make exceptions for this. Our decision will be guided by the
602 two goals of preserving the free status of all derivatives of our free
603 software and of promoting the sharing and reuse of software
604 generally.</para>
605
606 <para>NO WARRANTY</para>
607
608 <para>11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
609 WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
610 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
611 OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND,
612 EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
613 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
614 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
615 YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
616 NECESSARY SERVICING, REPAIR OR CORRECTION.</para>
617
618 <para>12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
619 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
620 AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
621 DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
622 DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
623 (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
624 INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
625 THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR
626 OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</para>
627
628 <para>END OF TERMS AND CONDITIONS</para>
629 </sect2>
630
631 <sect2 id="licLGPL">
632 <title>GNU Lesser General Public License (LGPL)</title>
633
634 <para>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February
635 1999</para>
636
637 <para>Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple
638 Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to
639 copy and distribute verbatim copies of this license document, but
640 changing it is not allowed.</para>
641
642 <para>[This is the first released version of the Lesser GPL. It also
643 counts as the successor of the GNU Library Public License, version 2,
644 hence the version number 2.1.]</para>
645
646 <para>Preamble</para>
647
648 <para>The licenses for most software are designed to take away your
649 freedom to share and change it. By contrast, the GNU General Public
650 Licenses are intended to guarantee your freedom to share and change free
651 software--to make sure the software is free for all its users.</para>
652
653 <para>This license, the Lesser General Public License, applies to some
654 specially designated software packages--typically libraries--of the Free
655 Software Foundation and other authors who decide to use it. You can use
656 it too, but we suggest you first think carefully about whether this
657 license or the ordinary General Public License is the better strategy to
658 use in any particular case, based on the explanations below.</para>
659
660 <para>When we speak of free software, we are referring to freedom of
661 use, not price. Our General Public Licenses are designed to make sure
662 that you have the freedom to distribute copies of free software (and
663 charge for this service if you wish); that you receive source code or
664 can get it if you want it; that you can change the software and use
665 pieces of it in new free programs; and that you are informed that you
666 can do these things.</para>
667
668 <para>To protect your rights, we need to make restrictions that forbid
669 distributors to deny you these rights or to ask you to surrender these
670 rights. These restrictions translate to certain responsibilities for you
671 if you distribute copies of the library or if you modify it.</para>
672
673 <para>For example, if you distribute copies of the library, whether
674 gratis or for a fee, you must give the recipients all the rights that we
675 gave you. You must make sure that they, too, receive or can get the
676 source code. If you link other code with the library, you must provide
677 complete object files to the recipients, so that they can relink them
678 with the library after making changes to the library and recompiling it.
679 And you must show them these terms so they know their rights.</para>
680
681 <para>We protect your rights with a two-step method: (1) we copyright
682 the library, and (2) we offer you this license, which gives you legal
683 permission to copy, distribute and/or modify the library.</para>
684
685 <para>To protect each distributor, we want to make it very clear that
686 there is no warranty for the free library. Also, if the library is
687 modified by someone else and passed on, the recipients should know that
688 what they have is not the original version, so that the original
689 author's reputation will not be affected by problems that might be
690 introduced by others.</para>
691
692 <para>Finally, software patents pose a constant threat to the existence
693 of any free program. We wish to make sure that a company cannot
694 effectively restrict the users of a free program by obtaining a
695 restrictive license from a patent holder. Therefore, we insist that any
696 patent license obtained for a version of the library must be consistent
697 with the full freedom of use specified in this license.</para>
698
699 <para>Most GNU software, including some libraries, is covered by the
700 ordinary GNU General Public License. This license, the GNU Lesser
701 General Public License, applies to certain designated libraries, and is
702 quite different from the ordinary General Public License. We use this
703 license for certain libraries in order to permit linking those libraries
704 into non-free programs.</para>
705
706 <para>When a program is linked with a library, whether statically or
707 using a shared library, the combination of the two is legally speaking a
708 combined work, a derivative of the original library. The ordinary
709 General Public License therefore permits such linking only if the entire
710 combination fits its criteria of freedom. The Lesser General Public
711 License permits more lax criteria for linking other code with the
712 library.</para>
713
714 <para>We call this license the "Lesser" General Public License because
715 it does Less to protect the user's freedom than the ordinary General
716 Public License. It also provides other free software developers Less of
717 an advantage over competing non-free programs. These disadvantages are
718 the reason we use the ordinary General Public License for many
719 libraries. However, the Lesser license provides advantages in certain
720 special circumstances.</para>
721
722 <para>For example, on rare occasions, there may be a special need to
723 encourage the widest possible use of a certain library, so that it
724 becomes a de-facto standard. To achieve this, non-free programs must be
725 allowed to use the library. A more frequent case is that a free library
726 does the same job as widely used non-free libraries. In this case, there
727 is little to gain by limiting the free library to free software only, so
728 we use the Lesser General Public License.</para>
729
730 <para>In other cases, permission to use a particular library in non-free
731 programs enables a greater number of people to use a large body of free
732 software. For example, permission to use the GNU C Library in non-free
733 programs enables many more people to use the whole GNU operating system,
734 as well as its variant, the GNU/Linux operating system.</para>
735
736 <para>Although the Lesser General Public License is Less protective of
737 the users' freedom, it does ensure that the user of a program that is
738 linked with the Library has the freedom and the wherewithal to run that
739 program using a modified version of the Library.</para>
740
741 <para>The precise terms and conditions for copying, distribution and
742 modification follow. Pay close attention to the difference between a
743 "work based on the library" and a "work that uses the library". The
744 former contains code derived from the library, whereas the latter must
745 be combined with the library in order to run.</para>
746
747 <para>GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR
748 COPYING, DISTRIBUTION AND MODIFICATION</para>
749
750 <para>0. This License Agreement applies to any software library or other
751 program which contains a notice placed by the copyright holder or other
752 authorized party saying it may be distributed under the terms of this
753 Lesser General Public License (also called "this License"). Each
754 licensee is addressed as "you".</para>
755
756 <para>A "library" means a collection of software functions and/or data
757 prepared so as to be conveniently linked with application programs
758 (which use some of those functions and data) to form executables.</para>
759
760 <para>The "Library", below, refers to any such software library or work
761 which has been distributed under these terms. A "work based on the
762 Library" means either the Library or any derivative work under copyright
763 law: that is to say, a work containing the Library or a portion of it,
764 either verbatim or with modifications and/or translated
765 straightforwardly into another language. (Hereinafter, translation is
766 included without limitation in the term "modification".)</para>
767
768 <para>"Source code" for a work means the preferred form of the work for
769 making modifications to it. For a library, complete source code means
770 all the source code for all modules it contains, plus any associated
771 interface definition files, plus the scripts used to control compilation
772 and installation of the library.</para>
773
774 <para>Activities other than copying, distribution and modification are
775 not covered by this License; they are outside its scope. The act of
776 running a program using the Library is not restricted, and output from
777 such a program is covered only if its contents constitute a work based
778 on the Library (independent of the use of the Library in a tool for
779 writing it). Whether that is true depends on what the Library does and
780 what the program that uses the Library does.</para>
781
782 <para>1. You may copy and distribute verbatim copies of the Library's
783 complete source code as you receive it, in any medium, provided that you
784 conspicuously and appropriately publish on each copy an appropriate
785 copyright notice and disclaimer of warranty; keep intact all the notices
786 that refer to this License and to the absence of any warranty; and
787 distribute a copy of this License along with the Library.</para>
788
789 <para>You may charge a fee for the physical act of transferring a copy,
790 and you may at your option offer warranty protection in exchange for a
791 fee.</para>
792
793 <para>2. You may modify your copy or copies of the Library or any
794 portion of it, thus forming a work based on the Library, and copy and
795 distribute such modifications or work under the terms of Section 1
796 above, provided that you also meet all of these conditions:</para>
797
798 <para>a) The modified work must itself be a software library.</para>
799
800 <para>b) You must cause the files modified to carry prominent notices
801 stating that you changed the files and the date of any change.</para>
802
803 <para>c) You must cause the whole of the work to be licensed at no
804 charge to all third parties under the terms of this License.</para>
805
806 <para>d) If a facility in the modified Library refers to a function or a
807 table of data to be supplied by an application program that uses the
808 facility, other than as an argument passed when the facility is invoked,
809 then you must make a good faith effort to ensure that, in the event an
810 application does not supply such function or table, the facility still
811 operates, and performs whatever part of its purpose remains
812 meaningful.</para>
813
814 <para>(For example, a function in a library to compute square roots has
815 a purpose that is entirely well-defined independent of the application.
816 Therefore, Subsection 2d requires that any application-supplied function
817 or table used by this function must be optional: if the application does
818 not supply it, the square root function must still compute square
819 roots.)</para>
820
821 <para>These requirements apply to the modified work as a whole. If
822 identifiable sections of that work are not derived from the Library, and
823 can be reasonably considered independent and separate works in
824 themselves, then this License, and its terms, do not apply to those
825 sections when you distribute them as separate works. But when you
826 distribute the same sections as part of a whole which is a work based on
827 the Library, the distribution of the whole must be on the terms of this
828 License, whose permissions for other licensees extend to the entire
829 whole, and thus to each and every part regardless of who wrote
830 it.</para>
831
832 <para>Thus, it is not the intent of this section to claim rights or
833 contest your rights to work written entirely by you; rather, the intent
834 is to exercise the right to control the distribution of derivative or
835 collective works based on the Library.</para>
836
837 <para>In addition, mere aggregation of another work not based on the
838 Library with the Library (or with a work based on the Library) on a
839 volume of a storage or distribution medium does not bring the other work
840 under the scope of this License.</para>
841
842 <para>3. You may opt to apply the terms of the ordinary GNU General
843 Public License instead of this License to a given copy of the Library.
844 To do this, you must alter all the notices that refer to this License,
845 so that they refer to the ordinary GNU General Public License, version
846 2, instead of to this License. (If a newer version than version 2 of the
847 ordinary GNU General Public License has appeared, then you can specify
848 that version instead if you wish.) Do not make any other change in these
849 notices.</para>
850
851 <para>Once this change is made in a given copy, it is irreversible for
852 that copy, so the ordinary GNU General Public License applies to all
853 subsequent copies and derivative works made from that copy.</para>
854
855 <para>This option is useful when you wish to copy part of the code of
856 the Library into a program that is not a library.</para>
857
858 <para>4. You may copy and distribute the Library (or a portion or
859 derivative of it, under Section 2) in object code or executable form
860 under the terms of Sections 1 and 2 above provided that you accompany it
861 with the complete corresponding machine-readable source code, which must
862 be distributed under the terms of Sections 1 and 2 above on a medium
863 customarily used for software interchange.</para>
864
865 <para>If distribution of object code is made by offering access to copy
866 from a designated place, then offering equivalent access to copy the
867 source code from the same place satisfies the requirement to distribute
868 the source code, even though third parties are not compelled to copy the
869 source along with the object code.</para>
870
871 <para>5. A program that contains no derivative of any portion of the
872 Library, but is designed to work with the Library by being compiled or
873 linked with it, is called a "work that uses the Library". Such a work,
874 in isolation, is not a derivative work of the Library, and therefore
875 falls outside the scope of this License.</para>
876
877 <para>However, linking a "work that uses the Library" with the Library
878 creates an executable that is a derivative of the Library (because it
879 contains portions of the Library), rather than a "work that uses the
880 library". The executable is therefore covered by this License. Section 6
881 states terms for distribution of such executables.</para>
882
883 <para>When a "work that uses the Library" uses material from a header
884 file that is part of the Library, the object code for the work may be a
885 derivative work of the Library even though the source code is not.
886 Whether this is true is especially significant if the work can be linked
887 without the Library, or if the work is itself a library. The threshold
888 for this to be true is not precisely defined by law.</para>
889
890 <para>If such an object file uses only numerical parameters, data
891 structure layouts and accessors, and small macros and small inline
892 functions (ten lines or less in length), then the use of the object file
893 is unrestricted, regardless of whether it is legally a derivative work.
894 (Executables containing this object code plus portions of the Library
895 will still fall under Section 6.) Otherwise, if the work is a derivative
896 of the Library, you may distribute the object code for the work under
897 the terms of Section 6. Any executables containing that work also fall
898 under Section 6, whether or not they are linked directly with the
899 Library itself.</para>
900
901 <para>6. As an exception to the Sections above, you may also combine or
902 link a "work that uses the Library" with the Library to produce a work
903 containing portions of the Library, and distribute that work under terms
904 of your choice, provided that the terms permit modification of the work
905 for the customer's own use and reverse engineering for debugging such
906 modifications.</para>
907
908 <para>You must give prominent notice with each copy of the work that the
909 Library is used in it and that the Library and its use are covered by
910 this License. You must supply a copy of this License. If the work during
911 execution displays copyright notices, you must include the copyright
912 notice for the Library among them, as well as a reference directing the
913 user to the copy of this License. Also, you must do one of these
914 things:</para>
915
916 <para>a) Accompany the work with the complete corresponding
917 machine-readable source code for the Library including whatever changes
918 were used in the work (which must be distributed under Sections 1 and 2
919 above); and, if the work is an executable linked with the Library, with
920 the complete machine-readable "work that uses the Library", as object
921 code and/or source code, so that the user can modify the Library and
922 then relink to produce a modified executable containing the modified
923 Library. (It is understood that the user who changes the contents of
924 definitions files in the Library will not necessarily be able to
925 recompile the application to use the modified definitions.)</para>
926
927 <para>b) Use a suitable shared library mechanism for linking with the
928 Library. A suitable mechanism is one that (1) uses at run time a copy of
929 the library already present on the user's computer system, rather than
930 copying library functions into the executable, and (2) will operate
931 properly with a modified version of the library, if the user installs
932 one, as long as the modified version is interface-compatible with the
933 version that the work was made with.</para>
934
935 <para>c) Accompany the work with a written offer, valid for at least
936 three years, to give the same user the materials specified in Subsection
937 6a, above, for a charge no more than the cost of performing this
938 distribution.</para>
939
940 <para>d) If distribution of the work is made by offering access to copy
941 from a designated place, offer equivalent access to copy the above
942 specified materials from the same place.</para>
943
944 <para>e) Verify that the user has already received a copy of these
945 materials or that you have already sent this user a copy.</para>
946
947 <para>For an executable, the required form of the "work that uses the
948 Library" must include any data and utility programs needed for
949 reproducing the executable from it. However, as a special exception, the
950 materials to be distributed need not include anything that is normally
951 distributed (in either source or binary form) with the major components
952 (compiler, kernel, and so on) of the operating system on which the
953 executable runs, unless that component itself accompanies the
954 executable.</para>
955
956 <para>It may happen that this requirement contradicts the license
957 restrictions of other proprietary libraries that do not normally
958 accompany the operating system. Such a contradiction means you cannot
959 use both them and the Library together in an executable that you
960 distribute.</para>
961
962 <para>7. You may place library facilities that are a work based on the
963 Library side-by-side in a single library together with other library
964 facilities not covered by this License, and distribute such a combined
965 library, provided that the separate distribution of the work based on
966 the Library and of the other library facilities is otherwise permitted,
967 and provided that you do these two things:</para>
968
969 <para>a) Accompany the combined library with a copy of the same work
970 based on the Library, uncombined with any other library facilities. This
971 must be distributed under the terms of the Sections above.</para>
972
973 <para>b) Give prominent notice with the combined library of the fact
974 that part of it is a work based on the Library, and explaining where to
975 find the accompanying uncombined form of the same work.</para>
976
977 <para>8. You may not copy, modify, sublicense, link with, or distribute
978 the Library except as expressly provided under this License. Any attempt
979 otherwise to copy, modify, sublicense, link with, or distribute the
980 Library is void, and will automatically terminate your rights under this
981 License. However, parties who have received copies, or rights, from you
982 under this License will not have their licenses terminated so long as
983 such parties remain in full compliance.</para>
984
985 <para>9. You are not required to accept this License, since you have not
986 signed it. However, nothing else grants you permission to modify or
987 distribute the Library or its derivative works. These actions are
988 prohibited by law if you do not accept this License. Therefore, by
989 modifying or distributing the Library (or any work based on the
990 Library), you indicate your acceptance of this License to do so, and all
991 its terms and conditions for copying, distributing or modifying the
992 Library or works based on it.</para>
993
994 <para>10. Each time you redistribute the Library (or any work based on
995 the Library), the recipient automatically receives a license from the
996 original licensor to copy, distribute, link with or modify the Library
997 subject to these terms and conditions. You may not impose any further
998 restrictions on the recipients' exercise of the rights granted herein.
999 You are not responsible for enforcing compliance by third parties with
1000 this License.</para>
1001
1002 <para>11. If, as a consequence of a court judgment or allegation of
1003 patent infringement or for any other reason (not limited to patent
1004 issues), conditions are imposed on you (whether by court order,
1005 agreement or otherwise) that contradict the conditions of this License,
1006 they do not excuse you from the conditions of this License. If you
1007 cannot distribute so as to satisfy simultaneously your obligations under
1008 this License and any other pertinent obligations, then as a consequence
1009 you may not distribute the Library at all. For example, if a patent
1010 license would not permit royalty-free redistribution of the Library by
1011 all those who receive copies directly or indirectly through you, then
1012 the only way you could satisfy both it and this License would be to
1013 refrain entirely from distribution of the Library.</para>
1014
1015 <para>If any portion of this section is held invalid or unenforceable
1016 under any particular circumstance, the balance of the section is
1017 intended to apply, and the section as a whole is intended to apply in
1018 other circumstances.</para>
1019
1020 <para>It is not the purpose of this section to induce you to infringe
1021 any patents or other property right claims or to contest validity of any
1022 such claims; this section has the sole purpose of protecting the
1023 integrity of the free software distribution system which is implemented
1024 by public license practices. Many people have made generous
1025 contributions to the wide range of software distributed through that
1026 system in reliance on consistent application of that system; it is up to
1027 the author/donor to decide if he or she is willing to distribute
1028 software through any other system and a licensee cannot impose that
1029 choice.</para>
1030
1031 <para>This section is intended to make thoroughly clear what is believed
1032 to be a consequence of the rest of this License.</para>
1033
1034 <para>12. If the distribution and/or use of the Library is restricted in
1035 certain countries either by patents or by copyrighted interfaces, the
1036 original copyright holder who places the Library under this License may
1037 add an explicit geographical distribution limitation excluding those
1038 countries, so that distribution is permitted only in or among countries
1039 not thus excluded. In such case, this License incorporates the
1040 limitation as if written in the body of this License.</para>
1041
1042 <para>13. The Free Software Foundation may publish revised and/or new
1043 versions of the Lesser General Public License from time to time. Such
1044 new versions will be similar in spirit to the present version, but may
1045 differ in detail to address new problems or concerns.</para>
1046
1047 <para>Each version is given a distinguishing version number. If the
1048 Library specifies a version number of this License which applies to it
1049 and "any later version", you have the option of following the terms and
1050 conditions either of that version or of any later version published by
1051 the Free Software Foundation. If the Library does not specify a license
1052 version number, you may choose any version ever published by the Free
1053 Software Foundation.</para>
1054
1055 <para>14. If you wish to incorporate parts of the Library into other
1056 free programs whose distribution conditions are incompatible with these,
1057 write to the author to ask for permission. For software which is
1058 copyrighted by the Free Software Foundation, write to the Free Software
1059 Foundation; we sometimes make exceptions for this. Our decision will be
1060 guided by the two goals of preserving the free status of all derivatives
1061 of our free software and of promoting the sharing and reuse of software
1062 generally.</para>
1063
1064 <para>NO WARRANTY</para>
1065
1066 <para>15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
1067 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
1068 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
1069 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND,
1070 EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1071 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
1072 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH
1073 YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
1074 NECESSARY SERVICING, REPAIR OR CORRECTION.</para>
1075
1076 <para>16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
1077 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
1078 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
1079 DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
1080 DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY
1081 (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
1082 INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
1083 THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR
1084 OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</para>
1085
1086 <para>END OF TERMS AND CONDITIONS</para>
1087 </sect2>
1088
1089 <sect2 id="licMPL">
1090 <title>Mozilla Public License (MPL)</title>
1091
1092 <para>MOZILLA PUBLIC LICENSE Version 1.1</para>
1093
1094 <para>1. Definitions.</para>
1095
1096 <para>1.0.1. "Commercial Use" means distribution or otherwise making the
1097 Covered Code available to a third party.</para>
1098
1099 <para>1.1. "Contributor" means each entity that creates or contributes
1100 to the creation of Modifications.</para>
1101
1102 <para>1.2. "Contributor Version" means the combination of the Original
1103 Code, prior Modifications used by a Contributor, and the Modifications
1104 made by that particular Contributor.</para>
1105
1106 <para>1.3. "Covered Code" means the Original Code or Modifications or
1107 the combination of the Original Code and Modifications, in each case
1108 including portions thereof.</para>
1109
1110 <para>1.4. "Electronic Distribution Mechanism" means a mechanism
1111 generally accepted in the software development community for the
1112 electronic transfer of data.</para>
1113
1114 <para>1.5. "Executable" means Covered Code in any form other than Source
1115 Code.</para>
1116
1117 <para>1.6. "Initial Developer" means the individual or entity identified
1118 as the Initial Developer in the Source Code notice required by Exhibit
1119 A.</para>
1120
1121 <para>1.7. "Larger Work" means a work which combines Covered Code or
1122 portions thereof with code not governed by the terms of this
1123 License.</para>
1124
1125 <para>1.8. "License" means this document.</para>
1126
1127 <para>1.8.1. "Licensable" means having the right to grant, to the
1128 maximum extent possible, whether at the time of the initial grant or
1129 subsequently acquired, any and all of the rights conveyed herein.</para>
1130
1131 <para>1.9. "Modifications" means any addition to or deletion from the
1132 substance or structure of either the Original Code or any previous
1133 Modifications. When Covered Code is released as a series of files, a
1134 Modification is:</para>
1135
1136 <para>A. Any addition to or deletion from the contents of a file
1137 containing Original Code or previous Modifications.</para>
1138
1139 <para>B. Any new file that contains any part of the Original Code or
1140 previous Modifications.</para>
1141
1142 <para>1.10. "Original Code" means Source Code of computer software code
1143 which is described in the Source Code notice required by Exhibit A as
1144 Original Code, and which, at the time of its release under this License
1145 is not already Covered Code governed by this License.</para>
1146
1147 <para>1.10.1. "Patent Claims" means any patent claim(s), now owned or
1148 hereafter acquired, including without limitation, method, process, and
1149 apparatus claims, in any patent Licensable by grantor.</para>
1150
1151 <para>1.11. "Source Code" means the preferred form of the Covered Code
1152 for making modifications to it, including all modules it contains, plus
1153 any associated interface definition files, scripts used to control
1154 compilation and installation of an Executable, or source code
1155 differential comparisons against either the Original Code or another
1156 well known, available Covered Code of the Contributor's choice. The
1157 Source Code can be in a compressed or archival form, provided the
1158 appropriate decompression or de-archiving software is widely available
1159 for no charge.</para>
1160
1161 <para>1.12. "You" (or "Your") means an individual or a legal entity
1162 exercising rights under, and complying with all of the terms of, this
1163 License or a future version of this License issued under Section 6.1.
1164 For legal entities, "You" includes any entity which controls, is
1165 controlled by, or is under common control with You. For purposes of this
1166 definition, "control" means (a) the power, direct or indirect, to cause
1167 the direction or management of such entity, whether by contract or
1168 otherwise, or (b) ownership of more than fifty percent (50%) of the
1169 outstanding shares or beneficial ownership of such entity.</para>
1170
1171 <para>2. Source Code License.</para>
1172
1173 <para>2.1. The Initial Developer Grant. The Initial Developer hereby
1174 grants You a world-wide, royalty-free, non-exclusive license, subject to
1175 third party intellectual property claims:</para>
1176
1177 <para>(a) under intellectual property rights (other than patent or
1178 trademark) Licensable by Initial Developer to use, reproduce, modify,
1179 display, perform, sublicense and distribute the Original Code (or
1180 portions thereof) with or without Modifications, and/or as part of a
1181 Larger Work; and</para>
1182
1183 <para>(b) under Patents Claims infringed by the making, using or selling
1184 of Original Code, to make, have made, use, practice, sell, and offer for
1185 sale, and/or otherwise dispose of the Original Code (or portions
1186 thereof).</para>
1187
1188 <para>(c) the licenses granted in this Section 2.1(a) and (b) are
1189 effective on the date Initial Developer first distributes Original Code
1190 under the terms of this License.</para>
1191
1192 <para>(d) Notwithstanding Section 2.1(b) above, no patent license is
1193 granted: 1) for code that You delete from the Original Code; 2) separate
1194 from the Original Code; or 3) for infringements caused by: i) the
1195 modification of the Original Code or ii) the combination of the Original
1196 Code with other software or devices.</para>
1197
1198 <para>2.2. Contributor Grant. Subject to third party intellectual
1199 property claims, each Contributor hereby grants You a world-wide,
1200 royalty-free, non-exclusive license</para>
1201
1202 <para>(a) under intellectual property rights (other than patent or
1203 trademark) Licensable by Contributor, to use, reproduce, modify,
1204 display, perform, sublicense and distribute the Modifications created by
1205 such Contributor (or portions thereof) either on an unmodified basis,
1206 with other Modifications, as Covered Code and/or as part of a Larger
1207 Work; and</para>
1208
1209 <para>(b) under Patent Claims infringed by the making, using, or selling
1210 of Modifications made by that Contributor either alone and/or in
1211 combination with its Contributor Version (or portions of such
1212 combination), to make, use, sell, offer for sale, have made, and/or
1213 otherwise dispose of: 1) Modifications made by that Contributor (or
1214 portions thereof); and 2) the combination of Modifications made by that
1215 Contributor with its Contributor Version (or portions of such
1216 combination).</para>
1217
1218 <para>(c) the licenses granted in Sections 2.2(a) and 2.2(b) are
1219 effective on the date Contributor first makes Commercial Use of the
1220 Covered Code.</para>
1221
1222 <para>(d) Notwithstanding Section 2.2(b) above, no patent license is
1223 granted: 1) for any code that Contributor has deleted from the
1224 Contributor Version; 2) separate from the Contributor Version; 3) for
1225 infringements caused by: i) third party modifications of Contributor
1226 Version or ii) the combination of Modifications made by that Contributor
1227 with other software (except as part of the Contributor Version) or other
1228 devices; or 4) under Patent Claims infringed by Covered Code in the
1229 absence of Modifications made by that Contributor.</para>
1230
1231 <para>3. Distribution Obligations.</para>
1232
1233 <para>3.1. Application of License. The Modifications which You create or
1234 to which You contribute are governed by the terms of this License,
1235 including without limitation Section 2.2. The Source Code version of
1236 Covered Code may be distributed only under the terms of this License or
1237 a future version of this License released under Section 6.1, and You
1238 must include a copy of this License with every copy of the Source Code
1239 You distribute. You may not offer or impose any terms on any Source Code
1240 version that alters or restricts the applicable version of this License
1241 or the recipients' rights hereunder. However, You may include an
1242 additional document offering the additional rights described in Section
1243 3.5.</para>
1244
1245 <para>3.2. Availability of Source Code. Any Modification which You
1246 create or to which You contribute must be made available in Source Code
1247 form under the terms of this License either on the same media as an
1248 Executable version or via an accepted Electronic Distribution Mechanism
1249 to anyone to whom you made an Executable version available; and if made
1250 available via Electronic Distribution Mechanism, must remain available
1251 for at least twelve (12) months after the date it initially became
1252 available, or at least six (6) months after a subsequent version of that
1253 particular Modification has been made available to such recipients. You
1254 are responsible for ensuring that the Source Code version remains
1255 available even if the Electronic Distribution Mechanism is maintained by
1256 a third party.</para>
1257
1258 <para>3.3. Description of Modifications. You must cause all Covered Code
1259 to which You contribute to contain a file documenting the changes You
1260 made to create that Covered Code and the date of any change. You must
1261 include a prominent statement that the Modification is derived, directly
1262 or indirectly, from Original Code provided by the Initial Developer and
1263 including the name of the Initial Developer in (a) the Source Code, and
1264 (b) in any notice in an Executable version or related documentation in
1265 which You describe the origin or ownership of the Covered Code.</para>
1266
1267 <para>3.4. Intellectual Property Matters</para>
1268
1269 <para>(a) Third Party Claims. If Contributor has knowledge that a
1270 license under a third party's intellectual property rights is required
1271 to exercise the rights granted by such Contributor under Sections 2.1 or
1272 2.2, Contributor must include a text file with the Source Code
1273 distribution titled "LEGAL" which describes the claim and the party
1274 making the claim in sufficient detail that a recipient will know whom to
1275 contact. If Contributor obtains such knowledge after the Modification is
1276 made available as described in Section 3.2, Contributor shall promptly
1277 modify the LEGAL file in all copies Contributor makes available
1278 thereafter and shall take other steps (such as notifying appropriate
1279 mailing lists or newsgroups) reasonably calculated to inform those who
1280 received the Covered Code that new knowledge has been obtained.</para>
1281
1282 <para>(b) Contributor APIs. If Contributor's Modifications include an
1283 application programming interface and Contributor has knowledge of
1284 patent licenses which are reasonably necessary to implement that API,
1285 Contributor must also include this information in the LEGAL file.</para>
1286
1287 <para>3.5. Required Notices. You must duplicate the notice in Exhibit A
1288 in each file of the Source Code. If it is not possible to put such
1289 notice in a particular Source Code file due to its structure, then You
1290 must include such notice in a location (such as a relevant directory)
1291 where a user would be likely to look for such a notice. If You created
1292 one or more Modification(s) You may add your name as a Contributor to
1293 the notice described in Exhibit A. You must also duplicate this License
1294 in any documentation for the Source Code where You describe recipients'
1295 rights or ownership rights relating to Covered Code. You may choose to
1296 offer, and to charge a fee for, warranty, support, indemnity or
1297 liability obligations to one or more recipients of Covered Code.
1298 However, You may do so only on Your own behalf, and not on behalf of the
1299 Initial Developer or any Contributor. You must make it absolutely clear
1300 than any such warranty, support, indemnity or liability obligation is
1301 offered by You alone, and You hereby agree to indemnify the Initial
1302 Developer and every Contributor for any liability incurred by the
1303 Initial Developer or such Contributor as a result of warranty, support,
1304 indemnity or liability terms You offer.</para>
1305
1306 <para>3.6. Distribution of Executable Versions. You may distribute
1307 Covered Code in Executable form only if the requirements of Section
1308 3.1-3.5 have been met for that Covered Code, and if You include a notice
1309 stating that the Source Code version of the Covered Code is available
1310 under the terms of this License, including a description of how and
1311 where You have fulfilled the obligations of Section 3.2. The notice must
1312 be conspicuously included in any notice in an Executable version,
1313 related documentation or collateral in which You describe recipients'
1314 rights relating to the Covered Code. You may distribute the Executable
1315 version of Covered Code or ownership rights under a license of Your
1316 choice, which may contain terms different from this License, provided
1317 that You are in compliance with the terms of this License and that the
1318 license for the Executable version does not attempt to limit or alter
1319 the recipient's rights in the Source Code version from the rights set
1320 forth in this License. If You distribute the Executable version under a
1321 different license You must make it absolutely clear that any terms which
1322 differ from this License are offered by You alone, not by the Initial
1323 Developer or any Contributor. You hereby agree to indemnify the Initial
1324 Developer and every Contributor for any liability incurred by the
1325 Initial Developer or such Contributor as a result of any such terms You
1326 offer.</para>
1327
1328 <para>3.7. Larger Works. You may create a Larger Work by combining
1329 Covered Code with other code not governed by the terms of this License
1330 and distribute the Larger Work as a single product. In such a case, You
1331 must make sure the requirements of this License are fulfilled for the
1332 Covered Code.</para>
1333
1334 <para>4. Inability to Comply Due to Statute or Regulation.If it is
1335 impossible for You to comply with any of the terms of this License with
1336 respect to some or all of the Covered Code due to statute, judicial
1337 order, or regulation then You must: (a) comply with the terms of this
1338 License to the maximum extent possible; and (b) describe the limitations
1339 and the code they affect. Such description must be included in the LEGAL
1340 file described in Section 3.4 and must be included with all
1341 distributions of the Source Code. Except to the extent prohibited by
1342 statute or regulation, such description must be sufficiently detailed
1343 for a recipient of ordinary skill to be able to understand it.</para>
1344
1345 <para>5. Application of this License. This License applies to code to
1346 which the Initial Developer has attached the notice in Exhibit A and to
1347 related Covered Code.</para>
1348
1349 <para>6. Versions of the License.</para>
1350
1351 <para>6.1. New Versions. Netscape Communications Corporation
1352 ("Netscape") may publish revised and/or new versions of the License from
1353 time to time. Each version will be given a distinguishing version
1354 number.</para>
1355
1356 <para>6.2. Effect of New Versions. Once Covered Code has been published
1357 under a particular version of the License, You may always continue to
1358 use it under the terms of that version. You may also choose to use such
1359 Covered Code under the terms of any subsequent version of the License
1360 published by Netscape. No one other than Netscape has the right to
1361 modify the terms applicable to Covered Code created under this
1362 License.</para>
1363
1364 <para>6.3. Derivative Works. If You create or use a modified version of
1365 this License (which you may only do in order to apply it to code which
1366 is not already Covered Code governed by this License), You must (a)
1367 rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL",
1368 "Netscape", "MPL", "NPL" or any confusingly similar phrase do not appear
1369 in your license (except to note that your license differs from this
1370 License) and (b) otherwise make it clear that Your version of the
1371 license contains terms which differ from the Mozilla Public License and
1372 Netscape Public License. (Filling in the name of the Initial Developer,
1373 Original Code or Contributor in the notice described in Exhibit A shall
1374 not of themselves be deemed to be modifications of this License.)</para>
1375
1376 <para>7. DISCLAIMER OF WARRANTY.</para>
1377
1378 <para>COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
1379 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
1380 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS,
1381 MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
1382 RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU.
1383 SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
1384 INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY
1385 NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY
1386 CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED
1387 CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.</para>
1388
1389 <para>8. TERMINATION.</para>
1390
1391 <para>8.1. This License and the rights granted hereunder will terminate
1392 automatically if You fail to comply with terms herein and fail to cure
1393 such breach within 30 days of becoming aware of the breach. All
1394 sublicenses to the Covered Code which are properly granted shall survive
1395 any termination of this License. Provisions which, by their nature, must
1396 remain in effect beyond the termination of this License shall
1397 survive.</para>
1398
1399 <para>8.2. If You initiate litigation by asserting a patent infringement
1400 claim (excluding declaratory judgment actions) against Initial Developer
1401 or a Contributor (the Initial Developer or Contributor against whom You
1402 file such action is referred to as "Participant") alleging that:</para>
1403
1404 <para>(a) such Participant's Contributor Version directly or indirectly
1405 infringes any patent, then any and all rights granted by such
1406 Participant to You under Sections 2.1 and/or 2.2 of this License shall,
1407 upon 60 days notice from Participant terminate prospectively, unless if
1408 within 60 days after receipt of notice You either: (i) agree in writing
1409 to pay Participant a mutually agreeable reasonable royalty for Your past
1410 and future use of Modifications made by such Participant, or (ii)
1411 withdraw Your litigation claim with respect to the Contributor Version
1412 against such Participant. If within 60 days of notice, a reasonable
1413 royalty and payment arrangement are not mutually agreed upon in writing
1414 by the parties or the litigation claim is not withdrawn, the rights
1415 granted by Participant to You under Sections 2.1 and/or 2.2
1416 automatically terminate at the expiration of the 60 day notice period
1417 specified above.</para>
1418
1419 <para>(b) any software, hardware, or device, other than such
1420 Participant's Contributor Version, directly or indirectly infringes any
1421 patent, then any rights granted to You by such Participant under
1422 Sections 2.1(b) and 2.2(b) are revoked effective as of the date You
1423 first made, used, sold, distributed, or had made, Modifications made by
1424 that Participant.</para>
1425
1426 <para>8.3. If You assert a patent infringement claim against Participant
1427 alleging that such Participant's Contributor Version directly or
1428 indirectly infringes any patent where such claim is resolved (such as by
1429 license or settlement) prior to the initiation of patent infringement
1430 litigation, then the reasonable value of the licenses granted by such
1431 Participant under Sections 2.1 or 2.2 shall be taken into account in
1432 determining the amount or value of any payment or license.</para>
1433
1434 <para>8.4. In the event of termination under Sections 8.1 or 8.2 above,
1435 all end user license agreements (excluding distributors and resellers)
1436 which have been validly granted by You or any distributor hereunder
1437 prior to termination shall survive termination.</para>
1438
1439 <para>9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO
1440 LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
1441 OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR
1442 ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES,
1443 BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
1444 CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION,
1445 DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
1446 MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF
1447 SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES.
1448 THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
1449 PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
1450 APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT
1451 ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL
1452 DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.</para>
1453
1454 <para>10. U.S. GOVERNMENT END USERS. The Covered Code is a "commercial
1455 item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995),
1456 consisting of "commercial computer software" and "commercial computer
1457 software documentation," as such terms are used in 48 C.F.R. 12.212
1458 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
1459 through 227.7202-4 (June 1995), all U.S. Government End Users acquire
1460 Covered Code with only those rights set forth herein.</para>
1461
1462 <para>11. MISCELLANEOUS. This License represents the complete agreement
1463 concerning subject matter hereof. If any provision of this License is
1464 held to be unenforceable, such provision shall be reformed only to the
1465 extent necessary to make it enforceable. This License shall be governed
1466 by California law provisions (except to the extent applicable law, if
1467 any, provides otherwise), excluding its conflict-of-law provisions. With
1468 respect to disputes in which at least one party is a citizen of, or an
1469 entity chartered or registered to do business in the United States of
1470 America, any litigation relating to this License shall be subject to the
1471 jurisdiction of the Federal Courts of the Northern District of
1472 California, with venue lying in Santa Clara County, California, with the
1473 losing party responsible for costs, including without limitation, court
1474 costs and reasonable attorneys' fees and expenses. The application of
1475 the United Nations Convention on Contracts for the International Sale of
1476 Goods is expressly excluded. Any law or regulation which provides that
1477 the language of a contract shall be construed against the drafter shall
1478 not apply to this License.</para>
1479
1480 <para>12. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and
1481 the Contributors, each party is responsible for claims and damages
1482 arising, directly or indirectly, out of its utilization of rights under
1483 this License and You agree to work with Initial Developer and
1484 Contributors to distribute such responsibility on an equitable basis.
1485 Nothing herein is intended or shall be deemed to constitute any
1486 admission of liability.</para>
1487
1488 <para>13. MULTIPLE-LICENSED CODE. Initial Developer may designate
1489 portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed"
1490 means that the Initial Developer permits you to utilize portions of the
1491 Covered Code under Your choice of the NPL or the alternative licenses,
1492 if any, specified by the Initial Developer in the file described in
1493 Exhibit A.</para>
1494
1495 <para>EXHIBIT A -Mozilla Public License.</para>
1496
1497 <para>``The contents of this file are subject to the Mozilla Public
1498 License Version 1.1 (the "License"); you may not use this file except in
1499 compliance with the License. You may obtain a copy of the License at
1500 http://www.mozilla.org/MPL/</para>
1501
1502 <para>Software distributed under the License is distributed on an "AS
1503 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
1504 the License for the specific language governing rights and limitations
1505 under the License.</para>
1506
1507 <para>The Original Code is
1508 ______________________________________.</para>
1509
1510 <para>The Initial Developer of the Original Code is
1511 ________________________. Portions created by ______________________ are
1512 Copyright (C) ______ _______________________. All Rights
1513 Reserved.</para>
1514
1515 <para>Contributor(s): ______________________________________.</para>
1516
1517 <para>Alternatively, the contents of this file may be used under the
1518 terms of the _____ license (the "[___] License"), in which case the
1519 provisions of [______] License are applicable instead of those above. If
1520 you wish to allow use of your version of this file only under the terms
1521 of the [____] License and not to allow others to use your version of
1522 this file under the MPL, indicate your decision by deleting the
1523 provisions above and replace them with the notice and other provisions
1524 required by the [___] License. If you do not delete the provisions
1525 above, a recipient may use your version of this file under either the
1526 MPL or the [___] License."</para>
1527
1528 <para>[NOTE: The text of this Exhibit A may differ slightly from the
1529 text of the notices in the Source Code files of the Original Code. You
1530 should use the text of this Exhibit A rather than the text found in the
1531 Original Code Source Code for Your Modifications.]</para>
1532 </sect2>
1533
1534 <sect2 id="licMIT">
1535 <title>MIT License</title>
1536
1537 <para>Permission is hereby granted, free of charge, to any person
1538 obtaining a copy of this software and associated documentation files
1539 (the "Software"), to deal in the Software without restriction, including
1540 without limitation the rights to use, copy, modify, merge, publish,
1541 distribute, sublicense, and/or sell copies of the Software, and to
1542 permit persons to whom the Software is furnished to do so, subject to
1543 the following conditions:</para>
1544
1545 <para>The above copyright notice and this permission notice shall be
1546 included in all copies or substantial portions of the Software.</para>
1547
1548 <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1549 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1550 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1551 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1552 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1553 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1554 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</para>
1555 </sect2>
1556
1557 <sect2 id="licX11">
1558 <title>X Consortium License (X11)</title>
1559
1560 <para>Permission is hereby granted, free of charge, to any person
1561 obtaining a copy of this software and associated documentation files
1562 (the "Software"), to deal in the Software without restriction, including
1563 without limitation the rights to use, copy, modify, merge, publish,
1564 distribute, sublicense, and/or sell copies of the Software, and to
1565 permit persons to whom the Software is furnished to do so, subject to
1566 the following conditions:</para>
1567
1568 <para>The above copyright notice and this permission notice shall be
1569 included in all copies or substantial portions of the Software.</para>
1570
1571 <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1572 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1573 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1574 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1575 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1576 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1577 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</para>
1578 </sect2>
1579
1580 <sect2 id="licZLIB">
1581 <title>zlib license</title>
1582
1583 <para>This software is provided 'as-is', without any express or implied
1584 warranty. In no event will the authors be held liable for any damages
1585 arising from the use of this software.</para>
1586
1587 <para>Permission is granted to anyone to use this software for any
1588 purpose, including commercial applications, and to alter it and
1589 redistribute it freely, subject to the following restrictions:</para>
1590
1591 <para>1. The origin of this software must not be misrepresented; you
1592 must not claim that you wrote the original software. If you use this
1593 software in a product, an acknowledgment in the product documentation
1594 would be appreciated but is not required.</para>
1595
1596 <para>2. Altered source versions must be plainly marked as such, and
1597 must not be misrepresented as being the original software.</para>
1598
1599 <para>3. This notice may not be removed or altered from any source
1600 distribution.</para>
1601
1602 <screen>Jean-loup Gailly Mark Adler
1603[email protected] [email protected]</screen>
1604 </sect2>
1605
1606 <sect2 id="licSSL">
1607 <title>OpenSSL license</title>
1608
1609 <para>This package is an SSL implementation written by Eric Young
1610 ([email protected]). The implementation was written so as to conform
1611 with Netscape's SSL.</para>
1612
1613 <para>This library is free for commercial and non-commercial use as long
1614 as the following conditions are adhered to. The following conditions
1615 apply to all code found in this distribution, be it the RC4, RSA, lhash,
1616 DES, etc., code; not just the SSL code. The SSL documentation included
1617 with this distribution is covered by the same copyright terms except
1618 that the holder is Tim Hudson ([email protected]).</para>
1619
1620 <para>Copyright remains Eric Young's, and as such any Copyright notices
1621 in the code are not to be removed. If this package is used in a product,
1622 Eric Young should be given attribution as the author of the parts of the
1623 library used. This can be in the form of a textual message at program
1624 startup or in documentation (online or textual) provided with the
1625 package.</para>
1626
1627 <para>Redistribution and use in source and binary forms, with or without
1628 modification, are permitted provided that the following conditions are
1629 met:</para>
1630
1631 <para>1. Redistributions of source code must retain the copyright
1632 notice, this list of conditions and the following disclaimer.</para>
1633
1634 <para>2. Redistributions in binary form must reproduce the above
1635 copyright notice, this list of conditions and the following disclaimer
1636 in the documentation and/or other materials provided with the
1637 distribution.</para>
1638
1639 <para>3. All advertising materials mentioning features or use of this
1640 software must display the following acknowledgement: "This product
1641 includes cryptographic software written by Eric Young
1642 ([email protected])" The word 'cryptographic' can be left out if the
1643 routines from the library being used are not cryptographic related
1644 :-).</para>
1645
1646 <para>4. If you include any Windows specific code (or a derivative
1647 thereof) from the apps directory (application code) you must include an
1648 acknowledgement: "This product includes software written by Tim Hudson
1649 ([email protected])"</para>
1650
1651 <para>THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS
1652 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1653 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1654 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
1655 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1656 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1657 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1658 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1659 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1660 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1661 POSSIBILITY OF SUCH DAMAGE.</para>
1662
1663 <para>The licence and distribution terms for any publicly available
1664 version or derivative of this code cannot be changed. i.e. this code
1665 cannot simply be copied and put under another distribution licence
1666 [including the GNU Public Licence.]</para>
1667 </sect2>
1668
1669 <sect2 id="licSlirp">
1670 <title>Slirp license</title>
1671
1672 <para>Copyright (c) 1995,1996 Danny Gasparovski. All rights reserved.</para>
1673
1674 <para>Redistribution and use in source and binary forms, with or without
1675 modification, are permitted provided that the following conditions are
1676 met:</para>
1677
1678 <para>1. Redistributions of source code must retain the above copyright
1679 notice, this list of conditions and the following disclaimer.</para>
1680
1681 <para>2. Redistributions in binary form must reproduce the above
1682 copyright notice, this list of conditions and the following disclaimer
1683 in the documentation and/or other materials provided with the
1684 distribution.</para>
1685
1686 <para>3. All advertising materials mentioning features or use of this
1687 software must display the following acknowledgment: This product
1688 includes software developed by Danny Gasparovski.</para>
1689
1690 <para>THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
1691 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1692 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
1693 NO EVENT SHALL DANNY GASPAROVSKI OR CONTRIBUTORS BE LIABLE FOR ANY
1694 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1695 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1696 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1697 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1698 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1699 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1700 POSSIBILITY OF SUCH DAMAGE.</para>
1701 </sect2>
1702
1703 <sect2 id="licLZF">
1704 <title>liblzf license</title>
1705
1706 <para>Redistribution and use in source and binary forms, with or without
1707 modification, are permitted provided that the following conditions are
1708 met:</para>
1709
1710 <para>1. Redistributions of source code must retain the above copyright
1711 notice, this list of conditions and the following disclaimer.</para>
1712
1713 <para>2. Redistributions in binary form must reproduce the above
1714 copyright notice, this list of conditions and the following disclaimer
1715 in the documentation and/or other materials provided with the
1716 distribution.</para>
1717
1718 <para>3. The name of the author may not be used to endorse or promote
1719 products derived from this software without specific prior written
1720 permission.</para>
1721
1722 <para>THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
1723 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1724 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1725 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1726 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1727 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1728 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1729 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1730 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1731 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1732 POSSIBILITY OF SUCH DAMAGE.</para>
1733 </sect2>
1734
1735 <sect2>
1736 <title>libpng license</title>
1737
1738 <para>The PNG Reference Library is supplied "AS IS". The Contributing
1739 Authors and Group 42, Inc. disclaim all warranties, expressed or
1740 implied, including, without limitation, the warranties of
1741 merchantability and of fitness for any purpose. The Contributing Authors
1742 and Group 42, Inc. assume no liability for direct, indirect, incidental,
1743 special, exemplary, or consequential damages, which may result from the
1744 use of the PNG Reference Library, even if advised of the possibility of
1745 such damage.</para>
1746
1747 <para>Permission is hereby granted to use, copy, modify, and distribute
1748 this source code, or portions hereof, for any purpose, without fee,
1749 subject to the following restrictions:</para>
1750
1751 <para>1. The origin of this source code must not be
1752 misrepresented.</para>
1753
1754 <para>2. Altered versions must be plainly marked as such and must not be
1755 misrepresented as being the original source.</para>
1756
1757 <para>3. This Copyright notice may not be removed or altered from any
1758 source or altered source distribution.</para>
1759
1760 <para>The Contributing Authors and Group 42, Inc. specifically permit,
1761 without fee, and encourage the use of this source code as a component to
1762 supporting the PNG file format in commercial products. If you use this
1763 source code in a product, acknowledgment is not required but would be
1764 appreciated.</para>
1765 </sect2>
1766
1767 <sect2 id="licLWIP">
1768 <title>lwIP license</title>
1769
1770 <para>Redistribution and use in source and binary forms, with or without
1771 modification, are permitted provided that the following conditions are
1772 met:</para>
1773
1774 <para>1. Redistributions of source code must retain the above copyright
1775 notice, this list of conditions and the following disclaimer.</para>
1776
1777 <para>2. Redistributions in binary form must reproduce the above
1778 copyright notice, this list of conditions and the following disclaimer
1779 in the documentation and/or other materials provided with the
1780 distribution.</para>
1781
1782 <para>3. The name of the author may not be used to endorse or promote
1783 products derived from this software without specific prior written
1784 permission.</para>
1785
1786 <para>THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
1787 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1788 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1789 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1790 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1791 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1792 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1793 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1794 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1795 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1796 POSSIBILITY OF SUCH DAMAGE.</para>
1797 </sect2>
1798
1799 <sect2 id="licLibXML">
1800 <title>libxml license</title>
1801
1802 <para>Except where otherwise noted in the source code (e.g. the files
1803 hash.c, list.c and the trio files, which are covered by a similar
1804 licence but with different Copyright notices) all the files are:</para>
1805
1806 <para>Copyright (C) 1998-2003 Daniel Veillard. All Rights
1807 Reserved.</para>
1808
1809 <para>Permission is hereby granted, free of charge, to any person
1810 obtaining a copy of this software and associated documentation files
1811 (the "Software"), to deal in the Software without restriction, including
1812 without limitation the rights to use, copy, modify, merge, publish,
1813 distribute, sublicense, and/or sell copies of the Software, and to
1814 permit persons to whom the Software is furnished to do so, subject to
1815 the following conditions:</para>
1816
1817 <para>The above copyright notice and this permission notice shall be
1818 included in all copies or substantial portions of the Software.</para>
1819
1820 <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1821 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1822 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1823 IN NO EVENT SHALL THE DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES
1824 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1825 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1826 OTHER DEALINGS IN THE SOFTWARE.</para>
1827
1828 <para>Except as contained in this notice, the name of Daniel Veillard
1829 shall not be used in advertising or otherwise to promote the sale, use
1830 or other dealings in this Software without prior written authorization
1831 from him.</para>
1832 </sect2>
1833
1834 <sect2 id="licLibXSLT">
1835 <title>libxslt licenses</title>
1836
1837 <para>Licence for libxslt except libexslt:</para>
1838
1839 <para>Copyright (C) 2001-2002 Daniel Veillard. All Rights
1840 Reserved.</para>
1841
1842 <para>Permission is hereby granted, free of charge, to any person
1843 obtaining a copy of this software and associated documentation files
1844 (the "Software"), to deal in the Software without restriction, including
1845 without limitation the rights to use, copy, modify, merge, publish,
1846 distribute, sublicense, and/or sell copies of the Software, and to
1847 permit persons to whom the Software is furnished to do so, subject to
1848 the following conditions:</para>
1849
1850 <para>The above copyright notice and this permission notice shall be
1851 included in all copies or substantial portions of the Software.</para>
1852
1853 <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1854 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1855 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1856 IN NO EVENT SHALL THE DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES
1857 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1858 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1859 OTHER DEALINGS IN THE SOFTWARE.</para>
1860
1861 <para>Except as contained in this notice, the name of Daniel Veillard
1862 shall not be used in advertising or otherwise to promote the sale, use
1863 or other dealings in this Software without prior written authorization
1864 from him.</para>
1865
1866 <para>Licence for libexslt:</para>
1867
1868 <para>Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel
1869 Veillard. All Rights Reserved.</para>
1870
1871 <para>Permission is hereby granted, free of charge, to any person
1872 obtaining a copy of this software and associated documentation files
1873 (the "Software"), to deal in the Software without restriction, including
1874 without limitation the rights to use, copy, modify, merge, publish,
1875 distribute, sublicense, and/or sell copies of the Software, and to
1876 permit persons to whom the Software is furnished to do so, subject to
1877 the following conditions:</para>
1878
1879 <para>The above copyright notice and this permission notice shall be
1880 included in all copies or substantial portions of the Software.</para>
1881
1882 <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1883 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1884 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1885 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1886 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1887 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1888 DEALINGS IN THE SOFTWARE.</para>
1889
1890 <para>Except as contained in this notice, the name of the authors shall
1891 not be used in advertising or otherwise to promote the sale, use or
1892 other dealings in this Software without prior written authorization from
1893 him.</para>
1894 </sect2>
1895
1896 <sect2 id="licgSOAP">
1897 <title>gSOAP Public License Version 1.3a</title>
1898
1899 <para>The gSOAP public license is derived from the Mozilla Public
1900 License (MPL1.1). The sections that were deleted from the original
1901 MPL1.1 text are 1.0.1, 2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11.
1902 Section 3.8 was added. The modified sections are 2.1.(b), 2.2.(b), 3.2
1903 (simplified), 3.5 (deleted the last sentence), and 3.6
1904 (simplified).</para>
1905
1906 <para>1 DEFINITIONS</para>
1907
1908 <para>1.1. "Contributor" means each entity that creates or contributes
1909 to the creation of Modifications.</para>
1910
1911 <para>1.2. "Contributor Version" means the combination of the Original
1912 Code, prior Modifications used by a Contributor, and the Modifications
1913 made by that particular Contributor.</para>
1914
1915 <para>1.3. "Covered Code" means the Original Code, or Modifications or
1916 the combination of the Original Code, and Modifications, in each case
1917 including portions thereof.</para>
1918
1919 <para>1.4. "Electronic Distribution Mechanism" means a mechanism
1920 generally accepted in the software development community for the
1921 electronic transfer of data.</para>
1922
1923 <para>1.5. "Executable" means Covered Code in any form other than Source
1924 Code.</para>
1925
1926 <para>1.6. "Initial Developer" means the individual or entity identified
1927 as the Initial Developer in the Source Code notice required by Exhibit
1928 A.</para>
1929
1930 <para>1.7. "Larger Work" means a work which combines Covered Code or
1931 portions thereof with code not governed by the terms of this
1932 License.</para>
1933
1934 <para>1.8. "License" means this document.</para>
1935
1936 <para>1.8.1. "Licensable" means having the right to grant, to the
1937 maximum extent possible, whether at the time of the initial grant or
1938 subsequently acquired, any and all of the rights conveyed herein.</para>
1939
1940 <para>1.9. "Modifications" means any addition to or deletion from the
1941 substance or structure of either the Original Code or any previous
1942 Modifications. When Covered Code is released as a series of files, a
1943 Modification is:</para>
1944
1945 <para>A. Any addition to or deletion from the contents of a file
1946 containing Original Code or previous Modifications.</para>
1947
1948 <para>B. Any new file that contains any part of the Original Code, or
1949 previous Modifications.</para>
1950
1951 <para>1.10. "Original Code" means Source Code of computer software code
1952 which is described in the Source Code notice required by Exhibit A as
1953 Original Code, and which, at the time of its release under this License
1954 is not already Covered Code governed by this License.</para>
1955
1956 <para>1.10.1. "Patent Claims" means any patent claim(s), now owned or
1957 hereafter acquired, including without limitation, method, process, and
1958 apparatus claims, in any patent Licensable by grantor.</para>
1959
1960 <para>1.11. "Source Code" means the preferred form of the Covered Code
1961 for making modifications to it, including all modules it contains, plus
1962 any associated interface definition files, scripts used to control
1963 compilation and installation of an Executable, or source code
1964 differential comparisons against either the Original Code or another
1965 well known, available Covered Code of the Contributor's choice. The
1966 Source Code can be in a compressed or archival form, provided the
1967 appropriate decompression or de-archiving software is widely available
1968 for no charge.</para>
1969
1970 <para>1.12. "You" (or "Your") means an individual or a legal entity
1971 exercising rights under, and complying with all of the terms of, this
1972 License or a future version of this License issued under Section 6.1.
1973 For legal entities, "You" includes any entity which controls, is
1974 controlled by, or is under common control with You. For purposes of this
1975 definition, "control" means (a) the power, direct or indirect, to cause
1976 the direction or management of such entity, whether by contract or
1977 otherwise, or (b) ownership of more than fifty percent (50%) of the
1978 outstanding shares or beneficial ownership of such entity.</para>
1979
1980 <para>2 SOURCE CODE LICENSE.</para>
1981
1982 <para>2.1. The Initial Developer Grant.</para>
1983
1984 <para>The Initial Developer hereby grants You a world-wide,
1985 royalty-free, non-exclusive license, subject to third party intellectual
1986 property claims:</para>
1987
1988 <para>(a) under intellectual property rights (other than patent or
1989 trademark) Licensable by Initial Developer to use, reproduce, modify,
1990 display, perform, sublicense and distribute the Original Code (or
1991 portions thereof) with or without Modifications, and/or as part of a
1992 Larger Work; and</para>
1993
1994 <para>(b) under patents now or hereafter owned or controlled by Initial
1995 Developer, to make, have made, use and sell ("offer to sell and import")
1996 the Original Code, Modifications, or portions thereof, but solely to the
1997 extent that any such patent is reasonably necessary to enable You to
1998 utilize, alone or in combination with other software, the Original Code,
1999 Modifications, or any combination or portions thereof.</para>
2000
2001 <para>(c)</para>
2002
2003 <para>(d)</para>
2004
2005 <para>2.2. Contributor Grant.</para>
2006
2007 <para>Subject to third party intellectual property claims, each
2008 Contributor hereby grants You a world-wide, royalty-free, non-exclusive
2009 license</para>
2010
2011 <para>(a) under intellectual property rights (other than patent or
2012 trademark) Licensable by Contributor, to use, reproduce, modify,
2013 display, perform, sublicense and distribute the Modifications created by
2014 such Contributor (or portions thereof) either on an unmodified basis,
2015 with other Modifications, as Covered Code and/or as part of a Larger
2016 Work; and</para>
2017
2018 <para>(b) under patents now or hereafter owned or controlled by
2019 Contributor, to make, have made, use and sell ("offer to sell and
2020 import") the Contributor Version (or portions thereof), but solely to
2021 the extent that any such patent is reasonably necessary to enable You to
2022 utilize, alone or in combination with other software, the Contributor
2023 Version (or portions thereof).</para>
2024
2025 <para>(c)</para>
2026
2027 <para>(d)</para>
2028
2029 <para>3 DISTRIBUTION OBLIGATIONS.</para>
2030
2031 <para>3.1. Application of License.</para>
2032
2033 <para>The Modifications which You create or to which You contribute are
2034 governed by the terms of this License, including without limitation
2035 Section 2.2. The Source Code version of Covered Code may be distributed
2036 only under the terms of this License or a future version of this License
2037 released under Section 6.1, and You must include a copy of this License
2038 with every copy of the Source Code You distribute. You may not offer or
2039 impose any terms on any Source Code version that alters or restricts the
2040 applicable version of this License or the recipients' rights hereunder.
2041 However, You may include an additional document offering the additional
2042 rights described in Section 3.5.</para>
2043
2044 <para>3.2. Availability of Source Code.</para>
2045
2046 <para>Any Modification created by You will be provided to the Initial
2047 Developer in Source Code form and are subject to the terms of the
2048 License. 3.3. Description of Modifications.</para>
2049
2050 <para>You must cause all Covered Code to which You contribute to contain
2051 a file documenting the changes You made to create that Covered Code and
2052 the date of any change. You must include a prominent statement that the
2053 Modification is derived, directly or indirectly, from Original Code
2054 provided by the Initial Developer and including the name of the Initial
2055 Developer in (a) the Source Code, and (b) in any notice in an Executable
2056 version or related documentation in which You describe the origin or
2057 ownership of the Covered Code.</para>
2058
2059 <para>3.4. Intellectual Property Matters.</para>
2060
2061 <para>(a) Third Party Claims. If Contributor has knowledge that a
2062 license under a third party's intellectual property rights is required
2063 to exercise the rights granted by such Contributor under Sections 2.1 or
2064 2.2, Contributor must include a text file with the Source Code
2065 distribution titled "LEGAL" which describes the claim and the party
2066 making the claim in sufficient detail that a recipient will know whom to
2067 contact. If Contributor obtains such knowledge after the Modification is
2068 made available as described in Section 3.2, Contributor shall promptly
2069 modify the LEGAL file in all copies Contributor makes available
2070 thereafter and shall take other steps (such as notifying appropriate
2071 mailing lists or newsgroups) reasonably calculated to inform those who
2072 received the Covered Code that new knowledge has been obtained.</para>
2073
2074 <para>(b) Contributor APIs. If Contributor's Modifications include an
2075 application programming interface and Contributor has knowledge of
2076 patent licenses which are reasonably necessary to implement that API,
2077 Contributor must also include this information in the LEGAL file.</para>
2078
2079 <para>(c) Representations. Contributor represents that, except as
2080 disclosed pursuant to Section 3.4(a) above, Contributor believes that
2081 Contributor's Modifications are Contributor's original creation(s)
2082 and/or Contributor has sufficient rights to grant the rights conveyed by
2083 this License.</para>
2084
2085 <para>3.5. Required Notices. You must duplicate the notice in Exhibit A
2086 in each file of the Source Code. If it is not possible to put such
2087 notice in a particular Source Code file due to its structure, then You
2088 must include such notice in a location (such as a relevant directory)
2089 where a user would be likely to look for such a notice. If You created
2090 one or more Modification(s) You may add your name as a Contributor to
2091 the notice described in Exhibit A. You must also duplicate this License
2092 in any documentation for the Source Code where You describe recipients'
2093 rights or ownership rights relating to Covered Code. You may choose to
2094 offer, and to charge a fee for, warranty, support, indemnity or
2095 liability obligations to one or more recipients of Covered Code.
2096 However, You may do so only on Your own behalf, and not on behalf of the
2097 Initial Developer or any Contributor.</para>
2098
2099 <para>3.6. Distribution of Executable Versions. You may distribute
2100 Covered Code in Executable form only if the requirements of Section
2101 3.1-3.5 have been met for that Covered Code. You may distribute the
2102 Executable version of Covered Code or ownership rights under a license
2103 of Your choice, which may contain terms different from this License,
2104 provided that You are in compliance with the terms of this License and
2105 that the license for the Executable version does not attempt to limit or
2106 alter the recipient's rights in the Source Code version from the rights
2107 set forth in this License. If You distribute the Executable version
2108 under a different license You must make it absolutely clear that any
2109 terms which differ from this License are offered by You alone, not by
2110 the Initial Developer or any Contributor. If you distribute executable
2111 versions containing Covered Code as part of a product, you must
2112 reproduce the notice in Exhibit B in the documentation and/or other
2113 materials provided with the product.</para>
2114
2115 <para>3.7. Larger Works. You may create a Larger Work by combining
2116 Covered Code with other code not governed by the terms of this License
2117 and distribute the Larger Work as a single product. In such a case, You
2118 must make sure the requirements of this License are fulfilled for the
2119 Covered Code.</para>
2120
2121 <para>3.8. Restrictions. You may not remove any product identification,
2122 copyright, proprietary notices or labels from gSOAP.</para>
2123
2124 <para>4 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION.</para>
2125
2126 <para>If it is impossible for You to comply with any of the terms of
2127 this License with respect to some or all of the Covered Code due to
2128 statute, judicial order, or regulation then You must: (a) comply with
2129 the terms of this License to the maximum extent possible; and (b)
2130 describe the limitations and the code they affect. Such description must
2131 be included in the LEGAL file described in Section 3.4 and must be
2132 included with all distributions of the Source Code. Except to the extent
2133 prohibited by statute or regulation, such description must be
2134 sufficiently detailed for a recipient of ordinary skill to be able to
2135 understand it.</para>
2136
2137 <para>5 APPLICATION OF THIS LICENSE.</para>
2138
2139 <para>This License applies to code to which the Initial Developer has
2140 attached the notice in Exhibit A and to related Covered Code.</para>
2141
2142 <para>6 VERSIONS OF THE LICENSE.</para>
2143
2144 <para>6.1. New Versions.</para>
2145
2146 <para>Grantor may publish revised and/or new versions of the License
2147 from time to time. Each version will be given a distinguishing version
2148 number.</para>
2149
2150 <para>6.2. Effect of New Versions.</para>
2151
2152 <para>Once Covered Code has been published under a particular version of
2153 the License, You may always continue to use it under the terms of that
2154 version. You may also choose to use such Covered Code under the terms of
2155 any subsequent version of the License.</para>
2156
2157 <para>6.3. Derivative Works.</para>
2158
2159 <para>If You create or use a modified version of this License (which you
2160 may only do in order to apply it to code which is not already Covered
2161 Code governed by this License), You must (a) rename Your license so that
2162 the phrase "gSOAP" or any confusingly similar phrase do not appear in
2163 your license (except to note that your license differs from this
2164 License) and (b) otherwise make it clear that Your version of the
2165 license contains terms which differ from the gSOAP Public License.
2166 (Filling in the name of the Initial Developer, Original Code or
2167 Contributor in the notice described in Exhibit A shall not of themselves
2168 be deemed to be modifications of this License.)</para>
2169
2170 <para>7 DISCLAIMER OF WARRANTY.</para>
2171
2172 <para>COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
2173 WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY,
2174 INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
2175 MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT OF
2176 THIRD PARTY INTELLECTUAL PROPERTY RIGHTS, AND ANY WARRANTY THAT MAY
2177 ARISE BY REASON OF TRADE USAGE, CUSTOM, OR COURSE OF DEALING. WITHOUT
2178 LIMITING THE FOREGOING, YOU ACKNOWLEDGE THAT THE SOFTWARE IS PROVIDED
2179 "AS IS" AND THAT THE AUTHORS DO NOT WARRANT THE SOFTWARE WILL RUN
2180 UNINTERRUPTED OR ERROR FREE. LIMITED LIABILITY THE ENTIRE RISK AS TO
2181 RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. UNDER NO
2182 CIRCUMSTANCES WILL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT,
2183 INCIDENTAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY KIND OR NATURE
2184 WHATSOEVER, WHETHER BASED ON CONTRACT, WARRANTY, TORT (INCLUDING
2185 NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, ARISING OUT OF OR IN ANY WAY
2186 RELATED TO THE SOFTWARE, EVEN IF THE AUTHORS HAVE BEEN ADVISED ON THE
2187 POSSIBILITY OF SUCH DAMAGE OR IF SUCH DAMAGE COULD HAVE BEEN REASONABLY
2188 FORESEEN, AND NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY
2189 EXCLUSIVE REMEDY PROVIDED. SUCH LIMITATION ON DAMAGES INCLUDES, BUT IS
2190 NOT LIMITED TO, DAMAGES FOR LOSS OF GOODWILL, LOST PROFITS, LOSS OF DATA
2191 OR SOFTWARE, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION OR
2192 IMPAIRMENT OF OTHER GOODS. IN NO EVENT WILL THE AUTHORS BE LIABLE FOR
2193 THE COSTS OF PROCUREMENT OF SUBSTITUTE SOFTWARE OR SERVICES. YOU
2194 ACKNOWLEDGE THAT THIS SOFTWARE IS NOT DESIGNED FOR USE IN ON-LINE
2195 EQUIPMENT IN HAZARDOUS ENVIRONMENTS SUCH AS OPERATION OF NUCLEAR
2196 FACILITIES, AIRCRAFT NAVIGATION OR CONTROL, OR LIFE-CRITICAL
2197 APPLICATIONS. THE AUTHORS EXPRESSLY DISCLAIM ANY LIABILITY RESULTING
2198 FROM USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN HAZARDOUS
2199 ENVIRONMENTS AND ACCEPTS NO LIABILITY IN RESPECT OF ANY ACTIONS OR
2200 CLAIMS BASED ON THE USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN
2201 HAZARDOUS ENVIRONMENTS BY YOU. FOR PURPOSES OF THIS PARAGRAPH, THE TERM
2202 "LIFE-CRITICAL APPLICATION" MEANS AN APPLICATION IN WHICH THE
2203 FUNCTIONING OR MALFUNCTIONING OF THE SOFTWARE MAY RESULT DIRECTLY OR
2204 INDIRECTLY IN PHYSICAL INJURY OR LOSS OF HUMAN LIFE. THIS DISCLAIMER OF
2205 WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY
2206 COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
2207 DISCLAIMER.</para>
2208
2209 <para>8 TERMINATION.</para>
2210
2211 <para>8.1.</para>
2212
2213 <para>This License and the rights granted hereunder will terminate
2214 automatically if You fail to comply with terms herein and fail to cure
2215 such breach within 30 days of becoming aware of the breach. All
2216 sublicenses to the Covered Code which are properly granted shall survive
2217 any termination of this License. Provisions which, by their nature, must
2218 remain in effect beyond the termination of this License shall
2219 survive.</para>
2220
2221 <para>8.2.</para>
2222
2223 <para>8.3.</para>
2224
2225 <para>If You assert a patent infringement claim against Participant
2226 alleging that such Participant's Contributor Version directly or
2227 indirectly infringes any patent where such claim is resolved (such as by
2228 license or settlement) prior to the initiation of patent infringement
2229 litigation, then the reasonable value of the licenses granted by such
2230 Participant under Sections 2.1 or 2.2 shall be taken into account in
2231 determining the amount or value of any payment or license.</para>
2232
2233 <para>8.4. In the event of termination under Sections 8.1 or 8.2 above,
2234 all end user license agreements (excluding distributors and resellers)
2235 which have been validly granted by You or any distributor hereunder
2236 prior to termination shall survive termination.</para>
2237
2238 <para>9 LIMITATION OF LIABILITY.</para>
2239
2240 <para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
2241 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
2242 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR
2243 ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
2244 INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER
2245 INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
2246 STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
2247 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
2248 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
2249 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
2250 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
2251 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
2252 OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION
2253 AND LIMITATION MAY NOT APPLY TO YOU.</para>
2254
2255 <para>10 U.S. GOVERNMENT END USERS.</para>
2256
2257 <para>11 MISCELLANEOUS.</para>
2258
2259 <para>12 RESPONSIBILITY FOR CLAIMS.</para>
2260
2261 <para>As between Initial Developer and the Contributors, each party is
2262 responsible for claims and damages arising, directly or indirectly, out
2263 of its utilization of rights under this License and You agree to work
2264 with Initial Developer and Contributors to distribute such
2265 responsibility on an equitable basis. Nothing herein is intended or
2266 shall be deemed to constitute any admission of liability.</para>
2267
2268 <para>EXHIBIT A.</para>
2269
2270 <para>"The contents of this file are subject to the gSOAP Public License
2271 Version 1.3 (the "License"); you may not use this file except in
2272 compliance with the License. You may obtain a copy of the License at
2273 <ulink
2274 url="http://www.cs.fsu.edu/~engelen/soaplicense.html">http://www.cs.fsu.edu/~engelen/soaplicense.html</ulink>.
2275 Software distributed under the License is distributed on an "AS IS"
2276 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
2277 License for the specific language governing rights and limitations under
2278 the License.</para>
2279
2280 <para>The Original Code of the gSOAP Software is: stdsoap.h, stdsoap2.h,
2281 stdsoap.c, stdsoap2.c, stdsoap.cpp, stdsoap2.cpp, soapcpp2.h,
2282 soapcpp2.c, soapcpp2_lex.l, soapcpp2_yacc.y, error2.h, error2.c,
2283 symbol2.c, init2.c, soapdoc2.html, and soapdoc2.pdf, httpget.h,
2284 httpget.c, stl.h, stldeque.h, stllist.h, stlvector.h, stlset.h.</para>
2285
2286 <para>The Initial Developer of the Original Code is Robert A. van
2287 Engelen. Portions created by Robert A. van Engelen are Copyright (C)
2288 2001-2004 Robert A. van Engelen, Genivia inc. All Rights
2289 Reserved.</para>
2290
2291 <para>Contributor(s): "________________________." [Note: The text of
2292 this Exhibit A may differ slightly form the text of the notices in the
2293 Source Code files of the Original code. You should use the text of this
2294 Exhibit A rather than the text found in the Original Code Source Code
2295 for Your Modifications.]</para>
2296
2297 <para>EXHIBIT B.</para>
2298
2299 <para>"Part of the software embedded in this product is gSOAP software.
2300 Portions created by gSOAP are Copyright (C) 2001-2004 Robert A. van
2301 Engelen, Genivia inc. All Rights Reserved. THE SOFTWARE IN THIS PRODUCT
2302 WAS IN PART PROVIDED BY GENIVIA INC AND ANY EXPRESS OR IMPLIED
2303 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2304 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
2305 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2306 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2307 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
2308 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2309 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2310 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2311 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2312 DAMAGE."</para>
2313 </sect2>
2314
2315 <sect2 id="licChromium">
2316 <title>Chromium licenses</title>
2317
2318 <sect3>
2319 <title>Main license</title>
2320
2321 <para>Copyright (c) 2002, Stanford University All rights
2322 reserved.</para>
2323
2324 <para>Some portions of Chromium are copyrighted by individiual
2325 organizations. Please see the files COPYRIGHT.LLNL and
2326 COPYRIGHT.REDHAT for more information.</para>
2327
2328 <para>Redistribution and use in source and binary forms, with or
2329 without modification, are permitted provided that the following
2330 conditions are met:<itemizedlist>
2331 <listitem>
2332 <para>Redistributions of source code must retain the above
2333 copyright notice, this list of conditions and the following
2334 disclaimer.</para>
2335 </listitem>
2336
2337 <listitem>
2338 <para>Redistributions in binary form must reproduce the above
2339 copyright notice, this list of conditions and the following
2340 disclaimer in the documentation and/or other materials provided
2341 with the distribution.</para>
2342 </listitem>
2343
2344 <listitem>
2345 <para>Neither the name of Stanford University nor the names of
2346 its contributors may be used to endorse or promote products
2347 derived from this software without specific prior written
2348 permission.</para>
2349 </listitem>
2350 </itemizedlist></para>
2351
2352 <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2353 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
2354 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
2355 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
2356 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2357 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
2358 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
2359 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2360 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2361 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
2362 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2363 DAMAGE.</para>
2364 </sect3>
2365
2366 <sect3>
2367 <title>COPYRIGHT.LLNL file</title>
2368
2369 <para>This Chromium distribution contains information and code which
2370 is covered under the following notice:</para>
2371
2372 <para>Copyright (c) 2002, The Regents of the University of California.
2373 Produced at the Lawrence Livermore National Laboratory For details,
2374 contact: Randall Frank ([email protected]). UCRL-CODE-2002-058 All
2375 rights reserved.</para>
2376
2377 <para>This file is part of Chromium. For details, see accompanying
2378 documentation.</para>
2379
2380 <para>Redistribution and use in source and binary forms, with or
2381 without modification, are permitted provided that the following
2382 conditions are met:</para>
2383
2384 <para>Redistributions of source code must retain the above copyright
2385 notice, this list of conditions and the disclaimer below.</para>
2386
2387 <para>Redistributions in binary form must reproduce the above
2388 copyright notice, this list of conditions and the disclaimer (as noted
2389 below) in the documentation and/or other materials provided with the
2390 distribution.</para>
2391
2392 <para>Neither the name of the UC/LLNL nor the names of its
2393 contributors may be used to endorse or promote products derived from
2394 this software without specific prior written permission.</para>
2395
2396 <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2397 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
2398 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
2399 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
2400 REGENTS OF THE UNIVERSITY OF CALIFORNIA, THE U.S. DEPARTMENT OF ENERGY
2401 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2402 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2403 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2404 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2405 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2406 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2407 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2408 DAMAGE.</para>
2409
2410 <para>Additional BSD Notice</para>
2411
2412 <para>1. This notice is required to be provided under our contract
2413 with the U.S. Department of Energy (DOE). This work was produced at
2414 the University of California, Lawrence Livermore National Laboratory
2415 under Contract No. W-7405-ENG-48 with the DOE.</para>
2416
2417 <para>2. Neither the United States Government nor the University of
2418 California nor any of their employees, makes any warranty, express or
2419 implied, or assumes any liability or responsibility for the accuracy,
2420 completeness, or usefulness of any information, apparatus, product, or
2421 process disclosed, or represents that its use would not infringe
2422 privately-owned rights.</para>
2423
2424 <para>3. Also, reference herein to any specific commercial products,
2425 process, or services by trade name, trademark, manufacturer or
2426 otherwise does not necessarily constitute or imply its endorsement,
2427 recommendation, or favoring by the United States Government or the
2428 University of California. The views and opinions of authors expressed
2429 herein do not necessarily state or reflect those of the United States
2430 Government or the University of California, and shall not be used for
2431 advertising or product endorsement purposes.</para>
2432 </sect3>
2433
2434 <sect3>
2435 <title>COPYRIGHT.REDHAT file</title>
2436
2437 <para>This Chromium distribution contains information and code which
2438 is covered under the following notice:</para>
2439
2440 <para>Copyright 2001,2002 Red Hat Inc., Durham, North Carolina.</para>
2441
2442 <para>All Rights Reserved.</para>
2443
2444 <para>Permission is hereby granted, free of charge, to any person
2445 obtaining a copy of this software and associated documentation files
2446 (the "Software"), to deal in the Software without restriction,
2447 including without limitation on the rights to use, copy, modify,
2448 merge, publish, distribute, sublicense, and/or sell copies of the
2449 Software, and to permit persons to whom the Software is furnished to
2450 do so, subject to the following conditions:</para>
2451
2452 <para>The above copyright notice and this permission notice (including
2453 the next paragraph) shall be included in all copies or substantial
2454 portions of the Software.</para>
2455
2456 <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2457 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2458 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2459 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS BE
2460 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2461 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2462 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</para>
2463 </sect3>
2464 </sect2>
2465
2466 <sect2 id="licLibCurl">
2467 <title>curl license</title>
2468
2469 <para>COPYRIGHT AND PERMISSION NOTICE</para>
2470
2471 <para>Copyright (c) 1996 - 2009, Daniel Stenberg, [email protected].</para>
2472
2473 <para>All rights reserved.</para>
2474
2475 <para>Permission to use, copy, modify, and distribute this software for
2476 any purpose with or without fee is hereby granted, provided that the
2477 above copyright notice and this permission notice appear in all
2478 copies.</para>
2479
2480 <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2481 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2482 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
2483 THIRD PARTY RIGHTS. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
2484 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
2485 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2486 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2487 SOFTWARE.</para>
2488
2489 <para>Except as contained in this notice, the name of a copyright holder
2490 shall not be used in advertising or otherwise to promote the sale, use
2491 or other dealings in this Software without prior written authorization
2492 of the copyright holder.</para>
2493 </sect2>
2494
2495 <sect2 id="licLibgd">
2496 <title>libgd license</title>
2497
2498 <para>Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2499 2002 by Cold Spring Harbor Laboratory. Funded under Grant P41-RR02188 by
2500 the National Institutes of Health.</para>
2501
2502 <para>Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 by
2503 Boutell.Com, Inc.</para>
2504
2505 <para>Portions relating to GD2 format copyright 1999, 2000, 2001, 2002
2506 Philip Warner.</para>
2507
2508 <para>Portions relating to PNG copyright 1999, 2000, 2001, 2002 Greg
2509 Roelofs.</para>
2510
2511 <para>Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002 John
2512 Ellson ([email protected]).</para>
2513
2514 <para>Portions relating to gdft.c copyright 2001, 2002 John Ellson
2515 ([email protected]).</para>
2516
2517 <para>Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
2518 Pierre-Alain Joye ([email protected]).</para>
2519
2520 <para>Portions relating to JPEG and to color quantization copyright
2521 2000, 2001, 2002, Doug Becker and copyright (C) 1994, 1995, 1996, 1997,
2522 1998, 1999, 2000, 2001, 2002, Thomas G. Lane. This software is based in
2523 part on the work of the Independent JPEG Group. See the file
2524 README-JPEG.TXT for more information.</para>
2525
2526 <para>Portions relating to WBMP copyright 2000, 2001, 2002 Maurice
2527 Szmurlo and Johan Van den Brande.</para>
2528
2529 <para>Permission has been granted to copy, distribute and modify gd in
2530 any context without fee, including a commercial application, provided
2531 that this notice is present in user-accessible supporting
2532 documentation.</para>
2533
2534 <para>This does not affect your ownership of the derived work itself,
2535 and the intent is to assure proper credit for the authors of gd, not to
2536 interfere with your productive use of gd. If you have questions, ask.
2537 "Derived works" includes all programs that utilize the library. Credit
2538 must be given in user-accessible documentation.</para>
2539
2540 <para>This software is provided "AS IS." The copyright holders disclaim
2541 all warranties, either express or implied, including but not limited to
2542 implied warranties of merchantability and fitness for a particular
2543 purpose, with respect to this code and accompanying
2544 documentation.</para>
2545
2546 <para>Although their code does not appear in gd, the authors wish to
2547 thank David Koblas, David Rowley, and Hutchison Avenue Software
2548 Corporation for their prior contributions.</para>
2549 </sect2>
2550
2551 <sect2 id="licBsdIntel">
2552 <title>BSD license from Intel</title>
2553
2554 <para>All rights reserved.</para>
2555
2556 <para>Redistribution and use in source and binary forms, with or without
2557 modification, are permitted provided that the following conditions are met:</para>
2558 <itemizedlist>
2559 <listitem>
2560 <para>Redistributions of source code must retain the above copyright
2561 notice, this list of conditions and the following disclaimer.</para>
2562 </listitem>
2563 <listitem>
2564 <para>Redistributions in binary form must reproduce the above copyright
2565 notice, this list of conditions and the following disclaimer in the
2566 documentation and/or other materials provided with the distribution.</para>
2567 </listitem>
2568 <listitem>
2569 <para>Neither the name of the Intel Corporation nor the names of its
2570 contributors may be used to endorse or promote products derived from
2571 this software without specific prior written permission.</para>
2572 </listitem>
2573 </itemizedlist>
2574 <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2575 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2576 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2577 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
2578 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2579 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
2580 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2581 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2582 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2583 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2584 DAMAGE.</para>
2585 </sect2>
2586
2587 <sect2 id="licJPEG">
2588 <title>libjpeg License</title>
2589
2590 <para>The authors make NO WARRANTY or representation, either express or implied,
2591 with respect to this software, its quality, accuracy, merchantability, or
2592 fitness for a particular purpose. This software is provided "AS IS", and you,
2593 its user, assume the entire risk as to its quality and accuracy.</para>
2594
2595 <para>This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
2596 All Rights Reserved except as specified below.</para>
2597
2598 <para>Permission is hereby granted to use, copy, modify, and distribute this
2599 software (or portions thereof) for any purpose, without fee, subject to these
2600 conditions:</para>
2601 <para>(1) If any part of the source code for this software is distributed, then this
2602 README file must be included, with this copyright and no-warranty notice
2603 unaltered; and any additions, deletions, or changes to the original files
2604 must be clearly indicated in accompanying documentation.</para>
2605 <para>(2) If only executable code is distributed, then the accompanying
2606 documentation must state that "this software is based in part on the work of
2607 the Independent JPEG Group".</para>
2608 <para>(3) Permission for use of this software is granted only if the user accepts
2609 full responsibility for any undesirable consequences; the authors accept
2610 NO LIABILITY for damages of any kind.</para>
2611
2612 <para>These conditions apply to any software derived from or based on the IJG code,
2613 not just to the unmodified library. If you use our work, you ought to
2614 acknowledge us.</para>
2615
2616 <para>Permission is NOT granted for the use of any IJG author's name or company name
2617 in advertising or publicity relating to this software or products derived from
2618 it. This software may be referred to only as "the Independent JPEG Group's
2619 software".</para>
2620
2621 <para>We specifically permit and encourage the use of this software as the basis of
2622 commercial products, provided that all warranty or liability claims are
2623 assumed by the product vendor.</para>
2624
2625 <para>ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
2626 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
2627 ansi2knr.c is NOT covered by the above copyright and conditions, but instead
2628 by the usual distribution terms of the Free Software Foundation; principally,
2629 that you must include source code if you redistribute it. (See the file
2630 ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part
2631 of any program generated from the IJG code, this does not limit you more than
2632 the foregoing paragraphs do.</para>
2633
2634 <para>The Unix configuration script "configure" was produced with GNU Autoconf.
2635 It is copyright by the Free Software Foundation but is freely distributable.
2636 The same holds for its supporting scripts (config.guess, config.sub,
2637 ltmain.sh). Another support script, install-sh, is copyright by X Consortium
2638 but is also freely distributable.</para>
2639
2640 <para>The IJG distribution formerly included code to read and write GIF files.
2641 To avoid entanglement with the Unisys LZW patent, GIF reading support has
2642 been removed altogether, and the GIF writer has been simplified to produce
2643 "uncompressed GIFs". This technique does not use the LZW algorithm; the
2644 resulting GIF files are larger than usual, but are readable by all standard
2645 GIF decoders.</para>
2646
2647 <para>We are required to state that</para>
2648 <para>"The Graphics Interchange Format(c) is the Copyright property of
2649 CompuServe Incorporated. GIF(sm) is a Service Mark property of
2650 CompuServe Incorporated."</para>
2651 </sect2>
2652
2653 <sect2 id="licJPEGSIMD">
2654 <title>x86 SIMD extension for IJG JPEG library license</title>
2655
2656 <para>Copyright 2009 Pierre Ossman &lt;[email protected]&gt; for Cendio AB</para>
2657 <para>Copyright 2010 D. R. Commander</para>
2658
2659 <para>Based on</para>
2660 <para>x86 SIMD extension for IJG JPEG library - version 1.02</para>
2661
2662 <para>Copyright (C) 1999-2006, MIYASAKA Masaru.</para>
2663
2664 <para>This software is provided 'as-is', without any express or implied
2665 warranty. In no event will the authors be held liable for any damages
2666 arising from the use of this software.</para>
2667
2668 <para>Permission is granted to anyone to use this software for any purpose,
2669 including commercial applications, and to alter it and redistribute it
2670 freely, subject to the following restrictions:</para>
2671
2672 <para>1. The origin of this software must not be misrepresented; you must not
2673 claim that you wrote the original software. If you use this software
2674 in a product, an acknowledgment in the product documentation would be
2675 appreciated but is not required.</para>
2676 <para>2. Altered source versions must be plainly marked as such, and must not be
2677 misrepresented as being the original software.</para>
2678 <para>3. This notice may not be removed or altered from any source distribution.</para>
2679 </sect2>
2680
2681 <sect2 id="licFreeBsd">
2682 <title>FreeBSD license</title>
2683
2684 <para>The compilation of software known as FreeBSD is distributed under the
2685 following terms:</para>
2686
2687 <para>Copyright (c) 1992-2009 The FreeBSD Project. All rights reserved.</para>
2688
2689 <para>Redistribution and use in source and binary forms, with or without
2690 modification, are permitted provided that the following conditions
2691 are met:</para>
2692
2693 <orderedlist>
2694 <listitem>
2695 <para>Redistributions of source code must retain the above copyright
2696 notice, this list of conditions and the following disclaimer.
2697 </para>
2698 </listitem>
2699 <listitem>
2700 <para>
2701 Redistributions in binary form must reproduce the above copyright
2702 notice, this list of conditions and the following disclaimer in the
2703 documentation and/or other materials provided with the distribution.
2704 </para>
2705 </listitem>
2706 </orderedlist>
2707
2708 <para>THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
2709 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2710 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2711 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2712 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2713 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2714 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2715 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2716 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2717 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2718 SUCH DAMAGE.</para>
2719 </sect2>
2720
2721 <sect2 id="licNetBsd">
2722 <title>NetBSD license</title>
2723
2724 <para>Copyright (c) 1992, 1993 The Regents of the University of California.
2725 All rights reserved.</para>
2726
2727 <para>
2728 This software was developed by the Computer Systems Engineering group
2729 at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
2730 contributed to Berkeley.
2731 </para>
2732
2733 <para>
2734 Redistribution and use in source and binary forms, with or without
2735 modification, are permitted provided that the following conditions
2736 are met:
2737 </para>
2738
2739 <orderedlist>
2740 <listitem>
2741 <para>
2742 Redistributions of source code must retain the above copyright
2743 notice, this list of conditions and the following disclaimer.
2744 </para>
2745 </listitem>
2746 <listitem>
2747 <para>
2748 Redistributions in binary form must reproduce the above copyright
2749 notice, this list of conditions and the following disclaimer in the
2750 documentation and/or other materials provided with the distribution.
2751 </para>
2752 </listitem>
2753 <listitem>
2754 <para>
2755 Neither the name of the University nor the names of its contributors
2756 may be used to endorse or promote products derived from this software
2757 without specific prior written permission.
2758 </para>
2759 </listitem>
2760 </orderedlist>
2761
2762 <para>
2763 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2764 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2765 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2766 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2767 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2768 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2769 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2770 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2771 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2772 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2773 SUCH DAMAGE.
2774 </para>
2775 </sect2>
2776
2777 <sect2 id="licPcre">
2778 <title>PCRE license</title>
2779
2780 <para>
2781 PCRE is a library of functions to support regular expressions whose syntax
2782 and semantics are as close as possible to those of the Perl 5 language.
2783 </para><para>
2784 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
2785 specified below. The documentation for PCRE, supplied in the "doc"
2786 directory, is distributed under the same terms as the software itself.
2787 </para><para>
2788 The basic library functions are written in C and are freestanding. Also
2789 included in the distribution is a set of C++ wrapper functions, and a
2790 just-in-time compiler that can be used to optimize pattern matching. These
2791 are both optional features that can be omitted when the library is built.
2792 </para><para>
2793 THE BASIC LIBRARY FUNCTIONS.
2794 Written by: Philip Hazel; Email local part: ph10; Email domain: cam.ac.uk
2795 University of Cambridge Computing Service, Cambridge, England.
2796 Copyright (c) 1997-2012 University of Cambridge
2797 All rights reserved.
2798 </para><para>
2799 PCRE JUST-IN-TIME COMPILATION SUPPORT.
2800 Written by: Zoltan Herczeg; Email local part: hzmester; Emain domain: freemail.hu
2801 Copyright(c) 2010-2012 Zoltan Herczeg
2802 All rights reserved.
2803 </para><para>
2804 STACK-LESS JUST-IN-TIME COMPILER.
2805 Written by: Zoltan Herczeg; Email local part: hzmester; Emain domain: freemail.hu
2806 Copyright(c) 2009-2012 Zoltan Herczeg
2807 All rights reserved.
2808 </para><para>
2809 THE C++ WRAPPER FUNCTIONS.
2810 Contributed by: Google Inc.
2811 Copyright (c) 2007-2012, Google Inc.
2812 All rights reserved.
2813 </para><para>
2814 THE "BSD" LICENCE.
2815 Redistribution and use in source and binary forms, with or without
2816 modification, are permitted provided that the following conditions are met:
2817 </para>
2818 <itemizedlist>
2819 <listitem>
2820 <para>
2821 Redistributions of source code must retain the above copyright notice,
2822 this list of conditions and the following disclaimer.
2823 </para>
2824 </listitem>
2825 <listitem>
2826 <para>
2827 Redistributions in binary form must reproduce the above copyright
2828 notice, this list of conditions and the following disclaimer in the
2829 documentation and/or other materials provided with the distribution.
2830 </para>
2831 </listitem>
2832 <listitem>
2833 <para>
2834 Neither the name of the University of Cambridge nor the name of Google
2835 Inc. nor the names of their contributors may be used to endorse or
2836 promote products derived from this software without specific prior
2837 written permission.
2838 </para>
2839 </listitem>
2840 </itemizedlist>
2841 <para>
2842 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2843 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2844 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2845 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
2846 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2847 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2848 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2849 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2850 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2851 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2852 POSSIBILITY OF SUCH DAMAGE.
2853 </para>
2854 </sect2>
2855
2856 <sect2 id="licLibffi">
2857 <title>libffi license</title>
2858
2859 <para>
2860 Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others.
2861 See source files for details.
2862 </para><para>
2863 Permission is hereby granted, free of charge, to any person obtaining
2864 a copy of this software and associated documentation files (the
2865 ``Software''), to deal in the Software without restriction, including
2866 without limitation the rights to use, copy, modify, merge, publish,
2867 distribute, sublicense, and/or sell copies of the Software, and to
2868 permit persons to whom the Software is furnished to do so, subject to
2869 the following conditions:
2870 </para><para>
2871 The above copyright notice and this permission notice shall be
2872 included in all copies or substantial portions of the Software.
2873 </para><para>
2874 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
2875 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2876 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2877 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2878 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2879 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2880 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2881 </para>
2882 </sect2>
2883
2884 <sect2 id="licFltk">
2885 <title>FLTK license</title>
2886
2887 <para>
2888 December 11, 2001
2889 </para><para>
2890 The FLTK library and included programs are provided under the terms
2891 of the GNU Library General Public License (LGPL) with the following
2892 exceptions:
2893 </para>
2894 <orderedlist>
2895 <listitem>
2896 <para>
2897 Modifications to the FLTK configure script, config
2898 header file, and makefiles by themselves to support
2899 a specific platform do not constitute a modified or
2900 derivative work.
2901 </para>
2902 <para>
2903 The authors do request that such modifications be
2904 contributed to the FLTK project - send all contributions
2905 through the "Software Trouble Report" on the following page:
2906 </para><para>
2907 http://www.fltk.org/str.php
2908 </para>
2909 </listitem>
2910 <listitem>
2911 <para>
2912 Widgets that are subclassed from FLTK widgets do not
2913 constitute a derivative work.
2914 </para>
2915 </listitem>
2916 <listitem>
2917 <para>
2918 Static linking of applications and widgets to the
2919 FLTK library does not constitute a derivative work
2920 and does not require the author to provide source
2921 code for the application or widget, use the shared
2922 FLTK libraries, or link their applications or
2923 widgets against a user-supplied version of FLTK.
2924 </para>
2925 <para>
2926 If you link the application or widget to a modified
2927 version of FLTK, then the changes to FLTK must be
2928 provided under the terms of the LGPL in sections
2929 1, 2, and 4.
2930 </para>
2931 </listitem>
2932 <listitem>
2933 <para>
2934 You do not have to provide a copy of the FLTK license
2935 with programs that are linked to the FLTK library, nor
2936 do you have to identify the FLTK license in your
2937 program or documentation as required by section 6
2938 of the LGPL.
2939 </para>
2940 <para>
2941 However, programs must still identify their use of FLTK.
2942 The following example statement can be included in user
2943 documentation to satisfy this requirement:
2944 </para>
2945 <para>
2946 [program/widget] is based in part on the work of
2947 the FLTK project (http://www.fltk.org).
2948 </para>
2949 </listitem>
2950 </orderedlist>
2951 </sect2>
2952
2953 <sect2 id="licExpat">
2954 <title>Expat license</title>
2955 <para>
2956 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
2957 and Clark Cooper
2958 </para>
2959 <para>
2960 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
2961 </para>
2962 <para>
2963 Permission is hereby granted, free of charge, to any person obtaining
2964 a copy of this software and associated documentation files (the
2965 "Software"), to deal in the Software without restriction, including
2966 without limitation the rights to use, copy, modify, merge, publish,
2967 distribute, sublicense, and/or sell copies of the Software, and to
2968 permit persons to whom the Software is furnished to do so, subject to
2969 the following conditions:
2970 </para>
2971 <para>
2972 The above copyright notice and this permission notice shall be included
2973 in all copies or substantial portions of the Software.
2974 </para>
2975 <para>
2976 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2977 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2978 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2979 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2980 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2981 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2982 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2983 </para>
2984 </sect2>
2985
2986 <sect2 id="licFontconfig">
2987 <title>Fontconfig license</title>
2988 <para>
2989 Copyright (C) 2001, 2003 Keith Packard
2990 </para>
2991 <para>
2992 Permission to use, copy, modify, distribute, and sell this software and its
2993 documentation for any purpose is hereby granted without fee, provided that
2994 the above copyright notice appear in all copies and that both that
2995 copyright notice and this permission notice appear in supporting
2996 documentation, and that the name of the author(s) not be used in
2997 advertising or publicity pertaining to distribution of the software without
2998 specific, written prior permission. The authors make no
2999 representations about the suitability of this software for any purpose. It
3000 is provided "as is" without express or implied warranty.
3001 </para>
3002 <para>
3003 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
3004 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
3005 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
3006 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
3007 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3008 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3009 PERFORMANCE OF THIS SOFTWARE.
3010 </para>
3011 </sect2>
3012
3013 <sect2 id="licFreetype">
3014 <title>Freetype license</title>
3015 <para>
3016 2006-Jan-27
3017 </para>
3018 <para>
3019 Copyright 1996-2002, 2006 by David Turner, Robert Wilhelm, and Werner Lemberg
3020 </para>
3021 <sect4>
3022 <title>Introduction</title>
3023 </sect4>
3024 <sect4>
3025 <title></title>
3026 <para>
3027 The FreeType Project is distributed in several archive packages;
3028 some of them may contain, in addition to the FreeType font engine,
3029 various tools and contributions which rely on, or relate to, the
3030 FreeType Project.
3031 </para>
3032 <para>
3033 This license applies to all files found in such packages, and
3034 which do not fall under their own explicit license. The license
3035 affects thus the FreeType font engine, the test programs,
3036 documentation and makefiles, at the very least.
3037 </para>
3038 <para>
3039 This license was inspired by the BSD, Artistic, and IJG
3040 (Independent JPEG Group) licenses, which all encourage inclusion
3041 and use of free software in commercial and freeware products
3042 alike. As a consequence, its main points are that:
3043 </para>
3044 <itemizedlist>
3045 <listitem>
3046 <para>
3047 We don't promise that this software works. However, we will be
3048 interested in any kind of bug reports. (`as is' distribution)
3049 </para>
3050 </listitem>
3051 <listitem>
3052 <para>
3053 You can use this software for whatever you want, in parts or
3054 full form, without having to pay us. (`royalty-free' usage)
3055 </para>
3056 </listitem>
3057 <listitem>
3058 <para>
3059 You may not pretend that you wrote this software. If you use
3060 it, or only parts of it, in a program, you must acknowledge
3061 somewhere in your documentation that you have used the
3062 FreeType code. (`credits')
3063 </para>
3064 </listitem>
3065 </itemizedlist>
3066 <para>
3067 We specifically permit and encourage the inclusion of this
3068 software, with or without modifications, in commercial products.
3069 We disclaim all warranties covering The FreeType Project and
3070 assume no liability related to The FreeType Project.
3071 </para>
3072 <para>
3073 Finally, many people asked us for a preferred form for a
3074 credit/disclaimer to use in compliance with this license. We thus
3075 encourage you to use the following text:
3076 </para>
3077 <para>
3078 Portions of this software are copyright (C) &lt;year&gt; The FreeType
3079 Project (www.freetype.org). All rights reserved.
3080 </para>
3081 <para>
3082 Please replace &lt;year&gt; with the value from the FreeType version you
3083 actually use.
3084 </para>
3085 </sect4>
3086 <sect4>
3087 <title>Legal Terms</title>
3088 <sect4>
3089 <title>0. Definitions</title>
3090 <para>
3091 Throughout this license, the terms `package', `FreeType Project',
3092 and `FreeType archive' refer to the set of files originally
3093 distributed by the authors (David Turner, Robert Wilhelm, and
3094 Werner Lemberg) as the `FreeType Project', be they named as alpha,
3095 beta or final release.
3096 </para>
3097 <para>
3098 `You' refers to the licensee, or person using the project, where
3099 `using' is a generic term including compiling the project's source
3100 code as well as linking it to form a `program' or `executable'.
3101 This program is referred to as `a program using the FreeType
3102 engine'.
3103 </para>
3104 <para>
3105 This license applies to all files distributed in the original
3106 FreeType Project, including all source code, binaries and
3107 documentation, unless otherwise stated in the file in its
3108 original, unmodified form as distributed in the original archive.
3109 If you are unsure whether or not a particular file is covered by
3110 this license, you must contact us to verify this.
3111 </para>
3112 <para>
3113 The FreeType Project is copyright (C) 1996-2000 by David Turner,
3114 Robert Wilhelm, and Werner Lemberg. All rights reserved except as
3115 specified below.
3116 </para>
3117 </sect4>
3118 <sect4>
3119 <title>1. No Warranty</title>
3120 <para>
3121 THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
3122 KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
3123 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3124 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
3125 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
3126 USE, OF THE FREETYPE PROJECT.
3127 </para>
3128 </sect4>
3129 <sect4>
3130 <title>2. Redistribution</title>
3131 <para>
3132 This license grants a worldwide, royalty-free, perpetual and
3133 irrevocable right and license to use, execute, perform, compile,
3134 display, copy, create derivative works of, distribute and
3135 sublicense the FreeType Project (in both source and object code
3136 forms) and derivative works thereof for any purpose; and to
3137 authorize others to exercise some or all of the rights granted
3138 herein, subject to the following conditions:
3139 </para>
3140 <itemizedlist>
3141 <listitem>
3142 Redistribution of source code must retain this license file
3143 (`FTL.TXT') unaltered; any additions, deletions or changes to
3144 the original files must be clearly indicated in accompanying
3145 documentation. The copyright notices of the unaltered,
3146 original files must be preserved in all copies of source
3147 files.
3148 </listitem>
3149 <listitem>
3150 Redistribution in binary form must provide a disclaimer that
3151 states that the software is based in part of the work of the
3152 FreeType Team, in the distribution documentation. We also
3153 encourage you to put an URL to the FreeType web page in your
3154 documentation, though this isn't mandatory.
3155 </listitem>
3156 </itemizedlist>
3157 <para>
3158 These conditions apply to any software derived from or based on
3159 the FreeType Project, not just the unmodified files. If you use
3160 our work, you must acknowledge us. However, no fee need be paid
3161 to us.
3162 </para>
3163 </sect4>
3164 <sect4>
3165 <title>3. Advertising</title>
3166 <para>
3167 Neither the FreeType authors and contributors nor you shall use
3168 the name of the other for commercial, advertising, or promotional
3169 purposes without specific prior written permission.
3170 </para>
3171 <para>
3172 We suggest, but do not require, that you use one or more of the
3173 following phrases to refer to this software in your documentation
3174 or advertising materials: `FreeType Project', `FreeType Engine',
3175 `FreeType library', or `FreeType Distribution'.
3176 </para>
3177 <para>
3178 As you have not signed this license, you are not required to
3179 accept it. However, as the FreeType Project is copyrighted
3180 material, only this license, or another one contracted with the
3181 authors, grants you the right to use, distribute, and modify it.
3182 Therefore, by using, distributing, or modifying the FreeType
3183 Project, you indicate that you understand and accept all the terms
3184 of this license.
3185 </para>
3186 </sect4>
3187 <sect4>
3188 <title>4. Contacts</title>
3189 <para>
3190 There are two mailing lists related to FreeType:
3191 </para>
3192 <itemizedlist>
3193 <listitem>
3194 <para>
3195 [email protected]
3196 </para>
3197 <para>
3198 Discusses general use and applications of FreeType, as well as
3199 future and wanted additions to the library and distribution.
3200 If you are looking for support, start in this list if you
3201 haven't found anything to help you in the documentation.
3202 </para>
3203 </listitem>
3204 <listitem>
3205 <para>
3206 [email protected]
3207 </para>
3208 <para>
3209 Discusses bugs, as well as engine internals, design issues,
3210 specific licenses, porting, etc.
3211 </para>
3212 </listitem>
3213 </itemizedlist>
3214 <para>
3215 Our home page can be found at
3216 </para>
3217 <para>
3218 http://www.freetype.org
3219 </para>
3220 </sect4>
3221 </sect4>
3222 </sect2>
3223 </sect1>
3224</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