VirtualBox

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

Last change on this file since 96407 was 96407, checked in by vboxsync, 2 years ago

scm copyright and license note update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 469.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (C) 2006-2022 Oracle and/or its affiliates.
4
5 This file is part of VirtualBox base platform packages, as
6 available from https://www.virtualbox.org.
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation, in version 3 of the
11 License.
12
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, see <https://www.gnu.org/licenses>.
20
21 SPDX-License-Identifier: GPL-3.0-only
22-->
23<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
24 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
25<!ENTITY % all.entities SYSTEM "all-entities.ent">
26%all.entities;
27]>
28<appendix id="ThirdParty">
29
30 <title>Third-Party Materials and Licenses</title>
31
32 <para>
33 &product-name; incorporates materials from several Open Source
34 software projects. Therefore the use of these materials by
35 &product-name; is governed by different Open Source licenses. This
36 document reproduces these licenses and provides a list of the
37 materials used and their respective licensing conditions. Section 1
38 contains a list of the materials used. Section 2 reproduces the
39 applicable Open Source licenses. For each material, a reference to
40 its license is provided.
41 </para>
42
43 <para>
44 The source code for the materials listed below as well as the rest
45 of the &product-name; code which is released as open source are
46 available at
47 <ulink url="http://www.virtualbox.org" />,
48 both as tarballs for particular releases and as a live SVN
49 repository.
50 </para>
51
52 <sect1 id="third-party-materials">
53
54 <title>Third-Party Materials</title>
55
56 <itemizedlist>
57
58 <listitem>
59 <para>
60 &product-name; contains portions of QEMU which is governed by
61 the licenses in
62 <xref linkend="licX11" xrefstyle="template: %n" /> and
63 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
64 </para>
65
66 <para>
67 Copyright (C) 1998, 2003-2005 Fabrice Bellard; Copyright (C)
68 2004 Magnus Damm; Copyright (C) 2003-2005 Vassili Karpov
69 (malc); Copyright (C) 2004 Antony T Curtis; Copyright (C)
70 2003 Jocelyn Mayer
71 </para>
72 </listitem>
73
74 <listitem>
75 <para>
76 &product-name; contains code from the X Window System which is
77 governed by the license in
78 <xref linkend="licX11" xrefstyle="template: %n" /> and
79 </para>
80
81 <para>
82 Copyright 2004 by the Massachusetts Institute of Technology.
83 </para>
84 </listitem>
85
86 <listitem>
87 <para>
88 &product-name; contains code from the BOCHS VGA BIOS which is
89 governed by the license in
90 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
91 </para>
92
93 <para>
94 Copyright (C) 2001,2002 the LGPL VGABios developers Team.
95 </para>
96 </listitem>
97
98 <listitem>
99 <para>
100 &product-name; contains code from the BOCHS ROM BIOS which is
101 governed by the license in
102 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
103 </para>
104
105 <para>
106 Copyright (C) 2002 MandrakeSoft S.A.
107 </para>
108 </listitem>
109
110 <listitem>
111 <para>
112 &product-name; contains the zlib library which is governed by
113 the license in
114 <xref linkend="licZLIB" xrefstyle="template: %n" /> and
115 </para>
116
117 <para>
118 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler.
119 </para>
120 </listitem>
121
122 <listitem>
123 <para>
124 &product-name; contains OpenSSL 3.0 or later which is governed by the
125 license in <xref linkend="licApache" xrefstyle="template: %n" />
126 and
127 </para>
128
129 <para>
130 Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
131 </para>
132 </listitem>
133
134 <listitem>
135 <para>
136 &product-name; contains OpenSSL before 3.0 which is governed by the
137 license in <xref linkend="licSSL" xrefstyle="template: %n" />
138 and
139 </para>
140
141 <para>
142 Copyright (C) 1998-2019 The OpenSSL Project. All rights reserved.;
143 Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com). This
144 product includes software written by Tim Hudson
145 (tjh@cryptsoft.com).
146 </para>
147 </listitem>
148
149 <listitem>
150 <para>
151 &product-name; may contain NSPR and XPCOM which is governed by
152 the license in
153 <xref linkend="licMPL" xrefstyle="template: %n" /> and
154 </para>
155
156 <para>
157 Copyright (C) 2002-2003 Netscape Communications Corporation.
158 All Rights Reserved.
159 </para>
160 </listitem>
161
162 <listitem>
163 <para>
164 &product-name; contains Slirp which is governed by the license
165 in <xref linkend="licSlirp" xrefstyle="template: %n" /> and
166 was written by Danny Gasparovski.
167 </para>
168
169 <para>
170 Copyright (c) 1995,1996 Danny Gasparovski. All rights reserved.
171 </para>
172 </listitem>
173
174 <listitem>
175 <para>
176 &product-name; contains liblzf which is governed by the
177 license in <xref linkend="licLZF" xrefstyle="template: %n" />
178 and
179 </para>
180
181 <para>
182 Copyright (C) 2000-2009 Marc Alexander Lehmann
183 &lt;schmorp@schmorp.de&gt;
184 </para>
185 </listitem>
186
187 <listitem>
188 <para>
189 &product-name; may contain iPXE which is governed by the
190 license in <xref linkend="licGPL" xrefstyle="template: %n" />
191 and
192 </para>
193
194 <para>
195 Copyright (C) 2015 Michael Brown &lt;mbrown@fensystems.co.uk&gt;
196 and others.
197 </para>
198 </listitem>
199
200 <listitem>
201 <para>
202 &product-name; contains code from Wine which is governed by
203 the license in
204 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
205 </para>
206
207 <para>
208 Copyright (c) 1993-2015 the Wine project authors
209 </para>
210 </listitem>
211
212 <listitem>
213 <para>
214 &product-name; contains code from lwIP which is governed by
215 the license in
216 <xref linkend="licLWIP" xrefstyle="template: %n" /> and
217 </para>
218
219 <para>
220 Copyright (C) 2001, 2004 Swedish Institute of Computer
221 Science. All rights reserved.
222 </para>
223 </listitem>
224
225 <listitem>
226 <para>
227 &product-name; contains libxml2 which is governed by the
228 license in
229 <xref linkend="licLibXML" xrefstyle="template: %n" /> and
230 </para>
231
232 <para>
233 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
234 </para>
235 </listitem>
236
237 <listitem>
238 <para>
239 &product-name; contains code from the gSOAP XML web services
240 tools, which are licensed under the license in
241 <xref
242 linkend="licgSOAP" xrefstyle="template: %n" />
243 and
244 </para>
245
246 <para>
247 Copyright (C) 2000-2022, Robert van Engelen, Genivia Inc., and
248 others.
249 </para>
250 </listitem>
251
252 <listitem>
253 <para>
254 &product-name; contains libcurl which is governed by the
255 license in
256 <xref linkend="licLibCurl" xrefstyle="template: %n" /> and
257 </para>
258
259 <para>
260 Copyright (C) 1996-2022, Daniel Stenberg.
261 </para>
262 </listitem>
263
264 <listitem>
265 <para>
266 &product-name; contains dnsproxy which is governed by the
267 license in <xref linkend="licMIT" xrefstyle="template: %n" />
268 and
269 </para>
270
271 <para>
272 Copyright (c) 2003, 2004, 2005 Armin Wolfermann
273 </para>
274 </listitem>
275
276 <listitem>
277 <para>
278 &product-name; contains some code from libgd which is governed
279 by the license in
280 <xref linkend="licLibgd" xrefstyle="template: %n"/> and
281 </para>
282
283 <para>
284 Portions Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006,
285 2007, 2008 Pierre-Alain Joye (pierre@libgd.org). For complete
286 copyright information, see the license.
287 </para>
288 </listitem>
289
290 <listitem>
291 <para>
292 &product-name; contains code from the EFI Development Kit II
293 (EDK II) which is governed by the licenses in
294 <xref linkend="licBsdIntel" xrefstyle="template: %n" /> and
295 <xref linkend="licMIT" xrefstyle="template: %n" /> and
296 </para>
297
298 <para>
299 Copyright (c) 2019, TianoCore and contributors.;
300 Copyright (c) 2004-2019, Intel Corporation.;
301 Copyright (c) 2011, Andrei Warkentin &lt;andreiw@motorola.com&gt;;
302 Copyright (c) 2011, Bei Guan &lt;gbtju85@gmail.com&gt;;
303 Copyright (c) 2012-2018, Red Hat, Inc.;
304 Copyright (c) 2014, Pluribus Networks, Inc.;
305 Copyright (c) 2015 Nahanni Systems
306 Copyright (c) 2016 Hewlett Packard Enterprise Development LP;
307 Copyright (c) 2017, Advanced Micro Devices. All rights reserved.;
308 Copyright (c) 2020, Rebecca Cran &lt;rebecca@bsdio.com&gt;
309 Portions copyright (c) 2010, 2011, Apple Inc. All rights reserved.
310 </para>
311 </listitem>
312
313 <listitem>
314 <para>
315 &product-name; contains libjpeg-turbo which is governed by the
316 licenses in <xref linkend="licIJG" xrefstyle="template: %n" />
317 and <xref linkend="licBsdJPEG" xrefstyle="template: %n" />
318 and
319 </para>
320
321 <para>
322 Copyright (C) 1991-2020, Thomas G. Lane, Guido Vollbeding.
323 Copyright (C)2009-2022 D. R. Commander. All Rights Reserved.
324 Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
325 </para>
326 </listitem>
327
328 <listitem>
329 <para>
330 &product-name; may contain the libjpeg-turbo x86 SIMD extensions
331 which is governed by the license in
332 <xref linkend="licZLIB" xrefstyle="template: %n" /> and
333 </para>
334
335 <para>
336 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler.
337 </para>
338 </listitem>
339
340 <listitem>
341 <para>
342 &product-name; may ship a copy of Qt which is governed by the
343 license in <xref linkend="licLGPL" xrefstyle="template: %n" />
344 and
345 </para>
346
347 <para>
348 Copyright (C) 2015 The Qt Company Ltd.
349 </para>
350 </listitem>
351
352 <listitem>
353 <para>
354 &product-name; contains parts of the FreeBSD kernel which is
355 governed by the license in
356 <xref linkend="licFreeBsd" xrefstyle="template: %n" /> and
357 </para>
358
359 <para>
360 Copyright 1992-2022 The FreeBSD Project.
361 </para>
362
363 </listitem>
364
365 <listitem>
366 <para>
367 &product-name; contains parts of the NetBSD kernel which is
368 governed by the license in
369 <xref linkend="licNetBsd" xrefstyle="template: %n" /> and
370 </para>
371
372 <para>
373 Copyright (c) 2008 The NetBSD Foundation, Inc.
374 </para>
375 </listitem>
376
377 <listitem>
378 <para>
379 &product-name; may contain code from the WebM VP8 Codec SDK
380 which is governed by the license in
381 <xref linkend="licVPX" xrefstyle="template: %n" /> and
382 </para>
383
384 <para>
385 Copyright (c) 2010, 2013, 2016, 2019 The WebM Project authors.
386 All rights reserved.; Copyright (C) 2002-2010 The Xiph.Org
387 Foundation and contributors.; Copyright (C) 2005-2016 x264
388 project; Copyright (c) 2010, Google Inc. All rights reserved.
389 </para>
390 </listitem>
391
392 <listitem>
393 <para>
394 &product-name; may contain code from libvorbis ("Vorbis") which is
395 governed by the license in
396 <xref linkend="licVorbis" xrefstyle="template: %n" /> and
397 </para>
398 <para>
399 Monty &lt;monty@xiph.org&gt;
400
401 and the rest of the Xiph.org Foundation.
402 </para>
403 </listitem>
404
405 <listitem>
406 <para>
407 &product-name; contains code from cURL which is governed by the
408 license in
409 <xref linkend="licCurl" xrefstyle="template: %n" /> and
410 </para>
411
412 <para>
413 Copyright (c) 1996 - 2022, Daniel Stenberg,
414 &lt;daniel@haxx.se&gt;, and others.
415 </para>
416 </listitem>
417
418 <listitem>
419 <para>
420 &product-name; contains documentation generated using the
421 DocBook XML DTD which is governed by the license in
422 <xref linkend="licDocBook-XML-DTD" xrefstyle="template: %n" /> and
423 </para>
424
425 <para>
426 Copyright 1992-2004 HaL Computer Systems, Inc., O'Reilly
427 &amp; Associates, Inc., ArborText, Inc., Fujitsu Software
428 Associates, Inc., ArborText, Inc., Fujitsu Software
429 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
430 Organization for the Advancement of Structured Information
431 Standards (OASIS).
432 </para>
433 </listitem>
434
435 <listitem>
436 <para>
437 &product-name; contains documentation generated using
438 DocBook XSL Stylesheets which is governed by the license in
439 <xref linkend="licDocBook-XSL-SS" xrefstyle="template: %n" /> and
440 </para>
441
442 <para>
443 Copyright (C) 1999, 2000, 2001, 2002 Norman Walsh
444 </para>
445 </listitem>
446
447 <listitem>
448 <para>
449 &product-name; contains code from the ACPI Component
450 Architecture (ACPICA) project which is governed by the license
451 in <xref linkend="licIntel" xrefstyle="template: %n" /> and
452 </para>
453
454 <para>
455 Copyright (c) 1999 - 2010, Intel Corp. All rights reserved.
456 </para>
457 </listitem>
458
459 <listitem>
460 <para>
461 &product-name; contains code from the Independent JPEG (IJG)
462 Group which is governed by the license in
463 <xref linkend="licIJG" xrefstyle="template: %n" /> and
464 </para>
465
466 <para>
467 Copyright (C) 1991-2021, Thomas G. Lane, Guido Vollbeding.
468 </para>
469 </listitem>
470
471 <listitem>
472 <para>
473 &product-name; contains code from the Linux kernel which is
474 governed by the license in
475 <xref linkend="licGPL" xrefstyle="template: %n" />
476 </para>
477 </listitem>
478
479 <listitem>
480 <para>
481 &product-name; contains makeself which is governed by the
482 license in
483 <xref linkend="licGPL" xrefstyle="template: %n" />
484 </para>
485 </listitem>
486
487 <listitem>
488 <para>
489 &product-name; contains code from the Mesa 3D graphics library
490 which is governed by the default Mesa license in
491 <xref linkend="licMesa-default" xrefstyle="template: %n" /> and
492 </para>
493
494 <para>
495 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
496 For complete copyright information, see the license.
497 </para>
498 </listitem>
499
500 <listitem>
501 <para>
502 &product-name; contains code from the Microsoft Windows Driver
503 Kit (WDK) which is governed by the license in
504 <xref linkend="licMicrosoft" xrefstyle="template: %n" /> and
505 </para>
506
507 <para>
508 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
509 For complete copyright information, see the license.
510 </para>
511 </listitem>
512
513 <listitem>
514 <para>
515 &product-name; contains code from MoltenVK which is governed by
516 the license in
517 <xref linkend="licApache" xrefstyle="template: %n" /> and
518 </para>
519
520 <para>
521 Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com)
522 </para>
523 </listitem>
524
525 <listitem>
526 <para>
527 &product-name; contains code from the NSIS AccessControl plugin
528 which is governed by the license in
529 <xref linkend="licZLIB" xrefstyle="template: %n" /> and
530 </para>
531
532 <para>
533 Copyright (C) 1999-2009 Nullsoft and Contributors; Copyright
534 (C) 2003 Mathias Hasselmann &lt;mathias@taschenorakel.de&gt;
535 </para>
536 </listitem>
537
538 <listitem>
539 <para>
540 &product-name; contains code from the NSIS NsProcess plugin
541 which is governed by the license in
542 <xref linkend="licZLIB" xrefstyle="template: %n" /> and
543 </para>
544
545 <para>
546 Copyright (C) 1999-2008 Nullsoft and Contributors
547 </para>
548 </listitem>
549
550 <listitem>
551 <para>
552 &product-name; contains code from the Khronos OpenGL Registry
553 which is governed by the license in
554 <xref linkend="licKhronos" xrefstyle="template: %n" /> and
555 </para>
556
557 <para>
558 Copyright (c) 2008-2018 The Khronos Group Inc.
559 </para>
560 </listitem>
561
562 <listitem>
563 <para>
564 &product-name; contains code from Python which is governed by
565 the license in
566 <xref linkend="licCPython" xrefstyle="template: %n" /> and
567 </para>
568
569 <para>
570 Copyright (c) 2001-2022 Python Software Foundation. All rights
571 reserved.; Copyright (c) 2000 BeOpen.com. All rights
572 reserved.; Copyright (c) 1995-2001 Corporation for National
573 Research Initiatives. All rights reserved.; Copyright (c)
574 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
575 </para>
576 </listitem>
577
578 <listitem>
579 <para>
580 &product-name; contains code from the SPIR-V Registry which is
581 governed by the license in
582 <xref linkend="licKhronos" xrefstyle="template: %n" /> and
583 </para>
584
585 <para>
586 Copyright (c) 2008-2018 The Khronos Group Inc.
587 </para>
588 </listitem>
589
590 <listitem>
591 <para>
592 &product-name; contains code from SPIRV-Cross which is governed
593 by the license in
594 <xref linkend="licApache" xrefstyle="template: %n" /> and
595 </para>
596
597 <para>
598 Copyright (c) 2014-2021 The Khronos Group, Inc.
599 </para>
600 </listitem>
601
602 <listitem>
603 <para>
604 &product-name; contains code from the SPIR-V Tools project
605 which is governed by the license in
606 <xref linkend="licApache" xrefstyle="template: %n" /> and
607 </para>
608
609 <para>
610 Copyright (c) 2015-2020 The Khronos Group Inc.;Modifications
611 Copyright (C) 2020 Advanced Micro Devices, Inc. All rights
612 reserved.
613 </para>
614 </listitem>
615
616 <listitem>
617 <para>
618 &product-name; contains code from Berkeley SoftFloat which is
619 governed by the license in
620 <xref linkend="licBSD-SoftFloat" xrefstyle="template: %n" /> and
621 </para>
622
623 <para>
624 Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the
625 University of California. All rights reserved.
626 </para>
627 </listitem>
628
629 <listitem>
630 <para>
631 &product-name; contains code from the Vulkan Header files and
632 API registry which is governed by the license in
633 <xref linkend="licApache" xrefstyle="template: %n" /> and
634 </para>
635
636 <para>
637 Copyright (c) 2015-2016 The Khronos Group Inc.; Copyright (c)
638 2015-2016 Valve Corporation; Copyright (c) 2015-2016 LunarG, Inc.
639 </para>
640 </listitem>
641
642 <listitem>
643 <para>
644 &product-name; contains code from the Vulkan tools which is
645 governed by the license in
646 <xref linkend="licApache" xrefstyle="template: %n" /> and
647 </para>
648
649 <para>
650 Copyright (c) 2015-2021 The Khronos Group Inc.; Copyright (c)
651 2015-2021 Valve Corporation; Copyright (c) 2015-2021 LunarG,
652 Inc.
653 </para>
654 </listitem>
655
656 <listitem>
657 <para>
658 &product-name; contains code from Glslang which is governed by
659 the licenses in
660 <xref linkend="licBSD-3Clause-Glslang" xrefstyle="template: %n" /> and
661 <xref linkend="licBSD-2Clause-Glslang" xrefstyle="template: %n" /> and
662 <xref linkend="licMIT" xrefstyle="template: %n" /> and
663 <xref linkend="licApache" xrefstyle="template: %n" /> and
664 <xref linkend="licGPL-Bison-Glslang" xrefstyle="template: %n" /> and
665 <xref linkend="licNVIDIA-Glslang" xrefstyle="template: %n" /> and
666 <xref linkend="licKhronos-Glslang" xrefstyle="template: %n" /> and
667 </para>
668
669 <para>
670 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free
671 Software Foundation, Inc.; Copyright (C) 2002-2005 3Dlabs Inc.
672 Ltd.; Copyright (c) 2002-2010 The ANGLE Project Authors.;
673 Copyright (c) 2002, NVIDIA Corporation.; Copyright (C)
674 2012-2021 LunarG, Inc.; Copyright (c) 2013-2021 The Khronos
675 Group Inc.; Copyright (c) 2015-2021 Google Inc.; Copyright (c)
676 2015-2021 Valve Corporation; Copyright (C) 2017, 2019 ARM
677 Limited.; Copyright (c) 2019, Viktor Latypov; Copyright (C)
678 2020-2021 Advanced Micro Devices, Inc. All rights; Copyright
679 (c) 2020, Travis Fort; Copyright 2017 The Glslang Authors. All
680 rights reserved.
681 </para>
682 </listitem>
683
684 <listitem>
685 <para>
686 &product-name; contains code from the EGL-Registry repository
687 which is governed by the licenses in
688 <xref linkend="licApache" xrefstyle="template: %n" /> and
689 <xref linkend="licKhronos-EGL" xrefstyle="template: %n" /> and
690 </para>
691
692 <para>
693 Copyright (c) 2008-2020 The Khronos Group Inc.
694 </para>
695 </listitem>
696
697 <listitem>
698 <para>
699 &product-name; contains code from the Wayland project which is
700 governed by the license in
701 <xref linkend="licMIT" xrefstyle="template: %n" /> and
702 </para>
703
704 <para>
705 Copyright (c) 2008-2012 Kristian Høgsberg; Copyright (c)
706 2010-2012 Intel Corporation; Copyright (c) 2011 Benjamin
707 Franzke; Copyright (c) 2012 Collabora, Ltd.
708 </para>
709 </listitem>
710
711 <listitem>
712 <para>
713 &product-name; contains code from the WiX toolset which is
714 governed by the license in
715 <xref linkend="licWix-Toolset" xrefstyle="template: %n" /> and
716 </para>
717
718 <para>
719 Copyright (c) 2008-2012 Kristian Høgsberg; Copyright (c)
720 2010-2012 Intel Corporation; Copyright (c) 2011 Benjamin
721 Franzke; Copyright (c) 2012 Collabora, Ltd.
722 </para>
723 </listitem>
724
725 <listitem>
726 <para>
727 &product-name; contains code from the XFree86-VidModeExtension
728 which is governed by the license in
729 <xref linkend="licXFree86" xrefstyle="template: %n" /> and
730 </para>
731
732 <para>
733 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights
734 Reserved.
735 </para>
736 </listitem>
737
738 <listitem>
739 <para>
740 &product-name; contains code from the Advanced Linux Sound
741 Architecture (ALSA) project which is governed by the license
742 in <xref linkend="licLGPL" xrefstyle="template: %n" /> and
743 </para>
744
745 <para>
746 Copyright (c) 1994-2007, 2010 by Jaroslav Kysela
747 &lt;perex@perex.cz&gt;; Copyright (c) 1998-1999 by Frank van
748 de Pol &lt;fvdpol@coil.demon.nl&gt;; Copyright (c) 1999 by
749 Uros Bizjak &lt;uros@kss-loka.si&gt;; Copyright (c) 1994-2003
750 by Abramo Bagnara &lt;abramo@alsa-project.org&gt;; Copyright
751 (c) 2016 by Thomas Klausner &lt;wiz@NetBSD.org&gt;; Copyright
752 (c) 2006-2007 Diego Pettenò &lt;flameeyes@gmail.com&gt;;
753 Copyright (c) 2014-2015 Intel Corporation; Copyright (C) 2010
754 Red Hat Inc.; Copyright (C) 2000-2002 Richard W.E. Furse, Paul
755 Barton-Davis, Stefan Westerfeld; Copyright (C) 2008-2010
756 SlimLogic Ltd; Copyright (C) 1998,99,2000, 2003-2007, 2015
757 Takashi Iwai &lt;tiwai@suse.de&gt;; Copyright (c) 2015-2016
758 Takashi Sakamoto; Copyright (C) 2010, 2012 Texas Instruments
759 Inc.; Copyright (C) 2003 Thomas Charbonnel
760 (thomas@undata.org); Copyright (C) 2003 Winfried Ritsch (IEM);
761 Copyright (C) 2010 Wolfson Microelectronics PLC; Copyright (C)
762 1994 X Consortium; Copyright (c) 2006-2007 xine project
763 </para>
764 </listitem>
765
766 <listitem>
767 <para>
768 &product-name; contains code from the cereal C++11
769 serialization library which is governed by the license in
770 <xref linkend="licCereal" xrefstyle="template: %n" /> and
771 </para>
772
773 <para>
774 Copyright (c) 2013-2022, Randolph Voorhies, Shane Grant
775 All rights reserved.; (C) Copyright 2002 Robert Ramey -
776 http://www.rrsd.com; (C) Copyright 2006 David Abrahams -
777 http://www.boost.org.; Copyright (C) 2004-2008 René
778 Nyffenegger; Copyright (c) 2014, 2017, Juan Pedro; Copyright
779 (c) 2015, Kyle Fleming, Juan Pedro Bolivar Puente; Copyright
780 (c) 2017, Juan Pedro Bolivar Puente; Copyright (c) 2006-2013
781 Alexander Chemeris; Copyright (C) 2006, 2007, 2009 Marcin
782 Kalicinski; Copyright (c) 2016-2021 Viktor Kirilov; Copyright
783 (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All
784 rights reserved.
785 </para>
786 </listitem>
787
788 <listitem>
789 <para>
790 &product-name; contains code from the X Composite Extension
791 which is governed by the licenses in
792 <xref linkend="licX11" xrefstyle="template: %n" /> and
793 <xref linkend="licX-KeithPackard1" xrefstyle="template: %n" /> and
794 </para>
795
796 <para>
797 Copyright (c) 2006, Oracle and/or its affiliates. All rights
798 reserved.; Copyright (c) 2003 Keith Packard, Noah Levitt
799 </para>
800 </listitem>
801
802 <listitem>
803 <para>
804 &product-name; contains code from the X Damage Extension which
805 is governed by the license in
806 <xref linkend="licX-KeithPackard1" xrefstyle="template: %n" /> and
807 </para>
808
809 <para>
810 Copyright (c) 2001,2003 Keith Packard; Copyright (c) 2007 Eric Anholt
811 </para>
812 </listitem>
813
814 <listitem>
815 <para>
816 &product-name; contains code from the X Direct Rendering
817 Infrastructure (DRI) 2 Extension which is governed by the
818 license in
819 <xref linkend="licX-DRI2" xrefstyle="template: %n" /> and
820 </para>
821
822 <para>
823 Copyright (c) 2007 Red Hat, Inc.
824 </para>
825 </listitem>
826
827 <listitem>
828 <para>
829 &product-name; contains code from the X Fixes Extension which
830 is governed by the licenses in
831 <xref linkend="licX11" xrefstyle="template: %n" /> and
832 <xref linkend="licX-KeithPackard1" xrefstyle="template: %n" /> and
833 </para>
834
835 <para>
836 Copyright (c) 2006, Oracle and/or its affiliates. All rights
837 reserved.; Copyright 2010 Red Hat, Inc.; Copyright (c)
838 2001,2003 Keith Packard
839 </para>
840 </listitem>
841
842 <listitem>
843 <para>
844 &product-name; contains code from the X Fonts Extension which
845 is governed by the licenses in
846 <xref linkend="licX-NCD-DEC" xrefstyle="template: %n" /> and
847 <xref linkend="licMIT-OpenGroup" xrefstyle="template: %n" /> and
848 <xref linkend="licX-DEC1" xrefstyle="template: %n" /> and
849 <xref linkend="licXFree86" xrefstyle="template: %n" /> and
850 </para>
851
852 <para>
853 Copyright 1990, 1991 Network Computing Devices; Portions
854 Copyright 1987 by Digital Equipment Corporation; Copyright
855 1990, 1991, 1998 The Open Group; Copyright 1987 by Digital
856 Equipment Corporation, Maynard, Massachusetts.; Copyright (c)
857 1999 The XFree86 Project Inc.
858 </para>
859 </listitem>
860
861 <listitem>
862 <para>
863 &product-name; contains code from the X OpenGL Extension (GLX)
864 which is governed by the license in
865 <xref linkend="licSGI-FSL-B" xrefstyle="template: %n" /> and
866 </para>
867
868 <para>
869 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights
870 Reserved.
871 </para>
872 </listitem>
873
874 <listitem>
875 <para>
876 &product-name; contains code from the X Input Extension which
877 is governed by the licenses in
878 <xref linkend="licMIT-OpenGroup" xrefstyle="template: %n" /> and
879 <xref linkend="licX-HP1" xrefstyle="template: %n" /> and
880 </para>
881
882 <para>
883 Copyright 1989, 1998 The Open Group; Copyright 1989 by
884 Hewlett-Packard Company, Palo Alto, California.
885 </para>
886 </listitem>
887
888 <listitem>
889 <para>
890 &product-name; contains code from the X Keyboard Extension which
891 is governed by the license in
892 <xref linkend="licX-SGI" xrefstyle="template: %n" /> and
893 </para>
894
895 <para>
896 Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc.
897 </para>
898 </listitem>
899
900 <listitem>
901 <para>
902 &product-name; contains code from the X Resize and Rotate
903 Extension (RandR) Extension which is governed by the license
904 in
905 <xref linkend="licX-RandR" xrefstyle="template: %n" /> and
906 </para>
907
908 <para>
909 Copyright (c) 2000 Compaq Computer Corporation; Copyright (c)
910 2002 Hewlett-Packard Company; Copyright (c) 2006 Intel
911 Corporation; Copyright (c) 2008 Red Hat, Inc.
912 </para>
913 </listitem>
914
915 <listitem>
916 <para>
917 &product-name; contains code from the X Rendering Extension which
918 is governed by the license in
919 <xref linkend="licX-SuSE" xrefstyle="template: %n" /> and
920 </para>
921
922 <para>
923 Copyright (c) 2000 SuSE, Inc.
924 </para>
925 </listitem>
926
927 <listitem>
928 <para>
929 &product-name; contains code from the X XExt Extension which
930 is governed by the licenses in
931 <xref linkend="licMIT-OpenGroup" xrefstyle="template: %n" /> and
932 <xref linkend="licX-SGI" xrefstyle="template: %n" /> and
933 <xref linkend="licX-NCD1" xrefstyle="template: %n" /> and
934 <xref linkend="licX-HP2" xrefstyle="template: %n" /> and
935 <xref linkend="licX-DEC2" xrefstyle="template: %n" /> and
936 <xref linkend="licX-NCD2" xrefstyle="template: %n" /> and
937 <xref linkend="licX-DEC-Olivetti" xrefstyle="template: %n" /> and
938 <xref linkend="licX-HP3" xrefstyle="template: %n" /> and
939 <xref linkend="licMIT" xrefstyle="template: %n" /> and
940 <xref linkend="licX11" xrefstyle="template: %n" /> and
941 </para>
942
943 <para>
944 Copyright 1989, 1998 The Open Group; Copyright (c) 1997 by
945 Silicon Graphics Computer Systems, Inc.; Copyright 1992
946 Network Computing Devices; Copyright (c) 1994, 1995
947 Hewlett-Packard Company; Copyright (c) 1996 Digital Equipment
948 Corporation, Maynard, Massachusetts.; Copyright 1988, 1989,
949 1990, 1994 Network Computing Devices, Inc.; Copyright
950 1991,1993 by Digital Equipment Corporation, Maynard,
951 Massachusetts, and Olivetti Research Limited, Cambridge,
952 England.; Copyright 1986, 1987, 1988 by Hewlett-Packard
953 Corporation
954 </para>
955 </listitem>
956
957 <listitem>
958 <para>
959 &product-name; contains code from the XFree86 Direct Rendering
960 Infrastructure (DRI) Extension which is governed by the
961 license in
962 <xref linkend="licMIT" xrefstyle="template: %n" /> and
963 </para>
964
965 <para>
966 Copyright 1998-1999 Precision Insight, Inc., Cedar Park,
967 Texas.; Copyright 2000 VA Linux Systems, Inc.; All Rights
968 Reserved.
969 </para>
970 </listitem>
971
972 <listitem>
973 <para>
974 &product-name; contains code from the libXcomposite library
975 which is governed by the licenses in
976 <xref linkend="licX-KeithPackard1" xrefstyle="template: %n" /> and
977 <xref linkend="licMIT" xrefstyle="template: %n" /> and
978 </para>
979
980 <para>
981 Copyright (c) 2001,2003 Keith Packard; Copyright (c) 2006, 2007,
982 Oracle and/or its affiliates. All rights reserved.
983 </para>
984 </listitem>
985
986 <listitem>
987 <para>
988 &product-name; contains code from the libXdamage library
989 which is governed by the licenses in
990 <xref linkend="licX-KeithPackard1" xrefstyle="template: %n" /> and
991 </para>
992
993 <para>
994 Copyright (c) 2001,2003 Keith Packard; Copyright (c) 2007 Eric Anholt
995 </para>
996 </listitem>
997
998 <listitem>
999 <para>
1000 &product-name; contains code from the libXext library
1001 which is governed by the licenses in
1002 <xref linkend="licMIT-OpenGroup" xrefstyle="template: %n" /> and
1003 <xref linkend="licX-SGI" xrefstyle="template: %n" /> and
1004 <xref linkend="licX-NCD1" xrefstyle="template: %n" /> and
1005 <xref linkend="licX-HP2" xrefstyle="template: %n" /> and
1006 <xref linkend="licX-DEC2" xrefstyle="template: %n" /> and
1007 <xref linkend="licX-DEC-Olivetti" xrefstyle="template: %n" /> and
1008 <xref linkend="licX-HP3" xrefstyle="template: %n" /> and
1009 <xref linkend="licMIT" xrefstyle="template: %n" /> and
1010 <xref linkend="licX11-Multi-party" xrefstyle="template: %n" /> and
1011 </para>
1012
1013 <para>
1014 Copyright 1986, 1987, 1988, 1989, 1994, 1998 The Open Group;
1015 Copyright (c) 1996 Digital Equipment Corporation, Maynard,
1016 Massachusetts.; Copyright (c) 1997 by Silicon Graphics
1017 Computer Systems, Inc.; Copyright 1992 Network Computing
1018 Devices; Copyright 1991,1993 by Digital Equipment Corporation,
1019 Maynard, Massachusetts, and Olivetti Research Limited,
1020 Cambridge, England.; Copyright 1986, 1987, 1988 by
1021 Hewlett-Packard Corporation; Copyright (c) 1994, 1995
1022 Hewlett-Packard Company; Copyright Digital Equipment
1023 Corporation, 1996; Copyright (c) 1999, 2005, 2006, 2013,
1024 Oracle and/or its affiliates.; Copyright (c) 1989 X
1025 Consortium, Inc. and Digital Equipment Corporation.; Copyright
1026 (c) 1992 X Consortium, Inc. and Intergraph Corporation.;
1027 Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics,
1028 Inc.; Copyright (c) 1994, 1995 X Consortium, Inc. and
1029 Hewlett-Packard Company.
1030 </para>
1031 </listitem>
1032
1033 <listitem>
1034 <para>
1035 &product-name; contains code from the libXfixes library which
1036 is governed by the license in
1037 <xref linkend="licX-KeithPackard1" xrefstyle="template: %n" /> and
1038 </para>
1039
1040 <para>
1041 Copyright (c) 2001,2003 Keith Packard
1042 </para>
1043 </listitem>
1044
1045 <listitem>
1046 <para>
1047 &product-name; contains code from the X libpciaccess library
1048 which is governed by the licenses in
1049 <xref linkend="licMIT" xrefstyle="template: %n" /> and
1050 <xref linkend="licX-Sun" xrefstyle="template: %n" /> and
1051 <xref linkend="licX-Pardines-Kettenis" xrefstyle="template: %n" /> and
1052 <xref linkend="licXFree86" xrefstyle="template: %n" /> and
1053 </para>
1054
1055 <para>
1056 Copyright (C) 2007 Free Software Foundation, Inc.; (C)
1057 Copyright Eric Anholt 2006; (C) Copyright IBM Corporation
1058 2006; Copyright (C) 2008 Free Software Foundation, Inc.;
1059 Copyright 2005 Red Hat, Inc; Copyright (c) 2008 Juan Romero
1060 Pardines; Copyright (c) 2008 Mark Kettenis; Copyright (c) 2007
1061 Paulo R. Zanoni, Tiago Vignatti; Copyright 2005-2009 Sun
1062 Microsystems, Inc. All rights reserved.; Copyright (C) 2000
1063 The XFree86 Project, Inc. All Rights Reserved.; Copyright (c)
1064 2009 Tiago Vignatti
1065 </para>
1066 </listitem>
1067
1068 <listitem>
1069 <para>
1070 &product-name; contains code from the libxshmfence library which
1071 is governed by the license in
1072 <xref linkend="licX-libxshmfence" xrefstyle="template: %n" /> and
1073 </para>
1074
1075 <para>
1076 Copyright (c) 2013 Keith Packard; Copyright (c) 2013 Jung-uk
1077 Kim &lt;jkim@FreeBSD.org&gt;
1078 </para>
1079 </listitem>
1080
1081 <listitem>
1082 <para>
1083 &product-name; contains code from the pixman library which
1084 is governed by the license in
1085 <xref linkend="licMIT" xrefstyle="template: %n" /> and
1086 </para>
1087
1088 <para>
1089 Copyright 1987, 1988, 1989, 1998 The Open Group; Copyright
1090 1987, 1988, 1989 Digital Equipment Corporation; Copyright
1091 1999, 2004, 2008 Keith Packard; Copyright 2000 SuSE, Inc.;
1092 Copyright 2000 Keith Packard, member of The XFree86 Project,
1093 Inc.; Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat,
1094 Inc.; Copyright 2004 Nicholas Miell; Copyright 2005 Lars Knoll
1095 &amp; Zack Rusin, Trolltech; Copyright 2005 Trolltech AS;
1096 Copyright 2007 Luca Barbato; Copyright 2008 Aaron Plattner,
1097 NVIDIA Corporation; Copyright 2008 Rodrigo Kumpera; Copyright
1098 2008 André Tupinambá; Copyright 2008 Mozilla Corporation;
1099 Copyright 2008 Frederic Plourde; Copyright 2009, Oracle and/or
1100 its affiliates. All rights reserved.; Copyright 2009, 2010
1101 Nokia Corporation
1102 </para>
1103 </listitem>
1104
1105 <listitem>
1106 <para>
1107 &product-name; contains code from the xf86-input-mouse driver
1108 which is governed by the licenses in
1109 <xref linkend="licX-Mouse" xrefstyle="template: %n" /> and
1110 <xref linkend="licX-Yokota" xrefstyle="template: %n" /> and
1111 </para>
1112
1113 <para>
1114 Copyright (c) 1997-1999 by The XFree86 Project, Inc.;
1115 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.;
1116 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;;
1117 Copyright 1994-2002 by The XFree86 Project, Inc.; Copyright
1118 1998 by Kazutaka YOKOTA
1119 &lt;yokota@zodiac.mech.utsunomiya-u.ac.jp&gt;; Copyright 2002
1120 by Paul Elliott; Copyright 2002 by SuSE Linux AG, Author:
1121 Egbert Eich; Copyright 2005 Red Hat, Inc; Copyright 2005 Sun
1122 Microsystems, Inc. All rights reserved.; Copyright 2005 Adam
1123 Jackson
1124 </para>
1125 </listitem>
1126
1127 <listitem>
1128 <para>
1129 &product-name; contains code from the xf86-video-vesa driver
1130 which is governed by the license in
1131 <xref linkend="licX-Connectiva" xrefstyle="template: %n" /> and
1132 </para>
1133
1134 <para>
1135 Copyright (c) 2000 by Conectiva S.A.
1136 (http://www.conectiva.com); Authors: Paulo César Pereira de
1137 Andrade &lt;pcpa@conectiva.com.br&gt; David Dawes
1138 &lt;dawes@xfree86.org&gt;
1139 </para>
1140 </listitem>
1141
1142 <listitem>
1143 <para>
1144 &product-name; contains code from the Xorg X server which is
1145 governed by the licenses in
1146 <xref linkend="licMIT" xrefstyle="template: %n" /> and
1147 <xref linkend="licXFree86" xrefstyle="template: %n" /> and
1148 <xref linkend="licXFree86-v2" xrefstyle="template: %n" /> and
1149 <xref linkend="licMIT-OpenGroup" xrefstyle="template: %n" /> and
1150 <xref linkend="licX-SuSE" xrefstyle="template: %n" /> and
1151 <xref linkend="licX-DEC1" xrefstyle="template: %n" /> and
1152 <xref linkend="licX-DEC-Quarterdeck" xrefstyle="template: %n" /> and
1153 <xref linkend="licX-DEC3" xrefstyle="template: %n" /> and
1154 <xref linkend="licX-DEC2" xrefstyle="template: %n" /> and
1155 <xref linkend="licSGI-FSL-B" xrefstyle="template: %n" /> and
1156 <xref linkend="licX-HP2" xrefstyle="template: %n" /> and
1157 <xref linkend="licX-HP1" xrefstyle="template: %n" /> and
1158 <xref linkend="licX-RedHat-SuSE" xrefstyle="template: %n" /> and
1159 <xref linkend="licX-RedHat" xrefstyle="template: %n" /> and
1160 <xref linkend="licX11-RedHat" xrefstyle="template: %n" /> and
1161 <xref linkend="licX-PrecisionInsight" xrefstyle="template: %n" /> and
1162 <xref linkend="licX-VALinux-IBM" xrefstyle="template: %n" /> and
1163 <xref linkend="licX-IBM" xrefstyle="template: %n" /> and
1164 <xref linkend="licX-MetroLink1" xrefstyle="template: %n" /> and
1165 <xref linkend="licX-MetroLink2" xrefstyle="template: %n" /> and
1166 <xref linkend="licX-MetroLink3" xrefstyle="template: %n" /> and
1167 <xref linkend="licX-Connectiva" xrefstyle="template: %n" /> and
1168 <xref linkend="licX-NVIDIA" xrefstyle="template: %n" /> and
1169 <xref linkend="licX-Vrije" xrefstyle="template: %n" /> and
1170 <xref linkend="licX-Concurrent" xrefstyle="template: %n" /> and
1171 <xref linkend="licX-Nokia" xrefstyle="template: %n" /> and
1172 <xref linkend="licX-Adobe" xrefstyle="template: %n" /> and
1173 <xref linkend="licX-NCD3" xrefstyle="template: %n" /> and
1174 <xref linkend="licX-UC" xrefstyle="template: %n" /> and
1175 <xref linkend="licX-OMRON-DG" xrefstyle="template: %n" /> and
1176 <xref linkend="licX-KeithPackard1" xrefstyle="template: %n" /> and
1177 <xref linkend="licX-Legacy1" xrefstyle="template: %n" /> and
1178 <xref linkend="licX-DavorMatic" xrefstyle="template: %n" /> and
1179 <xref linkend="licX-HaroldHuntII" xrefstyle="template: %n" /> and
1180 <xref linkend="licX-Roell" xrefstyle="template: %n" /> and
1181 <xref linkend="licX-Roell-Wexelblat" xrefstyle="template: %n" /> and
1182 <xref linkend="licX-Roell-SGCS" xrefstyle="template: %n" /> and
1183 <xref linkend="licX-Hourihane" xrefstyle="template: %n" /> and
1184 <xref linkend="licX-Keithley" xrefstyle="template: %n" /> and
1185 <xref linkend="licX-Herrb" xrefstyle="template: %n" /> and
1186 <xref linkend="licX-Eich" xrefstyle="template: %n" /> and
1187 <xref linkend="licX-Wexelblat" xrefstyle="template: %n" /> and
1188 <xref linkend="licX-Zborowski-Wexelblat" xrefstyle="template: %n" /> and
1189 <xref linkend="licX-Zborowski-Dawes" xrefstyle="template: %n" /> and
1190 <xref linkend="licX-Lepied" xrefstyle="template: %n" /> and
1191 <xref linkend="licX-Murphy-Wexelblat" xrefstyle="template: %n" /> and
1192 <xref linkend="licX-Murphey-Dawes" xrefstyle="template: %n" /> and
1193 <xref linkend="licX-Carlsson" xrefstyle="template: %n" /> and
1194 <xref linkend="licX-Anholt" xrefstyle="template: %n" /> and
1195 <xref linkend="licX-Miller" xrefstyle="template: %n" /> and
1196 <xref linkend="licX-Blundell" xrefstyle="template: %n" /> and
1197 <xref linkend="licXFree86" xrefstyle="template: %n" /> and
1198 <xref linkend="licX-Legacy2" xrefstyle="template: %n" /> and
1199 <xref linkend="licX-Legacy3" xrefstyle="template: %n" /> and
1200 <xref linkend="licX-Legacy4" xrefstyle="template: %n" /> and
1201 <xref linkend="licX-Legacy5" xrefstyle="template: %n" /> and
1202 <xref linkend="licX-Legacy6" xrefstyle="template: %n" /> and
1203 <xref linkend="licX-Legacy7" xrefstyle="template: %n" /> and
1204 <xref linkend="licX-Legacy8" xrefstyle="template: %n" /> and
1205 <xref linkend="licX-Legacy9" xrefstyle="template: %n" /> and
1206 <xref linkend="licX-Legacy11" xrefstyle="template: %n" /> and
1207 <xref linkend="licX-AureleLF" xrefstyle="template: %n" /> and
1208 <xref linkend="licX-Legacy12" xrefstyle="template: %n" /> and
1209 <xref linkend="licX-Johnston" xrefstyle="template: %n" /> and
1210 <xref linkend="licX-Jelinek" xrefstyle="template: %n" /> and
1211 <xref linkend="licX-Yasushi" xrefstyle="template: %n" /> and
1212 <xref linkend="licX-Legacy13" xrefstyle="template: %n" /> and
1213 <xref linkend="licX-Legacy14" xrefstyle="template: %n" /> and
1214 <xref linkend="licX-OpenedHand" xrefstyle="template: %n" /> and
1215 <xref linkend="licX-UC2" xrefstyle="template: %n" /> and
1216 </para>
1217
1218 <para>
1219 Copyright (c) 2000-2001 Juliusz Chroboczek; Copyright (c) 1998
1220 Egbert Eich; Copyright (c) 2006-2007 Intel Corporation;
1221 Copyright (c) 2006 Nokia Corporation; Copyright (c) 2006-2008
1222 Peter Hutterer; Copyright (c) 2006 Adam Jackson; Copyright (c)
1223 2009 NVIDIA Corporation; Copyright (c) 1999 Keith Packard;
1224 Copyright (c) 2007-2009 Red Hat, Inc.; Copyright (c) 2005-2008
1225 Daniel Stone; Copyright (c) 2006-2009 Simon Thum; Copyright
1226 (c) 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc.;
1227 Copyright (c) 2006 Luc Verhaegen. For complete copyright
1228 information, see the individual licenses.
1229 </para>
1230 </listitem>
1231
1232 <listitem>
1233 <para>
1234 &product-name; contains code from the X Window System Core
1235 Protocol which is governed by the licenses in
1236 <xref linkend="licX-Oracle" xrefstyle="template: %n" /> and
1237 <xref linkend="licMIT-OpenGroup" xrefstyle="template: %n" /> and
1238 <xref linkend="licX-DEC1" xrefstyle="template: %n" /> and
1239 <xref linkend="licX-HP4" xrefstyle="template: %n" /> and
1240 <xref linkend="licXFree86" xrefstyle="template: %n" /> and
1241 </para>
1242
1243 <para>
1244 Copyright (c) 1991, 2005, 2006, Oracle and/or its affiliates.
1245 All rights reserved.; Copyright 1997 Metro Link Incorporated;
1246 Copyright (c) 2005 Daniel Stone; Copyright (c) 1999 The
1247 XFree86 Project Inc.; Copyright 1985-1991, 1993-1998 The Open
1248 Group; Copyright 1987 by Apollo Computer Inc., Chelmsford,
1249 Massachusetts.; Copyright 1987, 1988 by Digital Equipment
1250 Corporation, Maynard, Massachusetts.; Copyright 1989 by
1251 Hewlett-Packard Company.; Copyright 2005 Red Hat, Inc
1252 </para>
1253 </listitem>
1254
1255 <listitem>
1256 <para>
1257 &product-name; contains code from the xset utility which is
1258 governed by the license in
1259 <xref linkend="licMIT-OpenGroup" xrefstyle="template: %n" /> and
1260 </para>
1261
1262 <para>
1263 Copyright 1985, 1988, 1998 The Open Group
1264 </para>
1265 </listitem>
1266
1267 <listitem>
1268 <para>
1269 &product-name; contains code from the libdrm library which is
1270 governed by the license in
1271 <xref linkend="licMIT" xrefstyle="template: %n" /> and
1272 </para>
1273
1274 <para>
1275 Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.;
1276 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
1277 All Rights Reserved.
1278 </para>
1279 </listitem>
1280
1281 <listitem>
1282 <para>
1283 &product-name; contains code from the libdevmapper library
1284 which is governed by the license in
1285 <xref linkend="licGPL" xrefstyle="template: %n" /> and
1286 </para>
1287
1288 <para>
1289 Copyright (C) 2001-2004 Sistina Software, Inc. All rights
1290 reserved.; Copyright (C) 2004-2017 Red Hat, Inc. All rights
1291 reserved.; Copyright (C) 2006 Rackable Systems All rights
1292 reserved.
1293 </para>
1294 </listitem>
1295
1296 <listitem>
1297 <para>
1298 &product-name; contains code from DXVK Native which is
1299 governed by the license in
1300 <xref linkend="licZLIB" xrefstyle="template: %n" /> and
1301 </para>
1302
1303 <para>
1304 Copyright (c) 2017-2021 Philip Rebohle; Copyright (c)
1305 2019-2021 Joshua Ashton
1306 </para>
1307 </listitem>
1308
1309 <listitem>
1310 <para>
1311 &product-name; contains code from PulseAudio which is
1312 governed by the license in
1313 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
1314 </para>
1315
1316 <para>
1317 Copyright (c) 2017-2021 Philip Rebohle; Copyright (c)
1318 2019-2021 Joshua Ashton
1319 </para>
1320 </listitem>
1321
1322 <listitem>
1323 <para>
1324 &product-name; contains code from libtpms which is
1325 governed by the license in
1326 <xref linkend="licTpms" xrefstyle="template: %n" /> and
1327 </para>
1328
1329 <para>
1330 (c) Copyright IBM Corporation 2006 - 2011;
1331 (c) Copyright IBM Corp. and others, 2012-2016
1332 </para>
1333 </listitem>
1334
1335 <listitem>
1336 <para>
1337 &product-name; contains code from libssh which is
1338 governed by the license in
1339 <xref linkend="licLGPL" xrefstyle="template: %n" /> and
1340 </para>
1341
1342 <para>
1343 Copyright (c) 2004-2013 by Aris Adamantiadis;
1344 Copyright (c) 2009-2013 by Andreas Schneider &lt;asn@cryptomilk.org&gt;
1345 </para>
1346 </listitem>
1347
1348 </itemizedlist>
1349
1350 </sect1>
1351
1352 <sect1 id="third-party-licenses">
1353
1354 <title>Third-Party Licenses</title>
1355
1356 <sect2 id="licGPL">
1357
1358 <title>GNU General Public License (GPL)</title>
1359
1360 <para>
1361 GNU GENERAL PUBLIC LICENSE Version 2, June 1991
1362 </para>
1363
1364 <para>
1365 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
1366 </para>
1367
1368 <para>
1369 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1370 </para>
1371
1372 <para>
1373 Everyone is permitted to copy and distribute verbatim copies of
1374 this license document, but changing it is not allowed.
1375 </para>
1376
1377 <para>
1378 Preamble
1379 </para>
1380
1381 <para>
1382 The licenses for most software are designed to take away your
1383 freedom to share and change it. By contrast, the GNU General
1384 Public License is intended to guarantee your freedom to share
1385 and change free software--to make sure the software is free for
1386 all its users. This General Public License applies to most of
1387 the Free Software Foundation's software and to any other program
1388 whose authors commit to using it. (Some other Free Software
1389 Foundation software is covered by the GNU Library General Public
1390 License instead.) You can apply it to your programs, too.
1391 </para>
1392
1393 <para>
1394 When we speak of free software, we are referring to freedom, not
1395 price. Our General Public Licenses are designed to make sure
1396 that you have the freedom to distribute copies of free software
1397 (and charge for this service if you wish), that you receive
1398 source code or can get it if you want it, that you can change
1399 the software or use pieces of it in new free programs; and that
1400 you know you can do these things.
1401 </para>
1402
1403 <para>
1404 To protect your rights, we need to make restrictions that forbid
1405 anyone to deny you these rights or to ask you to surrender the
1406 rights. These restrictions translate to certain responsibilities
1407 for you if you distribute copies of the software, or if you
1408 modify it.
1409 </para>
1410
1411 <para>
1412 For example, if you distribute copies of such a program, whether
1413 gratis or for a fee, you must give the recipients all the rights
1414 that you have. You must make sure that they, too, receive or can
1415 get the source code. And you must show them these terms so they
1416 know their rights.
1417 </para>
1418
1419 <para>
1420 We protect your rights with two steps: (1) copyright the
1421 software, and (2) offer you this license which gives you legal
1422 permission to copy, distribute and/or modify the software.
1423 </para>
1424
1425 <para>
1426 Also, for each author's protection and ours, we want to make
1427 certain that everyone understands that there is no warranty for
1428 this free software. If the software is modified by someone else
1429 and passed on, we want its recipients to know that what they
1430 have is not the original, so that any problems introduced by
1431 others will not reflect on the original authors' reputations.
1432 </para>
1433
1434 <para>
1435 Finally, any free program is threatened constantly by software
1436 patents. We wish to avoid the danger that redistributors of a
1437 free program will individually obtain patent licenses, in effect
1438 making the program proprietary. To prevent this, we have made it
1439 clear that any patent must be licensed for everyone's free use
1440 or not licensed at all.
1441 </para>
1442
1443 <para>
1444 The precise terms and conditions for copying, distribution and
1445 modification follow.
1446 </para>
1447
1448 <para>
1449 GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING,
1450 DISTRIBUTION AND MODIFICATION
1451 </para>
1452
1453 <para>
1454 0. This License applies to any program or other work which
1455 contains a notice placed by the copyright holder saying it may
1456 be distributed under the terms of this General Public License.
1457 The "Program", below, refers to any such program or work, and a
1458 "work based on the Program" means either the Program or any
1459 derivative work under copyright law: that is to say, a work
1460 containing the Program or a portion of it, either verbatim or
1461 with modifications and/or translated into another language.
1462 (Hereinafter, translation is included without limitation in the
1463 term "modification".) Each licensee is addressed as "you".
1464 </para>
1465
1466 <para>
1467 Activities other than copying, distribution and modification are
1468 not covered by this License; they are outside its scope. The act
1469 of running the Program is not restricted, and the output from
1470 the Program is covered only if its contents constitute a work
1471 based on the Program (independent of having been made by running
1472 the Program). Whether that is true depends on what the Program
1473 does.
1474 </para>
1475
1476 <para>
1477 1. You may copy and distribute verbatim copies of the Program's
1478 source code as you receive it, in any medium, provided that you
1479 conspicuously and appropriately publish on each copy an
1480 appropriate copyright notice and disclaimer of warranty; keep
1481 intact all the notices that refer to this License and to the
1482 absence of any warranty; and give any other recipients of the
1483 Program a copy of this License along with the Program.
1484 </para>
1485
1486 <para>
1487 You may charge a fee for the physical act of transferring a
1488 copy, and you may at your option offer warranty protection in
1489 exchange for a fee.
1490 </para>
1491
1492 <para>
1493 2. You may modify your copy or copies of the Program or any
1494 portion of it, thus forming a work based on the Program, and
1495 copy and distribute such modifications or work under the terms
1496 of Section 1 above, provided that you also meet all of these
1497 conditions:
1498 </para>
1499
1500 <para>
1501 a) You must cause the modified files to carry prominent notices
1502 stating that you changed the files and the date of any change.
1503 </para>
1504
1505 <para>
1506 b) You must cause any work that you distribute or publish, that
1507 in whole or in part contains or is derived from the Program or
1508 any part thereof, to be licensed as a whole at no charge to all
1509 third parties under the terms of this License.
1510 </para>
1511
1512 <para>
1513 c) If the modified program normally reads commands interactively
1514 when run, you must cause it, when started running for such
1515 interactive use in the most ordinary way, to print or display an
1516 announcement including an appropriate copyright notice and a
1517 notice that there is no warranty (or else, saying that you
1518 provide a warranty) and that users may redistribute the program
1519 under these conditions, and telling the user how to view a copy
1520 of this License. (Exception: if the Program itself is
1521 interactive but does not normally print such an announcement,
1522 your work based on the Program is not required to print an
1523 announcement.)
1524 </para>
1525
1526 <para>
1527 These requirements apply to the modified work as a whole. If
1528 identifiable sections of that work are not derived from the
1529 Program, and can be reasonably considered independent and
1530 separate works in themselves, then this License, and its terms,
1531 do not apply to those sections when you distribute them as
1532 separate works. But when you distribute the same sections as
1533 part of a whole which is a work based on the Program, the
1534 distribution of the whole must be on the terms of this License,
1535 whose permissions for other licensees extend to the entire
1536 whole, and thus to each and every part regardless of who wrote
1537 it.
1538 </para>
1539
1540 <para>
1541 Thus, it is not the intent of this section to claim rights or
1542 contest your rights to work written entirely by you; rather, the
1543 intent is to exercise the right to control the distribution of
1544 derivative or collective works based on the Program.
1545 </para>
1546
1547 <para>
1548 In addition, mere aggregation of another work not based on the
1549 Program with the Program (or with a work based on the Program)
1550 on a volume of a storage or distribution medium does not bring
1551 the other work under the scope of this License.
1552 </para>
1553
1554 <para>
1555 3. You may copy and distribute the Program (or a work based on
1556 it, under Section 2) in object code or executable form under the
1557 terms of Sections 1 and 2 above provided that you also do one of
1558 the following:
1559 </para>
1560
1561 <para>
1562 a) Accompany it with the complete corresponding machine-readable
1563 source code, which must be distributed under the terms of
1564 Sections 1 and 2 above on a medium customarily used for software
1565 interchange; or,
1566 </para>
1567
1568 <para>
1569 b) Accompany it with a written offer, valid for at least three
1570 years, to give any third party, for a charge no more than your
1571 cost of physically performing source distribution, a complete
1572 machine-readable copy of the corresponding source code, to be
1573 distributed under the terms of Sections 1 and 2 above on a
1574 medium customarily used for software interchange; or,
1575 </para>
1576
1577 <para>
1578 c) Accompany it with the information you received as to the
1579 offer to distribute corresponding source code. (This alternative
1580 is allowed only for noncommercial distribution and only if you
1581 received the program in object code or executable form with such
1582 an offer, in accord with Subsection b above.)
1583 </para>
1584
1585 <para>
1586 The source code for a work means the preferred form of the work
1587 for making modifications to it. For an executable work, complete
1588 source code means all the source code for all modules it
1589 contains, plus any associated interface definition files, plus
1590 the scripts used to control compilation and installation of the
1591 executable. However, as a special exception, the source code
1592 distributed need not include anything that is normally
1593 distributed (in either source or binary form) with the major
1594 components (compiler, kernel, and so on) of the operating system
1595 on which the executable runs, unless that component itself
1596 accompanies the executable.
1597 </para>
1598
1599 <para>
1600 If distribution of executable or object code is made by offering
1601 access to copy from a designated place, then offering equivalent
1602 access to copy the source code from the same place counts as
1603 distribution of the source code, even though third parties are
1604 not compelled to copy the source along with the object code.
1605 </para>
1606
1607 <para>
1608 4. You may not copy, modify, sublicense, or distribute the
1609 Program except as expressly provided under this License. Any
1610 attempt otherwise to copy, modify, sublicense or distribute the
1611 Program is void, and will automatically terminate your rights
1612 under this License. However, parties who have received copies,
1613 or rights, from you under this License will not have their
1614 licenses terminated so long as such parties remain in full
1615 compliance.
1616 </para>
1617
1618 <para>
1619 5. You are not required to accept this License, since you have
1620 not signed it. However, nothing else grants you permission to
1621 modify or distribute the Program or its derivative works. These
1622 actions are prohibited by law if you do not accept this License.
1623 Therefore, by modifying or distributing the Program (or any work
1624 based on the Program), you indicate your acceptance of this
1625 License to do so, and all its terms and conditions for copying,
1626 distributing or modifying the Program or works based on it.
1627 </para>
1628
1629 <para>
1630 6. Each time you redistribute the Program (or any work based on
1631 the Program), the recipient automatically receives a license
1632 from the original licensor to copy, distribute or modify the
1633 Program subject to these terms and conditions. You may not
1634 impose any further restrictions on the recipients' exercise of
1635 the rights granted herein. You are not responsible for enforcing
1636 compliance by third parties to this License.
1637 </para>
1638
1639 <para>
1640 7. If, as a consequence of a court judgment or allegation of
1641 patent infringement or for any other reason (not limited to
1642 patent issues), conditions are imposed on you (whether by court
1643 order, agreement or otherwise) that contradict the conditions of
1644 this License, they do not excuse you from the conditions of this
1645 License. If you cannot distribute so as to satisfy
1646 simultaneously your obligations under this License and any other
1647 pertinent obligations, then as a consequence you may not
1648 distribute the Program at all. For example, if a patent license
1649 would not permit royalty-free redistribution of the Program by
1650 all those who receive copies directly or indirectly through you,
1651 then the only way you could satisfy both it and this License
1652 would be to refrain entirely from distribution of the Program.
1653 </para>
1654
1655 <para>
1656 If any portion of this section is held invalid or unenforceable
1657 under any particular circumstance, the balance of the section is
1658 intended to apply and the section as a whole is intended to
1659 apply in other circumstances.
1660 </para>
1661
1662 <para>
1663 It is not the purpose of this section to induce you to infringe
1664 any patents or other property right claims or to contest
1665 validity of any such claims; this section has the sole purpose
1666 of protecting the integrity of the free software distribution
1667 system, which is implemented by public license practices. Many
1668 people have made generous contributions to the wide range of
1669 software distributed through that system in reliance on
1670 consistent application of that system; it is up to the
1671 author/donor to decide if he or she is willing to distribute
1672 software through any other system and a licensee cannot impose
1673 that choice.
1674 </para>
1675
1676 <para>
1677 This section is intended to make thoroughly clear what is
1678 believed to be a consequence of the rest of this License.
1679 </para>
1680
1681 <para>
1682 8. If the distribution and/or use of the Program is restricted
1683 in certain countries either by patents or by copyrighted
1684 interfaces, the original copyright holder who places the Program
1685 under this License may add an explicit geographical distribution
1686 limitation excluding those countries, so that distribution is
1687 permitted only in or among countries not thus excluded. In such
1688 case, this License incorporates the limitation as if written in
1689 the body of this License.
1690 </para>
1691
1692 <para>
1693 9. The Free Software Foundation may publish revised and/or new
1694 versions of the General Public License from time to time. Such
1695 new versions will be similar in spirit to the present version,
1696 but may differ in detail to address new problems or concerns.
1697 </para>
1698
1699 <para>
1700 Each version is given a distinguishing version number. If the
1701 Program specifies a version number of this License which applies
1702 to it and "any later version", you have the option of following
1703 the terms and conditions either of that version or of any later
1704 version published by the Free Software Foundation. If the
1705 Program does not specify a version number of this License, you
1706 may choose any version ever published by the Free Software
1707 Foundation.
1708 </para>
1709
1710 <para>
1711 10. If you wish to incorporate parts of the Program into other
1712 free programs whose distribution conditions are different, write
1713 to the author to ask for permission. For software which is
1714 copyrighted by the Free Software Foundation, write to the Free
1715 Software Foundation; we sometimes make exceptions for this. Our
1716 decision will be guided by the two goals of preserving the free
1717 status of all derivatives of our free software and of promoting
1718 the sharing and reuse of software generally.
1719 </para>
1720
1721 <para>
1722 NO WARRANTY
1723 </para>
1724
1725 <para>
1726 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
1727 WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
1728 LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1729 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
1730 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
1731 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
1732 AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
1733 QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
1734 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
1735 SERVICING, REPAIR OR CORRECTION.
1736 </para>
1737
1738 <para>
1739 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO
1740 IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
1741 MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
1742 LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
1743 INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
1744 INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
1745 OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1746 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH
1747 ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
1748 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1749 </para>
1750
1751 <para>
1752 END OF TERMS AND CONDITIONS
1753 </para>
1754
1755 </sect2>
1756
1757 <sect2 id="licLGPL">
1758
1759 <title>GNU Lesser General Public License (LGPL)</title>
1760
1761 <para>
1762 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
1763 </para>
1764
1765 <para>
1766 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59
1767 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is
1768 permitted to copy and distribute verbatim copies of this license
1769 document, but changing it is not allowed.
1770 </para>
1771
1772 <para>
1773 [This is the first released version of the Lesser GPL. It also
1774 counts as the successor of the GNU Library Public License,
1775 version 2, hence the version number 2.1.]
1776 </para>
1777
1778 <para>
1779 Preamble
1780 </para>
1781
1782 <para>
1783 The licenses for most software are designed to take away your
1784 freedom to share and change it. By contrast, the GNU General
1785 Public Licenses are intended to guarantee your freedom to share
1786 and change free software--to make sure the software is free for
1787 all its users.
1788 </para>
1789
1790 <para>
1791 This license, the Lesser General Public License, applies to some
1792 specially designated software packages--typically libraries--of
1793 the Free Software Foundation and other authors who decide to use
1794 it. You can use it too, but we suggest you first think carefully
1795 about whether this license or the ordinary General Public
1796 License is the better strategy to use in any particular case,
1797 based on the explanations below.
1798 </para>
1799
1800 <para>
1801 When we speak of free software, we are referring to freedom of
1802 use, not price. Our General Public Licenses are designed to make
1803 sure that you have the freedom to distribute copies of free
1804 software (and charge for this service if you wish); that you
1805 receive source code or can get it if you want it; that you can
1806 change the software and use pieces of it in new free programs;
1807 and that you are informed that you can do these things.
1808 </para>
1809
1810 <para>
1811 To protect your rights, we need to make restrictions that forbid
1812 distributors to deny you these rights or to ask you to surrender
1813 these rights. These restrictions translate to certain
1814 responsibilities for you if you distribute copies of the library
1815 or if you modify it.
1816 </para>
1817
1818 <para>
1819 For example, if you distribute copies of the library, whether
1820 gratis or for a fee, you must give the recipients all the rights
1821 that we gave you. You must make sure that they, too, receive or
1822 can get the source code. If you link other code with the
1823 library, you must provide complete object files to the
1824 recipients, so that they can relink them with the library after
1825 making changes to the library and recompiling it. And you must
1826 show them these terms so they know their rights.
1827 </para>
1828
1829 <para>
1830 We protect your rights with a two-step method: (1) we copyright
1831 the library, and (2) we offer you this license, which gives you
1832 legal permission to copy, distribute and/or modify the library.
1833 </para>
1834
1835 <para>
1836 To protect each distributor, we want to make it very clear that
1837 there is no warranty for the free library. Also, if the library
1838 is modified by someone else and passed on, the recipients should
1839 know that what they have is not the original version, so that
1840 the original author's reputation will not be affected by
1841 problems that might be introduced by others.
1842 </para>
1843
1844 <para>
1845 Finally, software patents pose a constant threat to the
1846 existence of any free program. We wish to make sure that a
1847 company cannot effectively restrict the users of a free program
1848 by obtaining a restrictive license from a patent holder.
1849 Therefore, we insist that any patent license obtained for a
1850 version of the library must be consistent with the full freedom
1851 of use specified in this license.
1852 </para>
1853
1854 <para>
1855 Most GNU software, including some libraries, is covered by the
1856 ordinary GNU General Public License. This license, the GNU
1857 Lesser General Public License, applies to certain designated
1858 libraries, and is quite different from the ordinary General
1859 Public License. We use this license for certain libraries in
1860 order to permit linking those libraries into non-free programs.
1861 </para>
1862
1863 <para>
1864 When a program is linked with a library, whether statically or
1865 using a shared library, the combination of the two is legally
1866 speaking a combined work, a derivative of the original library.
1867 The ordinary General Public License therefore permits such
1868 linking only if the entire combination fits its criteria of
1869 freedom. The Lesser General Public License permits more lax
1870 criteria for linking other code with the library.
1871 </para>
1872
1873 <para>
1874 We call this license the "Lesser" General Public License because
1875 it does Less to protect the user's freedom than the ordinary
1876 General Public License. It also provides other free software
1877 developers Less of an advantage over competing non-free
1878 programs. These disadvantages are the reason we use the ordinary
1879 General Public License for many libraries. However, the Lesser
1880 license provides advantages in certain special circumstances.
1881 </para>
1882
1883 <para>
1884 For example, on rare occasions, there may be a special need to
1885 encourage the widest possible use of a certain library, so that
1886 it becomes a de-facto standard. To achieve this, non-free
1887 programs must be allowed to use the library. A more frequent
1888 case is that a free library does the same job as widely used
1889 non-free libraries. In this case, there is little to gain by
1890 limiting the free library to free software only, so we use the
1891 Lesser General Public License.
1892 </para>
1893
1894 <para>
1895 In other cases, permission to use a particular library in
1896 non-free programs enables a greater number of people to use a
1897 large body of free software. For example, permission to use the
1898 GNU C Library in non-free programs enables many more people to
1899 use the whole GNU operating system, as well as its variant, the
1900 GNU/Linux operating system.
1901 </para>
1902
1903 <para>
1904 Although the Lesser General Public License is Less protective of
1905 the users' freedom, it does ensure that the user of a program
1906 that is linked with the Library has the freedom and the
1907 wherewithal to run that program using a modified version of the
1908 Library.
1909 </para>
1910
1911 <para>
1912 The precise terms and conditions for copying, distribution and
1913 modification follow. Pay close attention to the difference
1914 between a "work based on the library" and a "work that uses the
1915 library". The former contains code derived from the library,
1916 whereas the latter must be combined with the library in order to
1917 run.
1918 </para>
1919
1920 <para>
1921 GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR
1922 COPYING, DISTRIBUTION AND MODIFICATION
1923 </para>
1924
1925 <para>
1926 0. This License Agreement applies to any software library or
1927 other program which contains a notice placed by the copyright
1928 holder or other authorized party saying it may be distributed
1929 under the terms of this Lesser General Public License (also
1930 called "this License"). Each licensee is addressed as "you".
1931 </para>
1932
1933 <para>
1934 A "library" means a collection of software functions and/or data
1935 prepared so as to be conveniently linked with application
1936 programs (which use some of those functions and data) to form
1937 executables.
1938 </para>
1939
1940 <para>
1941 The "Library", below, refers to any such software library or
1942 work which has been distributed under these terms. A "work based
1943 on the Library" means either the Library or any derivative work
1944 under copyright law: that is to say, a work containing the
1945 Library or a portion of it, either verbatim or with
1946 modifications and/or translated straightforwardly into another
1947 language. (Hereinafter, translation is included without
1948 limitation in the term "modification".)
1949 </para>
1950
1951 <para>
1952 "Source code" for a work means the preferred form of the work
1953 for making modifications to it. For a library, complete source
1954 code means all the source code for all modules it contains, plus
1955 any associated interface definition files, plus the scripts used
1956 to control compilation and installation of the library.
1957 </para>
1958
1959 <para>
1960 Activities other than copying, distribution and modification are
1961 not covered by this License; they are outside its scope. The act
1962 of running a program using the Library is not restricted, and
1963 output from such a program is covered only if its contents
1964 constitute a work based on the Library (independent of the use
1965 of the Library in a tool for writing it). Whether that is true
1966 depends on what the Library does and what the program that uses
1967 the Library does.
1968 </para>
1969
1970 <para>
1971 1. You may copy and distribute verbatim copies of the Library's
1972 complete source code as you receive it, in any medium, provided
1973 that you conspicuously and appropriately publish on each copy an
1974 appropriate copyright notice and disclaimer of warranty; keep
1975 intact all the notices that refer to this License and to the
1976 absence of any warranty; and distribute a copy of this License
1977 along with the Library.
1978 </para>
1979
1980 <para>
1981 You may charge a fee for the physical act of transferring a
1982 copy, and you may at your option offer warranty protection in
1983 exchange for a fee.
1984 </para>
1985
1986 <para>
1987 2. You may modify your copy or copies of the Library or any
1988 portion of it, thus forming a work based on the Library, and
1989 copy and distribute such modifications or work under the terms
1990 of Section 1 above, provided that you also meet all of these
1991 conditions:
1992 </para>
1993
1994 <para>
1995 a) The modified work must itself be a software library.
1996 </para>
1997
1998 <para>
1999 b) You must cause the files modified to carry prominent notices
2000 stating that you changed the files and the date of any change.
2001 </para>
2002
2003 <para>
2004 c) You must cause the whole of the work to be licensed at no
2005 charge to all third parties under the terms of this License.
2006 </para>
2007
2008 <para>
2009 d) If a facility in the modified Library refers to a function or
2010 a table of data to be supplied by an application program that
2011 uses the facility, other than as an argument passed when the
2012 facility is invoked, then you must make a good faith effort to
2013 ensure that, in the event an application does not supply such
2014 function or table, the facility still operates, and performs
2015 whatever part of its purpose remains meaningful.
2016 </para>
2017
2018 <para>
2019 (For example, a function in a library to compute square roots
2020 has a purpose that is entirely well-defined independent of the
2021 application. Therefore, Subsection 2d requires that any
2022 application-supplied function or table used by this function
2023 must be optional: if the application does not supply it, the
2024 square root function must still compute square roots.)
2025 </para>
2026
2027 <para>
2028 These requirements apply to the modified work as a whole. If
2029 identifiable sections of that work are not derived from the
2030 Library, and can be reasonably considered independent and
2031 separate works in themselves, then this License, and its terms,
2032 do not apply to those sections when you distribute them as
2033 separate works. But when you distribute the same sections as
2034 part of a whole which is a work based on the Library, the
2035 distribution of the whole must be on the terms of this License,
2036 whose permissions for other licensees extend to the entire
2037 whole, and thus to each and every part regardless of who wrote
2038 it.
2039 </para>
2040
2041 <para>
2042 Thus, it is not the intent of this section to claim rights or
2043 contest your rights to work written entirely by you; rather, the
2044 intent is to exercise the right to control the distribution of
2045 derivative or collective works based on the Library.
2046 </para>
2047
2048 <para>
2049 In addition, mere aggregation of another work not based on the
2050 Library with the Library (or with a work based on the Library)
2051 on a volume of a storage or distribution medium does not bring
2052 the other work under the scope of this License.
2053 </para>
2054
2055 <para>
2056 3. You may opt to apply the terms of the ordinary GNU General
2057 Public License instead of this License to a given copy of the
2058 Library. To do this, you must alter all the notices that refer
2059 to this License, so that they refer to the ordinary GNU General
2060 Public License, version 2, instead of to this License. (If a
2061 newer version than version 2 of the ordinary GNU General Public
2062 License has appeared, then you can specify that version instead
2063 if you wish.) Do not make any other change in these notices.
2064 </para>
2065
2066 <para>
2067 Once this change is made in a given copy, it is irreversible for
2068 that copy, so the ordinary GNU General Public License applies to
2069 all subsequent copies and derivative works made from that copy.
2070 </para>
2071
2072 <para>
2073 This option is useful when you wish to copy part of the code of
2074 the Library into a program that is not a library.
2075 </para>
2076
2077 <para>
2078 4. You may copy and distribute the Library (or a portion or
2079 derivative of it, under Section 2) in object code or executable
2080 form under the terms of Sections 1 and 2 above provided that you
2081 accompany it with the complete corresponding machine-readable
2082 source code, which must be distributed under the terms of
2083 Sections 1 and 2 above on a medium customarily used for software
2084 interchange.
2085 </para>
2086
2087 <para>
2088 If distribution of object code is made by offering access to
2089 copy from a designated place, then offering equivalent access to
2090 copy the source code from the same place satisfies the
2091 requirement to distribute the source code, even though third
2092 parties are not compelled to copy the source along with the
2093 object code.
2094 </para>
2095
2096 <para>
2097 5. A program that contains no derivative of any portion of the
2098 Library, but is designed to work with the Library by being
2099 compiled or linked with it, is called a "work that uses the
2100 Library". Such a work, in isolation, is not a derivative work of
2101 the Library, and therefore falls outside the scope of this
2102 License.
2103 </para>
2104
2105 <para>
2106 However, linking a "work that uses the Library" with the Library
2107 creates an executable that is a derivative of the Library
2108 (because it contains portions of the Library), rather than a
2109 "work that uses the library". The executable is therefore
2110 covered by this License. Section 6 states terms for distribution
2111 of such executables.
2112 </para>
2113
2114 <para>
2115 When a "work that uses the Library" uses material from a header
2116 file that is part of the Library, the object code for the work
2117 may be a derivative work of the Library even though the source
2118 code is not. Whether this is true is especially significant if
2119 the work can be linked without the Library, or if the work is
2120 itself a library. The threshold for this to be true is not
2121 precisely defined by law.
2122 </para>
2123
2124 <para>
2125 If such an object file uses only numerical parameters, data
2126 structure layouts and accessors, and small macros and small
2127 inline functions (ten lines or less in length), then the use of
2128 the object file is unrestricted, regardless of whether it is
2129 legally a derivative work. (Executables containing this object
2130 code plus portions of the Library will still fall under Section
2131 6.) Otherwise, if the work is a derivative of the Library, you
2132 may distribute the object code for the work under the terms of
2133 Section 6. Any executables containing that work also fall under
2134 Section 6, whether or not they are linked directly with the
2135 Library itself.
2136 </para>
2137
2138 <para>
2139 6. As an exception to the Sections above, you may also combine
2140 or link a "work that uses the Library" with the Library to
2141 produce a work containing portions of the Library, and
2142 distribute that work under terms of your choice, provided that
2143 the terms permit modification of the work for the customer's own
2144 use and reverse engineering for debugging such modifications.
2145 </para>
2146
2147 <para>
2148 You must give prominent notice with each copy of the work that
2149 the Library is used in it and that the Library and its use are
2150 covered by this License. You must supply a copy of this License.
2151 If the work during execution displays copyright notices, you
2152 must include the copyright notice for the Library among them, as
2153 well as a reference directing the user to the copy of this
2154 License. Also, you must do one of these things:
2155 </para>
2156
2157 <para>
2158 a) Accompany the work with the complete corresponding
2159 machine-readable source code for the Library including whatever
2160 changes were used in the work (which must be distributed under
2161 Sections 1 and 2 above); and, if the work is an executable
2162 linked with the Library, with the complete machine-readable
2163 "work that uses the Library", as object code and/or source code,
2164 so that the user can modify the Library and then relink to
2165 produce a modified executable containing the modified Library.
2166 (It is understood that the user who changes the contents of
2167 definitions files in the Library will not necessarily be able to
2168 recompile the application to use the modified definitions.)
2169 </para>
2170
2171 <para>
2172 b) Use a suitable shared library mechanism for linking with the
2173 Library. A suitable mechanism is one that (1) uses at run time a
2174 copy of the library already present on the user's computer
2175 system, rather than copying library functions into the
2176 executable, and (2) will operate properly with a modified
2177 version of the library, if the user installs one, as long as the
2178 modified version is interface-compatible with the version that
2179 the work was made with.
2180 </para>
2181
2182 <para>
2183 c) Accompany the work with a written offer, valid for at least
2184 three years, to give the same user the materials specified in
2185 Subsection 6a, above, for a charge no more than the cost of
2186 performing this distribution.
2187 </para>
2188
2189 <para>
2190 d) If distribution of the work is made by offering access to
2191 copy from a designated place, offer equivalent access to copy
2192 the above specified materials from the same place.
2193 </para>
2194
2195 <para>
2196 e) Verify that the user has already received a copy of these
2197 materials or that you have already sent this user a copy.
2198 </para>
2199
2200 <para>
2201 For an executable, the required form of the "work that uses the
2202 Library" must include any data and utility programs needed for
2203 reproducing the executable from it. However, as a special
2204 exception, the materials to be distributed need not include
2205 anything that is normally distributed (in either source or
2206 binary form) with the major components (compiler, kernel, and so
2207 on) of the operating system on which the executable runs, unless
2208 that component itself accompanies the executable.
2209 </para>
2210
2211 <para>
2212 It may happen that this requirement contradicts the license
2213 restrictions of other proprietary libraries that do not normally
2214 accompany the operating system. Such a contradiction means you
2215 cannot use both them and the Library together in an executable
2216 that you distribute.
2217 </para>
2218
2219 <para>
2220 7. You may place library facilities that are a work based on the
2221 Library side-by-side in a single library together with other
2222 library facilities not covered by this License, and distribute
2223 such a combined library, provided that the separate distribution
2224 of the work based on the Library and of the other library
2225 facilities is otherwise permitted, and provided that you do
2226 these two things:
2227 </para>
2228
2229 <para>
2230 a) Accompany the combined library with a copy of the same work
2231 based on the Library, uncombined with any other library
2232 facilities. This must be distributed under the terms of the
2233 Sections above.
2234 </para>
2235
2236 <para>
2237 b) Give prominent notice with the combined library of the fact
2238 that part of it is a work based on the Library, and explaining
2239 where to find the accompanying uncombined form of the same work.
2240 </para>
2241
2242 <para>
2243 8. You may not copy, modify, sublicense, link with, or
2244 distribute the Library except as expressly provided under this
2245 License. Any attempt otherwise to copy, modify, sublicense, link
2246 with, or distribute the Library is void, and will automatically
2247 terminate your rights under this License. However, parties who
2248 have received copies, or rights, from you under this License
2249 will not have their licenses terminated so long as such parties
2250 remain in full compliance.
2251 </para>
2252
2253 <para>
2254 9. You are not required to accept this License, since you have
2255 not signed it. However, nothing else grants you permission to
2256 modify or distribute the Library or its derivative works. These
2257 actions are prohibited by law if you do not accept this License.
2258 Therefore, by modifying or distributing the Library (or any work
2259 based on the Library), you indicate your acceptance of this
2260 License to do so, and all its terms and conditions for copying,
2261 distributing or modifying the Library or works based on it.
2262 </para>
2263
2264 <para>
2265 10. Each time you redistribute the Library (or any work based on
2266 the Library), the recipient automatically receives a license
2267 from the original licensor to copy, distribute, link with or
2268 modify the Library subject to these terms and conditions. You
2269 may not impose any further restrictions on the recipients'
2270 exercise of the rights granted herein. You are not responsible
2271 for enforcing compliance by third parties with this License.
2272 </para>
2273
2274 <para>
2275 11. If, as a consequence of a court judgment or allegation of
2276 patent infringement or for any other reason (not limited to
2277 patent issues), conditions are imposed on you (whether by court
2278 order, agreement or otherwise) that contradict the conditions of
2279 this License, they do not excuse you from the conditions of this
2280 License. If you cannot distribute so as to satisfy
2281 simultaneously your obligations under this License and any other
2282 pertinent obligations, then as a consequence you may not
2283 distribute the Library at all. For example, if a patent license
2284 would not permit royalty-free redistribution of the Library by
2285 all those who receive copies directly or indirectly through you,
2286 then the only way you could satisfy both it and this License
2287 would be to refrain entirely from distribution of the Library.
2288 </para>
2289
2290 <para>
2291 If any portion of this section is held invalid or unenforceable
2292 under any particular circumstance, the balance of the section is
2293 intended to apply, and the section as a whole is intended to
2294 apply in other circumstances.
2295 </para>
2296
2297 <para>
2298 It is not the purpose of this section to induce you to infringe
2299 any patents or other property right claims or to contest
2300 validity of any such claims; this section has the sole purpose
2301 of protecting the integrity of the free software distribution
2302 system which is implemented by public license practices. Many
2303 people have made generous contributions to the wide range of
2304 software distributed through that system in reliance on
2305 consistent application of that system; it is up to the
2306 author/donor to decide if he or she is willing to distribute
2307 software through any other system and a licensee cannot impose
2308 that choice.
2309 </para>
2310
2311 <para>
2312 This section is intended to make thoroughly clear what is
2313 believed to be a consequence of the rest of this License.
2314 </para>
2315
2316 <para>
2317 12. If the distribution and/or use of the Library is restricted
2318 in certain countries either by patents or by copyrighted
2319 interfaces, the original copyright holder who places the Library
2320 under this License may add an explicit geographical distribution
2321 limitation excluding those countries, so that distribution is
2322 permitted only in or among countries not thus excluded. In such
2323 case, this License incorporates the limitation as if written in
2324 the body of this License.
2325 </para>
2326
2327 <para>
2328 13. The Free Software Foundation may publish revised and/or new
2329 versions of the Lesser General Public License from time to time.
2330 Such new versions will be similar in spirit to the present
2331 version, but may differ in detail to address new problems or
2332 concerns.
2333 </para>
2334
2335 <para>
2336 Each version is given a distinguishing version number. If the
2337 Library specifies a version number of this License which applies
2338 to it and "any later version", you have the option of following
2339 the terms and conditions either of that version or of any later
2340 version published by the Free Software Foundation. If the
2341 Library does not specify a license version number, you may
2342 choose any version ever published by the Free Software
2343 Foundation.
2344 </para>
2345
2346 <para>
2347 14. If you wish to incorporate parts of the Library into other
2348 free programs whose distribution conditions are incompatible
2349 with these, write to the author to ask for permission. For
2350 software which is copyrighted by the Free Software Foundation,
2351 write to the Free Software Foundation; we sometimes make
2352 exceptions for this. Our decision will be guided by the two
2353 goals of preserving the free status of all derivatives of our
2354 free software and of promoting the sharing and reuse of software
2355 generally.
2356 </para>
2357
2358 <para>
2359 NO WARRANTY
2360 </para>
2361
2362 <para>
2363 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
2364 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE
2365 LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2366 HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
2367 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
2368 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2369 AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
2370 QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE
2371 LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
2372 SERVICING, REPAIR OR CORRECTION.
2373 </para>
2374
2375 <para>
2376 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO
2377 IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
2378 MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE
2379 LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
2380 INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
2381 INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS
2382 OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2383 YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH
2384 ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
2385 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
2386 </para>
2387
2388 <para>
2389 END OF TERMS AND CONDITIONS
2390 </para>
2391
2392 </sect2>
2393
2394 <sect2 id="licMPL">
2395
2396 <title>Mozilla Public License (MPL)</title>
2397
2398 <para>
2399 MOZILLA PUBLIC LICENSE Version 1.1
2400 </para>
2401
2402 <para>
2403 1. Definitions.
2404 </para>
2405
2406 <para>
2407 1.0.1. "Commercial Use" means distribution or otherwise making
2408 the Covered Code available to a third party.
2409 </para>
2410
2411 <para>
2412 1.1. "Contributor" means each entity that creates or contributes
2413 to the creation of Modifications.
2414 </para>
2415
2416 <para>
2417 1.2. "Contributor Version" means the combination of the Original
2418 Code, prior Modifications used by a Contributor, and the
2419 Modifications made by that particular Contributor.
2420 </para>
2421
2422 <para>
2423 1.3. "Covered Code" means the Original Code or Modifications or
2424 the combination of the Original Code and Modifications, in each
2425 case including portions thereof.
2426 </para>
2427
2428 <para>
2429 1.4. "Electronic Distribution Mechanism" means a mechanism
2430 generally accepted in the software development community for the
2431 electronic transfer of data.
2432 </para>
2433
2434 <para>
2435 1.5. "Executable" means Covered Code in any form other than
2436 Source Code.
2437 </para>
2438
2439 <para>
2440 1.6. "Initial Developer" means the individual or entity
2441 identified as the Initial Developer in the Source Code notice
2442 required by Exhibit A.
2443 </para>
2444
2445 <para>
2446 1.7. "Larger Work" means a work which combines Covered Code or
2447 portions thereof with code not governed by the terms of this
2448 License.
2449 </para>
2450
2451 <para>
2452 1.8. "License" means this document.
2453 </para>
2454
2455 <para>
2456 1.8.1. "Licensable" means having the right to grant, to the
2457 maximum extent possible, whether at the time of the initial
2458 grant or subsequently acquired, any and all of the rights
2459 conveyed herein.
2460 </para>
2461
2462 <para>
2463 1.9. "Modifications" means any addition to or deletion from the
2464 substance or structure of either the Original Code or any
2465 previous Modifications. When Covered Code is released as a
2466 series of files, a Modification is:
2467 </para>
2468
2469 <para>
2470 A. Any addition to or deletion from the contents of a file
2471 containing Original Code or previous Modifications.
2472 </para>
2473
2474 <para>
2475 B. Any new file that contains any part of the Original Code or
2476 previous Modifications.
2477 </para>
2478
2479 <para>
2480 1.10. "Original Code" means Source Code of computer software
2481 code which is described in the Source Code notice required by
2482 Exhibit A as Original Code, and which, at the time of its
2483 release under this License is not already Covered Code governed
2484 by this License.
2485 </para>
2486
2487 <para>
2488 1.10.1. "Patent Claims" means any patent claim(s), now owned or
2489 hereafter acquired, including without limitation, method,
2490 process, and apparatus claims, in any patent Licensable by
2491 grantor.
2492 </para>
2493
2494 <para>
2495 1.11. "Source Code" means the preferred form of the Covered Code
2496 for making modifications to it, including all modules it
2497 contains, plus any associated interface definition files,
2498 scripts used to control compilation and installation of an
2499 Executable, or source code differential comparisons against
2500 either the Original Code or another well known, available
2501 Covered Code of the Contributor's choice. The Source Code can be
2502 in a compressed or archival form, provided the appropriate
2503 decompression or de-archiving software is widely available for
2504 no charge.
2505 </para>
2506
2507 <para>
2508 1.12. "You" (or "Your") means an individual or a legal entity
2509 exercising rights under, and complying with all of the terms of,
2510 this License or a future version of this License issued under
2511 Section 6.1. For legal entities, "You" includes any entity which
2512 controls, is controlled by, or is under common control with You.
2513 For purposes of this definition, "control" means (a) the power,
2514 direct or indirect, to cause the direction or management of such
2515 entity, whether by contract or otherwise, or (b) ownership of
2516 more than fifty percent (50%) of the outstanding shares or
2517 beneficial ownership of such entity.
2518 </para>
2519
2520 <para>
2521 2. Source Code License.
2522 </para>
2523
2524 <para>
2525 2.1. The Initial Developer Grant. The Initial Developer hereby
2526 grants You a world-wide, royalty-free, non-exclusive license,
2527 subject to third party intellectual property claims:
2528 </para>
2529
2530 <para>
2531 (a) under intellectual property rights (other than patent or
2532 trademark) Licensable by Initial Developer to use, reproduce,
2533 modify, display, perform, sublicense and distribute the Original
2534 Code (or portions thereof) with or without Modifications, and/or
2535 as part of a Larger Work; and
2536 </para>
2537
2538 <para>
2539 (b) under Patents Claims infringed by the making, using or
2540 selling of Original Code, to make, have made, use, practice,
2541 sell, and offer for sale, and/or otherwise dispose of the
2542 Original Code (or portions thereof).
2543 </para>
2544
2545 <para>
2546 (c) the licenses granted in this Section 2.1(a) and (b) are
2547 effective on the date Initial Developer first distributes
2548 Original Code under the terms of this License.
2549 </para>
2550
2551 <para>
2552 (d) Notwithstanding Section 2.1(b) above, no patent license is
2553 granted: 1) for code that You delete from the Original Code; 2)
2554 separate from the Original Code; or 3) for infringements caused
2555 by: i) the modification of the Original Code or ii) the
2556 combination of the Original Code with other software or devices.
2557 </para>
2558
2559 <para>
2560 2.2. Contributor Grant. Subject to third party intellectual
2561 property claims, each Contributor hereby grants You a
2562 world-wide, royalty-free, non-exclusive license
2563 </para>
2564
2565 <para>
2566 (a) under intellectual property rights (other than patent or
2567 trademark) Licensable by Contributor, to use, reproduce, modify,
2568 display, perform, sublicense and distribute the Modifications
2569 created by such Contributor (or portions thereof) either on an
2570 unmodified basis, with other Modifications, as Covered Code
2571 and/or as part of a Larger Work; and
2572 </para>
2573
2574 <para>
2575 (b) under Patent Claims infringed by the making, using, or
2576 selling of Modifications made by that Contributor either alone
2577 and/or in combination with its Contributor Version (or portions
2578 of such combination), to make, use, sell, offer for sale, have
2579 made, and/or otherwise dispose of: 1) Modifications made by that
2580 Contributor (or portions thereof); and 2) the combination of
2581 Modifications made by that Contributor with its Contributor
2582 Version (or portions of such combination).
2583 </para>
2584
2585 <para>
2586 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
2587 effective on the date Contributor first makes Commercial Use of
2588 the Covered Code.
2589 </para>
2590
2591 <para>
2592 (d) Notwithstanding Section 2.2(b) above, no patent license is
2593 granted: 1) for any code that Contributor has deleted from the
2594 Contributor Version; 2) separate from the Contributor Version;
2595 3) for infringements caused by: i) third party modifications of
2596 Contributor Version or ii) the combination of Modifications made
2597 by that Contributor with other software (except as part of the
2598 Contributor Version) or other devices; or 4) under Patent Claims
2599 infringed by Covered Code in the absence of Modifications made
2600 by that Contributor.
2601 </para>
2602
2603 <para>
2604 3. Distribution Obligations.
2605 </para>
2606
2607 <para>
2608 3.1. Application of License. The Modifications which You create
2609 or to which You contribute are governed by the terms of this
2610 License, including without limitation Section 2.2. The Source
2611 Code version of Covered Code may be distributed only under the
2612 terms of this License or a future version of this License
2613 released under Section 6.1, and You must include a copy of this
2614 License with every copy of the Source Code You distribute. You
2615 may not offer or impose any terms on any Source Code version
2616 that alters or restricts the applicable version of this License
2617 or the recipients' rights hereunder. However, You may include an
2618 additional document offering the additional rights described in
2619 Section 3.5.
2620 </para>
2621
2622 <para>
2623 3.2. Availability of Source Code. Any Modification which You
2624 create or to which You contribute must be made available in
2625 Source Code form under the terms of this License either on the
2626 same media as an Executable version or via an accepted
2627 Electronic Distribution Mechanism to anyone to whom you made an
2628 Executable version available; and if made available via
2629 Electronic Distribution Mechanism, must remain available for at
2630 least twelve (12) months after the date it initially became
2631 available, or at least six (6) months after a subsequent version
2632 of that particular Modification has been made available to such
2633 recipients. You are responsible for ensuring that the Source
2634 Code version remains available even if the Electronic
2635 Distribution Mechanism is maintained by a third party.
2636 </para>
2637
2638 <para>
2639 3.3. Description of Modifications. You must cause all Covered
2640 Code to which You contribute to contain a file documenting the
2641 changes You made to create that Covered Code and the date of any
2642 change. You must include a prominent statement that the
2643 Modification is derived, directly or indirectly, from Original
2644 Code provided by the Initial Developer and including the name of
2645 the Initial Developer in (a) the Source Code, and (b) in any
2646 notice in an Executable version or related documentation in
2647 which You describe the origin or ownership of the Covered Code.
2648 </para>
2649
2650 <para>
2651 3.4. Intellectual Property Matters
2652 </para>
2653
2654 <para>
2655 (a) Third Party Claims. If Contributor has knowledge that a
2656 license under a third party's intellectual property rights is
2657 required to exercise the rights granted by such Contributor
2658 under Sections 2.1 or 2.2, Contributor must include a text file
2659 with the Source Code distribution titled "LEGAL" which describes
2660 the claim and the party making the claim in sufficient detail
2661 that a recipient will know whom to contact. If Contributor
2662 obtains such knowledge after the Modification is made available
2663 as described in Section 3.2, Contributor shall promptly modify
2664 the LEGAL file in all copies Contributor makes available
2665 thereafter and shall take other steps (such as notifying
2666 appropriate mailing lists or newsgroups) reasonably calculated
2667 to inform those who received the Covered Code that new knowledge
2668 has been obtained.
2669 </para>
2670
2671 <para>
2672 (b) Contributor APIs. If Contributor's Modifications include an
2673 application programming interface and Contributor has knowledge
2674 of patent licenses which are reasonably necessary to implement
2675 that API, Contributor must also include this information in the
2676 LEGAL file.
2677 </para>
2678
2679 <para>
2680 3.5. Required Notices. You must duplicate the notice in Exhibit
2681 A in each file of the Source Code. If it is not possible to put
2682 such notice in a particular Source Code file due to its
2683 structure, then You must include such notice in a location (such
2684 as a relevant directory) where a user would be likely to look
2685 for such a notice. If You created one or more Modification(s)
2686 You may add your name as a Contributor to the notice described
2687 in Exhibit A. You must also duplicate this License in any
2688 documentation for the Source Code where You describe recipients'
2689 rights or ownership rights relating to Covered Code. You may
2690 choose to offer, and to charge a fee for, warranty, support,
2691 indemnity or liability obligations to one or more recipients of
2692 Covered Code. However, You may do so only on Your own behalf,
2693 and not on behalf of the Initial Developer or any Contributor.
2694 You must make it absolutely clear than any such warranty,
2695 support, indemnity or liability obligation is offered by You
2696 alone, and You hereby agree to indemnify the Initial Developer
2697 and every Contributor for any liability incurred by the Initial
2698 Developer or such Contributor as a result of warranty, support,
2699 indemnity or liability terms You offer.
2700 </para>
2701
2702 <para>
2703 3.6. Distribution of Executable Versions. You may distribute
2704 Covered Code in Executable form only if the requirements of
2705 Section 3.1-3.5 have been met for that Covered Code, and if You
2706 include a notice stating that the Source Code version of the
2707 Covered Code is available under the terms of this License,
2708 including a description of how and where You have fulfilled the
2709 obligations of Section 3.2. The notice must be conspicuously
2710 included in any notice in an Executable version, related
2711 documentation or collateral in which You describe recipients'
2712 rights relating to the Covered Code. You may distribute the
2713 Executable version of Covered Code or ownership rights under a
2714 license of Your choice, which may contain terms different from
2715 this License, provided that You are in compliance with the terms
2716 of this License and that the license for the Executable version
2717 does not attempt to limit or alter the recipient's rights in the
2718 Source Code version from the rights set forth in this License.
2719 If You distribute the Executable version under a different
2720 license You must make it absolutely clear that any terms which
2721 differ from this License are offered by You alone, not by the
2722 Initial Developer or any Contributor. You hereby agree to
2723 indemnify the Initial Developer and every Contributor for any
2724 liability incurred by the Initial Developer or such Contributor
2725 as a result of any such terms You offer.
2726 </para>
2727
2728 <para>
2729 3.7. Larger Works. You may create a Larger Work by combining
2730 Covered Code with other code not governed by the terms of this
2731 License and distribute the Larger Work as a single product. In
2732 such a case, You must make sure the requirements of this License
2733 are fulfilled for the Covered Code.
2734 </para>
2735
2736 <para>
2737 4. Inability to Comply Due to Statute or Regulation.If it is
2738 impossible for You to comply with any of the terms of this
2739 License with respect to some or all of the Covered Code due to
2740 statute, judicial order, or regulation then You must: (a) comply
2741 with the terms of this License to the maximum extent possible;
2742 and (b) describe the limitations and the code they affect. Such
2743 description must be included in the LEGAL file described in
2744 Section 3.4 and must be included with all distributions of the
2745 Source Code. Except to the extent prohibited by statute or
2746 regulation, such description must be sufficiently detailed for a
2747 recipient of ordinary skill to be able to understand it.
2748 </para>
2749
2750 <para>
2751 5. Application of this License. This License applies to code to
2752 which the Initial Developer has attached the notice in Exhibit A
2753 and to related Covered Code.
2754 </para>
2755
2756 <para>
2757 6. Versions of the License.
2758 </para>
2759
2760 <para>
2761 6.1. New Versions. Netscape Communications Corporation
2762 ("Netscape") may publish revised and/or new versions of the
2763 License from time to time. Each version will be given a
2764 distinguishing version number.
2765 </para>
2766
2767 <para>
2768 6.2. Effect of New Versions. Once Covered Code has been
2769 published under a particular version of the License, You may
2770 always continue to use it under the terms of that version. You
2771 may also choose to use such Covered Code under the terms of any
2772 subsequent version of the License published by Netscape. No one
2773 other than Netscape has the right to modify the terms applicable
2774 to Covered Code created under this License.
2775 </para>
2776
2777 <para>
2778 6.3. Derivative Works. If You create or use a modified version
2779 of this License (which you may only do in order to apply it to
2780 code which is not already Covered Code governed by this
2781 License), You must (a) rename Your license so that the phrases
2782 "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any
2783 confusingly similar phrase do not appear in your license (except
2784 to note that your license differs from this License) and (b)
2785 otherwise make it clear that Your version of the license
2786 contains terms which differ from the Mozilla Public License and
2787 Netscape Public License. (Filling in the name of the Initial
2788 Developer, Original Code or Contributor in the notice described
2789 in Exhibit A shall not of themselves be deemed to be
2790 modifications of this License.)
2791 </para>
2792
2793 <para>
2794 7. DISCLAIMER OF WARRANTY.
2795 </para>
2796
2797 <para>
2798 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
2799 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
2800 INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE
2801 IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE
2802 OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
2803 PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED
2804 CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL
2805 DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY
2806 NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
2807 WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE
2808 OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
2809 DISCLAIMER.
2810 </para>
2811
2812 <para>
2813 8. TERMINATION.
2814 </para>
2815
2816 <para>
2817 8.1. This License and the rights granted hereunder will
2818 terminate automatically if You fail to comply with terms herein
2819 and fail to cure such breach within 30 days of becoming aware of
2820 the breach. All sublicenses to the Covered Code which are
2821 properly granted shall survive any termination of this License.
2822 Provisions which, by their nature, must remain in effect beyond
2823 the termination of this License shall survive.
2824 </para>
2825
2826 <para>
2827 8.2. If You initiate litigation by asserting a patent
2828 infringement claim (excluding declaratory judgment actions)
2829 against Initial Developer or a Contributor (the Initial
2830 Developer or Contributor against whom You file such action is
2831 referred to as "Participant") alleging that:
2832 </para>
2833
2834 <para>
2835 (a) such Participant's Contributor Version directly or
2836 indirectly infringes any patent, then any and all rights granted
2837 by such Participant to You under Sections 2.1 and/or 2.2 of this
2838 License shall, upon 60 days notice from Participant terminate
2839 prospectively, unless if within 60 days after receipt of notice
2840 You either: (i) agree in writing to pay Participant a mutually
2841 agreeable reasonable royalty for Your past and future use of
2842 Modifications made by such Participant, or (ii) withdraw Your
2843 litigation claim with respect to the Contributor Version against
2844 such Participant. If within 60 days of notice, a reasonable
2845 royalty and payment arrangement are not mutually agreed upon in
2846 writing by the parties or the litigation claim is not withdrawn,
2847 the rights granted by Participant to You under Sections 2.1
2848 and/or 2.2 automatically terminate at the expiration of the 60
2849 day notice period specified above.
2850 </para>
2851
2852 <para>
2853 (b) any software, hardware, or device, other than such
2854 Participant's Contributor Version, directly or indirectly
2855 infringes any patent, then any rights granted to You by such
2856 Participant under Sections 2.1(b) and 2.2(b) are revoked
2857 effective as of the date You first made, used, sold,
2858 distributed, or had made, Modifications made by that
2859 Participant.
2860 </para>
2861
2862 <para>
2863 8.3. If You assert a patent infringement claim against
2864 Participant alleging that such Participant's Contributor Version
2865 directly or indirectly infringes any patent where such claim is
2866 resolved (such as by license or settlement) prior to the
2867 initiation of patent infringement litigation, then the
2868 reasonable value of the licenses granted by such Participant
2869 under Sections 2.1 or 2.2 shall be taken into account in
2870 determining the amount or value of any payment or license.
2871 </para>
2872
2873 <para>
2874 8.4. In the event of termination under Sections 8.1 or 8.2
2875 above, all end user license agreements (excluding distributors
2876 and resellers) which have been validly granted by You or any
2877 distributor hereunder prior to termination shall survive
2878 termination.
2879 </para>
2880
2881 <para>
2882 9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO
2883 LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
2884 OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER
2885 CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER
2886 OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
2887 INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
2888 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
2889 GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY
2890 AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY
2891 SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES.
2892 THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR
2893 DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE
2894 TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME
2895 JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF
2896 INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
2897 LIMITATION MAY NOT APPLY TO YOU.
2898 </para>
2899
2900 <para>
2901 10. U.S. GOVERNMENT END USERS. The Covered Code is a "commercial
2902 item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995),
2903 consisting of "commercial computer software" and "commercial
2904 computer software documentation," as such terms are used in 48
2905 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and
2906 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.
2907 Government End Users acquire Covered Code with only those rights
2908 set forth herein.
2909 </para>
2910
2911 <para>
2912 11. MISCELLANEOUS. This License represents the complete
2913 agreement concerning subject matter hereof. If any provision of
2914 this License is held to be unenforceable, such provision shall
2915 be reformed only to the extent necessary to make it enforceable.
2916 This License shall be governed by California law provisions
2917 (except to the extent applicable law, if any, provides
2918 otherwise), excluding its conflict-of-law provisions. With
2919 respect to disputes in which at least one party is a citizen of,
2920 or an entity chartered or registered to do business in the
2921 United States of America, any litigation relating to this
2922 License shall be subject to the jurisdiction of the Federal
2923 Courts of the Northern District of California, with venue lying
2924 in Santa Clara County, California, with the losing party
2925 responsible for costs, including without limitation, court costs
2926 and reasonable attorneys' fees and expenses. The application of
2927 the United Nations Convention on Contracts for the International
2928 Sale of Goods is expressly excluded. Any law or regulation which
2929 provides that the language of a contract shall be construed
2930 against the drafter shall not apply to this License.
2931 </para>
2932
2933 <para>
2934 12. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and
2935 the Contributors, each party is responsible for claims and
2936 damages arising, directly or indirectly, out of its utilization
2937 of rights under this License and You agree to work with Initial
2938 Developer and Contributors to distribute such responsibility on
2939 an equitable basis. Nothing herein is intended or shall be
2940 deemed to constitute any admission of liability.
2941 </para>
2942
2943 <para>
2944 13. MULTIPLE-LICENSED CODE. Initial Developer may designate
2945 portions of the Covered Code as "Multiple-Licensed".
2946 "Multiple-Licensed" means that the Initial Developer permits you
2947 to utilize portions of the Covered Code under Your choice of the
2948 NPL or the alternative licenses, if any, specified by the
2949 Initial Developer in the file described in Exhibit A.
2950 </para>
2951
2952 <para>
2953 EXHIBIT A -Mozilla Public License.
2954 </para>
2955
2956 <para>
2957 ``The contents of this file are subject to the Mozilla Public
2958 License Version 1.1 (the "License"); you may not use this file
2959 except in compliance with the License. You may obtain a copy of
2960 the License at http://www.mozilla.org/MPL/
2961 </para>
2962
2963 <para>
2964 Software distributed under the License is distributed on an "AS
2965 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
2966 implied. See the License for the specific language governing
2967 rights and limitations under the License.
2968 </para>
2969
2970 <para>
2971 The Original Code is ______________________________________.
2972 </para>
2973
2974 <para>
2975 The Initial Developer of the Original Code is
2976 ________________________. Portions created by
2977 ______________________ are Copyright (C) ______
2978 _______________________. All Rights Reserved.
2979 </para>
2980
2981 <para>
2982 Contributor(s): ______________________________________.
2983 </para>
2984
2985 <para>
2986 Alternatively, the contents of this file may be used under the
2987 terms of the _____ license (the "[___] License"), in which case
2988 the provisions of [______] License are applicable instead of
2989 those above. If you wish to allow use of your version of this
2990 file only under the terms of the [____] License and not to allow
2991 others to use your version of this file under the MPL, indicate
2992 your decision by deleting the provisions above and replace them
2993 with the notice and other provisions required by the [___]
2994 License. If you do not delete the provisions above, a recipient
2995 may use your version of this file under either the MPL or the
2996 [___] License."
2997 </para>
2998
2999 <para>
3000 [NOTE: The text of this Exhibit A may differ slightly from the
3001 text of the notices in the Source Code files of the Original
3002 Code. You should use the text of this Exhibit A rather than the
3003 text found in the Original Code Source Code for Your
3004 Modifications.]
3005 </para>
3006
3007 </sect2>
3008
3009 <sect2 id="licMIT">
3010
3011 <title>MIT License</title>
3012
3013 <para>
3014 Permission is hereby granted, free of charge, to any person
3015 obtaining a copy of this software and associated documentation
3016 files (the "Software"), to deal in the Software without
3017 restriction, including without limitation the rights to use,
3018 copy, modify, merge, publish, distribute, sublicense, and/or
3019 sell copies of the Software, and to permit persons to whom the
3020 Software is furnished to do so, subject to the following
3021 conditions:
3022 </para>
3023
3024 <para>
3025 The above copyright notice and this permission notice shall be
3026 included in all copies or substantial portions of the Software.
3027 </para>
3028
3029 <para>
3030 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3031 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3032 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3033 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3034 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3035 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3036 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3037 OTHER DEALINGS IN THE SOFTWARE.
3038 </para>
3039
3040 </sect2>
3041
3042 <sect2 id="licX11">
3043
3044 <title>X Consortium License (X11) (variant 1)</title>
3045
3046 <para>
3047 Permission is hereby granted, free of charge, to any person
3048 obtaining a copy of this software and associated documentation
3049 files (the "Software"), to deal in the Software without
3050 restriction, including without limitation the rights to use,
3051 copy, modify, merge, publish, distribute, sublicense, and/or
3052 sell copies of the Software, and to permit persons to whom the
3053 Software is furnished to do so, subject to the following
3054 conditions:
3055 </para>
3056
3057 <para>
3058 The above copyright notice and this permission notice shall be
3059 included in all copies or substantial portions of the Software.
3060 </para>
3061
3062 <para>
3063 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3064 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3065 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3066 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3067 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3068 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3069 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3070 OTHER DEALINGS IN THE SOFTWARE.
3071 </para>
3072
3073 </sect2>
3074
3075 <sect2 id="licX11-v2">
3076
3077 <title>X Consortium License (X11) (variant 2)</title>
3078
3079 <para>
3080 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium
3081 </para>
3082
3083 <para>
3084 Permission is hereby granted, free of charge, to any person
3085 obtaining a copy of this software and associated documentation
3086 files (the "Software"), to deal in the Software without
3087 restriction, including without limitation the rights to use,
3088 copy, modify, merge, publish, distribute, sublicense, and/or
3089 sell copies of the Software, and to permit persons to whom the
3090 Software is furnished to do so, subject to the following
3091 conditions:
3092 </para>
3093
3094 <para>
3095 The above copyright notice and this permission notice shall be
3096 included in all copies or substantial portions of the Software.
3097 </para>
3098
3099 <para>
3100 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3101 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3102 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3103 NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE
3104 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3105 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3106 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3107 SOFTWARE.
3108 </para>
3109
3110 <para>
3111 Except as contained in this notice, the name of the X Consortium
3112 shall not be used in advertising or otherwise to promote the
3113 sale, use or other dealings in this Software without prior
3114 written authorization from the X Consortium.
3115 </para>
3116
3117 </sect2>
3118
3119 <sect2 id="licZLIB">
3120
3121 <title>zlib License</title>
3122
3123 <para>
3124 This software is provided 'as-is', without any express or
3125 implied warranty. In no event will the authors be held liable
3126 for any damages arising from the use of this software.
3127 </para>
3128
3129 <para>
3130 Permission is granted to anyone to use this software for any
3131 purpose, including commercial applications, and to alter it and
3132 redistribute it freely, subject to the following restrictions:
3133 </para>
3134
3135 <para>
3136 1. The origin of this software must not be misrepresented; you
3137 must not claim that you wrote the original software. If you use
3138 this software in a product, an acknowledgment in the product
3139 documentation would be appreciated but is not required.
3140 </para>
3141
3142 <para>
3143 2. Altered source versions must be plainly marked as such, and
3144 must not be misrepresented as being the original software.
3145 </para>
3146
3147 <para>
3148 3. This notice may not be removed or altered from any source
3149 distribution.
3150 </para>
3151
3152<screen>Jean-loup Gailly Mark Adler
3153jloup@gzip.org madler@alumni.caltech.edu</screen>
3154
3155 </sect2>
3156
3157 <sect2 id="licApache">
3158
3159 <title>Apache License v2</title>
3160
3161 <para>
3162 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3163 </para>
3164
3165 <para>
3166 1. Definitions.
3167 </para>
3168
3169 <para>
3170 "License" shall mean the terms and conditions for use, reproduction,
3171 and distribution as defined by Sections 1 through 9 of this document.
3172 </para>
3173
3174 <para>
3175 "Licensor" shall mean the copyright owner or entity authorized by
3176 the copyright owner that is granting the License.
3177 </para>
3178
3179 <para>
3180 "Legal Entity" shall mean the union of the acting entity and all
3181 other entities that control, are controlled by, or are under common
3182 control with that entity. For the purposes of this definition,
3183 "control" means (i) the power, direct or indirect, to cause the
3184 direction or management of such entity, whether by contract or
3185 otherwise, or (ii) ownership of fifty percent (50%) or more of the
3186 outstanding shares, or (iii) beneficial ownership of such entity.
3187 </para>
3188
3189 <para>
3190 "You" (or "Your") shall mean an individual or Legal Entity
3191 exercising permissions granted by this License.
3192 </para>
3193
3194 <para>
3195 "Source" form shall mean the preferred form for making modifications,
3196 including but not limited to software source code, documentation
3197 source, and configuration files.
3198 </para>
3199
3200 <para>
3201 "Object" form shall mean any form resulting from mechanical
3202 transformation or translation of a Source form, including but
3203 not limited to compiled object code, generated documentation,
3204 and conversions to other media types.
3205 </para>
3206
3207 <para>
3208 "Work" shall mean the work of authorship, whether in Source or
3209 Object form, made available under the License, as indicated by a
3210 copyright notice that is included in or attached to the work
3211 (an example is provided in the Appendix below).
3212 </para>
3213
3214 <para>
3215 "Derivative Works" shall mean any work, whether in Source or Object
3216 form, that is based on (or derived from) the Work and for which the
3217 editorial revisions, annotations, elaborations, or other modifications
3218 represent, as a whole, an original work of authorship. For the purposes
3219 of this License, Derivative Works shall not include works that remain
3220 separable from, or merely link (or bind by name) to the interfaces of,
3221 the Work and Derivative Works thereof.
3222 </para>
3223
3224 <para>
3225 "Contribution" shall mean any work of authorship, including
3226 the original version of the Work and any modifications or additions
3227 to that Work or Derivative Works thereof, that is intentionally
3228 submitted to Licensor for inclusion in the Work by the copyright owner
3229 or by an individual or Legal Entity authorized to submit on behalf of
3230 the copyright owner. For the purposes of this definition, "submitted"
3231 means any form of electronic, verbal, or written communication sent
3232 to the Licensor or its representatives, including but not limited to
3233 communication on electronic mailing lists, source code control systems,
3234 and issue tracking systems that are managed by, or on behalf of, the
3235 Licensor for the purpose of discussing and improving the Work, but
3236 excluding communication that is conspicuously marked or otherwise
3237 designated in writing by the copyright owner as "Not a Contribution."
3238 </para>
3239
3240 <para>
3241 "Contributor" shall mean Licensor and any individual or Legal Entity
3242 on behalf of whom a Contribution has been received by Licensor and
3243 subsequently incorporated within the Work.
3244 </para>
3245
3246 <para>
3247 2. Grant of Copyright License. Subject to the terms and conditions of
3248 this License, each Contributor hereby grants to You a perpetual,
3249 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3250 copyright license to reproduce, prepare Derivative Works of,
3251 publicly display, publicly perform, sublicense, and distribute the
3252 Work and such Derivative Works in Source or Object form.
3253 </para>
3254
3255 <para>
3256 3. Grant of Patent License. Subject to the terms and conditions of
3257 this License, each Contributor hereby grants to You a perpetual,
3258 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3259 (except as stated in this section) patent license to make, have made,
3260 use, offer to sell, sell, import, and otherwise transfer the Work,
3261 where such license applies only to those patent claims licensable
3262 by such Contributor that are necessarily infringed by their
3263 Contribution(s) alone or by combination of their Contribution(s)
3264 with the Work to which such Contribution(s) was submitted. If You
3265 institute patent litigation against any entity (including a
3266 cross-claim or counterclaim in a lawsuit) alleging that the Work
3267 or a Contribution incorporated within the Work constitutes direct
3268 or contributory patent infringement, then any patent licenses
3269 granted to You under this License for that Work shall terminate
3270 as of the date such litigation is filed.
3271 </para>
3272
3273 <para>
3274 4. Redistribution. You may reproduce and distribute copies of the
3275 Work or Derivative Works thereof in any medium, with or without
3276 modifications, and in Source or Object form, provided that You
3277 meet the following conditions:
3278 </para>
3279
3280 <para>
3281 (a) You must give any other recipients of the Work or
3282 Derivative Works a copy of this License; and
3283 </para>
3284
3285 <para>
3286 (b) You must cause any modified files to carry prominent notices
3287 stating that You changed the files; and
3288 </para>
3289
3290 <para>
3291 (c) You must retain, in the Source form of any Derivative Works
3292 that You distribute, all copyright, patent, trademark, and
3293 attribution notices from the Source form of the Work,
3294 excluding those notices that do not pertain to any part of
3295 the Derivative Works; and
3296 </para>
3297
3298 <para>
3299 (d) If the Work includes a "NOTICE" text file as part of its
3300 distribution, then any Derivative Works that You distribute must
3301 include a readable copy of the attribution notices contained
3302 within such NOTICE file, excluding those notices that do not
3303 pertain to any part of the Derivative Works, in at least one
3304 of the following places: within a NOTICE text file distributed
3305 as part of the Derivative Works; within the Source form or
3306 documentation, if provided along with the Derivative Works; or,
3307 within a display generated by the Derivative Works, if and
3308 wherever such third-party notices normally appear. The contents
3309 of the NOTICE file are for informational purposes only and
3310 do not modify the License. You may add Your own attribution
3311 notices within Derivative Works that You distribute, alongside
3312 or as an addendum to the NOTICE text from the Work, provided
3313 that such additional attribution notices cannot be construed
3314 as modifying the License.
3315 </para>
3316
3317 <para>
3318 You may add Your own copyright statement to Your modifications and
3319 may provide additional or different license terms and conditions
3320 for use, reproduction, or distribution of Your modifications, or
3321 for any such Derivative Works as a whole, provided Your use,
3322 reproduction, and distribution of the Work otherwise complies with
3323 the conditions stated in this License.
3324 </para>
3325
3326 <para>
3327 5. Submission of Contributions. Unless You explicitly state otherwise,
3328 any Contribution intentionally submitted for inclusion in the Work
3329 by You to the Licensor shall be under the terms and conditions of
3330 this License, without any additional terms or conditions.
3331 Notwithstanding the above, nothing herein shall supersede or modify
3332 the terms of any separate license agreement you may have executed
3333 with Licensor regarding such Contributions.
3334 </para>
3335
3336 <para>
3337 6. Trademarks. This License does not grant permission to use the trade
3338 names, trademarks, service marks, or product names of the Licensor,
3339 except as required for reasonable and customary use in describing the
3340 origin of the Work and reproducing the content of the NOTICE file.
3341 </para>
3342
3343 <para>
3344 7. Disclaimer of Warranty. Unless required by applicable law or
3345 agreed to in writing, Licensor provides the Work (and each
3346 Contributor provides its Contributions) on an "AS IS" BASIS,
3347 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3348 implied, including, without limitation, any warranties or conditions
3349 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3350 PARTICULAR PURPOSE. You are solely responsible for determining the
3351 appropriateness of using or redistributing the Work and assume any
3352 risks associated with Your exercise of permissions under this License.
3353 </para>
3354
3355 <para>
3356 8. Limitation of Liability. In no event and under no legal theory,
3357 whether in tort (including negligence), contract, or otherwise,
3358 unless required by applicable law (such as deliberate and grossly
3359 negligent acts) or agreed to in writing, shall any Contributor be
3360 liable to You for damages, including any direct, indirect, special,
3361 incidental, or consequential damages of any character arising as a
3362 result of this License or out of the use or inability to use the
3363 Work (including but not limited to damages for loss of goodwill,
3364 work stoppage, computer failure or malfunction, or any and all
3365 other commercial damages or losses), even if such Contributor
3366 has been advised of the possibility of such damages.
3367 </para>
3368
3369 <para>
3370 9. Accepting Warranty or Additional Liability. While redistributing
3371 the Work or Derivative Works thereof, You may choose to offer,
3372 and charge a fee for, acceptance of support, warranty, indemnity,
3373 or other liability obligations and/or rights consistent with this
3374 License. However, in accepting such obligations, You may act only
3375 on Your own behalf and on Your sole responsibility, not on behalf
3376 of any other Contributor, and only if You agree to indemnify,
3377 defend, and hold each Contributor harmless for any liability
3378 incurred by, or claims asserted against, such Contributor by reason
3379 of your accepting any such warranty or additional liability.
3380 </para>
3381
3382 <para>
3383 END OF TERMS AND CONDITIONS
3384 </para>
3385
3386 </sect2>
3387
3388 <sect2 id="licSSL">
3389
3390 <title>OpenSSL License</title>
3391
3392 <para>
3393 This package is an SSL implementation written by Eric Young
3394 (eay@cryptsoft.com). The implementation was written so as to
3395 conform with Netscape's SSL.
3396 </para>
3397
3398 <para>
3399 This library is free for commercial and non-commercial use as
3400 long as the following conditions are adhered to. The following
3401 conditions apply to all code found in this distribution, be it
3402 the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The
3403 SSL documentation included with this distribution is covered by
3404 the same copyright terms except that the holder is Tim Hudson
3405 (tjh@cryptsoft.com).
3406 </para>
3407
3408 <para>
3409 Copyright remains Eric Young's, and as such any Copyright
3410 notices in the code are not to be removed. If this package is
3411 used in a product, Eric Young should be given attribution as the
3412 author of the parts of the library used. This can be in the form
3413 of a textual message at program startup or in documentation
3414 (online or textual) provided with the package.
3415 </para>
3416
3417 <para>
3418 Redistribution and use in source and binary forms, with or
3419 without modification, are permitted provided that the following
3420 conditions are met:
3421 </para>
3422
3423 <para>
3424 1. Redistributions of source code must retain the copyright
3425 notice, this list of conditions and the following disclaimer.
3426 </para>
3427
3428 <para>
3429 2. Redistributions in binary form must reproduce the above
3430 copyright notice, this list of conditions and the following
3431 disclaimer in the documentation and/or other materials provided
3432 with the distribution.
3433 </para>
3434
3435 <para>
3436 3. All advertising materials mentioning features or use of this
3437 software must display the following acknowledgement: "This
3438 product includes cryptographic software written by Eric Young
3439 (eay@cryptsoft.com)" The word 'cryptographic' can be left out if
3440 the routines from the library being used are not cryptographic
3441 related :-).
3442 </para>
3443
3444 <para>
3445 4. If you include any Windows specific code (or a derivative
3446 thereof) from the apps directory (application code) you must
3447 include an acknowledgement: "This product includes software
3448 written by Tim Hudson (tjh@cryptsoft.com)"
3449 </para>
3450
3451 <para>
3452 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY
3453 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
3454 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
3455 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
3456 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3457 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3458 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
3459 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
3460 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3461 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3462 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3463 THE POSSIBILITY OF SUCH DAMAGE.
3464 </para>
3465
3466 <para>
3467 The licence and distribution terms for any publicly available
3468 version or derivative of this code cannot be changed. i.e. this
3469 code cannot simply be copied and put under another distribution
3470 licence [including the GNU Public Licence.]
3471 </para>
3472
3473 </sect2>
3474
3475 <sect2 id="licSlirp">
3476
3477 <title>Slirp License</title>
3478
3479 <para>
3480 Copyright (c) 1995,1996 Danny Gasparovski. All rights reserved.
3481 </para>
3482
3483 <para>
3484 Redistribution and use in source and binary forms, with or
3485 without modification, are permitted provided that the following
3486 conditions are met:
3487 </para>
3488
3489 <para>
3490 1. Redistributions of source code must retain the above
3491 copyright notice, this list of conditions and the following
3492 disclaimer.
3493 </para>
3494
3495 <para>
3496 2. Redistributions in binary form must reproduce the above
3497 copyright notice, this list of conditions and the following
3498 disclaimer in the documentation and/or other materials provided
3499 with the distribution.
3500 </para>
3501
3502 <para>
3503 3. Neither the name of the copyright holder nor the names of its
3504 contributors may be used to endorse or promote products derived
3505 from this software without specific prior written permission.
3506 </para>
3507
3508 <para>
3509 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
3510 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3511 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3512 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DANNY GASPAROVSKI OR
3513 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3514 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3515 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
3516 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
3517 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3518 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3519 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3520 THE POSSIBILITY OF SUCH DAMAGE.
3521 </para>
3522
3523 </sect2>
3524
3525 <sect2 id="licLZF">
3526
3527 <title>liblzf License</title>
3528
3529 <para>
3530 Redistribution and use in source and binary forms, with or
3531 without modification, are permitted provided that the following
3532 conditions are met:
3533 </para>
3534
3535 <para>
3536 1. Redistributions of source code must retain the above
3537 copyright notice, this list of conditions and the following
3538 disclaimer.
3539 </para>
3540
3541 <para>
3542 2. Redistributions in binary form must reproduce the above
3543 copyright notice, this list of conditions and the following
3544 disclaimer in the documentation and/or other materials provided
3545 with the distribution.
3546 </para>
3547
3548 <para>
3549 3. The name of the author may not be used to endorse or promote
3550 products derived from this software without specific prior
3551 written permission.
3552 </para>
3553
3554 <para>
3555 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
3556 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
3557 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
3558 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
3559 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3560 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3561 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3562 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3563 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3564 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3565 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3566 THE POSSIBILITY OF SUCH DAMAGE.
3567 </para>
3568
3569 </sect2>
3570
3571 <sect2 id="liclibping">
3572
3573 <title>libpng License</title>
3574
3575 <para>
3576 The PNG Reference Library is supplied "AS IS". The Contributing
3577 Authors and Group 42, Inc. disclaim all warranties, expressed or
3578 implied, including, without limitation, the warranties of
3579 merchantability and of fitness for any purpose. The Contributing
3580 Authors and Group 42, Inc. assume no liability for direct,
3581 indirect, incidental, special, exemplary, or consequential
3582 damages, which may result from the use of the PNG Reference
3583 Library, even if advised of the possibility of such damage.
3584 </para>
3585
3586 <para>
3587 Permission is hereby granted to use, copy, modify, and
3588 distribute this source code, or portions hereof, for any
3589 purpose, without fee, subject to the following restrictions:
3590 </para>
3591
3592 <para>
3593 1. The origin of this source code must not be misrepresented.
3594 </para>
3595
3596 <para>
3597 2. Altered versions must be plainly marked as such and must not
3598 be misrepresented as being the original source.
3599 </para>
3600
3601 <para>
3602 3. This Copyright notice may not be removed or altered from any
3603 source or altered source distribution.
3604 </para>
3605
3606 <para>
3607 The Contributing Authors and Group 42, Inc. specifically permit,
3608 without fee, and encourage the use of this source code as a
3609 component to supporting the PNG file format in commercial
3610 products. If you use this source code in a product,
3611 acknowledgment is not required but would be appreciated.
3612 </para>
3613
3614 </sect2>
3615
3616 <sect2 id="licLWIP">
3617
3618 <title>lwIP License</title>
3619
3620 <para>
3621 Redistribution and use in source and binary forms, with or
3622 without modification, are permitted provided that the following
3623 conditions are met:
3624 </para>
3625
3626 <para>
3627 1. Redistributions of source code must retain the above
3628 copyright notice, this list of conditions and the following
3629 disclaimer.
3630 </para>
3631
3632 <para>
3633 2. Redistributions in binary form must reproduce the above
3634 copyright notice, this list of conditions and the following
3635 disclaimer in the documentation and/or other materials provided
3636 with the distribution.
3637 </para>
3638
3639 <para>
3640 3. The name of the author may not be used to endorse or promote
3641 products derived from this software without specific prior
3642 written permission.
3643 </para>
3644
3645 <para>
3646 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
3647 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
3648 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
3649 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
3650 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3651 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3652 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3653 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3654 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3655 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3656 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3657 THE POSSIBILITY OF SUCH DAMAGE.
3658 </para>
3659
3660 </sect2>
3661
3662 <sect2 id="licLibXML">
3663
3664 <title>libxml License</title>
3665
3666 <para>
3667 Except where otherwise noted in the source code (e.g. the files
3668 hash.c, list.c and the trio files, which are covered by a
3669 similar licence but with different Copyright notices) all the
3670 files are:
3671 </para>
3672
3673 <para>
3674 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
3675 </para>
3676
3677 <para>
3678 Permission is hereby granted, free of charge, to any person
3679 obtaining a copy of this software and associated documentation
3680 files (the "Software"), to deal in the Software without
3681 restriction, including without limitation the rights to use,
3682 copy, modify, merge, publish, distribute, sublicense, and/or
3683 sell copies of the Software, and to permit persons to whom the
3684 Software is furnished to do so, subject to the following
3685 conditions:
3686 </para>
3687
3688 <para>
3689 The above copyright notice and this permission notice shall be
3690 included in all copies or substantial portions of the Software.
3691 </para>
3692
3693 <para>
3694 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3695 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3696 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3697 NONINFRINGEMENT. IN NO EVENT SHALL THE DANIEL VEILLARD BE LIABLE
3698 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3699 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3700 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3701 SOFTWARE.
3702 </para>
3703
3704 <para>
3705 Except as contained in this notice, the name of Daniel Veillard
3706 shall not be used in advertising or otherwise to promote the
3707 sale, use or other dealings in this Software without prior
3708 written authorization from him.
3709 </para>
3710
3711 <para>
3712 The file hash.c is:
3713 </para>
3714
3715 <para>
3716 Copyright (C) 2000,2012 Bjorn Reese and Daniel Veillard.
3717 </para>
3718
3719 <para>
3720 The file list.c is:
3721 </para>
3722
3723 <para>
3724 Copyright (C) 2000 Gary Pennington and Daniel Veillard
3725 </para>
3726
3727 <para>
3728 The trio files are:
3729 </para>
3730
3731 <para>
3732 Copyright (C) 1998 Bjorn Reese and Daniel Stenberg.
3733 </para>
3734
3735 <para>
3736 The license for hash.c, list.c, and the trio files is:
3737 </para>
3738
3739 <para>
3740 Permission to use, copy, modify, and distribute this software
3741 for any purpose with or without fee is hereby granted, provided
3742 that the above copyright notice and this permission notice
3743 appear in all copies.
3744 </para>
3745
3746 <para>
3747 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
3748 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
3749 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3750 PURPOSE. THE AUTHORS AND CONTRIBUTORS ACCEPT NO RESPONSIBILITY
3751 IN ANY CONCEIVABLE MANNER.
3752 </para>
3753
3754 </sect2>
3755
3756 <sect2 id="licgSOAP">
3757
3758 <title>gSOAP Public License Version 1.3a</title>
3759
3760 <para>
3761 The gSOAP public license is derived from the Mozilla Public
3762 License (MPL1.1). The sections that were deleted from the
3763 original MPL1.1 text are 1.0.1, 2.1.(c),(d), 2.2.(c),(d),
3764 8.2.(b), 10, and 11. Section 3.8 was added. The modified
3765 sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted
3766 the last sentence), and 3.6 (simplified).
3767 </para>
3768
3769 <para>
3770 1 DEFINITIONS
3771 </para>
3772
3773 <para>
3774 1.1. "Contributor" means each entity that creates or contributes
3775 to the creation of Modifications.
3776 </para>
3777
3778 <para>
3779 1.2. "Contributor Version" means the combination of the Original
3780 Code, prior Modifications used by a Contributor, and the
3781 Modifications made by that particular Contributor.
3782 </para>
3783
3784 <para>
3785 1.3. "Covered Code" means the Original Code, or Modifications or
3786 the combination of the Original Code, and Modifications, in each
3787 case including portions thereof.
3788 </para>
3789
3790 <para>
3791 1.4. "Electronic Distribution Mechanism" means a mechanism
3792 generally accepted in the software development community for the
3793 electronic transfer of data.
3794 </para>
3795
3796 <para>
3797 1.5. "Executable" means Covered Code in any form other than
3798 Source Code.
3799 </para>
3800
3801 <para>
3802 1.6. "Initial Developer" means the individual or entity
3803 identified as the Initial Developer in the Source Code notice
3804 required by Exhibit A.
3805 </para>
3806
3807 <para>
3808 1.7. "Larger Work" means a work which combines Covered Code or
3809 portions thereof with code not governed by the terms of this
3810 License.
3811 </para>
3812
3813 <para>
3814 1.8. "License" means this document.
3815 </para>
3816
3817 <para>
3818 1.8.1. "Licensable" means having the right to grant, to the
3819 maximum extent possible, whether at the time of the initial
3820 grant or subsequently acquired, any and all of the rights
3821 conveyed herein.
3822 </para>
3823
3824 <para>
3825 1.9. "Modifications" means any addition to or deletion from the
3826 substance or structure of either the Original Code or any
3827 previous Modifications. When Covered Code is released as a
3828 series of files, a Modification is:
3829 </para>
3830
3831 <para>
3832 A. Any addition to or deletion from the contents of a file
3833 containing Original Code or previous Modifications.
3834 </para>
3835
3836 <para>
3837 B. Any new file that contains any part of the Original Code, or
3838 previous Modifications.
3839 </para>
3840
3841 <para>
3842 1.10. "Original Code" means Source Code of computer software
3843 code which is described in the Source Code notice required by
3844 Exhibit A as Original Code, and which, at the time of its
3845 release under this License is not already Covered Code governed
3846 by this License.
3847 </para>
3848
3849 <para>
3850 1.10.1. "Patent Claims" means any patent claim(s), now owned or
3851 hereafter acquired, including without limitation, method,
3852 process, and apparatus claims, in any patent Licensable by
3853 grantor.
3854 </para>
3855
3856 <para>
3857 1.11. "Source Code" means the preferred form of the Covered Code
3858 for making modifications to it, including all modules it
3859 contains, plus any associated interface definition files,
3860 scripts used to control compilation and installation of an
3861 Executable, or source code differential comparisons against
3862 either the Original Code or another well known, available
3863 Covered Code of the Contributor's choice. The Source Code can be
3864 in a compressed or archival form, provided the appropriate
3865 decompression or de-archiving software is widely available for
3866 no charge.
3867 </para>
3868
3869 <para>
3870 1.12. "You" (or "Your") means an individual or a legal entity
3871 exercising rights under, and complying with all of the terms of,
3872 this License or a future version of this License issued under
3873 Section 6.1. For legal entities, "You" includes any entity which
3874 controls, is controlled by, or is under common control with You.
3875 For purposes of this definition, "control" means (a) the power,
3876 direct or indirect, to cause the direction or management of such
3877 entity, whether by contract or otherwise, or (b) ownership of
3878 more than fifty percent (50%) of the outstanding shares or
3879 beneficial ownership of such entity.
3880 </para>
3881
3882 <para>
3883 2 SOURCE CODE LICENSE.
3884 </para>
3885
3886 <para>
3887 2.1. The Initial Developer Grant.
3888 </para>
3889
3890 <para>
3891 The Initial Developer hereby grants You a world-wide,
3892 royalty-free, non-exclusive license, subject to third party
3893 intellectual property claims:
3894 </para>
3895
3896 <para>
3897 (a) under intellectual property rights (other than patent or
3898 trademark) Licensable by Initial Developer to use, reproduce,
3899 modify, display, perform, sublicense and distribute the Original
3900 Code (or portions thereof) with or without Modifications, and/or
3901 as part of a Larger Work; and
3902 </para>
3903
3904 <para>
3905 (b) under patents now or hereafter owned or controlled by
3906 Initial Developer, to make, have made, use and sell ("offer to
3907 sell and import") the Original Code, Modifications, or portions
3908 thereof, but solely to the extent that any such patent is
3909 reasonably necessary to enable You to utilize, alone or in
3910 combination with other software, the Original Code,
3911 Modifications, or any combination or portions thereof.
3912 </para>
3913
3914 <para>
3915 (c)
3916 </para>
3917
3918 <para>
3919 (d)
3920 </para>
3921
3922 <para>
3923 2.2. Contributor Grant.
3924 </para>
3925
3926 <para>
3927 Subject to third party intellectual property claims, each
3928 Contributor hereby grants You a world-wide, royalty-free,
3929 non-exclusive license
3930 </para>
3931
3932 <para>
3933 (a) under intellectual property rights (other than patent or
3934 trademark) Licensable by Contributor, to use, reproduce, modify,
3935 display, perform, sublicense and distribute the Modifications
3936 created by such Contributor (or portions thereof) either on an
3937 unmodified basis, with other Modifications, as Covered Code
3938 and/or as part of a Larger Work; and
3939 </para>
3940
3941 <para>
3942 (b) under patents now or hereafter owned or controlled by
3943 Contributor, to make, have made, use and sell ("offer to sell
3944 and import") the Contributor Version (or portions thereof), but
3945 solely to the extent that any such patent is reasonably
3946 necessary to enable You to utilize, alone or in combination with
3947 other software, the Contributor Version (or portions thereof).
3948 </para>
3949
3950 <para>
3951 (c)
3952 </para>
3953
3954 <para>
3955 (d)
3956 </para>
3957
3958 <para>
3959 3 DISTRIBUTION OBLIGATIONS.
3960 </para>
3961
3962 <para>
3963 3.1. Application of License.
3964 </para>
3965
3966 <para>
3967 The Modifications which You create or to which You contribute
3968 are governed by the terms of this License, including without
3969 limitation Section 2.2. The Source Code version of Covered Code
3970 may be distributed only under the terms of this License or a
3971 future version of this License released under Section 6.1, and
3972 You must include a copy of this License with every copy of the
3973 Source Code You distribute. You may not offer or impose any
3974 terms on any Source Code version that alters or restricts the
3975 applicable version of this License or the recipients' rights
3976 hereunder. However, You may include an additional document
3977 offering the additional rights described in Section 3.5.
3978 </para>
3979
3980 <para>
3981 3.2. Availability of Source Code.
3982 </para>
3983
3984 <para>
3985 Any Modification created by You will be provided to the Initial
3986 Developer in Source Code form and are subject to the terms of
3987 the License. 3.3. Description of Modifications.
3988 </para>
3989
3990 <para>
3991 You must cause all Covered Code to which You contribute to
3992 contain a file documenting the changes You made to create that
3993 Covered Code and the date of any change. You must include a
3994 prominent statement that the Modification is derived, directly
3995 or indirectly, from Original Code provided by the Initial
3996 Developer and including the name of the Initial Developer in (a)
3997 the Source Code, and (b) in any notice in an Executable version
3998 or related documentation in which You describe the origin or
3999 ownership of the Covered Code.
4000 </para>
4001
4002 <para>
4003 3.4. Intellectual Property Matters.
4004 </para>
4005
4006 <para>
4007 (a) Third Party Claims. If Contributor has knowledge that a
4008 license under a third party's intellectual property rights is
4009 required to exercise the rights granted by such Contributor
4010 under Sections 2.1 or 2.2, Contributor must include a text file
4011 with the Source Code distribution titled "LEGAL" which describes
4012 the claim and the party making the claim in sufficient detail
4013 that a recipient will know whom to contact. If Contributor
4014 obtains such knowledge after the Modification is made available
4015 as described in Section 3.2, Contributor shall promptly modify
4016 the LEGAL file in all copies Contributor makes available
4017 thereafter and shall take other steps (such as notifying
4018 appropriate mailing lists or newsgroups) reasonably calculated
4019 to inform those who received the Covered Code that new knowledge
4020 has been obtained.
4021 </para>
4022
4023 <para>
4024 (b) Contributor APIs. If Contributor's Modifications include an
4025 application programming interface and Contributor has knowledge
4026 of patent licenses which are reasonably necessary to implement
4027 that API, Contributor must also include this information in the
4028 LEGAL file.
4029 </para>
4030
4031 <para>
4032 (c) Representations. Contributor represents that, except as
4033 disclosed pursuant to Section 3.4(a) above, Contributor believes
4034 that Contributor's Modifications are Contributor's original
4035 creation(s) and/or Contributor has sufficient rights to grant
4036 the rights conveyed by this License.
4037 </para>
4038
4039 <para>
4040 3.5. Required Notices. You must duplicate the notice in Exhibit
4041 A in each file of the Source Code. If it is not possible to put
4042 such notice in a particular Source Code file due to its
4043 structure, then You must include such notice in a location (such
4044 as a relevant directory) where a user would be likely to look
4045 for such a notice. If You created one or more Modification(s)
4046 You may add your name as a Contributor to the notice described
4047 in Exhibit A. You must also duplicate this License in any
4048 documentation for the Source Code where You describe recipients'
4049 rights or ownership rights relating to Covered Code. You may
4050 choose to offer, and to charge a fee for, warranty, support,
4051 indemnity or liability obligations to one or more recipients of
4052 Covered Code. However, You may do so only on Your own behalf,
4053 and not on behalf of the Initial Developer or any Contributor.
4054 </para>
4055
4056 <para>
4057 3.6. Distribution of Executable Versions. You may distribute
4058 Covered Code in Executable form only if the requirements of
4059 Section 3.1-3.5 have been met for that Covered Code. You may
4060 distribute the Executable version of Covered Code or ownership
4061 rights under a license of Your choice, which may contain terms
4062 different from this License, provided that You are in compliance
4063 with the terms of this License and that the license for the
4064 Executable version does not attempt to limit or alter the
4065 recipient's rights in the Source Code version from the rights
4066 set forth in this License. If You distribute the Executable
4067 version under a different license You must make it absolutely
4068 clear that any terms which differ from this License are offered
4069 by You alone, not by the Initial Developer or any Contributor.
4070 If you distribute executable versions containing Covered Code as
4071 part of a product, you must reproduce the notice in Exhibit B in
4072 the documentation and/or other materials provided with the
4073 product.
4074 </para>
4075
4076 <para>
4077 3.7. Larger Works. You may create a Larger Work by combining
4078 Covered Code with other code not governed by the terms of this
4079 License and distribute the Larger Work as a single product. In
4080 such a case, You must make sure the requirements of this License
4081 are fulfilled for the Covered Code.
4082 </para>
4083
4084 <para>
4085 3.8. Restrictions. You may not remove any product
4086 identification, copyright, proprietary notices or labels from
4087 gSOAP.
4088 </para>
4089
4090 <para>
4091 4 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION.
4092 </para>
4093
4094 <para>
4095 If it is impossible for You to comply with any of the terms of
4096 this License with respect to some or all of the Covered Code due
4097 to statute, judicial order, or regulation then You must: (a)
4098 comply with the terms of this License to the maximum extent
4099 possible; and (b) describe the limitations and the code they
4100 affect. Such description must be included in the LEGAL file
4101 described in Section 3.4 and must be included with all
4102 distributions of the Source Code. Except to the extent
4103 prohibited by statute or regulation, such description must be
4104 sufficiently detailed for a recipient of ordinary skill to be
4105 able to understand it.
4106 </para>
4107
4108 <para>
4109 5 APPLICATION OF THIS LICENSE.
4110 </para>
4111
4112 <para>
4113 This License applies to code to which the Initial Developer has
4114 attached the notice in Exhibit A and to related Covered Code.
4115 </para>
4116
4117 <para>
4118 6 VERSIONS OF THE LICENSE.
4119 </para>
4120
4121 <para>
4122 6.1. New Versions.
4123 </para>
4124
4125 <para>
4126 Grantor may publish revised and/or new versions of the License
4127 from time to time. Each version will be given a distinguishing
4128 version number.
4129 </para>
4130
4131 <para>
4132 6.2. Effect of New Versions.
4133 </para>
4134
4135 <para>
4136 Once Covered Code has been published under a particular version
4137 of the License, You may always continue to use it under the
4138 terms of that version. You may also choose to use such Covered
4139 Code under the terms of any subsequent version of the License.
4140 </para>
4141
4142 <para>
4143 6.3. Derivative Works.
4144 </para>
4145
4146 <para>
4147 If You create or use a modified version of this License (which
4148 you may only do in order to apply it to code which is not
4149 already Covered Code governed by this License), You must (a)
4150 rename Your license so that the phrase "gSOAP" or any
4151 confusingly similar phrase do not appear in your license (except
4152 to note that your license differs from this License) and (b)
4153 otherwise make it clear that Your version of the license
4154 contains terms which differ from the gSOAP Public License.
4155 (Filling in the name of the Initial Developer, Original Code or
4156 Contributor in the notice described in Exhibit A shall not of
4157 themselves be deemed to be modifications of this License.)
4158 </para>
4159
4160 <para>
4161 7 DISCLAIMER OF WARRANTY.
4162 </para>
4163
4164 <para>
4165 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
4166 WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED OR
4167 STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
4168 OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE,
4169 NONINFRINGEMENT OF THIRD PARTY INTELLECTUAL PROPERTY RIGHTS, AND
4170 ANY WARRANTY THAT MAY ARISE BY REASON OF TRADE USAGE, CUSTOM, OR
4171 COURSE OF DEALING. WITHOUT LIMITING THE FOREGOING, YOU
4172 ACKNOWLEDGE THAT THE SOFTWARE IS PROVIDED "AS IS" AND THAT THE
4173 AUTHORS DO NOT WARRANT THE SOFTWARE WILL RUN UNINTERRUPTED OR
4174 ERROR FREE. LIMITED LIABILITY THE ENTIRE RISK AS TO RESULTS AND
4175 PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. UNDER NO
4176 CIRCUMSTANCES WILL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
4177 INDIRECT, INCIDENTAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY
4178 KIND OR NATURE WHATSOEVER, WHETHER BASED ON CONTRACT, WARRANTY,
4179 TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE,
4180 ARISING OUT OF OR IN ANY WAY RELATED TO THE SOFTWARE, EVEN IF
4181 THE AUTHORS HAVE BEEN ADVISED ON THE POSSIBILITY OF SUCH DAMAGE
4182 OR IF SUCH DAMAGE COULD HAVE BEEN REASONABLY FORESEEN, AND
4183 NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY
4184 EXCLUSIVE REMEDY PROVIDED. SUCH LIMITATION ON DAMAGES INCLUDES,
4185 BUT IS NOT LIMITED TO, DAMAGES FOR LOSS OF GOODWILL, LOST
4186 PROFITS, LOSS OF DATA OR SOFTWARE, WORK STOPPAGE, COMPUTER
4187 FAILURE OR MALFUNCTION OR IMPAIRMENT OF OTHER GOODS. IN NO EVENT
4188 WILL THE AUTHORS BE LIABLE FOR THE COSTS OF PROCUREMENT OF
4189 SUBSTITUTE SOFTWARE OR SERVICES. YOU ACKNOWLEDGE THAT THIS
4190 SOFTWARE IS NOT DESIGNED FOR USE IN ON-LINE EQUIPMENT IN
4191 HAZARDOUS ENVIRONMENTS SUCH AS OPERATION OF NUCLEAR FACILITIES,
4192 AIRCRAFT NAVIGATION OR CONTROL, OR LIFE-CRITICAL APPLICATIONS.
4193 THE AUTHORS EXPRESSLY DISCLAIM ANY LIABILITY RESULTING FROM USE
4194 OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN HAZARDOUS
4195 ENVIRONMENTS AND ACCEPTS NO LIABILITY IN RESPECT OF ANY ACTIONS
4196 OR CLAIMS BASED ON THE USE OF THE SOFTWARE IN ANY SUCH ON-LINE
4197 EQUIPMENT IN HAZARDOUS ENVIRONMENTS BY YOU. FOR PURPOSES OF THIS
4198 PARAGRAPH, THE TERM "LIFE-CRITICAL APPLICATION" MEANS AN
4199 APPLICATION IN WHICH THE FUNCTIONING OR MALFUNCTIONING OF THE
4200 SOFTWARE MAY RESULT DIRECTLY OR INDIRECTLY IN PHYSICAL INJURY OR
4201 LOSS OF HUMAN LIFE. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
4202 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS
4203 AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
4204 </para>
4205
4206 <para>
4207 8 TERMINATION.
4208 </para>
4209
4210 <para>
4211 8.1.
4212 </para>
4213
4214 <para>
4215 This License and the rights granted hereunder will terminate
4216 automatically if You fail to comply with terms herein and fail
4217 to cure such breach within 30 days of becoming aware of the
4218 breach. All sublicenses to the Covered Code which are properly
4219 granted shall survive any termination of this License.
4220 Provisions which, by their nature, must remain in effect beyond
4221 the termination of this License shall survive.
4222 </para>
4223
4224 <para>
4225 8.2.
4226 </para>
4227
4228 <para>
4229 8.3.
4230 </para>
4231
4232 <para>
4233 If You assert a patent infringement claim against Participant
4234 alleging that such Participant's Contributor Version directly or
4235 indirectly infringes any patent where such claim is resolved
4236 (such as by license or settlement) prior to the initiation of
4237 patent infringement litigation, then the reasonable value of the
4238 licenses granted by such Participant under Sections 2.1 or 2.2
4239 shall be taken into account in determining the amount or value
4240 of any payment or license.
4241 </para>
4242
4243 <para>
4244 8.4. In the event of termination under Sections 8.1 or 8.2
4245 above, all end user license agreements (excluding distributors
4246 and resellers) which have been validly granted by You or any
4247 distributor hereunder prior to termination shall survive
4248 termination.
4249 </para>
4250
4251 <para>
4252 9 LIMITATION OF LIABILITY.
4253 </para>
4254
4255 <para>
4256 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
4257 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
4258 INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
4259 COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE
4260 TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
4261 CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
4262 LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE,
4263 COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL
4264 DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED
4265 OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY
4266 SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
4267 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE
4268 LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW
4269 THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL
4270 DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
4271 </para>
4272
4273 <para>
4274 10 U.S. GOVERNMENT END USERS.
4275 </para>
4276
4277 <para>
4278 11 MISCELLANEOUS.
4279 </para>
4280
4281 <para>
4282 12 RESPONSIBILITY FOR CLAIMS.
4283 </para>
4284
4285 <para>
4286 As between Initial Developer and the Contributors, each party is
4287 responsible for claims and damages arising, directly or
4288 indirectly, out of its utilization of rights under this License
4289 and You agree to work with Initial Developer and Contributors to
4290 distribute such responsibility on an equitable basis. Nothing
4291 herein is intended or shall be deemed to constitute any
4292 admission of liability.
4293 </para>
4294
4295 <para>
4296 EXHIBIT A.
4297 </para>
4298
4299 <para>
4300 "The contents of this file are subject to the gSOAP Public
4301 License Version 1.3 (the "License"); you may not use this file
4302 except in compliance with the License. You may obtain a copy of
4303 the License at
4304 <ulink url="http://www.cs.fsu.edu/~engelen/soaplicense.html" />.
4305 Software distributed under the License is distributed on an "AS
4306 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
4307 implied. See the License for the specific language governing
4308 rights and limitations under the License.
4309 </para>
4310
4311 <para>
4312 The Original Code of the gSOAP Software is: stdsoap.h,
4313 stdsoap2.h, stdsoap.c, stdsoap2.c, stdsoap.cpp, stdsoap2.cpp,
4314 soapcpp2.h, soapcpp2.c, soapcpp2_lex.l, soapcpp2_yacc.y,
4315 error2.h, error2.c, symbol2.c, init2.c, soapdoc2.html, and
4316 soapdoc2.pdf, httpget.h, httpget.c, stl.h, stldeque.h,
4317 stllist.h, stlvector.h, stlset.h.
4318 </para>
4319
4320 <para>
4321 The Initial Developer of the Original Code is Robert A. van
4322 Engelen. Portions created by Robert A. van Engelen are Copyright
4323 (C) 2001-2004 Robert A. van Engelen, Genivia inc. All Rights
4324 Reserved.
4325 </para>
4326
4327 <para>
4328 Contributor(s): "________________________." [Note: The text of
4329 this Exhibit A may differ slightly form the text of the notices
4330 in the Source Code files of the Original code. You should use
4331 the text of this Exhibit A rather than the text found in the
4332 Original Code Source Code for Your Modifications.]
4333 </para>
4334
4335 <para>
4336 EXHIBIT B.
4337 </para>
4338
4339 <para>
4340 "Part of the software embedded in this product is gSOAP
4341 software. Portions created by gSOAP are Copyright (C) 2001-2004
4342 Robert A. van Engelen, Genivia inc. All Rights Reserved. THE
4343 SOFTWARE IN THIS PRODUCT WAS IN PART PROVIDED BY GENIVIA INC AND
4344 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
4345 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4346 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
4347 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4348 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4349 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4350 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
4351 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4352 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4353 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4354 THE POSSIBILITY OF SUCH DAMAGE."
4355 </para>
4356
4357 </sect2>
4358
4359 <sect2 id="licLibCurl">
4360
4361 <title>curl License</title>
4362
4363 <para>
4364 COPYRIGHT AND PERMISSION NOTICE
4365 </para>
4366
4367 <para>
4368 Copyright (c) 1996 - 2009, Daniel Stenberg, daniel@haxx.se.
4369 </para>
4370
4371 <para>
4372 All rights reserved.
4373 </para>
4374
4375 <para>
4376 Permission to use, copy, modify, and distribute this software
4377 for any purpose with or without fee is hereby granted, provided
4378 that the above copyright notice and this permission notice
4379 appear in all copies.
4380 </para>
4381
4382 <para>
4383 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4384 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4385 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4386 NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
4387 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
4388 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
4389 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4390 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4391 </para>
4392
4393 <para>
4394 Except as contained in this notice, the name of a copyright
4395 holder shall not be used in advertising or otherwise to promote
4396 the sale, use or other dealings in this Software without prior
4397 written authorization of the copyright holder.
4398 </para>
4399
4400 </sect2>
4401
4402 <sect2 id="licLibgd">
4403
4404 <title>libgd License</title>
4405
4406 <para>
4407 Credits and license terms:
4408 </para>
4409
4410 <para>
4411 In order to resolve any possible confusion regarding the
4412 authorship of gd, the following copyright statement covers all
4413 of the authors who have required such a statement. If you are
4414 aware of any oversights in this copyright notice, please contact
4415 Pierre-A. Joye who will be pleased to correct them.
4416 </para>
4417
4418 <para>
4419 Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000,
4420 2001, 2002, 2003, 2004 by Cold Spring Harbor Laboratory. Funded
4421 under Grant P41-RR02188 by the National Institutes of Health.
4422 </para>
4423
4424 <para>
4425 Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4426 2003, 2004 by Boutell.Com, Inc.
4427 </para>
4428
4429 <para>
4430 Portions relating to GD2 format copyright 1999, 2000, 2001,
4431 2002, 2003, 2004 Philip Warner.
4432 </para>
4433
4434 <para>
4435 Portions relating to PNG copyright 1999, 2000, 2001, 2002, 2003,
4436 2004 Greg Roelofs.
4437 </para>
4438
4439 <para>
4440 Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002,
4441 2003, 2004 John Ellson (ellson@graphviz.org).
4442 </para>
4443
4444 <para>
4445 Portions relating to gdft.c copyright 2001, 2002, 2003, 2004
4446 John Ellson (ellson@graphviz.org).
4447 </para>
4448
4449 <para>
4450 Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4451 2007, 2008 Pierre-Alain Joye (pierre@libgd.org).
4452 </para>
4453
4454 <para>
4455 Portions relating to JPEG and to color quantization copyright
4456 2000, 2001, 2002, 2003, 2004, Doug Becker and copyright (C)
4457 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4458 Thomas G. Lane. This software is based in part on the work of
4459 the Independent JPEG Group. See the file README-JPEG.TXT for
4460 more information.
4461 </para>
4462
4463 <para>
4464 Portions relating to GIF compression copyright 1989 by Jef
4465 Poskanzer and David Rowley, with modifications for thread safety
4466 by Thomas Boutell.
4467 </para>
4468
4469 <para>
4470 Portions relating to GIF decompression copyright 1990, 1991,
4471 1993 by David Koblas, with modifications for thread safety by
4472 Thomas Boutell.
4473 </para>
4474
4475 <para>
4476 Portions relating to WBMP copyright 2000, 2001, 2002, 2003, 2004
4477 Maurice Szmurlo and Johan Van den Brande.
4478 </para>
4479
4480 <para>
4481 Portions relating to GIF animations copyright 2004 Jaakko
4482 Hyvätti (jaakko.hyvatti@iki.fi)
4483 </para>
4484
4485 <para>
4486 Permission has been granted to copy, distribute and modify gd in
4487 any context without fee, including a commercial application,
4488 provided that this notice is present in user-accessible
4489 supporting documentation.
4490 </para>
4491
4492 <para>
4493 This does not affect your ownership of the derived work itself,
4494 and the intent is to assure proper credit for the authors of gd,
4495 not to interfere with your productive use of gd. If you have
4496 questions, ask. "Derived works" includes all programs that
4497 utilize the library. Credit must be given in user-accessible
4498 documentation.
4499 </para>
4500
4501 <para>
4502 This software is provided "AS IS." The copyright holders
4503 disclaim all warranties, either express or implied, including
4504 but not limited to implied warranties of merchantability and
4505 fitness for a particular purpose, with respect to this code and
4506 accompanying documentation.
4507 </para>
4508
4509 <para>
4510 Although their code does not appear in gd, the authors wish to
4511 thank David Koblas, David Rowley, and Hutchison Avenue Software
4512 Corporation for their prior contributions.
4513 </para>
4514
4515 </sect2>
4516
4517 <sect2 id="licBsdIntel">
4518
4519 <title>BSD License from Intel</title>
4520
4521 <para>
4522 All rights reserved.
4523 </para>
4524
4525 <para>
4526 Redistribution and use in source and binary forms, with or
4527 without modification, are permitted provided that the following
4528 conditions are met:
4529 </para>
4530
4531 <itemizedlist>
4532
4533 <listitem>
4534 <para>
4535 Redistributions of source code must retain the above
4536 copyright notice, this list of conditions and the following
4537 disclaimer.
4538 </para>
4539 </listitem>
4540
4541 <listitem>
4542 <para>
4543 Redistributions in binary form must reproduce the above
4544 copyright notice, this list of conditions and the following
4545 disclaimer in the documentation and/or other materials
4546 provided with the distribution.
4547 </para>
4548 </listitem>
4549
4550 <listitem>
4551 <para>
4552 Neither the name of the Intel Corporation nor the names of
4553 its contributors may be used to endorse or promote products
4554 derived from this software without specific prior written
4555 permission.
4556 </para>
4557 </listitem>
4558
4559 </itemizedlist>
4560
4561 <para>
4562 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
4563 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
4564 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4565 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4566 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
4567 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4568 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4569 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
4570 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4571 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4572 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4573 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4574 THE POSSIBILITY OF SUCH DAMAGE.
4575 </para>
4576
4577 </sect2>
4578
4579 <sect2 id="licIJG">
4580
4581 <title>IJG (Independent JPEG Group) License</title>
4582
4583 <para>
4584 The authors make NO WARRANTY or representation, either express
4585 or implied, with respect to this software, its quality,
4586 accuracy, merchantability, or fitness for a particular purpose.
4587 This software is provided "AS IS", and you, its user, assume the
4588 entire risk as to its quality and accuracy.
4589 </para>
4590
4591 <para>
4592 This software is copyright (C) 1991-2021, Thomas G. Lane, Guido
4593 Vollbeding. All Rights Reserved except as specified below.
4594 </para>
4595
4596 <para>
4597 Permission is hereby granted to use, copy, modify, and
4598 distribute this software (or portions thereof) for any purpose,
4599 without fee, subject to these conditions:
4600 </para>
4601
4602 <para>
4603 (1) If any part of the source code for this software is
4604 distributed, then this README file must be included, with this
4605 copyright and no-warranty notice unaltered; and any additions,
4606 deletions, or changes to the original files must be clearly
4607 indicated in accompanying documentation.
4608 </para>
4609
4610 <para>
4611 (2) If only executable code is distributed, then the
4612 accompanying documentation must state that "this software is
4613 based in part on the work of the Independent JPEG Group".
4614 </para>
4615
4616 <para>
4617 (3) Permission for use of this software is granted only if the
4618 user accepts full responsibility for any undesirable
4619 consequences; the authors accept NO LIABILITY for damages of any
4620 kind.
4621 </para>
4622
4623 <para>
4624 These conditions apply to any software derived from or based on
4625 the IJG code, not just to the unmodified library. If you use our
4626 work, you ought to acknowledge us.
4627 </para>
4628
4629 <para>
4630 Permission is NOT granted for the use of any IJG author's name
4631 or company name in advertising or publicity relating to this
4632 software or products derived from it. This software may be
4633 referred to only as "the Independent JPEG Group's software".
4634 </para>
4635
4636 <para>
4637 We specifically permit and encourage the use of this software as
4638 the basis of commercial products, provided that all warranty or
4639 liability claims are assumed by the product vendor.
4640 </para>
4641
4642 </sect2>
4643
4644 <sect2 id="licBsdJPEG">
4645
4646 <title>libjpeg-turbo Modified (3-clause) BSD License</title>
4647
4648 <para>
4649 Copyright (C)2009-2022 D. R. Commander. All Rights Reserved.
4650 Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
4651 </para>
4652
4653 <para>
4654 Redistribution and use in source and binary forms, with or
4655 without modification, are permitted provided that the following
4656 conditions are met:
4657 </para>
4658
4659 <orderedlist>
4660
4661 <listitem>
4662 <para>
4663 Redistributions of source code must retain the above
4664 copyright notice, this list of conditions and the following
4665 disclaimer.
4666 </para>
4667 </listitem>
4668
4669 <listitem>
4670 <para>
4671 Redistributions in binary form must reproduce the above
4672 copyright notice, this list of conditions and the following
4673 disclaimer in the documentation and/or other materials
4674 provided with the distribution.
4675 </para>
4676 </listitem>
4677
4678 <listitem>
4679 <para>
4680 Neither the name of the libjpeg-turbo Project nor the names
4681 of its contributors may be used to endorse or promote
4682 products derived from this software without specific prior
4683 written permission.
4684 </para>
4685 </listitem>
4686
4687 </orderedlist>
4688
4689 <para>
4690 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
4691 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4692 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4693 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
4694 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4695 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4696 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4697 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4698 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4699 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4700 POSSIBILITY OF SUCH DAMAGE.
4701 </para>
4702
4703 </sect2>
4704
4705 <sect2 id="licFreeBsd">
4706
4707 <title>FreeBSD License</title>
4708
4709 <para>
4710 The compilation of software known as FreeBSD is distributed
4711 under the following terms:
4712 </para>
4713
4714 <para>
4715 Copyright 1992-2022 The FreeBSD Project.
4716 </para>
4717
4718 <para>
4719 Redistribution and use in source and binary forms, with or
4720 without modification, are permitted provided that the following
4721 conditions are met:
4722 </para>
4723
4724 <orderedlist>
4725
4726 <listitem>
4727 <para>
4728 Redistributions of source code must retain the above
4729 copyright notice, this list of conditions and the following
4730 disclaimer.
4731 </para>
4732 </listitem>
4733
4734 <listitem>
4735 <para>
4736 Redistributions in binary form must reproduce the above
4737 copyright notice, this list of conditions and the following
4738 disclaimer in the documentation and/or other materials
4739 provided with the distribution.
4740 </para>
4741 </listitem>
4742
4743 </orderedlist>
4744
4745 <para>
4746 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS
4747 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4748 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
4749 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
4750 SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
4751 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4752 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4753 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
4754 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4755 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4756 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
4757 THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4758 SUCH DAMAGE.
4759 </para>
4760
4761 <para>
4762 The views and conclusions contained in the software and
4763 documentation are those of the authors and should not be
4764 interpreted as representing official policies, either expressed
4765 or implied, of the FreeBSD Project.
4766 </para>
4767
4768 </sect2>
4769
4770 <sect2 id="licNetBsd">
4771
4772 <title>NetBSD License</title>
4773
4774 <para>
4775 Copyright (c) 2008 The NetBSD Foundation, Inc.
4776 </para>
4777
4778 <para>
4779 This code is derived from software contributed to The NetBSD
4780 Foundation by
4781 </para>
4782
4783 <para>
4784 Redistribution and use in source and binary forms, with or
4785 without modification, are permitted provided that the following
4786 conditions are met:
4787 </para>
4788
4789 <orderedlist>
4790
4791 <listitem>
4792 <para>
4793 Redistributions of source code must retain the above
4794 copyright notice, this list of conditions and the following
4795 disclaimer.
4796 </para>
4797 </listitem>
4798
4799 <listitem>
4800 <para>
4801 Redistributions in binary form must reproduce the above
4802 copyright notice, this list of conditions and the following
4803 disclaimer in the documentation and/or other materials
4804 provided with the distribution.
4805 </para>
4806 </listitem>
4807
4808 </orderedlist>
4809
4810 <para>
4811 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
4812 CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4813 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4814 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4815 DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
4816 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4817 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4818 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4819 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
4820 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4821 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
4822 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4823 POSSIBILITY OF SUCH DAMAGE.
4824 </para>
4825
4826 </sect2>
4827
4828 <sect2 id="licVPX">
4829
4830 <title>VPX License</title>
4831
4832 <para>
4833 Copyright (c) 2010, The WebM Project authors. All rights
4834 reserved.
4835 </para>
4836
4837 <para>
4838 Redistribution and use in source and binary forms, with or
4839 without modification, are permitted provided that the following
4840 conditions are met:
4841 </para>
4842
4843 <itemizedlist>
4844
4845 <listitem>
4846 <para>
4847 Redistributions of source code must retain the above
4848 copyright notice, this list of conditions and the following
4849 disclaimer.
4850 </para>
4851 </listitem>
4852
4853 <listitem>
4854 <para>
4855 Redistributions in binary form must reproduce the above
4856 copyright notice, this list of conditions and the following
4857 disclaimer in the documentation and/or other materials
4858 provided with the distribution.
4859 </para>
4860 </listitem>
4861
4862 <listitem>
4863 <para>
4864 Neither the name of Google, nor the WebM Project, nor the
4865 names of its contributors may be used to endorse or promote
4866 products derived from this software without specific prior
4867 written permission.
4868 </para>
4869 </listitem>
4870
4871 </itemizedlist>
4872
4873 <para>
4874 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
4875 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
4876 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4877 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4878 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
4879 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4880 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4881 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
4882 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4883 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4884 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4885 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4886 THE POSSIBILITY OF SUCH DAMAGE.
4887 </para>
4888
4889 </sect2>
4890
4891 <sect2 id="licVorbis">
4892
4893 <title>Vorbis License</title>
4894
4895 <para>
4896 Copyright (c) 2002-2020 Xiph.org Foundation
4897 </para>
4898
4899 <para>
4900 Redistribution and use in source and binary forms, with or without
4901 modification, are permitted provided that the following conditions
4902 are met:
4903 </para>
4904
4905 <itemizedlist>
4906
4907 <listitem>
4908 <para>
4909 Redistributions of source code must retain the above
4910 copyright notice, this list of conditions and the following
4911 disclaimer.
4912 </para>
4913 </listitem>
4914
4915 <listitem>
4916 <para>
4917 Redistributions in binary form must reproduce the above
4918 copyright notice, this list of conditions and the following
4919 disclaimer in the documentation and/or other materials
4920 provided with the distribution.
4921 </para>
4922 </listitem>
4923
4924 <listitem>
4925 <para>
4926 Neither the name of the Xiph.org Foundation nor the names of its
4927 contributors may be used to endorse or promote products derived from
4928 this software without specific prior written permission.
4929 </para>
4930 </listitem>
4931
4932 </itemizedlist>
4933
4934 <para>
4935 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4936 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4937 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4938 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
4939 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4940 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4941 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4942 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4943 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4944 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4945 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4946 </para>
4947
4948 </sect2>
4949
4950 <sect2 id="licCurl">
4951
4952 <title>curl License</title>
4953
4954 <para>
4955 Copyright (c) 1996 - 2022, Daniel Stenberg,
4956 &lt;daniel@haxx.se&gt;, and many contributors, see the THANKS
4957 file.
4958 </para>
4959
4960 <para>
4961 All rights reserved.
4962 </para>
4963
4964 <para>
4965 Permission to use, copy, modify, and distribute this software for
4966 any purpose with or without fee is hereby granted, provided that
4967 the above copyright notice and this permission notice appear in
4968 all copies.
4969 </para>
4970
4971 <para>
4972 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4973 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4974 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4975 NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
4976 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
4977 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
4978 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4979 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4980 </para>
4981
4982 <para>
4983 Except as contained in this notice, the name of a copyright
4984 holder shall not be used in advertising or otherwise to promote
4985 the sale, use or other dealings in this Software without prior
4986 written authorization of the copyright holder.
4987 </para>
4988
4989 </sect2>
4990
4991 <sect2 id="licDocBook-XML-DTD">
4992
4993 <title>DocBook XML DTD License</title>
4994
4995 <para>
4996 Copyright 1992-2004 HaL Computer Systems, Inc., O'Reilly
4997 &amp; Associates, Inc., ArborText, Inc., Fujitsu Software
4998 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
4999 Organization for the Advancement of Structured Information
5000 Standards (OASIS).
5001 </para>
5002
5003 <para>
5004 See also http://docbook.org/specs/
5005 </para>
5006
5007 <para>
5008 $Id: user_ThirdParty.xml 96407 2022-08-22 17:43:14Z vboxsync $
5009 </para>
5010
5011 <para>
5012 Permission to use, copy, modify and distribute the DocBook XML
5013 DTD and its accompanying documentation for any purpose and
5014 without fee is hereby granted in perpetuity, provided that the
5015 above copyright notice and this paragraph appear in all copies.
5016 The copyright holders make no representation about the
5017 suitability of the DTD for any purpose. It is provided "as is"
5018 without expressed or implied warranty.
5019 </para>
5020
5021 <para>
5022 If you modify the DocBook DTD in any way, except for declaring
5023 and referencing additional sets of general entities and
5024 declaring additional notations, label your DTD as a variant of
5025 DocBook. See the maintenance documentation for more information.
5026 </para>
5027
5028 <para>
5029 Please direct all questions, bug reports, or suggestions for
5030 changes to the docbook@lists.oasis-open.org mailing list. For
5031 more information, see http://www.oasis-open.org/docbook/.
5032 </para>
5033
5034 </sect2>
5035
5036 <sect2 id="licDocBook-XSL-SS">
5037
5038 <title>DocBook XSL Stylesheets License</title>
5039
5040 <para>
5041 Copyright (C) 1999, 2000, 2001, 2002 Norman Walsh
5042 </para>
5043
5044 <para>
5045 Permission is hereby granted, free of charge, to any person
5046 obtaining a copy of this software and associated documentation
5047 files (the ``Software''), to deal in the Software without
5048 restriction, including without limitation the rights to use,
5049 copy, modify, merge, publish, distribute, sublicense, and/or
5050 sell copies of the Software, and to permit persons to whom the
5051 Software is furnished to do so, subject to the following
5052 conditions:
5053 </para>
5054
5055 <itemizedlist>
5056
5057 <listitem>
5058 <para>
5059 The above copyright notice and this permission notice shall
5060 be included in all copies or substantial portions of the
5061 Software.
5062 </para>
5063 </listitem>
5064
5065 <listitem>
5066 <para>
5067 Except as contained in this notice, the names of individuals
5068 credited with contribution to this software shall not be used
5069 in advertising or otherwise to promote the sale, use or other
5070 dealings in this Software without prior written authorization
5071 from the individuals in question.
5072 </para>
5073 </listitem>
5074
5075 <listitem>
5076 <para>
5077 Any stylesheet derived from this Software that is publically
5078 distributed will be identified with a different name and the
5079 version strings in any derived Software will be changed so
5080 that no possibility of confusion between the derived package
5081 and this Software will exist.
5082 </para>
5083 </listitem>
5084
5085 </itemizedlist>
5086
5087 <para>
5088 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5089 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
5090 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5091 NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
5092 CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
5093 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5094 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
5095 OTHER DEALINGS IN THE SOFTWARE.
5096 </para>
5097
5098 <para>
5099 These stylesheets are maintained by Norman Walsh, &lt;ndw@nwalsh.com&gt;.
5100 </para>
5101
5102 </sect2>
5103
5104 <sect2 id="licIntel">
5105
5106 <title>Intel ACPI Component Architecture (ACPICA) License</title>
5107
5108 <itemizedlist>
5109
5110 <listitem>
5111 <para>
5112 1. Copyright Notice
5113 </para>
5114
5115 <para>
5116 Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp.
5117 All rights reserved.
5118 </para>
5119 </listitem>
5120
5121 <listitem>
5122 <para>
5123 2. License
5124 </para>
5125
5126 <itemizedlist>
5127
5128 <listitem>
5129 <para>
5130 2.1. This is your license from Intel Corp. under its
5131 intellectual property rights. You may have additional
5132 license terms from the party that provided you this
5133 software, covering your right to use that party's
5134 intellectual property rights.
5135 </para>
5136 </listitem>
5137
5138 <listitem>
5139 <para>
5140 2.2. Intel grants, free of charge, to any person
5141 ("Licensee") obtaining a copy of the source code
5142 appearing in this file ("Covered Code") an irrevocable,
5143 perpetual, worldwide license under Intel's copyrights in
5144 the base code distributed originally by Intel ("Original
5145 Intel Code") to copy, make derivatives, distribute, use
5146 and display any portion of the Covered Code in any form,
5147 with the right to sublicense such rights; and
5148 </para>
5149 </listitem>
5150
5151 <listitem>
5152 <para>
5153 2.3. Intel grants Licensee a non-exclusive and
5154 non-transferable patent license (with the right to
5155 sublicense), under only those claims of Intel patents
5156 that are infringed by the Original Intel Code, to make,
5157 use, sell, offer to sell, and import the Covered Code
5158 and derivative works thereof solely to the minimum
5159 extent necessary to exercise the above copyright
5160 license, and in no event shall the patent license
5161 extend to any additions to or modifications of the
5162 Original Intel Code. No other license or right is
5163 granted directly or by implication, estoppel or
5164 otherwise;
5165 </para>
5166 </listitem>
5167
5168 </itemizedlist>
5169
5170 </listitem>
5171
5172 <listitem>
5173 <para>
5174 3. Conditions
5175 </para>
5176
5177 <itemizedlist>
5178
5179 <listitem>
5180 <para>
5181 3.1. Redistribution of Source with Rights to Further
5182 Distribute Source. Redistribution of source code of any
5183 substantial portion of the Covered Code or modification
5184 with rights to further distribute source must include
5185 the above Copyright Notice, the above License, this
5186 list of Conditions, and the following Disclaimer and
5187 Export Compliance provision. In addition, Licensee must
5188 cause all Covered Code to which Licensee contributes to
5189 contain a file documenting the changes Licensee made to
5190 create that Covered Code and the date of any change.
5191 Licensee must include in that file the documentation of
5192 any changes made by any predecessor Licensee. Licensee
5193 must include a prominent statement that the
5194 modification is derived, directly or indirectly, from
5195 Original Intel Code.
5196 </para>
5197 </listitem>
5198
5199 <listitem>
5200 <para>
5201 3.2. Redistribution of Source with no Rights to Further
5202 Distribute Source. Redistribution of source code of any
5203 substantial portion of the Covered Code or modification
5204 without rights to further distribute source must
5205 include the following Disclaimer and Export Compliance
5206 provision in the documentation and/or other materials
5207 provided with distribution. In addition, Licensee may
5208 not authorize further sublicense of source of any
5209 portion of the Covered Code, and must include terms to
5210 the effect that the license from Licensee to its
5211 licensee is limited to the intellectual property
5212 embodied in the software Licensee provides to its
5213 licensee, and not to intellectual property embodied in
5214 modifications its licensee may make.
5215 </para>
5216 </listitem>
5217
5218 <listitem>
5219 <para>
5220 3.3. Redistribution of Executable. Redistribution in
5221 executable form of any substantial portion of the
5222 Covered Code or modification must reproduce the above
5223 Copyright Notice, and the following Disclaimer and
5224 Export Compliance provision in the documentation and/or
5225 other materials provided with the distribution.
5226 </para>
5227 </listitem>
5228
5229 <listitem>
5230 <para>
5231 3.4. Intel retains all right, title, and interest in and
5232 to the Original Intel Code.
5233 </para>
5234 </listitem>
5235
5236 <listitem>
5237 <para>
5238 3.5. Neither the name Intel nor any other trademark owned
5239 or controlled by Intel shall be used in advertising or
5240 otherwise to promote the sale, use or other dealings in
5241 products derived from or relating to the Covered Code
5242 without prior written authorization from Intel.
5243 </para>
5244 </listitem>
5245
5246 </itemizedlist>
5247
5248 </listitem>
5249
5250 <listitem>
5251 <para>
5252 4. Disclaimer and Export Compliance
5253 </para>
5254
5255 <itemizedlist>
5256
5257 <listitem>
5258 <para>
5259 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY
5260 SOFTWARE PROVIDED HERE. ANY SOFTWARE ORIGINATING FROM
5261 INTEL OR DERIVED FROM INTEL SOFTWARE IS PROVIDED "AS IS,"
5262 AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
5263 INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT
5264 PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL
5265 SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF
5266 MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE.
5267 </para>
5268 </listitem>
5269
5270 <listitem>
5271 <para>
5272 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO
5273 LICENSEE, ITS LICENSEES OR ANY OTHER THIRD PARTY, FOR ANY
5274 LOST PROFITS, LOST DATA, LOSS OF USE OR COSTS OF
5275 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY
5276 INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
5277 THIS AGREEMENT, UNDER ANY CAUSE OF ACTION OR THEORY OF
5278 LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL HAS ADVANCE
5279 NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE
5280 LIMITATIONS SHALL APPLY NOTWITHSTANDING THE FAILURE OF
5281 THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
5282 </para>
5283 </listitem>
5284
5285 <listitem>
5286 <para>
5287 4.3. Licensee shall not export, either directly or
5288 indirectly, any of this software or system incorporating
5289 such software without first obtaining any required
5290 license or other approval from the U. S. Department of
5291 Commerce or any other agency or department of the United
5292 States Government. In the event Licensee exports any
5293 such software from the United States or re-exports any
5294 such software from a foreign destination, Licensee shall
5295 ensure that the distribution and export/re-export of the
5296 software is in compliance with all laws, regulations,
5297 orders, or other restrictions of the U.S. Export
5298 Administration Regulations. Licensee agrees that neither
5299 it nor any of its subsidiaries will export/re-export any
5300 technical data, process, software, or service, directly
5301 or indirectly, to any country for which the United
5302 States government or any agency thereof requires an
5303 export license, other governmental approval, or letter
5304 of assurance, without first obtaining such license,
5305 approval or letter.
5306 </para>
5307 </listitem>
5308
5309 </itemizedlist>
5310
5311 </listitem>
5312
5313 </itemizedlist>
5314
5315 </sect2>
5316
5317 <sect2 id="licKhronos">
5318
5319 <title>Khronos License</title>
5320
5321 <para>
5322 Copyright (c) 2008-2018 The Khronos Group Inc.
5323 </para>
5324
5325 <para>
5326 Permission is hereby granted, free of charge, to any person
5327 obtaining a copy of this software and/or associated
5328 documentation files (the "Materials"), to deal in the Materials
5329 without restriction, including without limitation the rights to
5330 use, copy, modify, merge, publish, distribute, sublicense,
5331 and/or sell copies of the Materials, and to permit persons to
5332 whom the Materials are furnished to do so, subject to the
5333 following conditions:
5334 </para>
5335
5336 <para>
5337 The above copyright notice and this permission notice shall be
5338 included in all copies or substantial portions of the Materials.
5339 </para>
5340
5341 <para>
5342 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
5343 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
5344 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
5345 AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
5346 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
5347 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5348 FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR
5349 OTHER DEALINGS IN THE MATERIALS.
5350 </para>
5351
5352 </sect2>
5353
5354 <sect2 id="licSGI-FSL-B">
5355
5356 <title>SGI Free Software License B</title>
5357
5358 <para>
5359 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
5360 </para>
5361
5362 <para>
5363 Permission is hereby granted, free of charge, to any person
5364 obtaining a copy of this software and associated documentation
5365 files (the "Software"), to deal in the Software without
5366 restriction, including without limitation the rights to use,
5367 copy, modify, merge, publish, distribute, sublicense, and/or
5368 sell copies of the Software, and to permit persons to whom the
5369 Software is furnished to do so, subject to the following
5370 conditions:
5371 </para>
5372
5373 <para>
5374 The above copyright notice including the dates of first
5375 publication and either this permission notice or a reference to
5376 http://oss.sgi.com/projects/FreeB/ shall be included in all
5377 copies or substantial portions of the Software.
5378 </para>
5379
5380 <para>
5381 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5382 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
5383 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5384 NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE
5385 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
5386 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5387 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5388 THE SOFTWARE.
5389 </para>
5390
5391 <para>
5392 Except as contained in this notice, the name of Silicon
5393 Graphics, Inc. shall not be used in advertising or otherwise to
5394 promote the sale, use or other dealings in this Software without
5395 prior written authorization from Silicon Graphics, Inc.
5396 </para>
5397
5398 </sect2>
5399
5400 <sect2 id="licBoost">
5401
5402 <title>Boost Software License</title>
5403
5404 <para>
5405 Boost Software License - Version 1.0 - August 17th, 2003
5406 </para>
5407
5408 <para>
5409 Permission is hereby granted, free of charge, to any person or
5410 organization obtaining a copy of the software and accompanying
5411 documentation covered by this license (the "Software") to use,
5412 reproduce, display, distribute, execute, and transmit the
5413 Software, and to prepare derivative works of the Software, and
5414 to permit third-parties to whom the Software is furnished to do
5415 so, all subject to the following:
5416 </para>
5417
5418 <itemizedlist>
5419
5420 <listitem>
5421 <para>
5422 The copyright notices in the Software and this entire
5423 statement, including the above license grant, this
5424 restriction and the following disclaimer, must be included
5425 in all copies of the Software, in whole or in part, and all
5426 derivative works of the Software, unless such copies or
5427 derivative works are solely in the form of
5428 machine-executable object code generated by a source
5429 language processor.
5430 </para>
5431 </listitem>
5432
5433 </itemizedlist>
5434
5435 <para>
5436 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5437 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
5438 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
5439 NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
5440 ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR
5441 OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING
5442 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
5443 OTHER DEALINGS IN THE SOFTWARE.
5444 </para>
5445
5446 </sect2>
5447
5448 <sect2 id="licMesa-default">
5449
5450 <title>Default Mesa 3D Graphics Library License</title>
5451
5452 <para>
5453 License / Copyright Information
5454 </para>
5455
5456 <para>
5457 The Mesa distribution consists of several components. Different
5458 copyrights and licenses apply to different components. For
5459 example, the GLX client code uses the SGI Free Software License
5460 B, and some of the Mesa device drivers are copyrighted by
5461 their authors. See below for a list of Mesa's main components
5462 and the license for each.
5463 </para>
5464
5465 <para>
5466 The core Mesa library is licensed according to the terms of the
5467 MIT license. This allows integration with the XFree86, Xorg and
5468 DRI projects.
5469 </para>
5470
5471 <para>
5472 The default Mesa license is as follows:
5473 </para>
5474
5475 <para>
5476 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
5477 </para>
5478
5479 <para>
5480 Permission is hereby granted, free of charge, to any person
5481 obtaining a copy of this software and associated documentation
5482 files (the "Software"), to deal in the Software without
5483 restriction, including without limitation the rights to use,
5484 copy, modify, merge, publish, distribute, sublicense, and/or
5485 sell copies of the Software, and to permit persons to whom the
5486 Software is furnished to do so, subject to the following
5487 conditions:
5488 </para>
5489
5490 <para>
5491 The above copyright notice and this permission notice shall be
5492 included in all copies or substantial portions of the Software.
5493 </para>
5494
5495 <para>
5496 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5497 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
5498 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
5499 PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5500 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
5501 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
5502 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5503 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5504 THE SOFTWARE.
5505 </para>
5506
5507 <para>
5508 Attention, Contributors
5509 </para>
5510
5511 <para>
5512 When contributing to the Mesa project you must agree to the
5513 licensing terms of the component to which you're contributing.
5514 The following section lists the primary components of the Mesa
5515 distribution and their respective licenses.
5516 </para>
5517
5518 <para>
5519 Mesa Component Licenses
5520 </para>
5521
5522 <table id="Mesa-component-licenses" tabstyle="oracle-all">
5523 <title>Mesa Component Licenses</title>
5524 <tgroup cols="3" align="center">
5525 <thead>
5526 <row>
5527 <entry><para>
5528 <emphasis role="bold">Component</emphasis>
5529 </para></entry>
5530 <entry><para>
5531 <emphasis role="bold">Location</emphasis>
5532 </para></entry>
5533 <entry><para>
5534 <emphasis role="bold">License</emphasis>
5535 </para></entry>
5536 </row>
5537 </thead>
5538 <tbody>
5539 <row>
5540 <entry><para>
5541 Main Mesa code
5542 </para></entry>
5543 <entry><para>
5544 <filename>src/mesa/</filename>
5545 </para></entry>
5546 <entry><para>
5547 <xref linkend="licMIT"/>
5548 </para></entry>
5549 </row>
5550 <row>
5551 <entry><para>
5552 Device drivers
5553 </para></entry>
5554 <entry><para>
5555 <filename>src/mesa/drivers/*</filename>
5556 </para></entry>
5557 <entry><para>
5558 <xref linkend="licMIT"/>, generally
5559 </para></entry>
5560 </row>
5561 <row>
5562 <entry><para>
5563 Gallium code
5564 </para></entry>
5565 <entry><para>
5566 <filename>src/gallium/</filename>
5567 </para></entry>
5568 <entry><para>
5569 <xref linkend="licMIT"/>
5570 </para></entry>
5571 </row>
5572 <row>
5573 <entry><para>
5574 Ext headers
5575 </para></entry>
5576 <entry><para>
5577 <filename>include/GL/glext.h</filename>
5578 <filename>include/GL/glxext.h</filename>
5579 </para></entry>
5580 <entry><para>
5581 <xref linkend="licKhronos"/>
5582 </para></entry>
5583 </row>
5584 <row>
5585 <entry><para>
5586 GLX client code
5587 </para></entry>
5588 <entry><para>
5589 <filename>src/glx/</filename>
5590 </para></entry>
5591 <entry><para>
5592 <xref linkend="licSGI-FSL-B"/>
5593 </para></entry>
5594 </row>
5595 <row>
5596 <entry><para>
5597 C11 thread emulation
5598 </para></entry>
5599 <entry><para>
5600 <filename>include/c11/threads*.h</filename>
5601 </para></entry>
5602 <entry><para>
5603 <xref linkend="licBoost"/> (permissive)
5604 </para></entry>
5605 </row>
5606 </tbody>
5607 </tgroup>
5608 </table>
5609
5610 <para>
5611 Additional copyrights:
5612 </para>
5613
5614 <para>
5615 Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation;
5616 Copyright IBM Corporation 2003, 2004, 2005, 2006; Copyright Zack
5617 Rusin 2005. All Rights Reserved.; Copyright John Maddock 2006.;
5618 Copyright (c) 2002, 2007-2011 Apple Inc.; Copyright (c) 2006 -
5619 2015, 2017 Intel Corporation; Copyright (C) 2005 Aapo Tahkola.;
5620 Copyright (C) 2014 Adrián Arroyo Calle
5621 &lt;adrian.arroyocalle@gmail.com&gt;; Copyright (c) 2014 Alex
5622 Henrie &lt;alexhenrie24@gmail.com&gt;; Copyright 2006-2012,
5623 Haiku. All rights reserved.; Copyright (C) 2015 Android-x86 Open
5624 Source Project; Copyright 2010 Thomas Balling Sørensen &amp; Orasanu
5625 Lucian.; Copyright (C) 2010 Belen Masia (bmasia@unizar.es);
5626 Copyright (c) 2011 Benjamin Franzke; Copyright (c) 2015 Boyan
5627 Ding; Copyright (c) 2014 Broadcom; Copyright (c) 2011 Bryan
5628 Cain; Copyright (c) 2007 Carl Worth; Copyright (C) 2015 Chih-Wei
5629 Huang &lt;cwhuang@linux.org.tw&gt;; Copyright (C) 2010, 2013
5630 Christoph Bumiller; Copyright 2011 The Chromium OS authors.;
5631 Copyright (c) 2012 Collabora, Ltd.; Copyright (c) 2014 Connor
5632 Abbott; Copyright (c) 2007-2010 Dan Nicholson; Copyright (c)
5633 2011 Daniel Richard G. &lt;skunk@iSKUNK.ORG&gt;; Copyright (c)
5634 2007 Dave Airlie &lt;airlied@linux.ie&gt;; Copyright (C)
5635 1999-2004 David Airlie All Rights Reserved.; Copyright 2015
5636 Axel Davy &lt;axel.davy@ens.fr&gt;; Copyright 2016 Nayan
5637 Deshmukh.; Copyright (c) 2010 Diego Elio Petteno`
5638 &lt;flameeyes@gmail.com&gt;; Copyright (c) 2017 Dylan Baker;
5639 Copyright (c) 2011-2014 Emil Velikov
5640 &lt;emil.l.velikov@gmail.com&gt;; Copyright (c) 2012-2013
5641 Etnaviv Project; Copyright (C) 2003 Felix Kuehling; Copyright
5642 (C) 2010 Fernando Navarro (fernandn@microsoft.com); Copyright
5643 2008-2009 Jose Fonseca; Copyright (c) 2009 Francesco Salvestrini
5644 &lt;salvestrini@users.sourceforge.net&gt;; Copyright (c) 2013
5645 Gabriele Svelto &lt;gabriele.svelto@gmail.com&gt;; Copyright (c)
5646 2017 Gert Wollny; Copyright 2015 Zoltan Gilian; Copyright 2012
5647 Vadim Girlin &lt;vadimgirlin@gmail.com&gt;; Copyright (c) 2017,
5648 Google Inc.; Copyright 2013 Grigori Goronzy
5649 &lt;greg@chown.ath.cx&gt;; Copyright (c) 2017 Gražvydas Ignotas;
5650 Copyright (c) 2002 Greg Parker. All Rights Reserved.; Copyright
5651 (c) 2013 Gregory Hainaut &lt;gregory.hainaut@gmail.com&gt;;
5652 Copyright (c) 2008 Guido U. Draheim &lt;guidod@gmx.de&gt;;
5653 Copyright (c) 2007-2008, 2014-2016 Red Hat, Inc.; Copyright
5654 2006-2008, Philippe Houdoin. All rights reserved.; Copyright (C)
5655 1998-2013 VMware, Inc. All rights reserved.; Copyright
5656 1998-1999 Precision Insight, Inc., Cedar Park, Texas.; Copyright
5657 (c) 2007, 2010 Jakob Bornecrantz &lt;wallbraker@gmail.com&gt;;
5658 Copyright (c) 2009 Jeremy Huddleston, Julien Cristau, and
5659 Matthieu Herrb; Copyright (C) 2009, 2012 Francisco Jerez.;
5660 Copyright (c) 2008, 2010 Jérôme Glisse
5661 &lt;glisse@freedesktop.org&gt;; Copyright (c) 2008 John
5662 Darrington &lt;j.darrington@elvis.murdoch.edu.au&gt;; Copyright
5663 (c) 2009-2014 Jon TURNEY; Copyright (C) 2010 Jorge Jimenez
5664 (jorge@iryoku.com); Copyright (C) 2010 Jose I. Echevarria
5665 (joseignacioechevarria@gmail.com); Copyright (c) 2010-2014
5666 Christian König; Copyright (c) 2008-2011 Kristian Høgsberg;
5667 Copyright 2011-2013 Maarten Lankhorst, Ilia Mirkin; Copyright
5668 (c) 2012 Laurent Carlier &lt;lordheavym@gmail.com&gt;; Copyright
5669 (C) 2011 Lauri Kasanen (cand@gmx.com); Copyright (C) 2016
5670 Linaro, Ltd, Rob Herring &lt;robh@kernel.org&gt;; Copyright
5671 2000, 2001 VA Linux Systems Inc., Fremont, California.;
5672 Copyright (c) 2010 Luca Barbieri; Copyright (C) 2010, 2011
5673 LunarG Inc.; Copyright (c) 2011 Maarten Bosmans
5674 &lt;mkbosmans@gmail.com&gt;; Copyright (c) 2008, 2009 Maciej
5675 Cencora &lt;m.cencora@gmail.com&gt;; Copyright 2010 Younes
5676 Manton &amp; Thomas Balling Sørensen.; Copyright 2009 Younes
5677 Manton.; Copyright 2014-2015 Serge Martin; Copyright (c) 2012
5678 Matt Turner &lt;mattst88@gmail.com&gt;; Copyright (c) 2016 Mauro
5679 Rossi &lt;issor.oruam@gmail.com&gt;; Copyright (C) 2010, 2011
5680 Advanced Micro Devices, Inc.; Copyright (c) 2009-2010 Mikhail
5681 Gusarov; Copyright (C) 2016 Miklós Máté; Copyright (C) 2013,
5682 2014, 2016 Ilia Mirkin. All Rights Reserved.; Copyright (C) 2011
5683 Morgan Armand &lt;morgan.devel@gmail.com&gt;; Copyright (C)
5684 2004, 2009 Nicolai Hähnle &lt;nhaehnle@gmail.com&gt;; Copyright
5685 (c) 2016 Bas Nieuwenhuizen; Copyright (c) 2014, 2015, NVIDIA
5686 Corporation; Copyright (c) 2009, 2010 Marek Olšák
5687 &lt;maraeo@gmail.com&gt;; Copyright (c) 2009 Pauli Nieminen;
5688 Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved.;
5689 Copyright 2007 Nouveau Project; Copyright 2011 Adam Rak
5690 &lt;adam.rak@streamnovation.com&gt;; Copyright (c) 2012 Rob
5691 Clark &lt;robclark@freedesktop.org&gt;; Copyright (C) 2004
5692 Roland Scheidegger All Rights Reserved.; Copyright 2015
5693 Patrick Rudolph &lt;siro@das-labor.org&gt;; Copyright (C) 2015
5694 Samuel Pitoiset; Copyright 2008, 2010 George Sapountzis
5695 &lt;gsapountzis@gmail.com&gt;; Copyright (c) 2014 Scott Mansell;
5696 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights
5697 Reserved.; Copyright (c) 2008, 2009 Corbin Simpson
5698 &lt;MostAwesomeDude@gmail.com&gt;; Copyright (c) 2009 Joakim
5699 Sindholt &lt;opensource@zhasha.com&gt;; Copyright (C) 2005, 2008
5700 Ben Skeggs.; Copyright 2008 Dennis Smit; Copyright (c)
5701 2003-2005, Stefan Gustavson; Copyright (C) 2005 Stephane
5702 Marchesin; Copyright (c) 2008 Steven G. Johnson
5703 &lt;stevenj@alum.mit.edu&gt;; Copyright 2000, 2001 ATI
5704 Technologies Inc., Ontario, Canada, and$ VA Linux Systems Inc.,
5705 Fremont, California.; Copyright 2000-2002 ATI Technologies Inc.,
5706 Ontario, Canada, and VMware, Inc.; Copyright (c) 2000 The NetBSD
5707 Foundation, Inc.; Copyright (c) 2015 Thomas Helland; Copyright
5708 (C) 1995 Thorsten.Ohl @ Physik.TH-Darmstadt.de; Copyright (C)
5709 2013, 2017 Timothy Arceri All Rights Reserved.; Copyright (c)
5710 2002 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;; Copyright
5711 (c) 2010, 2012-2014 Tom Stellard &lt;tstellar@gmail.com&gt;;
5712 Copyright (C) 2014 Tomasz Figa &lt;tomasz.figa@gmail.com&gt;;
5713 Copyright (c) 2004 Torrey T. Lyons. All Rights Reserved.;
5714 Copyright (c) 2003, 2007-2008 Tungsten Graphics, Inc., Cedar
5715 Park, TX., USA; Copyright 1992 Vrije Universiteit, The
5716 Netherlands; Copyright (c) 2015-2016 Valve Corporation;
5717 Copyright 2014-2016 Jan Vesely; Copyright (c) 2012 Vincent
5718 Lejeune; Copyright 2013 Alexander von Gluck IV
5719 &lt;kallisti5@unixzen.com&gt;; Copyright (c) 2013 W.J. van der
5720 Laan; Copyright (C) The Weather Channel, Inc. 2002. All Rights
5721 Reserved.; Copyright (C) 1999 Wittawat Yamwong; Copyright
5722 2009-2010 Chia-I Wu &lt;olvaffe@gmail.com&gt;; Copyright (C)
5723 2009 Chia-I Wu &lt;olv@0xlab.org&gt;; Copyright 2009 Artur
5724 Wyszynski &lt;harakash@gmail.com&gt;; Copyright (c) 2012 Yaakov
5725 Selkowitz and Keith Packard; Copyright (c) 1988-2004 Keith
5726 Packard and Bart Massey.; Copyright (C) 2016 Zodiac Inflight
5727 Innovations; Copyright (C) 2006-2010 by the following authors:
5728 Artur Huillet &lt;arthur.huillet@free.fr&gt; (ahuillet), Ben
5729 Skeggs (darktama, darktama_), B. R.
5730 &lt;koala_br@users.sourceforge.net&gt; (koala_br), Carlos Martin
5731 &lt;carlosmn@users.sf.net&gt; (carlosmn), Christoph Bumiller
5732 &lt;e0425955@student.tuwien.ac.at&gt; (calim, chrisbmr), Dawid
5733 Gajownik &lt;gajownik@users.sf.net&gt; (gajownik), Dmitry
5734 Baryshkov, Dmitry Eremin,Solenikov &lt;lumag@users.sf.net&gt;
5735 (lumag), EdB &lt;edb_@users.sf.net&gt; (edb_), Erik Waling
5736 &lt;erikwailing@users.sf.net&gt; (erikwaling), Francisco Jerez
5737 &lt;currojerez@riseup.net&gt; (curro), imirkin
5738 &lt;imirkin@users.sf.net&gt; (imirkin), jb17bsome
5739 &lt;jb17bsome@bellsouth.net&gt; (jb17bsome), Jeremy Kolb
5740 &lt;kjeremy@users.sf.net&gt; (kjeremy), Laurent Carlier
5741 &lt;lordheavym@gmail.com&gt; (lordheavy), Luca Barbieri
5742 &lt;luca@luca,barbieri.com&gt; (lb, lb1), Maarten Maathuis
5743 &lt;madman2003@gmail.com&gt; (stillunknown), Marcin Kościelnicki
5744 &lt;koriakin@0x04.net&gt; (mwk, koriakin), Mark Carey
5745 &lt;mark.carey@gmail.com&gt; (careym), Matthieu Castet
5746 &lt;matthieu.castet@parrot.com&gt; (mat,c), nvidiaman
5747 &lt;nvidiaman@users.sf.net&gt; (nvidiaman), Patrice Mandin
5748 &lt;patmandin@gmail.com&gt; (pmandin, pmdata), Pekka Paalanen
5749 &lt;pq@iki.fi&gt; (pq, ppaalanen), Peter Popov
5750 &lt;ironpeter@users.sf.net&gt; (ironpeter), Richard Hughes
5751 &lt;hughsient@users.sf.net&gt; (hughsient), Rudi Cilibrasi
5752 &lt;cilibrar@users.sf.net&gt; (cilibrar), Serge Martin, Simon
5753 Raffeiner, Stephane Loeuillet &lt;leroutier@users.sf.net&gt;
5754 (leroutier), Stephane Marchesin
5755 &lt;stephane.marchesin@gmail.com&gt; (marcheu), sturmflut
5756 &lt;sturmflut@users.sf.net&gt; (sturmflut), Sylvain Munaut
5757 &lt;tnt@246tNt.com&gt;, Victor Stinner
5758 &lt;victor.stinner@haypocalc.com&gt; (haypo), Wladmir van der
5759 Laan &lt;laanwj@gmail.com&gt; (miathan6), Younes Manton
5760 &lt;younes.m@gmail.com&gt; (ymanton)
5761 </para>
5762
5763 </sect2>
5764
5765 <sect2 id="licMicrosoft">
5766
5767 <title>Microsoft Software License</title>
5768
5769 <para>
5770 MICROSOFT SOFTWARE LICENSE TERMS
5771 </para>
5772
5773 <para>
5774 MICROSOFT WINDOWS DRIVER KIT
5775 </para>
5776
5777 <para>
5778 These license terms are an agreement between Microsoft
5779 Corporation (or based on where you live, one of its affiliates)
5780 and you. Please read them. They apply to the software named
5781 above, which includes the media on which you received it, if
5782 any. The terms also apply to any Microsoft
5783 </para>
5784
5785 <itemizedlist>
5786
5787 <listitem>
5788 <para>
5789 updates,
5790 </para>
5791 </listitem>
5792
5793 <listitem>
5794 <para>
5795 supplements,
5796 </para>
5797 </listitem>
5798
5799 <listitem>
5800 <para>
5801 Internet-based services, and
5802 </para>
5803 </listitem>
5804
5805 <listitem>
5806 <para>
5807 support services
5808 </para>
5809 </listitem>
5810
5811 </itemizedlist>
5812
5813 <para>
5814 for this software, unless other terms accompany those items. If
5815 so, those terms apply.
5816 By using the software, you accept these terms. If you do not
5817 accept them, do not use the software.
5818 </para>
5819
5820 <para>
5821 If you comply with these license terms, you have the rights below.
5822 </para>
5823
5824 <orderedlist>
5825
5826 <listitem>
5827 <para>
5828 INSTALLATION AND USE RIGHTS.
5829 </para>
5830
5831 <orderedlist>
5832
5833 <listitem>
5834 <para>
5835 Installation and Use. One user may install and use any
5836 number of copies of the software on your devices to
5837 design, develop and test your programs.
5838 </para>
5839 </listitem>
5840
5841 <listitem>
5842 <para>
5843 Included Microsoft Programs. The software contains
5844 other Microsoft programs. In some cases, those programs
5845 and the license terms that apply to your use of them are
5846 addressed specifically in these license terms. For all
5847 other included Microsoft programs, these license terms
5848 govern your use.
5849 </para>
5850 </listitem>
5851
5852 <listitem>
5853 <para>
5854 Device Simulation Framework. One user may install and
5855 use any number of copies of the Device Simulation
5856 Framework on your devices for the sole purpose of
5857 testing the interoperability of your devices, drivers
5858 and firmware with Windows. For the avoidance of doubt,
5859 the Device Simulation Framework shall not be used for
5860 testing software you have designed and developed using a
5861 software development kit other than the Windows Driver
5862 Kit.
5863 </para>
5864 </listitem>
5865
5866 <listitem>
5867 <para>
5868 Third Party Programs. The software contains third party
5869 programs. These license terms as well as any license
5870 terms accompanying the third party program files apply
5871 to your use of them.
5872 </para>
5873 </listitem>
5874
5875 </orderedlist>
5876
5877 </listitem>
5878
5879 <listitem>
5880 <para>
5881 ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS.
5882 </para>
5883
5884 <orderedlist>
5885
5886 <listitem>
5887 <para>
5888 Distributable Code. The software contains code that you
5889 are permitted to distribute in programs you develop if
5890 you comply with the terms below.
5891 </para>
5892
5893 <orderedlist>
5894
5895 <listitem>
5896 <para>
5897 Right to Use and Distribute. The code and text
5898 files listed below are “Distributable Code.”
5899 </para>
5900
5901 <itemizedlist>
5902
5903 <listitem>
5904 <para>
5905 REDIST.TXT Files. You may copy and distribute
5906 the object code form of code listed in
5907 REDIST.TXT files.
5908 </para>
5909 </listitem>
5910
5911 <listitem>
5912 <para>
5913 Sample Code. You may modify, copy and distribute
5914 only in object code form the sample code found
5915 in the SRC directory of the Windows Driver Kit,
5916 except that you may also modify, copy, and
5917 distribute in source code form the sample code
5918 listed in the SAMPLES.TXT file.
5919 </para>
5920 </listitem>
5921
5922 <listitem>
5923 <para>
5924 Third Party Distribution. You may permit
5925 distributors of your programs to copy and
5926 distribute the Distributable Code as part of
5927 those programs.
5928 </para>
5929 </listitem>
5930
5931 </itemizedlist>
5932
5933 </listitem>
5934 <listitem>
5935 <para>
5936 Distribution Requirements. For any Distributable
5937 Code you distribute, you must
5938 </para>
5939
5940 <itemizedlist>
5941
5942 <listitem>
5943 <para>
5944 add significant primary functionality to it in
5945 your programs;
5946 </para>
5947 </listitem>
5948
5949 <listitem>
5950 <para>
5951 require distributors and external end users to
5952 agree to terms that protect it at least as much
5953 as this agreement;
5954 </para>
5955 </listitem>
5956
5957 <listitem>
5958 <para>
5959 display your valid copyright notice on your
5960 programs; and
5961 </para>
5962 </listitem>
5963
5964 <listitem>
5965 <para>
5966 indemnify, defend, and hold harmless Microsoft
5967 from any claims, including attorneys’ fees,
5968 related to the distribution or use of your
5969 programs.
5970 </para>
5971 </listitem>
5972
5973 </itemizedlist>
5974
5975 </listitem>
5976 <listitem>
5977 <para>
5978 Distribution Restrictions. You may not
5979 </para>
5980
5981 <itemizedlist>
5982
5983 <listitem>
5984 <para>
5985 alter any copyright, trademark or patent notice
5986 in the Distributable Code;
5987 </para>
5988 </listitem>
5989
5990 <listitem>
5991 <para>
5992 use Microsoft’s trademarks in your programs’
5993 names or in a way that suggests your programs
5994 come from or are endorsed by Microsoft;
5995 </para>
5996 </listitem>
5997
5998 <listitem>
5999 <para>
6000 distribute Distributable Code to run on a
6001 platform other than the Windows platform;
6002 </para>
6003 </listitem>
6004
6005 <listitem>
6006 <para>
6007 include Distributable Code in malicious,
6008 deceptive or unlawful programs; or
6009 </para>
6010 </listitem>
6011
6012 <listitem>
6013 <para>
6014 modify or distribute the source code of any
6015 Distributable Code so that any part of it
6016 becomes subject to an Excluded License. An
6017 Excluded License is one that requires, as a
6018 condition of use, modification or distribution,
6019 that
6020 </para>
6021 </listitem>
6022
6023 <listitem>
6024 <para>
6025 the code be disclosed or distributed in source
6026 code form; or
6027 </para>
6028 </listitem>
6029
6030 <listitem>
6031 <para>
6032 others have the right to modify it.
6033 </para>
6034 </listitem>
6035
6036 </itemizedlist>
6037
6038 </listitem>
6039
6040 </orderedlist>
6041
6042 </listitem>
6043
6044 </orderedlist>
6045
6046 </listitem>
6047 <listitem>
6048 <para>
6049 Scope of License. The software is licensed, not
6050 sold. This agreement only gives you some rights to
6051 use the software. Microsoft reserves all other
6052 rights. Unless applicable law gives you more rights
6053 despite this limitation, you may use the software
6054 only as expressly permitted in this agreement. In
6055 doing so, you must comply with any technical
6056 limitations in the software that only allow you to
6057 use it in certain ways. You may not
6058 </para>
6059
6060 <itemizedlist>
6061
6062 <listitem>
6063 <para>
6064 work around any technical limitations in the
6065 software;
6066 </para>
6067 </listitem>
6068
6069 <listitem>
6070 <para>
6071 reverse engineer, decompile or disassemble the
6072 software, except and only to the extent that
6073 applicable law expressly permits, despite this
6074 limitation;
6075 </para>
6076 </listitem>
6077
6078 <listitem>
6079 <para>
6080 make more copies of the software than specified
6081 in this agreement or allowed by applicable law,
6082 despite this limitation;
6083 </para>
6084 </listitem>
6085
6086 <listitem>
6087 <para>
6088 publish the software for others to copy;
6089 </para>
6090 </listitem>
6091
6092 <listitem>
6093 <para>
6094 rent, lease or lend the software;
6095 </para>
6096 </listitem>
6097
6098 <listitem>
6099 <para>
6100 transfer the software or this agreement to any
6101 third party; or
6102 </para>
6103 </listitem>
6104
6105 <listitem>
6106 <para>
6107 use the software for commercial software hosting
6108 services.
6109 </para>
6110 </listitem>
6111
6112 </itemizedlist>
6113 </listitem>
6114 <listitem>
6115 <para>
6116 BACKUP COPY. You may make one backup copy of the
6117 software. You may use it only to reinstall the
6118 software.
6119 </para>
6120 </listitem>
6121
6122 <listitem>
6123 <para>
6124 DOCUMENTATION. Any person that has valid access to
6125 your computer or internal network may copy and use
6126 the documentation for your internal, reference
6127 purposes.
6128 </para>
6129 </listitem>
6130
6131 <listitem>
6132 <para>
6133 Export Restrictions. The software is subject to
6134 United States export laws and regulations. You must
6135 comply with all domestic and international export
6136 laws and regulations that apply to the software.
6137 These laws include restrictions on destinations, end
6138 users and end use. For additional information, see
6139 www.microsoft.com/exporting.
6140 </para>
6141 </listitem>
6142
6143 <listitem>
6144 <para>
6145 SUPPORT SERVICES. Because this software is “as is,”
6146 we may not provide support services for it.
6147 </para>
6148 </listitem>
6149
6150 <listitem>
6151 <para>
6152 Entire Agreement. This agreement, and the terms for
6153 supplements, updates, Internet-based services and
6154 support services that you use, are the entire
6155 agreement for the software and support services
6156 </para>
6157 </listitem>
6158 <listitem>
6159 <para>
6160 Applicable Law.
6161 </para>
6162
6163 <orderedlist>
6164
6165 <listitem>
6166 <para>
6167 United States. If you acquired the software in
6168 the United States, Washington state law governs
6169 the interpretation of this agreement and applies
6170 to claims for breach of it, regardless of
6171 conflict of laws principles. The laws of the
6172 state where you live govern all other claims,
6173 including claims under state consumer protection
6174 laws, unfair competition laws, and in tort.
6175 </para>
6176 </listitem>
6177
6178 <listitem>
6179 <para>
6180 Outside the United States. If you acquired the
6181 software in any other country, the laws of that
6182 country apply.
6183 </para>
6184 </listitem>
6185
6186 </orderedlist>
6187 </listitem>
6188 <listitem>
6189 <para>
6190 Legal Effect. This agreement describes certain
6191 legal rights. You may have other rights under the
6192 laws of your country. You may also have rights with
6193 respect to the party from whom you acquired the
6194 software. This agreement does not change your
6195 rights under the laws of your country if the laws of
6196 your country do not permit it to do so.
6197 </para>
6198 </listitem>
6199
6200 <listitem>
6201 <para>
6202 Disclaimer of Warranty. The software is licensed
6203 “as-is.” You bear the risk of using it. Microsoft
6204 gives no express warranties, guarantees or
6205 conditions. You may have additional consumer rights
6206 under your local laws which this agreement cannot
6207 change. To the extent permitted under your local
6208 laws, Microsoft excludes the implied warranties of
6209 merchantability, fitness for a particular purpose
6210 and non-infringement.
6211 </para>
6212 </listitem>
6213
6214 <listitem>
6215 <para>
6216 Limitation on and Exclusion of Remedies and Damages.
6217 You can recover from Microsoft and its suppliers
6218 only direct damages up to U.S. $5.00. You cannot
6219 recover any other damages, including consequential,
6220 lost profits, special, indirect or incidental
6221 damages.
6222 This limitation applies to
6223 </para>
6224
6225 <itemizedlist>
6226
6227 <listitem>
6228 <para>
6229 anything related to the software, services,
6230 content (including code) on third party Internet
6231 sites, or third party programs; and
6232 </para>
6233 </listitem>
6234
6235 <listitem>
6236 <para>
6237 claims for breach of contract, breach of
6238 warranty, guarantee or condition, strict
6239 liability, negligence, or other tort to the
6240 extent permitted by applicable law.
6241 </para>
6242 </listitem>
6243 </itemizedlist>
6244
6245 <para>
6246 It also applies even if Microsoft knew or should have known
6247 about the possibility of the damages. The above limitation
6248 or exclusion may not apply to you because your country may
6249 not allow the exclusion or limitation of incidental,
6250 consequential or other damages.
6251 </para>
6252
6253 </listitem>
6254 </orderedlist>
6255
6256 <para>
6257 Please note: As this software is distributed in Quebec,
6258 Canada, some of the clauses in this agreement are provided
6259 below in French.
6260 </para>
6261
6262 <para>
6263 Remarque : Ce logiciel étant distribué au Québec, Canada,
6264 certaines des clauses dans ce contrat sont fournies
6265 ci-dessous en français.
6266 </para>
6267
6268 <para>
6269 EXONÉRATION DE GARANTIE. Le logiciel visé par une licence
6270 est offert « tel quel ». Toute utilisation de ce logiciel
6271 est à votre seule risque et péril. Microsoft n’accorde
6272 aucune autre garantie expresse. Vous pouvez bénéficier de
6273 droits additionnels en vertu du droit local sur la
6274 protection des consommateurs, que ce contrat ne peut
6275 modifier. La ou elles sont permises par le droit locale, les
6276 garanties implicites de qualité marchande, d’adéquation à un
6277 usage particulier et d’absence de contrefaçon sont exclues.
6278 </para>
6279
6280 <para>
6281 LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE
6282 RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de
6283 Microsoft et de ses fournisseurs une indemnisation en cas de
6284 dommages directs uniquement à hauteur de 5,00 $ US. Vous ne
6285 pouvez prétendre à aucune indemnisation pour les autres
6286 dommages, y compris les dommages spéciaux, indirects ou
6287 accessoires et pertes de bénéfices.
6288 </para>
6289
6290 <para>
6291 Cette limitation concerne :
6292 </para>
6293
6294 <itemizedlist>
6295
6296 <listitem>
6297 <para>
6298 tout ce qui est relié au logiciel, aux services ou au
6299 contenu (y compris le code) figurant sur des sites Internet
6300 tiers ou dans des programmes tiers ; et
6301 </para>
6302 </listitem>
6303
6304 <listitem>
6305 <para>
6306 les réclamations au titre de violation de contrat ou de
6307 garantie, ou au titre de responsabilité stricte, de
6308 négligence ou d’une autre faute dans la limite autorisée par
6309 la loi en vigueur.
6310 </para>
6311 </listitem>
6312
6313 </itemizedlist>
6314
6315 <para>
6316 Elle s’applique également, même si Microsoft connaissait ou
6317 devrait connaître l’éventualité d’un tel dommage. Si votre pays
6318 n’autorise pas l’exclusion ou la limitation de responsabilité
6319 pour les dommages indirects, accessoires ou de quelque nature
6320 que ce soit, il se peut que la limitation ou l’exclusion
6321 ci-dessus ne s’appliquera pas à votre égard.
6322 </para>
6323
6324 <para>
6325 EFFET JURIDIQUE. Le présent contrat décrit certains droits
6326 juridiques. Vous pourriez avoir d’autres droits prévus par les
6327 lois de votre pays. Le présent contrat ne modifie pas les
6328 droits que vous confèrent les lois de votre pays si celles-ci ne
6329 le permettent pas.
6330 </para>
6331
6332 </sect2>
6333
6334 <sect2 id="licCPython">
6335
6336 <title>Python License</title>
6337
6338 <para>
6339 A. HISTORY OF THE SOFTWARE
6340 ==========================
6341 </para>
6342
6343 <para>
6344 Python was created in the early 1990s by Guido van Rossum at
6345 Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in
6346 the Netherlands as a successor of a language called ABC. Guido
6347 remains Python's principal author, although it includes many
6348 contributions from others.
6349 </para>
6350
6351 <para>
6352 In 1995, Guido continued his work on Python at the Corporation
6353 for National Research Initiatives (CNRI, see
6354 http://www.cnri.reston.va.us) in Reston, Virginia where
6355 he released several versions of the software.
6356 </para>
6357
6358 <para>
6359 In May 2000, Guido and the Python core development team moved to
6360 BeOpen.com to form the BeOpen PythonLabs team. In October of
6361 the same year, the PythonLabs team moved to Digital Creations,
6362 which became Zope Corporation. In 2001, the Python Software
6363 Foundation (PSF, see https://www.python.org/psf/) was formed, a
6364 non-profit organization created specifically to own
6365 Python-related Intellectual Property. Zope Corporation was a
6366 sponsoring member of the PSF.
6367 </para>
6368
6369 <para>
6370 All Python releases are Open Source (see
6371 http://www.opensource.org for the Open Source Definition).
6372 Historically, most, but not all, Python releases have also been
6373 GPL-compatible; the table below summarizes the various releases.
6374 </para>
6375
6376 <table id="Python-releases" tabstyle="oracle-all">
6377 <title>Python releases</title>
6378 <tgroup cols="5" align="center">
6379 <thead>
6380 <row>
6381 <entry><para>
6382 <emphasis role="bold">Release</emphasis>
6383 </para></entry>
6384 <entry><para>
6385 <emphasis role="bold">Derived from</emphasis>
6386 </para></entry>
6387 <entry><para>
6388 <emphasis role="bold">Year</emphasis>
6389 </para></entry>
6390 <entry><para>
6391 <emphasis role="bold">Owner</emphasis>
6392 </para></entry>
6393 <entry><para>
6394 <emphasis role="bold">GPL-compatible? (1)</emphasis>
6395 </para></entry>
6396 </row>
6397 </thead>
6398 <tbody>
6399 <row>
6400 <entry><para>
6401 0.9.0 thru 1.2
6402 </para></entry>
6403 <entry><para>
6404
6405 </para></entry>
6406 <entry><para>
6407 1991-1995
6408 </para></entry>
6409 <entry><para>
6410 CWI
6411 </para></entry>
6412 <entry><para>
6413 yes
6414 </para></entry>
6415 </row>
6416 <row>
6417 <entry><para>
6418 0.9.0 thru 1.2
6419 </para></entry>
6420 <entry><para>
6421
6422 </para></entry>
6423 <entry><para>
6424 1991-1995
6425 </para></entry>
6426 <entry><para>
6427 CWI
6428 </para></entry>
6429 <entry><para>
6430 yes
6431 </para></entry>
6432 </row>
6433 <row>
6434 <entry><para>
6435 1.3 thru 1.5.2
6436 </para></entry>
6437 <entry><para>
6438 1.2
6439 </para></entry>
6440 <entry><para>
6441 1995-1999
6442 </para></entry>
6443 <entry><para>
6444 CNRI
6445 </para></entry>
6446 <entry><para>
6447 yes
6448 </para></entry>
6449 </row>
6450 <row>
6451 <entry><para>
6452 1.6
6453 </para></entry>
6454 <entry><para>
6455 1.5.2
6456 </para></entry>
6457 <entry><para>
6458 2000
6459 </para></entry>
6460 <entry><para>
6461 CNRI
6462 </para></entry>
6463 <entry><para>
6464 no
6465 </para></entry>
6466 </row>
6467 <row>
6468 <entry><para>
6469 2.0
6470 </para></entry>
6471 <entry><para>
6472 1.6
6473 </para></entry>
6474 <entry><para>
6475 2000
6476 </para></entry>
6477 <entry><para>
6478 BeOpen.com
6479 </para></entry>
6480 <entry><para>
6481 no
6482 </para></entry>
6483 </row>
6484 <row>
6485 <entry><para>
6486 1.6.1
6487 </para></entry>
6488 <entry><para>
6489 1.6
6490 </para></entry>
6491 <entry><para>
6492 2001
6493 </para></entry>
6494 <entry><para>
6495 CNRI
6496 </para></entry>
6497 <entry><para>
6498 yes (2)
6499 </para></entry>
6500 </row>
6501 <row>
6502 <entry><para>
6503 2.1
6504 </para></entry>
6505 <entry><para>
6506 2.0+1.6.1
6507 </para></entry>
6508 <entry><para>
6509 2001
6510 </para></entry>
6511 <entry><para>
6512 PSF
6513 </para></entry>
6514 <entry><para>
6515 yes
6516 </para></entry>
6517 </row>
6518 <row>
6519 <entry><para>
6520 2.0.1
6521 </para></entry>
6522 <entry><para>
6523 2.0+1.6.1
6524 </para></entry>
6525 <entry><para>
6526 2001
6527 </para></entry>
6528 <entry><para>
6529 PSF
6530 </para></entry>
6531 <entry><para>
6532 yes
6533 </para></entry>
6534 </row>
6535 <row>
6536 <entry><para>
6537 2.1.1
6538 </para></entry>
6539 <entry><para>
6540 2.1+2.0.1
6541 </para></entry>
6542 <entry><para>
6543 2001
6544 </para></entry>
6545 <entry><para>
6546 PSF
6547 </para></entry>
6548 <entry><para>
6549 yes
6550 </para></entry>
6551 </row>
6552 <row>
6553 <entry><para>
6554 2.1.2
6555 </para></entry>
6556 <entry><para>
6557 2.1.1
6558 </para></entry>
6559 <entry><para>
6560 2002
6561 </para></entry>
6562 <entry><para>
6563 PSF
6564 </para></entry>
6565 <entry><para>
6566 yes
6567 </para></entry>
6568 </row>
6569 <row>
6570 <entry><para>
6571 2.1.3
6572 </para></entry>
6573 <entry><para>
6574 2.1.2
6575 </para></entry>
6576 <entry><para>
6577 2002
6578 </para></entry>
6579 <entry><para>
6580 PSF
6581 </para></entry>
6582 <entry><para>
6583 yes
6584 </para></entry>
6585 </row>
6586 <row>
6587 <entry><para>
6588 2.2 and above
6589 </para></entry>
6590 <entry><para>
6591 2.1.1
6592 </para></entry>
6593 <entry><para>
6594 2001-now
6595 </para></entry>
6596 <entry><para>
6597 PSF
6598 </para></entry>
6599 <entry><para>
6600 yes
6601 </para></entry>
6602 </row>
6603 </tbody>
6604 </tgroup>
6605 </table>
6606
6607 <para>
6608 Footnotes:
6609 </para>
6610
6611 <para>
6612 (1) GPL-compatible doesn't mean that we're distributing Python
6613 under the GPL. All Python licenses, unlike the GPL, let you
6614 distribute a modified version without making your changes open
6615 source. The GPL-compatible licenses make it possible to combine
6616 Python with other software that is released under the GPL; the
6617 others don't.
6618 </para>
6619
6620 <para>
6621 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
6622 because its license has a choice of law clause. According to
6623 CNRI, however, Stallman's lawyer has told CNRI's lawyer that
6624 1.6.1 is "not incompatible" with the GPL.
6625 </para>
6626
6627 <para>
6628 Thanks to the many outside volunteers who have worked under
6629 Guido's direction to make these releases possible.
6630 </para>
6631
6632 <para>
6633 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
6634 ===============================================================
6635 </para>
6636
6637 <para>
6638 Python software and documentation are licensed under the
6639 Python Software Foundation License Version 2.
6640 </para>
6641
6642 <para>
6643 Starting with Python 3.8.6, examples, recipes, and other code in
6644 the documentation are dual licensed under the PSF License
6645 Version 2 and the Zero-Clause BSD license.
6646 </para>
6647
6648 <para>
6649 Some software incorporated into Python is under different
6650 licenses. The licenses are listed with code falling under that
6651 license.
6652 </para>
6653
6654 <para>
6655 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
6656 --------------------------------------------
6657 </para>
6658
6659 <para>
6660 1. This LICENSE AGREEMENT is between the Python Software
6661 Foundation ("PSF"), and the Individual or Organization
6662 ("Licensee") accessing and otherwise using this software
6663 ("Python") in source or binary form and its associated
6664 documentation.
6665 </para>
6666
6667 <para>
6668 2. Subject to the terms and conditions of this License
6669 Agreement, PSF hereby grants Licensee a nonexclusive,
6670 royalty-free, world-wide license to reproduce, analyze, test,
6671 perform and/or display publicly, prepare derivative works,
6672 distribute, and otherwise use Python alone or in any derivative
6673 version, provided, however, that PSF's License Agreement and
6674 PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002,
6675 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
6676 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022
6677 Python Software Foundation; All Rights Reserved" are retained in
6678 Python alone or in any derivative version prepared by Licensee.
6679 </para>
6680
6681 <para>
6682 3. In the event Licensee prepares a derivative work that is based on
6683 or incorporates Python or any part thereof, and wants to make
6684 the derivative work available to others as provided herein, then
6685 Licensee hereby agrees to include in any such work a brief summary of
6686 the changes made to Python.
6687 </para>
6688
6689 <para>
6690 4. PSF is making Python available to Licensee on an "AS IS"
6691 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
6692 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO
6693 AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY
6694 OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON
6695 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
6696 </para>
6697
6698 <para>
6699 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
6700 PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
6701 LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
6702 PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
6703 POSSIBILITY THEREOF.
6704 </para>
6705
6706 <para>
6707 6. This License Agreement will automatically terminate upon a
6708 material breach of its terms and conditions.
6709 </para>
6710
6711 <para>
6712 7. Nothing in this License Agreement shall be deemed to create
6713 any relationship of agency, partnership, or joint venture
6714 between PSF and Licensee. This License Agreement does not grant
6715 permission to use PSF trademarks or trade name in a trademark
6716 sense to endorse or promote products or services of Licensee, or
6717 any third party.
6718 </para>
6719
6720 <para>
6721 8. By copying, installing or otherwise using Python, Licensee
6722 agrees to be bound by the terms and conditions of this License
6723 Agreement.
6724 </para>
6725
6726 <para>
6727 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
6728 -------------------------------------------
6729 </para>
6730
6731 <para>
6732 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
6733 </para>
6734
6735 <para>
6736 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
6737 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
6738 Individual or Organization ("Licensee") accessing and otherwise using
6739 this software in source or binary form and its associated
6740 documentation ("the Software").
6741 </para>
6742
6743 <para>
6744 2. Subject to the terms and conditions of this BeOpen Python
6745 License Agreement, BeOpen hereby grants Licensee a
6746 non-exclusive, royalty-free, world-wide license to reproduce,
6747 analyze, test, perform and/or display publicly, prepare
6748 derivative works, distribute, and otherwise use the Software
6749 alone or in any derivative version, provided, however, that the
6750 BeOpen Python License is retained in the Software, alone or in
6751 any derivative version prepared by Licensee.
6752 </para>
6753
6754 <para>
6755 3. BeOpen is making the Software available to Licensee on an "AS
6756 IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES,
6757 EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION,
6758 BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF
6759 MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
6760 THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY
6761 RIGHTS.
6762 </para>
6763
6764 <para>
6765 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
6766 THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL
6767 DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
6768 THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
6769 POSSIBILITY THEREOF.
6770 </para>
6771
6772 <para>
6773 5. This License Agreement will automatically terminate upon a
6774 material breach of its terms and conditions.
6775 </para>
6776
6777 <para>
6778 6. This License Agreement shall be governed by and interpreted
6779 in all respects by the law of the State of California, excluding
6780 conflict of law provisions. Nothing in this License Agreement
6781 shall be deemed to create any relationship of agency,
6782 partnership, or joint venture between BeOpen and Licensee. This
6783 License Agreement does not grant permission to use BeOpen
6784 trademarks or trade names in a trademark sense to endorse or
6785 promote products or services of Licensee, or any third party.
6786 As an exception, the "BeOpen Python" logos available at
6787 http://www.pythonlabs.com/logos.html may be used according to
6788 the permissions granted on that web page.
6789 </para>
6790
6791 <para>
6792 7. By copying, installing or otherwise using the software,
6793 Licensee agrees to be bound by the terms and conditions of this
6794 License Agreement.
6795 </para>
6796
6797 <para>
6798 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
6799 ---------------------------------------
6800 </para>
6801
6802 <para>
6803 1. This LICENSE AGREEMENT is between the Corporation for
6804 National Research Initiatives, having an office at 1895 Preston
6805 White Drive, Reston, VA 20191 ("CNRI"), and the Individual or
6806 Organization ("Licensee") accessing and otherwise using Python
6807 1.6.1 software in source or binary form and its associated
6808 documentation.
6809 </para>
6810
6811 <para>
6812 2. Subject to the terms and conditions of this License
6813 Agreement, CNRI hereby grants Licensee a nonexclusive,
6814 royalty-free, world-wide license to reproduce, analyze, test,
6815 perform and/or display publicly, prepare derivative works,
6816 distribute, and otherwise use Python 1.6.1 alone or in any
6817 derivative version, provided, however, that CNRI's License
6818 Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
6819 1995-2001 Corporation for National Research Initiatives; All
6820 Rights Reserved" are retained in Python 1.6.1 alone or in any
6821 derivative version prepared by Licensee. Alternately, in lieu
6822 of CNRI's License Agreement, Licensee may substitute the
6823 following text (omitting the quotes): "Python 1.6.1 is made
6824 available subject to the terms and conditions in CNRI's License
6825 Agreement. This Agreement together with Python 1.6.1 may be
6826 located on the Internet using the following unique, persistent
6827 identifier (known as a handle): 1895.22/1013. This Agreement
6828 may also be obtained from a proxy server on the Internet using
6829 the following URL: http://hdl.handle.net/1895.22/1013".
6830 </para>
6831
6832 <para>
6833 3. In the event Licensee prepares a derivative work that is
6834 based on or incorporates Python 1.6.1 or any part thereof, and
6835 wants to make the derivative work available to others as
6836 provided herein, then Licensee hereby agrees to include in any
6837 such work a brief summary of the changes made to Python 1.6.1.
6838 </para>
6839
6840 <para>
6841 4. CNRI is making Python 1.6.1 available to Licensee on an "AS
6842 IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS
6843 OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES
6844 NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF
6845 MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
6846 THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY
6847 RIGHTS.
6848 </para>
6849
6850 <para>
6851 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
6852 PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL
6853 DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR
6854 OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF
6855 ADVISED OF THE POSSIBILITY THEREOF.
6856 </para>
6857
6858 <para>
6859 6. This License Agreement will automatically terminate upon a
6860 material breach of its terms and conditions.
6861 </para>
6862
6863 <para>
6864 7. This License Agreement shall be governed by the federal
6865 intellectual property law of the United States, including
6866 without limitation the federal copyright law, and, to the extent
6867 such U.S. federal law does not apply, by the law of the
6868 Commonwealth of Virginia, excluding Virginia's conflict of law
6869 provisions. Notwithstanding the foregoing, with regard to
6870 derivative works based on Python 1.6.1 that incorporate
6871 non-separable material that was previously distributed under the
6872 GNU General Public License (GPL), the law of the Commonwealth of
6873 Virginia shall govern this License Agreement only as to issues
6874 arising under or with respect to Paragraphs 4, 5, and 7 of this
6875 License Agreement. Nothing in this License Agreement shall be
6876 deemed to create any relationship of agency, partnership, or
6877 joint venture between CNRI and Licensee. This License Agreement
6878 does not grant permission to use CNRI trademarks or trade name
6879 in a trademark sense to endorse or promote products or services
6880 of Licensee, or any third party.
6881 </para>
6882
6883 <para>
6884 8. By clicking on the "ACCEPT" button where indicated, or by
6885 copying, installing or otherwise using Python 1.6.1, Licensee
6886 agrees to be bound by the terms and conditions of this License
6887 Agreement.
6888 </para>
6889
6890 <para>
6891 ACCEPT
6892 </para>
6893
6894 <para>
6895 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
6896 --------------------------------------------------
6897 </para>
6898
6899 <para>
6900 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum
6901 Amsterdam, The Netherlands. All rights reserved.
6902 </para>
6903
6904 <para>
6905 Permission to use, copy, modify, and distribute this software
6906 and its documentation for any purpose and without fee is hereby
6907 granted, provided that the above copyright notice appear in all
6908 copies and that both that copyright notice and this permission
6909 notice appear in supporting documentation, and that the name of
6910 Stichting Mathematisch Centrum or CWI not be used in advertising
6911 or publicity pertaining to distribution of the software without
6912 specific, written prior permission.
6913 </para>
6914
6915 <para>
6916 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH
6917 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
6918 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING
6919 MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
6920 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
6921 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
6922 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
6923 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6924 </para>
6925
6926 <para>
6927 ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION
6928 ----------------------------------------------------------------------
6929 </para>
6930
6931 <para>
6932 Permission to use, copy, modify, and/or distribute this software
6933 for any purpose with or without fee is hereby granted.
6934 </para>
6935
6936 <para>
6937 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
6938 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
6939 AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
6940 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
6941 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
6942 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
6943 PERFORMANCE OF THIS SOFTWARE.
6944 </para>
6945
6946 </sect2>
6947
6948 <sect2 id="licBSD-SoftFloat">
6949
6950 <title>License for Berkeley SoftFloat Release 3e</title>
6951
6952 <para>
6953 John R. Hauser
6954 2018 January 20
6955 </para>
6956
6957 <para>
6958 The following applies to the whole of SoftFloat Release 3e as
6959 well as to each source file individually.
6960 </para>
6961
6962 <para>
6963 Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The
6964 Regents of the University of California. All rights reserved.
6965 </para>
6966
6967 <para>
6968 Redistribution and use in source and binary forms, with or
6969 without modification, are permitted provided that the following
6970 conditions are met:
6971 </para>
6972
6973 <orderedlist>
6974
6975 <listitem>
6976 <para>
6977 Redistributions of source code must retain the above
6978 copyright notice, this list of conditions, and the following
6979 disclaimer.
6980 </para>
6981 </listitem>
6982
6983 <listitem>
6984 <para>
6985 Redistributions in binary form must reproduce the above
6986 copyright notice, this list of conditions, and the following
6987 disclaimer in the documentation and/or other materials
6988 provided with the distribution.
6989 </para>
6990 </listitem>
6991
6992 <listitem>
6993 <para>
6994 Neither the name of the University nor the names of its
6995 contributors may be used to endorse or promote products
6996 derived from this software without specific prior written
6997 permission.
6998 </para>
6999 </listitem>
7000
7001 </orderedlist>
7002
7003 <para>
7004 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS
7005 IS", AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7006 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
7007 FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO EVENT
7008 SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
7009 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
7010 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
7011 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
7012 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
7013 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7014 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
7015 THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
7016 SUCH DAMAGE.
7017 </para>
7018
7019 </sect2>
7020
7021 <sect2 id="licBSD-3Clause-Glslang">
7022
7023 <title>BSD 3-Clause License for Glslang</title>
7024
7025 <para>
7026 Copyright (C) 2015-2018 Google, Inc.; Copyright (C) &lt;various
7027 other dates and companies&gt;
7028 </para>
7029
7030 <para>
7031 All rights reserved.
7032 </para>
7033
7034 <para>
7035 Redistribution and use in source and binary forms, with or
7036 without modification, are permitted provided that the following
7037 conditions are met:
7038 </para>
7039
7040 <orderedlist>
7041
7042 <listitem>
7043 <para>
7044 Redistributions of source code must retain the above
7045 copyright notice, this list of conditions, and the following
7046 disclaimer.
7047 </para>
7048 </listitem>
7049
7050 <listitem>
7051 <para>
7052 Redistributions in binary form must reproduce the above
7053 copyright notice, this list of conditions, and the following
7054 disclaimer in the documentation and/or other materials
7055 provided with the distribution.
7056 </para>
7057 </listitem>
7058
7059 <listitem>
7060 <para>
7061 Neither the name of 3Dlabs Inc. Ltd. nor the names of its
7062 contributors may be used to endorse or promote products
7063 derived from this software without specific prior written
7064 permission.
7065 </para>
7066 </listitem>
7067
7068 </orderedlist>
7069
7070 <para>
7071 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
7072 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
7073 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7074 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
7075 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
7076 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7077 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7078 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
7079 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
7080 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
7081 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
7082 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
7083 THE POSSIBILITY OF SUCH DAMAGE.
7084 </para>
7085
7086 </sect2>
7087
7088 <sect2 id="licBSD-2Clause-Glslang">
7089
7090 <title>BSD 2-Clause License for Glslang</title>
7091
7092 <para>
7093
7094 </para>
7095
7096 <para>
7097 Redistribution and use in source and binary forms, with or
7098 without modification, are permitted provided that the following
7099 conditions are met:
7100 </para>
7101
7102 <orderedlist>
7103
7104 <listitem>
7105 <para>
7106 Redistributions of source code must retain the above
7107 copyright notice, this list of conditions and the following
7108 disclaimer.
7109 </para>
7110 </listitem>
7111
7112 <listitem>
7113 <para>
7114 Redistributions in binary form must reproduce the above
7115 copyright notice, this list of conditions and the following
7116 disclaimer in the documentation and/or other materials
7117 provided with the distribution.
7118 </para>
7119 </listitem>
7120
7121 </orderedlist>
7122
7123 <para>
7124 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
7125 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
7126 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7127 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
7128 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
7129 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7130 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7131 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
7132 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
7133 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
7134 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
7135 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
7136 THE POSSIBILITY OF SUCH DAMAGE.
7137 </para>
7138
7139 </sect2>
7140
7141 <sect2 id="licGPL-Bison-Glslang">
7142
7143 <title>GNU General Public License (GPL) License with Bison Exception for Glslang</title>
7144
7145 <para>
7146 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
7147 </para>
7148
7149 <para>
7150 Copyright (C) 2007 Free Software Foundation, Inc.
7151 &lt;http://fsf.org/&gt; Everyone is permitted to copy and distribute
7152 verbatim copies of this license document, but changing it is not
7153 allowed.
7154 </para>
7155
7156 <para>
7157 Preamble
7158 </para>
7159
7160 <para>
7161 The GNU General Public License is a free, copyleft license for
7162 software and other kinds of works.
7163 </para>
7164
7165 <para>
7166 The licenses for most software and other practical works are
7167 designed to take away your freedom to share and change the
7168 works. By contrast, the GNU General Public License is intended
7169 to guarantee your freedom to share and change all versions of a
7170 program--to make sure it remains free software for all its
7171 users. We, the Free Software Foundation, use the GNU General
7172 Public License for most of our software; it applies also to any
7173 other work released this way by its authors. You can apply it
7174 to your programs, too.
7175 </para>
7176
7177 <para>
7178 When we speak of free software, we are referring to freedom, not
7179 price. Our General Public Licenses are designed to make sure
7180 that you have the freedom to distribute copies of free software
7181 (and charge for them if you wish), that you receive source code
7182 or can get it if you want it, that you can change the software
7183 or use pieces of it in new free programs, and that you know you
7184 can do these things.
7185 </para>
7186
7187 <para>
7188 To protect your rights, we need to prevent others from denying
7189 you these rights or asking you to surrender the rights.
7190 Therefore, you have certain responsibilities if you distribute
7191 copies of the software, or if you modify it: responsibilities to
7192 respect the freedom of others.
7193 </para>
7194
7195 <para>
7196 For example, if you distribute copies of such a program, whether
7197 gratis or for a fee, you must pass on to the recipients the same
7198 freedoms that you received. You must make sure that they, too,
7199 receive or can get the source code. And you must show them
7200 these terms so they know their rights.
7201 </para>
7202
7203 <para>
7204 Developers that use the GNU GPL protect your rights with two
7205 steps: (1) assert copyright on the software, and (2) offer you
7206 this License giving you legal permission to copy, distribute
7207 and/or modify it.
7208 </para>
7209
7210 <para>
7211 For the developers' and authors' protection, the GPL clearly
7212 explains that there is no warranty for this free software. For
7213 both users' and authors' sake, the GPL requires that modified
7214 versions be marked as changed, so that their problems will not
7215 be attributed erroneously to authors of previous versions.
7216 </para>
7217
7218 <para>
7219 Some devices are designed to deny users access to install or run
7220 modified versions of the software inside them, although the
7221 manufacturer can do so. This is fundamentally incompatible with
7222 the aim of protecting users' freedom to change the software.
7223 The systematic pattern of such abuse occurs in the area of
7224 products for individuals to use, which is precisely where it is
7225 most unacceptable. Therefore, we have designed this version of
7226 the GPL to prohibit the practice for those products. If such
7227 problems arise substantially in other domains, we stand ready to
7228 extend this provision to those domains in future versions of the
7229 GPL, as needed to protect the freedom of users.
7230 </para>
7231
7232 <para>
7233 Finally, every program is threatened constantly by software
7234 patents. States should not allow patents to restrict
7235 development and use of software on general-purpose computers,
7236 but in those that do, we wish to avoid the special danger that
7237 patents applied to a free program could make it effectively
7238 proprietary. To prevent this, the GPL assures that patents
7239 cannot be used to render the program non-free.
7240 </para>
7241
7242 <para>
7243 The precise terms and conditions for copying, distribution and
7244 modification follow.
7245 </para>
7246
7247 <para>
7248 TERMS AND CONDITIONS
7249 </para>
7250
7251 <para>
7252 0. Definitions.
7253 </para>
7254
7255 <para>
7256 "This License" refers to version 3 of the GNU General Public
7257 License.
7258 </para>
7259
7260 <para>
7261 "Copyright" also means copyright-like laws that apply to other
7262 kinds of works, such as semiconductor masks.
7263 </para>
7264
7265 <para>
7266 "The Program" refers to any copyrightable work licensed under
7267 this License. Each licensee is addressed as "you". "Licensees"
7268 and "recipients" may be individuals or organizations.
7269 </para>
7270
7271 <para>
7272 To "modify" a work means to copy from or adapt all or part of
7273 the work in a fashion requiring copyright permission, other than
7274 the making of an exact copy. The resulting work is called a
7275 "modified version" of the earlier work or a work "based on" the
7276 earlier work.
7277 </para>
7278
7279 <para>
7280 A "covered work" means either the unmodified Program or a work
7281 based on the Program.
7282 </para>
7283
7284 <para>
7285 To "propagate" a work means to do anything with it that, without
7286 permission, would make you directly or secondarily liable for
7287 infringement under applicable copyright law, except executing it
7288 on a computer or modifying a private copy. Propagation includes
7289 copying, distribution (with or without modification), making
7290 available to the public, and in some countries other activities
7291 as well.
7292 </para>
7293
7294 <para>
7295 To "convey" a work means any kind of propagation that enables
7296 other parties to make or receive copies. Mere interaction with
7297 a user through a computer network, with no transfer of a copy,
7298 is not conveying.
7299 </para>
7300
7301 <para>
7302 An interactive user interface displays "Appropriate Legal
7303 Notices" to the extent that it includes a convenient and
7304 prominently visible feature that (1) displays an appropriate
7305 copyright notice, and (2) tells the user that there is no
7306 warranty for the work (except to the extent that warranties are
7307 provided), that licensees may convey the work under this
7308 License, and how to view a copy of this License. If the
7309 interface presents a list of user commands or options, such as a
7310 menu, a prominent item in the list meets this criterion.
7311 </para>
7312
7313 <para>
7314 1. Source Code.
7315 </para>
7316
7317 <para>
7318 The "source code" for a work means the preferred form of the
7319 work for making modifications to it. "Object code" means any
7320 non-source form of a work.
7321 </para>
7322
7323 <para>
7324 A "Standard Interface" means an interface that either is an
7325 official standard defined by a recognized standards body, or, in
7326 the case of interfaces specified for a particular programming
7327 language, one that is widely used among developers working in
7328 that language.
7329 </para>
7330
7331 <para>
7332 The "System Libraries" of an executable work include anything,
7333 other than the work as a whole, that (a) is included in the
7334 normal form of packaging a Major Component, but which is not
7335 part of that Major Component, and (b) serves only to enable use
7336 of the work with that Major Component, or to implement a
7337 Standard Interface for which an implementation is available to
7338 the public in source code form. A "Major Component", in this
7339 context, means a major essential component (kernel, window
7340 system, and so on) of the specific operating system (if any) on
7341 which the executable work runs, or a compiler used to produce
7342 the work, or an object code interpreter used to run it.
7343 </para>
7344
7345 <para>
7346 The "Corresponding Source" for a work in object code form means
7347 all the source code needed to generate, install, and (for an
7348 executable work) run the object code and to modify the work,
7349 including scripts to control those activities. However, it does
7350 not include the work's System Libraries, or general-purpose
7351 tools or generally available free programs which are used
7352 unmodified in performing those activities but which are not part
7353 of the work. For example, Corresponding Source includes
7354 interface definition files associated with source files for the
7355 work, and the source code for shared libraries and dynamically
7356 linked subprograms that the work is specifically designed to
7357 require, such as by intimate data communication or control flow
7358 between those subprograms and other parts of the work.
7359 </para>
7360
7361 <para>
7362 The Corresponding Source need not include anything that users
7363 can regenerate automatically from other parts of the
7364 Corresponding Source.
7365 </para>
7366
7367 <para>
7368 The Corresponding Source for a work in source code form is that
7369 same work.
7370 </para>
7371
7372 <para>
7373 2. Basic Permissions.
7374 </para>
7375
7376 <para>
7377 All rights granted under this License are granted for the term
7378 of copyright on the Program, and are irrevocable provided the
7379 stated conditions are met. This License explicitly affirms your
7380 unlimited permission to run the unmodified Program. The output
7381 from running a covered work is covered by this License only if
7382 the output, given its content, constitutes a covered work. This
7383 License acknowledges your rights of fair use or other
7384 equivalent, as provided by copyright law.
7385 </para>
7386
7387 <para>
7388 You may make, run and propagate covered works that you do not
7389 convey, without conditions so long as your license otherwise
7390 remains in force. You may convey covered works to others for
7391 the sole purpose of having them make modifications exclusively
7392 for you, or provide you with facilities for running those works,
7393 provided that you comply with the terms of this License in
7394 conveying all material for which you do not control copyright.
7395 Those thus making or running the covered works for you must do
7396 so exclusively on your behalf, under your direction and control,
7397 on terms that prohibit them from making any copies of your
7398 copyrighted material outside their relationship with you.
7399 </para>
7400
7401 <para>
7402 Conveying under any other circumstances is permitted solely
7403 under the conditions stated below. Sublicensing is not allowed;
7404 section 10 makes it unnecessary.
7405 </para>
7406
7407 <para>
7408 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
7409 </para>
7410
7411 <para>
7412 No covered work shall be deemed part of an effective
7413 technological measure under any applicable law fulfilling
7414 obligations under article 11 of the WIPO copyright treaty
7415 adopted on 20 December 1996, or similar laws prohibiting or
7416 restricting circumvention of such measures.
7417 </para>
7418
7419 <para>
7420 When you convey a covered work, you waive any legal power to
7421 forbid circumvention of technological measures to the extent
7422 such circumvention is effected by exercising rights under this
7423 License with respect to the covered work, and you disclaim any
7424 intention to limit operation or modification of the work as a
7425 means of enforcing, against the work's users, your or third
7426 parties' legal rights to forbid circumvention of technological
7427 measures.
7428 </para>
7429
7430 <para>
7431 4. Conveying Verbatim Copies.
7432 </para>
7433
7434 <para>
7435 You may convey verbatim copies of the Program's source code as
7436 you receive it, in any medium, provided that you conspicuously
7437 and appropriately publish on each copy an appropriate copyright
7438 notice; keep intact all notices stating that this License and
7439 any non-permissive terms added in accord with section 7 apply to
7440 the code; keep intact all notices of the absence of any
7441 warranty; and give all recipients a copy of this License along
7442 with the Program.
7443 </para>
7444
7445 <para>
7446 You may charge any price or no price for each copy that you
7447 convey, and you may offer support or warranty protection for a
7448 fee.
7449 </para>
7450
7451 <para>
7452 5. Conveying Modified Source Versions.
7453 </para>
7454
7455 <para>
7456 You may convey a work based on the Program, or the modifications
7457 to produce it from the Program, in the form of source code under
7458 the terms of section 4, provided that you also meet all of these
7459 conditions:
7460 </para>
7461
7462 <para>
7463 a) The work must carry prominent notices stating that you
7464 modified it, and giving a relevant date.
7465 </para>
7466
7467 <para>
7468 b) The work must carry prominent notices stating that it is
7469 released under this License and any conditions added under
7470 section 7. This requirement modifies the requirement in section
7471 4 to "keep intact all notices".
7472 </para>
7473
7474 <para>
7475 c) You must license the entire work, as a whole, under this
7476 License to anyone who comes into possession of a copy. This
7477 License will therefore apply, along with any applicable section
7478 7 additional terms, to the whole of the work, and all its parts,
7479 regardless of how they are packaged. This License gives no
7480 permission to license the work in any other way, but it does not
7481 invalidate such permission if you have separately received it.
7482 </para>
7483
7484 <para>
7485 d) If the work has interactive user interfaces, each must
7486 display Appropriate Legal Notices; however, if the Program has
7487 interactive interfaces that do not display Appropriate Legal
7488 Notices, your work need not make them do so.
7489 </para>
7490
7491 <para>
7492 A compilation of a covered work with other separate and
7493 independent works, which are not by their nature extensions of
7494 the covered work, and which are not combined with it such as to
7495 form a larger program, in or on a volume of a storage or
7496 distribution medium, is called an "aggregate" if the compilation
7497 and its resulting copyright are not used to limit the access or
7498 legal rights of the compilation's users beyond what the
7499 individual works permit. Inclusion of a covered work in an
7500 aggregate does not cause this License to apply to the other
7501 parts of the aggregate.
7502 </para>
7503
7504 <para>
7505 6. Conveying Non-Source Forms.
7506 </para>
7507
7508 <para>
7509 You may convey a covered work in object code form under the
7510 terms of sections 4 and 5, provided that you also convey the
7511 machine-readable Corresponding Source under the terms of this
7512 License, in one of these ways:
7513 </para>
7514
7515 <para>
7516 a) Convey the object code in, or embodied in, a physical product
7517 (including a physical distribution medium), accompanied by the
7518 Corresponding Source fixed on a durable physical medium
7519 customarily used for software interchange.
7520 </para>
7521
7522 <para>
7523 b) Convey the object code in, or embodied in, a physical product
7524 (including a physical distribution medium), accompanied by a
7525 written offer, valid for at least three years and valid for as
7526 long as you offer spare parts or customer support for that
7527 product model, to give anyone who possesses the object code
7528 either (1) a copy of the Corresponding Source for all the
7529 software in the product that is covered by this License, on a
7530 durable physical medium customarily used for software
7531 interchange, for a price no more than your reasonable cost of
7532 physically performing this conveying of source, or (2) access to
7533 copy the Corresponding Source from a network server at no
7534 charge.
7535 </para>
7536
7537 <para>
7538 c) Convey individual copies of the object code with a copy of
7539 the written offer to provide the Corresponding Source. This
7540 alternative is allowed only occasionally and noncommercially,
7541 and only if you received the object code with such an offer, in
7542 accord with subsection 6b.
7543 </para>
7544
7545 <para>
7546 d) Convey the object code by offering access from a designated
7547 place (gratis or for a charge), and offer equivalent access to
7548 the Corresponding Source in the same way through the same place
7549 at no further charge. You need not require recipients to copy
7550 the Corresponding Source along with the object code. If the
7551 place to copy the object code is a network server, the
7552 Corresponding Source may be on a different server (operated by
7553 you or a third party) that supports equivalent copying
7554 facilities, provided you maintain clear directions next to the
7555 object code saying where to find the Corresponding Source.
7556 Regardless of what server hosts the Corresponding Source, you
7557 remain obligated to ensure that it is available for as long as
7558 needed to satisfy these requirements.
7559 </para>
7560
7561 <para>
7562 e) Convey the object code using peer-to-peer transmission,
7563 provided you inform other peers where the object code and
7564 Corresponding Source of the work are being offered to the
7565 general public at no charge under subsection 6d.
7566 </para>
7567
7568 <para>
7569 A separable portion of the object code, whose source code is
7570 excluded from the Corresponding Source as a System Library, need
7571 not be included in conveying the object code work.
7572 </para>
7573
7574 <para>
7575 A "User Product" is either (1) a "consumer product", which means
7576 any tangible personal property which is normally used for
7577 personal, family, or household purposes, or (2) anything
7578 designed or sold for incorporation into a dwelling. In
7579 determining whether a product is a consumer product, doubtful
7580 cases shall be resolved in favor of coverage. For a particular
7581 product received by a particular user, "normally used" refers to
7582 a typical or common use of that class of product, regardless of
7583 the status of the particular user or of the way in which the
7584 particular user actually uses, or expects or is expected to use,
7585 the product. A product is a consumer product regardless of
7586 whether the product has substantial commercial, industrial or
7587 non-consumer uses, unless such uses represent the only
7588 significant mode of use of the product.
7589 </para>
7590
7591 <para>
7592 "Installation Information" for a User Product means any methods,
7593 procedures, authorization keys, or other information required to
7594 install and execute modified versions of a covered work in that
7595 User Product from a modified version of its Corresponding
7596 Source. The information must suffice to ensure that the
7597 continued functioning of the modified object code is in no case
7598 prevented or interfered with solely because modification has
7599 been made.
7600 </para>
7601
7602 <para>
7603 If you convey an object code work under this section in, or
7604 with, or specifically for use in, a User Product, and the
7605 conveying occurs as part of a transaction in which the right of
7606 possession and use of the User Product is transferred to the
7607 recipient in perpetuity or for a fixed term (regardless of how
7608 the transaction is characterized), the Corresponding Source
7609 conveyed under this section must be accompanied by the
7610 Installation Information. But this requirement does not apply
7611 if neither you nor any third party retains the ability to
7612 install modified object code on the User Product (for example,
7613 the work has been installed in ROM).
7614 </para>
7615
7616 <para>
7617 The requirement to provide Installation Information does not
7618 include a requirement to continue to provide support service,
7619 warranty, or updates for a work that has been modified or
7620 installed by the recipient, or for the User Product in which it
7621 has been modified or installed. Access to a network may be
7622 denied when the modification itself materially and adversely
7623 affects the operation of the network or violates the rules and
7624 protocols for communication across the network.
7625 </para>
7626
7627 <para>
7628 Corresponding Source conveyed, and Installation Information
7629 provided, in accord with this section must be in a format that
7630 is publicly documented (and with an implementation available to
7631 the public in source code form), and must require no special
7632 password or key for unpacking, reading or copying.
7633 </para>
7634
7635 <para>
7636 7. Additional Terms.
7637 </para>
7638
7639 <para>
7640 "Additional permissions" are terms that supplement the terms of
7641 this License by making exceptions from one or more of its
7642 conditions. Additional permissions that are applicable to the
7643 entire Program shall be treated as though they were included in
7644 this License, to the extent that they are valid under applicable
7645 law. If additional permissions apply only to part of the
7646 Program, that part may be used separately under those
7647 permissions, but the entire Program remains governed by this
7648 License without regard to the additional permissions.
7649 </para>
7650
7651 <para>
7652 When you convey a copy of a covered work, you may at your option
7653 remove any additional permissions from that copy, or from any
7654 part of it. (Additional permissions may be written to require
7655 their own removal in certain cases when you modify the work.)
7656 You may place additional permissions on material, added by you
7657 to a covered work, for which you have or can give appropriate
7658 copyright permission.
7659 </para>
7660
7661 <para>
7662 Notwithstanding any other provision of this License, for
7663 material you add to a covered work, you may (if authorized by
7664 the copyright holders of that material) supplement the terms of
7665 this License with terms:
7666 </para>
7667
7668 <para>
7669 a) Disclaiming warranty or limiting liability differently from
7670 the terms of sections 15 and 16 of this License; or
7671 </para>
7672
7673 <para>
7674 b) Requiring preservation of specified reasonable legal notices
7675 or author attributions in that material or in the Appropriate
7676 Legal Notices displayed by works containing it; or
7677 </para>
7678
7679 <para>
7680 c) Prohibiting misrepresentation of the origin of that material,
7681 or requiring that modified versions of such material be marked
7682 in reasonable ways as different from the original version; or
7683 </para>
7684
7685 <para>
7686 d) Limiting the use for publicity purposes of names of licensors
7687 or authors of the material; or
7688 </para>
7689
7690 <para>
7691 e) Declining to grant rights under trademark law for use of some
7692 trade names, trademarks, or service marks; or
7693 </para>
7694
7695 <para>
7696 f) Requiring indemnification of licensors and authors of that
7697 material by anyone who conveys the material (or modified
7698 versions of it) with contractual assumptions of liability to the
7699 recipient, for any liability that these contractual assumptions
7700 directly impose on those licensors and authors.
7701 </para>
7702
7703 <para>
7704 All other non-permissive additional terms are considered
7705 "further restrictions" within the meaning of section 10. If the
7706 Program as you received it, or any part of it, contains a notice
7707 stating that it is governed by this License along with a term
7708 that is a further restriction, you may remove that term. If a
7709 license document contains a further restriction but permits
7710 relicensing or conveying under this License, you may add to a
7711 covered work material governed by the terms of that license
7712 document, provided that the further restriction does not survive
7713 such relicensing or conveying.
7714 </para>
7715
7716 <para>
7717 If you add terms to a covered work in accord with this section,
7718 you must place, in the relevant source files, a statement of the
7719 additional terms that apply to those files, or a notice
7720 indicating where to find the applicable terms.
7721 </para>
7722
7723 <para>
7724 Additional terms, permissive or non-permissive, may be stated in
7725 the form of a separately written license, or stated as
7726 exceptions; the above requirements apply either way.
7727 </para>
7728
7729 <para>
7730 8. Termination.
7731 </para>
7732
7733 <para>
7734 You may not propagate or modify a covered work except as
7735 expressly provided under this License. Any attempt otherwise to
7736 propagate or modify it is void, and will automatically terminate
7737 your rights under this License (including any patent licenses
7738 granted under the third paragraph of section 11).
7739 </para>
7740
7741 <para>
7742 However, if you cease all violation of this License, then your
7743 license from a particular copyright holder is reinstated (a)
7744 provisionally, unless and until the copyright holder explicitly
7745 and finally terminates your license, and (b) permanently, if the
7746 copyright holder fails to notify you of the violation by some
7747 reasonable means prior to 60 days after the cessation.
7748 </para>
7749
7750 <para>
7751 Moreover, your license from a particular copyright holder is
7752 reinstated permanently if the copyright holder notifies you of
7753 the violation by some reasonable means, this is the first time
7754 you have received notice of violation of this License (for any
7755 work) from that copyright holder, and you cure the violation
7756 prior to 30 days after your receipt of the notice.
7757 </para>
7758
7759 <para>
7760 Termination of your rights under this section does not terminate
7761 the licenses of parties who have received copies or rights from
7762 you under this License. If your rights have been terminated and
7763 not permanently reinstated, you do not qualify to receive new
7764 licenses for the same material under section 10.
7765 </para>
7766
7767 <para>
7768 9. Acceptance Not Required for Having Copies.
7769 </para>
7770
7771 <para>
7772 You are not required to accept this License in order to receive
7773 or run a copy of the Program. Ancillary propagation of a
7774 covered work occurring solely as a consequence of using
7775 peer-to-peer transmission to receive a copy likewise does not
7776 require acceptance. However, nothing other than this License
7777 grants you permission to propagate or modify any covered work.
7778 These actions infringe copyright if you do not accept this
7779 License. Therefore, by modifying or propagating a covered work,
7780 you indicate your acceptance of this License to do so.
7781 </para>
7782
7783 <para>
7784 10. Automatic Licensing of Downstream Recipients.
7785 </para>
7786
7787 <para>
7788 Each time you convey a covered work, the recipient automatically
7789 receives a license from the original licensors, to run, modify
7790 and propagate that work, subject to this License. You are not
7791 responsible for enforcing compliance by third parties with this
7792 License.
7793 </para>
7794
7795 <para>
7796 An "entity transaction" is a transaction transferring control of
7797 an organization, or substantially all assets of one, or
7798 subdividing an organization, or merging organizations. If
7799 propagation of a covered work results from an entity
7800 transaction, each party to that transaction who receives a copy
7801 of the work also receives whatever licenses to the work the
7802 party's predecessor in interest had or could give under the
7803 previous paragraph, plus a right to possession of the
7804 Corresponding Source of the work from the predecessor in
7805 interest, if the predecessor has it or can get it with
7806 reasonable efforts.
7807 </para>
7808
7809 <para>
7810 You may not impose any further restrictions on the exercise of
7811 the rights granted or affirmed under this License. For example,
7812 you may not impose a license fee, royalty, or other charge for
7813 exercise of rights granted under this License, and you may not
7814 initiate litigation (including a cross-claim or counterclaim in
7815 a lawsuit) alleging that any patent claim is infringed by
7816 making, using, selling, offering for sale, or importing the
7817 Program or any portion of it.
7818 </para>
7819
7820 <para>
7821 11. Patents.
7822 </para>
7823
7824 <para>
7825 A "contributor" is a copyright holder who authorizes use under
7826 this License of the Program or a work on which the Program is
7827 based. The work thus licensed is called the contributor's
7828 "contributor version".
7829 </para>
7830
7831 <para>
7832 A contributor's "essential patent claims" are all patent claims
7833 owned or controlled by the contributor, whether already acquired
7834 or hereafter acquired, that would be infringed by some manner,
7835 permitted by this License, of making, using, or selling its
7836 contributor version, but do not include claims that would be
7837 infringed only as a consequence of further modification of the
7838 contributor version. For purposes of this definition, "control"
7839 includes the right to grant patent sublicenses in a manner
7840 consistent with the requirements of this License.
7841 </para>
7842
7843 <para>
7844 Each contributor grants you a non-exclusive, worldwide,
7845 royalty-free patent license under the contributor's essential
7846 patent claims, to make, use, sell, offer for sale, import and
7847 otherwise run, modify and propagate the contents of its
7848 contributor version.
7849 </para>
7850
7851 <para>
7852 In the following three paragraphs, a "patent license" is any
7853 express agreement or commitment, however denominated, not to
7854 enforce a patent (such as an express permission to practice a
7855 patent or covenant not to sue for patent infringement). To
7856 "grant" such a patent license to a party means to make such an
7857 agreement or commitment not to enforce a patent against the
7858 party.
7859 </para>
7860
7861 <para>
7862 If you convey a covered work, knowingly relying on a patent
7863 license, and the Corresponding Source of the work is not
7864 available for anyone to copy, free of charge and under the terms
7865 of this License, through a publicly available network server or
7866 other readily accessible means, then you must either (1) cause
7867 the Corresponding Source to be so available, or (2) arrange to
7868 deprive yourself of the benefit of the patent license for this
7869 particular work, or (3) arrange, in a manner consistent with the
7870 requirements of this License, to extend the patent license to
7871 downstream recipients. "Knowingly relying" means you have
7872 actual knowledge that, but for the patent license, your
7873 conveying the covered work in a country, or your recipient's use
7874 of the covered work in a country, would infringe one or more
7875 identifiable patents in that country that you have reason to
7876 believe are valid.
7877 </para>
7878
7879 <para>
7880 If, pursuant to or in connection with a single transaction or
7881 arrangement, you convey, or propagate by procuring conveyance
7882 of, a covered work, and grant a patent license to some of the
7883 parties receiving the covered work authorizing them to use,
7884 propagate, modify or convey a specific copy of the covered work,
7885 then the patent license you grant is automatically extended to
7886 all recipients of the covered work and works based on it.
7887 </para>
7888
7889 <para>
7890 A patent license is "discriminatory" if it does not include
7891 within the scope of its coverage, prohibits the exercise of, or
7892 is conditioned on the non-exercise of one or more of the rights
7893 that are specifically granted under this License. You may not
7894 convey a covered work if you are a party to an arrangement with
7895 a third party that is in the business of distributing software,
7896 under which you make payment to the third party based on the
7897 extent of your activity of conveying the work, and under which
7898 the third party grants, to any of the parties who would receive
7899 the covered work from you, a discriminatory patent license (a)
7900 in connection with copies of the covered work conveyed by you
7901 (or copies made from those copies), or (b) primarily for and in
7902 connection with specific products or compilations that contain
7903 the covered work, unless you entered into that arrangement, or
7904 that patent license was granted, prior to 28 March 2007.
7905 </para>
7906
7907 <para>
7908 Nothing in this License shall be construed as excluding or
7909 limiting any implied license or other defenses to infringement
7910 that may otherwise be available to you under applicable patent
7911 law.
7912 </para>
7913
7914 <para>
7915 12. No Surrender of Others' Freedom.
7916 </para>
7917
7918 <para>
7919 If conditions are imposed on you (whether by court order,
7920 agreement or otherwise) that contradict the conditions of this
7921 License, they do not excuse you from the conditions of this
7922 License. If you cannot convey a covered work so as to satisfy
7923 simultaneously your obligations under this License and any other
7924 pertinent obligations, then as a consequence you may not convey
7925 it at all. For example, if you agree to terms that obligate you
7926 to collect a royalty for further conveying from those to whom
7927 you convey the Program, the only way you could satisfy both
7928 those terms and this License would be to refrain entirely from
7929 conveying the Program.
7930 </para>
7931
7932 <para>
7933 13. Use with the GNU Affero General Public License.
7934 </para>
7935
7936 <para>
7937 Notwithstanding any other provision of this License, you have
7938 permission to link or combine any covered work with a work
7939 licensed under version 3 of the GNU Affero General Public
7940 License into a single combined work, and to convey the resulting
7941 work. The terms of this License will continue to apply to the
7942 part which is the covered work, but the special requirements of
7943 the GNU Affero General Public License, section 13, concerning
7944 interaction through a network will apply to the combination as
7945 such.
7946 </para>
7947
7948 <para>
7949 14. Revised Versions of this License.
7950 </para>
7951
7952 <para>
7953 The Free Software Foundation may publish revised and/or new
7954 versions of the GNU General Public License from time to time.
7955 Such new versions will be similar in spirit to the present
7956 version, but may differ in detail to address new problems or
7957 concerns.
7958 </para>
7959
7960 <para>
7961 Each version is given a distinguishing version number. If the
7962 Program specifies that a certain numbered version of the GNU
7963 General Public License "or any later version" applies to it, you
7964 have the option of following the terms and conditions either of
7965 that numbered version or of any later version published by the
7966 Free Software Foundation. If the Program does not specify a
7967 version number of the GNU General Public License, you may choose
7968 any version ever published by the Free Software Foundation.
7969 </para>
7970
7971 <para>
7972 If the Program specifies that a proxy can decide which future
7973 versions of the GNU General Public License can be used, that
7974 proxy's public statement of acceptance of a version permanently
7975 authorizes you to choose that version for the Program.
7976 </para>
7977
7978 <para>
7979 Later license versions may give you additional or different
7980 permissions. However, no additional obligations are imposed on
7981 any author or copyright holder as a result of your choosing to
7982 follow a later version.
7983 </para>
7984
7985 <para>
7986 15. Disclaimer of Warranty.
7987 </para>
7988
7989 <para>
7990 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
7991 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
7992 COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS
7993 IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
7994 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7995 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
7996 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS
7997 WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE
7998 COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
7999 </para>
8000
8001 <para>
8002 16. Limitation of Liability.
8003 </para>
8004
8005 <para>
8006 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
8007 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO
8008 MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE
8009 LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
8010 INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
8011 INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
8012 OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
8013 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH
8014 ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
8015 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
8016 </para>
8017
8018 <para>
8019 17. Interpretation of Sections 15 and 16.
8020 </para>
8021
8022 <para>
8023 If the disclaimer of warranty and limitation of liability
8024 provided above cannot be given local legal effect according to
8025 their terms, reviewing courts shall apply local law that most
8026 closely approximates an absolute waiver of all civil liability
8027 in connection with the Program, unless a warranty or assumption
8028 of liability accompanies a copy of the Program in return for a
8029 fee.
8030 </para>
8031
8032 <para>
8033 Bison Exception
8034 </para>
8035
8036 <para>
8037 As a special exception, you may create a larger work that
8038 contains part or all of the Bison parser skeleton and distribute
8039 that work under terms of your choice, so long as that work isn't
8040 itself a parser generator using the skeleton or a modified
8041 version thereof as a parser skeleton. Alternatively, if you
8042 modify or redistribute the parser skeleton itself, you may (at
8043 your option) remove this special exception, which will cause the
8044 skeleton and the resulting Bison output files to be licensed
8045 under the GNU General Public License without this special
8046 exception.
8047 </para>
8048
8049 <para>
8050 This special exception was added by the Free Software Foundation
8051 in version 2.2 of Bison.
8052 </para>
8053 <para>
8054 END OF TERMS AND CONDITIONS
8055 </para>
8056
8057 </sect2>
8058
8059 <sect2 id="licWix-Toolset">
8060
8061 <title>WiX Toolset License</title>
8062
8063 <para>
8064 The WiX toolset is released under the Microsoft Reciprocal
8065 License (MS-RL). A reciprocal license is used to ensure that
8066 others who build on the effort of the WiX community give back to
8067 the WiX community. Specifically the license requires that fixes
8068 and improvements to the WiX toolset must be published using the
8069 same license.
8070 </para>
8071
8072 <para>
8073 Sometimes the reciprocal license is incorrectly interpreted to
8074 also apply to bundles, packages, and custom actions built using
8075 the WiX toolset. The Outercurve Foundation has previously
8076 provided this statement below to clarify which now the .NET
8077 Foundation reaffirms:
8078 </para>
8079
8080 <blockquote>
8081 <para>
8082 The WiX toolset (WiX) is licensed under the Microsoft
8083 Reciprocal License (MS-RL). The MS-RL governs the distribution
8084 of the software licensed under it, as well as derivative
8085 works, and incorporates the definition of a derivative work
8086 provided in U.S. copyright law. OuterCurve Foundation (and the
8087 .NET Foundation) does not view the installer packages
8088 generated by WiX as falling within the definition of a
8089 derivative work, merely because they are produced using WiX.
8090 Thus, the installer packages generated by WiX will normally
8091 fall outside the scope of the MS-RL, and any of your source
8092 code, binaries, libraries, routines or other software
8093 components that are incorporated in installer packages
8094 generated by WiX can be governed by other licensing terms.
8095 </para>
8096 </blockquote>
8097
8098 <para>
8099 The full text of the MS-RL license is reproduced below. It can
8100 also be found in the LICENSE.TXT file included with the source
8101 code.
8102 </para>
8103
8104 <para>
8105 Microsoft Reciprocal License (MS-RL)
8106 </para>
8107
8108 <para>
8109 This license governs use of the accompanying software. If you
8110 use the software, you accept this license. If you do not accept
8111 the license, do not use the software.
8112 </para>
8113
8114 <orderedlist>
8115
8116 <listitem>
8117 <para>
8118 Definitions.
8119 </para>
8120
8121 <para>
8122 The terms "reproduce," "reproduction," "derivative works,"
8123 and "distribution" have the same meaning here as under U.S.
8124 copyright law. A "contribution" is the original software,
8125 or any additions or changes to the software. A
8126 "contributor" is any person that distributes its
8127 contribution under this license. "Licensed patents" are a
8128 contributor's patent claims that read directly on its
8129 contribution. disclaimer.
8130 </para>
8131 </listitem>
8132
8133 <listitem>
8134 <para>
8135 Grant of Rights
8136 </para>
8137
8138 <orderedlist>
8139
8140 <listitem>
8141 <para>
8142 Copyright Grant- Subject to the terms of this license,
8143 including the license conditions and limitations in
8144 section 3, each contributor grants you a
8145 non-exclusive, worldwide, royalty-free copyright
8146 license to reproduce its contribution, prepare
8147 derivative works of its contribution, and distribute
8148 its contribution or any derivative works that you
8149 create.
8150 </para>
8151 </listitem>
8152
8153 <listitem>
8154 <para>
8155 Patent Grant- Subject to the terms of this license,
8156 including the license conditions and limitations in
8157 section 3, each contributor grants you a
8158 non-exclusive, worldwide, royalty-free license under
8159 its licensed patents to make, have made, use, sell,
8160 offer for sale, import, and/or otherwise dispose of
8161 its contribution in the software or derivative works
8162 of the contribution in the software.
8163 </para>
8164 </listitem>
8165
8166 </orderedlist>
8167
8168 </listitem>
8169
8170 <listitem>
8171 <para>
8172 Conditions and Limitations
8173 </para>
8174
8175 <orderedlist>
8176
8177 <listitem>
8178 <para>
8179 Reciprocal Grants- For any file you distribute that
8180 contains code from the software (in source code or
8181 binary format), you must provide recipients the source
8182 code to that file along with a copy of this license,
8183 which license will govern that file. You may license
8184 other files that are entirely your own work and do not
8185 contain code from the software under any terms you
8186 choose.
8187 </para>
8188 </listitem>
8189
8190 <listitem>
8191 <para>
8192 No Trademark License- This license does not grant you
8193 rights to use any contributors' name, logo, or
8194 trademarks.
8195 </para>
8196 </listitem>
8197
8198 <listitem>
8199 <para>
8200 If you bring a patent claim against any contributor
8201 over patents that you claim are infringed by the
8202 software, your patent license from such contributor to
8203 the software ends automatically.
8204 </para>
8205 </listitem>
8206
8207 <listitem>
8208 <para>
8209 If you distribute any portion of the software, you
8210 must retain all copyright, patent, trademark, and
8211 attribution notices that are present in the software.
8212 </para>
8213 </listitem>
8214
8215 <listitem>
8216 <para>
8217 If you distribute any portion of the software in
8218 source code form, you may do so only under this
8219 license by including a complete copy of this license
8220 with your distribution. If you distribute any portion
8221 of the software in compiled or object code form, you
8222 may only do so under a license that complies with this
8223 license.
8224 </para>
8225 </listitem>
8226
8227 <listitem>
8228 <para>
8229 The software is licensed "as-is." You bear the risk of
8230 using it. The contributors give no express warranties,
8231 guarantees or conditions. You may have additional
8232 consumer rights under your local laws which this
8233 license cannot change. To the extent permitted under
8234 your local laws, the contributors exclude the implied
8235 warranties of merchantability, fitness for a
8236 particular purpose and non-infringement.
8237 </para>
8238 </listitem>
8239
8240 </orderedlist>
8241
8242 </listitem>
8243
8244 </orderedlist>
8245
8246 </sect2>
8247
8248 <sect2 id="licXFree86">
8249
8250 <title>XFree86 License (variant 1)</title>
8251
8252 <para>
8253 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights
8254 Reserved.
8255 </para>
8256
8257 <para>
8258 Permission is hereby granted, free of charge, to any person
8259 obtaining a copy of this software and associated documentation
8260 files (the "Software"), to deal in the Software without
8261 restriction, including without limitation the rights to use,
8262 copy, modify, merge, publish, distribute, sublicense, and/or
8263 sell copies of the Software, and to permit persons to whom the
8264 Software is furnished to do so, subject to the following
8265 conditions:
8266 </para>
8267
8268 <para>
8269 The above copyright notice and this permission notice shall be
8270 included in all copies or substantial portions of the Software.
8271 </para>
8272
8273 <para>
8274 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8275 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
8276 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
8277 NONINFRINGEMENT. IN NO EVENT SHALL THE XFREE86 PROJECT BE
8278 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
8279 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
8280 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
8281 IN THE SOFTWARE.
8282 </para>
8283
8284 <para>
8285 Except as contained in this notice, the name of the XFree86
8286 Project shall not be used in advertising or otherwise to promote
8287 the sale, use or other dealings in this Software without prior
8288 written authorization from the XFree86 Project.
8289 </para>
8290
8291 </sect2>
8292
8293 <sect2 id="licXFree86-v2">
8294
8295 <title>XFree86 License (variant 2)</title>
8296
8297 <para>
8298 Copyright 1997 by The XFree86 Project, Inc.
8299 </para>
8300
8301 <para>
8302 Permission to use, copy, modify, distribute, and sell this
8303 software and its documentation for any purpose is hereby granted
8304 without fee, provided that the above copyright notice appear in
8305 all copies and that both that copyright notice and this
8306 permission notice appear in supporting documentation, and that
8307 the name of the XFree86 Project, Inc. not be used in
8308 advertising or publicity pertaining to distribution of the
8309 software without specific, written prior permission. The
8310 Xfree86 Project, Inc. makes no representations about the
8311 suitability of this software for any purpose. It is provided
8312 "as is" without express or implied warranty.
8313 </para>
8314
8315 <para>
8316 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
8317 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
8318 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI
8319 OR DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
8320 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
8321 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
8322 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
8323 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8324 </para>
8325
8326 </sect2>
8327
8328 <sect2 id="licCereal">
8329
8330 <title>Cereal License</title>
8331
8332 <para>
8333 Copyright (c) 2013-2022, Randolph Voorhies, Shane Grant
8334 All rights reserved.
8335 </para>
8336
8337 <para>
8338 Redistribution and use in source and binary forms, with or without
8339 modification, are permitted provided that the following conditions are met:
8340 </para>
8341
8342 <itemizedlist>
8343
8344 <listitem>
8345 <para>
8346 Redistributions of source code must retain the above
8347 copyright notice, this list of conditions and the following
8348 disclaimer.
8349 </para>
8350 </listitem>
8351
8352 <listitem>
8353 <para>
8354 Redistributions in binary form must reproduce the above
8355 copyright notice, this list of conditions and the following
8356 disclaimer in the documentation and/or other materials
8357 provided with the distribution.
8358 </para>
8359 </listitem>
8360
8361 <listitem>
8362 <para>
8363 Neither the name of the copyright holder nor the names of
8364 its contributors may be used to endorse or promote products
8365 derived from this software without specific prior written
8366 permission.
8367 </para>
8368 </listitem>
8369
8370 </itemizedlist>
8371
8372 <para>
8373 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
8374 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
8375 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
8376 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
8377 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
8378 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8379 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
8380 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
8381 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
8382 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
8383 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
8384 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
8385 THE POSSIBILITY OF SUCH DAMAGE.
8386 </para>
8387
8388 </sect2>
8389
8390 <sect2 id="licX-KeithPackard1">
8391
8392 <title>Keith Packard License</title>
8393
8394 <para>
8395 Copyright (c) 2001, 2003 Keith Packard
8396 </para>
8397
8398 <para>
8399 Permission to use, copy, modify, distribute, and sell this
8400 software and its documentation for any purpose is hereby granted
8401 without fee, provided that the above copyright notice appear in
8402 all copies and that both that copyright notice and this
8403 permission notice appear in supporting documentation, and that
8404 the name of Keith Packard not be used in advertising or
8405 publicity pertaining to distribution of the software without
8406 specific, written prior permission. Keith Packard makes no
8407 representations about the suitability of this software for any
8408 purpose. It is provided "as is" without express or implied
8409 warranty.
8410 </para>
8411
8412 <para>
8413 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
8414 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8415 AND FITNESS, IN NO EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY
8416 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
8417 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
8418 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
8419 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
8420 THIS SOFTWARE.
8421 </para>
8422
8423 </sect2>
8424
8425 <sect2 id="licX-DRI2">
8426
8427 <title>X Direct Rendering Infrastructure (DRI) 2 Extension License</title>
8428
8429 <para>
8430 Copyright (c) 2007 Red Hat, Inc.
8431 </para>
8432
8433 <para>
8434 Permission is hereby granted, free of charge, to any person
8435 obtaining a copy of this software and associated documentation
8436 files (the "Software"), to deal in the Software without
8437 restriction, including without limitation the rights to use,
8438 copy, modify, merge, publish, distribute, and/or sell copies of
8439 the Software, and to permit persons to whom the Software is
8440 furnished to do so, provided that the above copyright notice(s)
8441 and this permission notice appear in all copies of the Soft-
8442 ware and that both the above copyright notice(s) and this
8443 permission notice appear in supporting documentation.
8444 </para>
8445
8446 <para>
8447 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8448 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
8449 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
8450 NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
8451 COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
8452 FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
8453 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
8454 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
8455 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
8456 USE OR PERFORMANCE OF THIS SOFTWARE.
8457 </para>
8458
8459 <para>
8460 Except as contained in this notice, the name of a copyright
8461 holder shall not be used in advertising or otherwise to promote
8462 the sale, use or other dealings in this Software without prior
8463 written authorization of the copyright holder.
8464 </para>
8465
8466 <para>
8467 Authors:
8468 Kristian Høgsberg (krh@redhat.com)
8469 </para>
8470
8471 </sect2>
8472
8473 <sect2 id="licX-NCD-DEC">
8474
8475 <title>Network Computing Devices and DEC License</title>
8476
8477 <para>
8478 Copyright 1990, 1991 Network Computing Devices; Portions
8479 Copyright 1987 by Digital Equipment Corporation
8480 </para>
8481
8482 <para>
8483 Permission to use, copy, modify, distribute, and sell this
8484 software and its documentation for any purpose is hereby granted
8485 without fee, provided that the above copyright notice appear in
8486 all copies and that both that copyright notice and this
8487 permission notice appear in supporting documentation, and that
8488 the names of Network Computing Devices or Digital not be used in
8489 advertising or publicity pertaining to distribution of the
8490 software without specific, written prior permission. Network
8491 Computing Devices and Digital make no representations about the
8492 suitability of this software for any purpose. It is provided
8493 "as is" without express or implied warranty.
8494 </para>
8495
8496 <para>
8497 NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES
8498 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
8499 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK
8500 COMPUTING DEVICES OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
8501 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
8502 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
8503 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
8504 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8505 </para>
8506
8507 </sect2>
8508
8509 <sect2 id="licMIT-OpenGroup">
8510
8511 <title>MIT Open Group Variant License</title>
8512
8513 <para>
8514 Copyright 1989, 1990, 1991, 1998 The Open Group
8515 </para>
8516
8517 <para>
8518 Permission to use, copy, modify, distribute, and sell this
8519 software and its documentation for any purpose is hereby granted
8520 without fee, provided that the above copyright notice appear in
8521 all copies and that both that copyright notice and this
8522 permission notice appear in supporting documentation.
8523 </para>
8524
8525 <para>
8526 The above copyright notice and this permission notice shall be
8527 included in all copies or substantial portions of the Software.
8528 </para>
8529
8530 <para>
8531 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8532 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
8533 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
8534 NONINFRINGEMENT. IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR
8535 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
8536 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8537 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8538 SOFTWARE.
8539 </para>
8540
8541 <para>
8542 Except as contained in this notice, the name of The Open Group
8543 shall not be used in advertising or otherwise to promote the
8544 sale, use or other dealings in this Software without prior
8545 written authorization from The Open Group.
8546 </para>
8547
8548 </sect2>
8549
8550 <sect2 id="licX-DEC1">
8551
8552 <title>Digital Equipment Corporation License (variant 1)</title>
8553
8554 <para>
8555 Copyright 1987 by Digital Equipment Corporation, Maynard,
8556 Massachusetts. All Rights Reserved
8557 </para>
8558
8559 <para>
8560 Permission to use, copy, modify, and distribute this software
8561 and its documentation for any purpose and without fee is hereby
8562 granted, provided that the above copyright notice appear in all
8563 copies and that both that copyright notice and this permission
8564 notice appear in supporting documentation, and that the name of
8565 Digital not be used in advertising or publicity pertaining to
8566 distribution of the software without specific, written prior
8567 permission.
8568 </para>
8569
8570 <para>
8571 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
8572 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
8573 IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
8574 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
8575 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
8576 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
8577 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8578 </para>
8579
8580 </sect2>
8581
8582 <sect2 id="licX-DEC2">
8583
8584 <title>Digital Equipment Corporation License (variant 2)</title>
8585
8586 <para>
8587 Copyright (c) 1996 Digital Equipment Corporation, Maynard,
8588 Massachusetts.
8589 </para>
8590
8591 <para>
8592 Permission is hereby granted, free of charge, to any person
8593 obtaining a copy of this software and associated documentation
8594 files (the "Software"), to deal in the Software without
8595 restriction, including without limitation the rights to use,
8596 copy, modify, merge, publish, distribute, sublicense, and/or
8597 sell copies of the Software.
8598 </para>
8599
8600 <para>
8601 The above copyright notice and this permission notice shall be included in
8602 all copies or substantial portions of the Software.
8603 </para>
8604
8605 <para>
8606 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8607 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
8608 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
8609 NONINFRINGEMENT. IN NO EVENT SHALL DIGITAL EQUIPMENT
8610 CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, BUT NOT
8611 LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER
8612 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
8613 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
8614 USE OR OTHER DEALINGS IN THE SOFTWARE.
8615 </para>
8616
8617 <para>
8618 Except as contained in this notice, the name of Digital
8619 Equipment Corporation shall not be used in advertising or
8620 otherwise to promote the sale, use or other dealings in this
8621 Software without prior written authorization from Digital
8622 Equipment Corporation.
8623 </para>
8624
8625 </sect2>
8626
8627 <sect2 id="licX-DEC3">
8628
8629 <title>Digital Equipment Corporation License (variant 3)</title>
8630
8631 <para>
8632 Copyright 1997 Digital Equipment Corporation. All rights
8633 reserved.
8634 </para>
8635
8636 <para>
8637 This software is furnished under license and may be used and
8638 copied only in accordance with the following terms and
8639 conditions. Subject to these conditions, you may download,
8640 copy, install, use, modify and distribute this software in
8641 source and/or binary form. No title or ownership is transferred
8642 hereby.
8643 </para>
8644
8645 <para>
8646 1) Any source code used, modified or distributed must reproduce
8647 and retain this copyright notice and list of conditions as they
8648 appear in the source file.
8649 </para>
8650
8651 <para>
8652 2) No right is granted to use any trade name, trademark, or logo
8653 of Digital Equipment Corporation. Neither the "Digital Equipment
8654 Corporation" name nor any trademark or logo of Digital Equipment
8655 Corporation may be used to endorse or promote products derived
8656 from this software without the prior written permission of
8657 Digital Equipment Corporation.
8658 </para>
8659
8660 <para>
8661 3) This software is provided "AS-IS" and any express or implied
8662 warranties, including but not limited to, any implied warranties
8663 of merchantability, fitness for a particular purpose, or
8664 non-infringement are disclaimed. In no event shall DIGITAL be
8665 liable for any damages whatsoever, and in particular, DIGITAL
8666 shall not be liable for special, indirect, consequential, or
8667 incidental damages or damages for lost profits, loss of revenue
8668 or loss of use, whether such damages arise in contract,
8669 negligence, tort, under statute, in equity, at law or otherwise,
8670 even if advised of the possibility of such damage.
8671 </para>
8672
8673 </sect2>
8674
8675 <sect2 id="licX-DEC-Quarterdeck">
8676
8677 <title>Digital Equipment Corporation and QuarterDeck Office Systems License</title>
8678
8679 <para>
8680 Copyright 1987 by Digital Equipment Corporation, Maynard,
8681 Massachusetts, Copyright 1994 Quarterdeck Office Systems. All
8682 Rights Reserved
8683 </para>
8684
8685 <para>
8686 Permission to use, copy, modify, and distribute this software
8687 and its documentation for any purpose and without fee is hereby
8688 granted, provided that the above copyright notice appear in all
8689 copies and that both that copyright notice and this permission
8690 notice appear in supporting documentation, and that the names of
8691 Digital and Quarterdeck not be used in advertising or publicity
8692 pertaining to distribution of the software without specific,
8693 written prior permission.
8694 </para>
8695
8696 <para>
8697 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
8698 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
8699 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
8700 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
8701 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
8702 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
8703 OR PERFORMANCE OF THIS SOFTWARE.
8704 </para>
8705
8706 </sect2>
8707
8708 <sect2 id="licX-HP1">
8709
8710 <title>Hewlett-Packard License (variant 1)</title>
8711
8712 <para>
8713 Copyright 1989 by Hewlett-Packard Company, Palo Alto,
8714 California.
8715 </para>
8716
8717 <para>
8718 Permission to use, copy, modify, and distribute this software
8719 and its documentation for any purpose and without fee is hereby
8720 granted, provided that the above copyright notice appear in all
8721 copies and that both that copyright notice and this permission
8722 notice appear in supporting documentation, and that the name of
8723 Hewlett-Packard not be used in advertising or publicity
8724 pertaining to distribution of the software without specific,
8725 written prior permission.
8726 </para>
8727
8728 <para>
8729 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
8730 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8731 AND FITNESS, IN NO EVENT SHALL HEWLETT-PACKARD BE LIABLE FOR ANY
8732 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
8733 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
8734 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
8735 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
8736 THIS SOFTWARE.
8737 </para>
8738
8739 </sect2>
8740
8741 <sect2 id="licX-HP2">
8742
8743 <title>Hewlett-Packard License (variant 2)</title>
8744
8745 <para>
8746 Copyright (c) 1994, 1995 Hewlett-Packard Company
8747 </para>
8748
8749 <para>
8750 Permission is hereby granted, free of charge, to any person
8751 obtaining a copy of this software and associated documentation
8752 files (the "Software"), to deal in the Software without
8753 restriction, including without limitation the rights to use,
8754 copy, modify, merge, publish, distribute, sublicense, and/or
8755 sell copies of the Software, and to permit persons to whom the
8756 Software is furnished to do so, subject to the following
8757 conditions:
8758 </para>
8759
8760 <para>
8761 The above copyright notice and this permission notice shall be
8762 included in all copies or substantial portions of the Software.
8763 </para>
8764
8765 <para>
8766 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8767 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
8768 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
8769 NONINFRINGEMENT. IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE
8770 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
8771 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
8772 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8773 THE SOFTWARE.
8774 </para>
8775
8776 <para>
8777 Except as contained in this notice, the name of the
8778 Hewlett-Packard Company shall not be used in advertising or
8779 otherwise to promote the sale, use or other dealings in this
8780 Software without prior written authorization from the
8781 Hewlett-Packard Company.
8782 </para>
8783
8784 </sect2>
8785
8786 <sect2 id="licX-HP3">
8787
8788 <title>Hewlett-Packard License (variant 3)</title>
8789
8790 <para>
8791 Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation
8792 </para>
8793
8794 <para>
8795 Permission to use, copy, modify, and distribute this software
8796 and its documentation for any purpose and without fee is hereby
8797 granted, provided that the above copyright notice appear in all
8798 copies and that both that copyright notice and this permission
8799 notice appear in supporting documentation, and that the name of
8800 Hewlett-Packard not be used in advertising or publicity
8801 pertaining to distribution of the software without specific,
8802 written prior permission.
8803 </para>
8804
8805 <para>
8806 Hewlett-Packard makes no representations about the
8807 suitability of this software for any purpose. It is provided
8808 "as is" without express or implied warranty.
8809 </para>
8810
8811 <para>
8812 This software is not subject to any license of the American
8813 Telephone and Telegraph Company or of the Regents of the
8814 University of California.
8815 </para>
8816
8817 </sect2>
8818
8819 <sect2 id="licX-HP4">
8820
8821 <title>Hewlett-Packard License (variant 4)</title>
8822
8823 <para>
8824 Copyright 1987 by Apollo Computer Inc., Chelmsford,
8825 Massachusetts.; Copyright 1989 by Hewlett-Packard Company. All
8826 Rights Reserved
8827 </para>
8828
8829 <para>
8830 Permission to use, duplicate, change, and distribute this
8831 software and its documentation for any purpose and without fee
8832 is granted, provided that the above copyright notice appear in
8833 such copy and that this copyright notice appear in all
8834 supporting documentation, and that the names of Apollo Computer
8835 Inc., the Hewlett-Packard Company, or the X Consortium not be
8836 used in advertising or publicity pertaining to distribution of
8837 the software without written prior permission.
8838 </para>
8839
8840 <para>
8841 HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD TO
8842 THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
8843 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
8844 PURPOSE. Hewlett-Packard shall not be liable for errors
8845 contained herein or direct, indirect, special, incidental or
8846 consequential damages in connection with the furnishing,
8847 performance, or use of this material.
8848 </para>
8849
8850 </sect2>
8851
8852 <sect2 id="licX-SGI">
8853
8854 <title>Silicon Graphics License</title>
8855
8856 <para>
8857 Copyright (c) 1993, 1997 by Silicon Graphics Computer Systems,
8858 Inc.
8859 </para>
8860
8861 <para>
8862 Permission to use, copy, modify, and distribute this software
8863 and its documentation for any purpose and without fee is hereby
8864 granted, provided that the above copyright notice appear in all
8865 copies and that both that copyright notice and this permission
8866 notice appear in supporting documentation, and that the name of
8867 Silicon Graphics not be used in advertising or publicity
8868 pertaining to distribution of the software without specific
8869 prior written permission. Silicon Graphics makes no
8870 representation about the suitability of this software for any
8871 purpose. It is provided "as is" without any express or implied
8872 warranty.
8873 </para>
8874
8875 <para>
8876 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
8877 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8878 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
8879 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
8880 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
8881 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
8882 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
8883 USE OR PERFORMANCE OF THIS SOFTWARE.
8884 </para>
8885
8886 </sect2>
8887
8888 <sect2 id="licX-RandR">
8889
8890 <title>X Resize and Rotate Extension (RandR) License</title>
8891
8892 <para>
8893 Copyright (c) 2000 Compaq Computer Corporation; Copyright (c)
8894 2002 Hewlett-Packard Company; Copyright (c) 2006 Intel
8895 Corporation; Copyright (c) 2008 Red Hat, Inc.
8896 </para>
8897
8898 <para>
8899 Permission to use, copy, modify, distribute, and sell this
8900 software and its documentation for any purpose is hereby granted
8901 without fee, provided that the above copyright notice appear in
8902 all copies and that both that copyright notice and this
8903 permission notice appear in supporting documentation, and that
8904 the name of the copyright holders not be used in advertising or
8905 publicity pertaining to distribution of the software without
8906 specific, written prior permission. The copyright holders make
8907 no representations about the suitability of this software for
8908 any purpose. It is provided "as is" without express or implied
8909 warranty.
8910 </para>
8911
8912 <para>
8913 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO
8914 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
8915 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE COPYRIGHT
8916 HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
8917 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
8918 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
8919 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
8920 USE OR PERFORMANCE OF THIS SOFTWARE.
8921 </para>
8922
8923 </sect2>
8924
8925 <sect2 id="licX-SuSE">
8926
8927 <title>SuSE License</title>
8928
8929 <para>
8930 Copyright (c) 2000 SuSE, Inc.
8931 </para>
8932
8933 <para>
8934 Permission to use, copy, modify, distribute, and sell this
8935 software and its documentation for any purpose is hereby granted
8936 without fee, provided that the above copyright notice appear in
8937 all copies and that both that copyright notice and this
8938 permission notice appear in supporting documentation, and that
8939 the name of SuSE not be used in advertising or publicity
8940 pertaining to distribution of the software without specific,
8941 written prior permission. SuSE makes no representations about
8942 the suitability of this software for any purpose. It is
8943 provided "as is" without express or implied warranty.
8944 </para>
8945
8946 <para>
8947 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
8948 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
8949 IN NO EVENT SHALL SuSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
8950 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
8951 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
8952 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
8953 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8954 </para>
8955
8956 </sect2>
8957
8958 <sect2 id="licX-NCD1">
8959
8960 <title>Network Computing Devices (NCD) License (variant 1)</title>
8961
8962 <para>
8963 Copyright 1992 Network Computing Devices; Portions
8964 </para>
8965
8966 <para>
8967 Permission to use, copy, modify, distribute, and sell this
8968 software and its documentation for any purpose is hereby granted
8969 without fee, provided that the above copyright notice appear in
8970 all copies and that both that copyright notice and this
8971 permission notice appear in supporting documentation, and that
8972 the name of NCD. not be used in advertising or publicity
8973 pertaining to distribution of the software without specific,
8974 written prior permission. NCD. makes no representations about
8975 the suitability of this software for any purpose. It is
8976 provided "as is" without express or implied warranty.
8977 </para>
8978
8979 <para>
8980 NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
8981 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
8982 IN NO EVENT SHALL NCD. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
8983 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
8984 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
8985 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
8986 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8987 </para>
8988
8989 </sect2>
8990
8991 <sect2 id="licX-NCD2">
8992
8993 <title>Network Computing Devices (NCD) License (variant 2)</title>
8994
8995 <para>
8996 Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc.
8997 </para>
8998
8999 <para>
9000 Permission to use, copy, modify, distribute, and sell this
9001 software and its documentation for any purpose is hereby granted
9002 without fee, provided that the above copyright notice appear in
9003 all copies and that both that copyright notice and this
9004 permission notice appear in supporting documentation, and that
9005 the name Network Computing Devices, Inc. not be used in
9006 advertising or publicity pertaining to distribution of this
9007 software without specific, written prior permission.
9008 </para>
9009
9010 <para>
9011 THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES,
9012 INC., DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
9013 INCLUDING WITHOUT LIMITATION ALL IMPLIED WARRANTIES OF
9014 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
9015 NONINFRINGEMENT. IN NO EVENT SHALL NETWORK COMPUTING DEVICES,
9016 INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING SPECIAL,
9017 INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE,
9018 DATA, OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF,
9019 AND REGARDLESS OF WHETHER IN AN ACTION IN CONTRACT, TORT OR
9020 NEGLIGENCE, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
9021 PERFORMANCE OF THIS SOFTWARE.
9022 </para>
9023
9024 </sect2>
9025
9026 <sect2 id="licX-NCD3">
9027
9028 <title>Network Computing Devices (NCD) License (variant 3)</title>
9029
9030 <para>
9031 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
9032 </para>
9033
9034 <para>
9035 Permission to use, copy, modify, and distribute this software
9036 and its documentation for any purpose and without fee is hereby
9037 granted, provided that the above copyright notice appear in all
9038 copies and that both that copyright notice and this permission
9039 notice appear in supporting documentation, and that the name of
9040 N.C.D. not be used in advertising or publicity pertaining to
9041 distribution of the software without specific, written prior
9042 permission. N.C.D. makes no representations about the
9043 suitability of this software for any purpose. It is provided
9044 "as is" without express or implied warranty.
9045 </para>
9046
9047 </sect2>
9048
9049 <sect2 id="licX-DEC-Olivetti">
9050
9051 <title>Digital Equipment Corporation and Olivetti Research Limited License</title>
9052
9053 <para>
9054 Copyright 1991,1993 by Digital Equipment Corporation, Maynard,
9055 Massachusetts, and Olivetti Research Limited, Cambridge,
9056 England. All Rights Reserved
9057 </para>
9058
9059 <para>
9060 Permission to use, copy, modify, and distribute this software
9061 and its documentation for any purpose and without fee is hereby
9062 granted, provided that the above copyright notice appear in all
9063 copies and that both that copyright notice and this permission
9064 notice appear in supporting documentation, and that the names of
9065 Digital or Olivetti not be used in advertising or publicity
9066 pertaining to distribution of the software without specific,
9067 written prior permission.
9068 </para>
9069
9070 <para>
9071 DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
9072 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9073 AND FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL,
9074 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
9075 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
9076 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
9077 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
9078 SOFTWARE.
9079 </para>
9080
9081 </sect2>
9082
9083 <sect2 id="licX11-Multi-party">
9084
9085 <title>X Consortium, DEC, Intergraph, Silicon Graphics, and Hewlett-Packard License</title>
9086
9087 <para>
9088 Copyright (c) 1989 X Consortium, Inc. and Digital Equipment
9089 Corporation.; Copyright (c) 1992 X Consortium, Inc. and
9090 Intergraph Corporation.; Copyright (c) 1993 X Consortium, Inc.
9091 and Silicon Graphics, Inc.; Copyright (c) 1994, 1995 X
9092 Consortium, Inc. and Hewlett-Packard Company.
9093 </para>
9094
9095 <para>
9096 Permission to use, copy, modify, and distribute this
9097 documentation for any purpose and without fee is hereby granted,
9098 provided that the above copyright notice and this permission
9099 notice appear in all copies. Digital Equipment Corporation,
9100 Intergraph Corporation, Silicon Graphics, Hewlett-Packard, and
9101 the X Consortium make no representations about the suitability
9102 for any purpose of the information in this document. This
9103 documentation is provided ``as is'' without express or implied
9104 warranty.
9105 </para>
9106
9107 </sect2>
9108
9109 <sect2 id="licX-Sun">
9110
9111 <title>Sun Microsystems License</title>
9112
9113 <para>
9114 Copyright 2007, 2008, 2009 Sun Microsystems, Inc. All rights
9115 reserved.
9116 </para>
9117
9118 <para>
9119 Permission is hereby granted, free of charge, to any person
9120 obtaining a copy of this software and associated documentation
9121 files (the "Software"), to deal in the Software without
9122 restriction, including without limitation the rights to use,
9123 copy, modify, merge, publish, distribute, and/or sell copies of
9124 the Software, and to permit persons to whom the Software is
9125 furnished to do so, provided that the above copyright notice(s)
9126 and this permission notice appear in all copies of the Software
9127 and that both the above copyright notice(s) and this permission
9128 notice appear in supporting documentation.
9129 </para>
9130
9131 <para>
9132 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9133 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9134 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9135 NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
9136 COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
9137 FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
9138 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
9139 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
9140 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
9141 PERFORMANCE OF THIS SOFTWARE.
9142 </para>
9143
9144 <para>
9145 Except as contained in this notice, the name of a copyright
9146 holder shall not be used in advertising or otherwise to promote
9147 the sale, use or other dealings in this Software without prior
9148 written authorization of the copyright holder.
9149 </para>
9150
9151 </sect2>
9152
9153 <sect2 id="licX-Pardines-Kettenis">
9154
9155 <title>X libpciaccess Library License</title>
9156
9157 <para>
9158 Copyright (c) 2008 Juan Romero Pardines; Copyright (c) 2008 Mark Kettenis
9159 </para>
9160
9161 <para>
9162 Permission to use, copy, modify, and distribute this software
9163 for any purpose with or without fee is hereby granted, provided
9164 that the above copyright notice and this permission notice
9165 appear in all copies.
9166 </para>
9167
9168 <para>
9169 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
9170 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
9171 WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
9172 AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
9173 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9174 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9175 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
9176 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9177 </para>
9178
9179 </sect2>
9180
9181 <sect2 id="licX-libxshmfence">
9182
9183 <title>X libxshmfence License</title>
9184
9185 <para>
9186 Copyright (c) 2013 Keith Packard
9187 </para>
9188
9189 <para>
9190 Permission to use, copy, modify, distribute, and sell this
9191 software and its documentation for any purpose is hereby granted
9192 without fee, provided that the above copyright notice appear in
9193 all copies and that both that copyright notice and this
9194 permission notice appear in supporting documentation, and that
9195 the name of the copyright holders not be used in advertising or
9196 publicity pertaining to distribution of the software without
9197 specific, written prior permission. The copyright holders make
9198 no representations about the suitability of this software for
9199 any purpose. It is provided "as is" without express or implied
9200 warranty.
9201 </para>
9202
9203 <para>
9204 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO
9205 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
9206 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE COPYRIGHT
9207 HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
9208 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
9209 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
9210 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
9211 USE OR PERFORMANCE OF THIS SOFTWARE.
9212 </para>
9213
9214 </sect2>
9215
9216 <sect2 id="licX-Mouse">
9217
9218 <title>X xf86-input-mouse driver License</title>
9219
9220 <para>
9221 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.;
9222 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;;
9223 Copyright 2002 by SuSE Linux AG, Author: Egbert Eich; Copyright
9224 1994-2002 by The XFree86 Project, Inc.; Copyright 2002 by Paul
9225 Elliott
9226 </para>
9227
9228 <para>
9229 Permission to use, copy, modify, distribute, and sell this
9230 software and its documentation for any purpose is hereby granted
9231 without fee, provided that the above copyright notice appear in
9232 all copies and that both that copyright notice and this
9233 permission notice appear in supporting documentation, and that
9234 the names of copyright holders not be used in advertising or
9235 publicity pertaining to distribution of the software without
9236 specific, written prior permission. The copyright holders make
9237 no representations about the suitability of this software for
9238 any purpose. It is provided "as is" without express or implied
9239 warranty.
9240 </para>
9241
9242 <para>
9243 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO
9244 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
9245 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE COPYRIGHT
9246 HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
9247 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
9248 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
9249 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
9250 USE OR PERFORMANCE OF THIS SOFTWARE.
9251 </para>
9252
9253 </sect2>
9254
9255 <sect2 id="licX-Yokota">
9256
9257 <title>Kazutaka YOKOTA License</title>
9258
9259 <para>
9260 Copyright 1998 by Kazutaka YOKOTA
9261 &lt;yokota@zodiac.mech.utsunomiya-u.ac.jp&gt;
9262 </para>
9263
9264 <para>
9265 Permission to use, copy, modify, distribute, and sell this
9266 software and its documentation for any purpose is hereby granted
9267 without fee, provided that the above copyright notice appear in
9268 all copies and that both that copyright notice and this
9269 permission notice appear in supporting documentation, and that
9270 the name of Kazutaka YOKOTA not be used in advertising or
9271 publicity pertaining to distribution of the software without
9272 specific, written prior permission. Kazutaka YOKOTA makes no
9273 representations about the suitability of this software for any
9274 purpose. It is provided "as is" without express or implied
9275 warranty.
9276 </para>
9277
9278 <para>
9279 KAZUTAKA YOKOTA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
9280 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9281 AND FITNESS, IN NO EVENT SHALL KAZUTAKA YOKOTA BE LIABLE FOR ANY
9282 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
9283 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
9284 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
9285 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
9286 THIS SOFTWARE.
9287 </para>
9288
9289 </sect2>
9290
9291 <sect2 id="licX-Connectiva">
9292
9293 <title>Conectiva License</title>
9294
9295 <para>
9296 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
9297 </para>
9298
9299 <para>
9300 Permission is hereby granted, free of charge, to any person
9301 obtaining a copy of this software and associated documentation
9302 files (the "Software"), to deal in the Software without
9303 restriction, including without limitation the rights to use,
9304 copy, modify, merge, publish, distribute, sublicense, and/or
9305 sell copies of the Software, and to permit persons to whom the
9306 Software is furnished to do so, subject to the following
9307 conditions:
9308 </para>
9309
9310 <para>
9311 The above copyright notice and this permission notice shall be
9312 included in all copies or substantial portions of the Software.
9313 </para>
9314
9315 <para>
9316 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9317 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9318 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9319 NONINFRINGEMENT. IN NO EVENT SHALL CONECTIVA LINUX BE LIABLE
9320 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
9321 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
9322 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9323 SOFTWARE.
9324 </para>
9325
9326 <para>
9327 Except as contained in this notice, the name of Conectiva Linux
9328 shall not be used in advertising or otherwise to promote the
9329 sale, use or other dealings in this Software without prior
9330 written authorization from Conectiva Linux.
9331 </para>
9332
9333 </sect2>
9334
9335 <sect2 id="licX-RedHat-SuSE">
9336
9337 <title>Red Hat and SuSE License</title>
9338
9339 <para>
9340 Copyright © 2008 Red Hat, Inc. Partly based on code Copyright ©
9341 2000 SuSE, Inc.
9342 </para>
9343
9344 <para>
9345 Permission to use, copy, modify, distribute, and sell this
9346 software and its documentation for any purpose is hereby granted
9347 without fee, provided that the above copyright notice appear in
9348 all copies and that both that copyright notice and this
9349 permission notice appear in supporting documentation, and that
9350 the name of Red Hat not be used in advertising or publicity
9351 pertaining to distribution of the software without specific,
9352 written prior permission. Red Hat makes no representations
9353 about the suitability of this software for any purpose. It is
9354 provided "as is" without express or implied warranty.
9355 </para>
9356
9357 <para>
9358 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
9359 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
9360 IN NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
9361 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9362 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9363 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
9364 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9365 </para>
9366
9367 <para>
9368 Permission to use, copy, modify, distribute, and sell this
9369 software and its documentation for any purpose is hereby granted
9370 without fee, provided that the above copyright notice appear in
9371 all copies and that both that copyright notice and this
9372 permission notice appear in supporting documentation, and that
9373 the name of SuSE not be used in advertising or publicity
9374 pertaining to distribution of the software without specific,
9375 written prior permission. SuSE makes no representations about
9376 the suitability of this software for any purpose. It is
9377 provided "as is" without express or implied warranty.
9378 </para>
9379
9380 <para>
9381 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
9382 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
9383 IN NO EVENT SHALL SuSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
9384 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9385 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9386 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
9387 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9388 </para>
9389
9390 </sect2>
9391
9392 <sect2 id="licX-RedHat">
9393
9394 <title>Red Hat License</title>
9395
9396 <para>
9397 Copyright (c) 2006 Red Hat, Inc. (C) Copyright 1998-1999
9398 Precision Insight, Inc., Cedar Park, Texas. All Rights Reserved.
9399 </para>
9400
9401 <para>
9402 Permission is hereby granted, free of charge, to any person
9403 obtaining a copy of this software and associated documentation
9404 files (the "Software"), to deal in the Software without
9405 restriction, including without limitation the rights to use,
9406 copy, modify, merge, publish, distribute, sub license, and/or
9407 sell copies of the Software, and to permit persons to whom the
9408 Software is furnished to do so, subject to the following
9409 conditions:
9410 </para>
9411
9412 <para>
9413 The above copyright notice and this permission notice (including
9414 the next paragraph) shall be included in all copies or
9415 substantial portions of the Software.
9416 </para>
9417
9418 <para>
9419 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9420 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9421 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9422 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, INC, OR PRECISION
9423 INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES
9424 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
9425 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
9426 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9427 </para>
9428
9429 </sect2>
9430
9431 <sect2 id="licX11-RedHat">
9432
9433 <title>X Consortium and Red Hat License</title>
9434
9435 <para>
9436 Copyright (c) 1995 X Consortium Copyright 2004 Red Hat Inc.,
9437 Durham, North Carolina. All Rights Reserved.
9438 </para>
9439
9440 <para>
9441 Permission is hereby granted, free of charge, to any person
9442 obtaining a copy of this software and associated documentation
9443 files (the "Software"), to deal in the Software without
9444 restriction, including without limitation on the rights to use,
9445 copy, modify, merge, publish, distribute, sublicense, and/or
9446 sell copies of the Software, and to permit persons to whom the
9447 Software is furnished to do so, subject to the following
9448 conditions:
9449 </para>
9450
9451 <para>
9452 The above copyright notice and this permission notice shall be
9453 included in all copies or substantial portions of the Software.
9454 </para>
9455
9456 <para>
9457 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9458 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9459 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9460 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
9461 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9462 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
9463 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
9464 USE OR OTHER DEALINGS IN THE SOFTWARE.
9465 </para>
9466
9467 <para>
9468 Except as contained in this notice, the name of the X Consortium
9469 shall not be used in advertising or otherwise to promote the
9470 sale, use or other dealings in this Software without prior
9471 written authorization from the X Consortium.
9472 </para>
9473
9474 </sect2>
9475
9476 <sect2 id="licX-PrecisionInsight">
9477
9478 <title>Precision Insight License</title>
9479
9480 <para>
9481 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.;
9482 Copyright 2000 VA Linux Systems, Inc.; Copyright (c) 2002, 2008,
9483 2009 Apple Computer, Inc.; Copyright (c) 2003-2004 Torrey T.
9484 Lyons.; All Rights Reserved.
9485 </para>
9486
9487 <para>
9488 Permission is hereby granted, free of charge, to any person
9489 obtaining a copy of this software and associated documentation
9490 files (the "Software"), to deal in the Software without
9491 restriction, including without limitation the rights to use,
9492 copy, modify, merge, publish, distribute, sub license, and/or
9493 sell copies of the Software, and to permit persons to whom the
9494 Software is furnished to do so, subject to the following
9495 conditions:
9496 </para>
9497
9498 <para>
9499 The above copyright notice and this permission notice (including
9500 the next paragraph) shall be included in all copies or
9501 substantial portions of the Software.
9502 </para>
9503
9504 <para>
9505 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9506 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9507 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9508 NON-INFRINGEMENT. IN NO EVENT SHALL PRECISION INSIGHT AND/OR
9509 ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9510 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
9511 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
9512 USE OR OTHER DEALINGS IN THE SOFTWARE.
9513 </para>
9514
9515 </sect2>
9516
9517 <sect2 id="licX-VALinux-IBM">
9518
9519 <title>VA Linux and IBM License</title>
9520
9521 <para>
9522 (C) Copyright IBM Corporation 2003 All Rights Reserved.
9523 </para>
9524
9525 <para>
9526 Permission is hereby granted, free of charge, to any person
9527 obtaining a copy of this software and associated documentation
9528 files (the "Software"), to deal in the Software without
9529 restriction, including without limitation on the rights to use,
9530 copy, modify, merge, publish, distribute, sub license, and/or
9531 sell copies of the Software, and to permit persons to whom the
9532 Software is furnished to do so, subject to the following
9533 conditions:
9534 </para>
9535
9536 <para>
9537 The above copyright notice and this permission notice (including
9538 the next paragraph) shall be included in all copies or
9539 substantial portions of the Software.
9540 </para>
9541
9542 <para>
9543 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9544 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9545 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9546 NON-INFRINGEMENT. IN NO EVENT SHALL VA LINUX SYSTEM, IBM AND/OR
9547 THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9548 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
9549 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
9550 USE OR OTHER DEALINGS IN THE SOFTWARE.
9551 </para>
9552
9553 </sect2>
9554
9555 <sect2 id="licX-IBM">
9556
9557 <title>IBM License</title>
9558
9559 <para>
9560 (C) Copyright IBM Corporation 2004-2005 All Rights Reserved.
9561 </para>
9562
9563 <para>
9564 Permission is hereby granted, free of charge, to any person
9565 obtaining a copy of this software and associated documentation
9566 files (the "Software"), to deal in the Software without
9567 restriction, including without limitation the rights to use,
9568 copy, modify, merge, publish, distribute, sub license, and/or
9569 sell copies of the Software, and to permit persons to whom the
9570 Software is furnished to do so, subject to the following
9571 conditions:
9572 </para>
9573
9574 <para>
9575 The above copyright notice and this permission notice (including
9576 the next paragraph) shall be included in all copies or
9577 substantial portions of the Software.
9578 </para>
9579
9580 <para>
9581 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9582 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9583 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9584 NON-INFRINGEMENT. IN NO EVENT SHALL IBM, AND/OR THEIR SUPPLIERS
9585 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
9586 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
9587 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
9588 IN THE SOFTWARE.
9589 </para>
9590
9591 </sect2>
9592
9593 <sect2 id="licX-MetroLink1">
9594
9595 <title>Metro Link License (variant 1)</title>
9596
9597 <para>
9598 Copyright (c) 1997 Metro Link Incorporated
9599 </para>
9600
9601 <para>
9602 Permission is hereby granted, free of charge, to any person
9603 obtaining a copy of this software and associated documentation
9604 files (the "Software"), to deal in the Software without
9605 restriction, including without limitation the rights to use,
9606 copy, modify, merge, publish, distribute, sub license, and/or
9607 sell copies of the Software, and to permit persons to whom the
9608 Software is furnished to do so, subject to the following
9609 conditions:
9610 </para>
9611
9612 <para>
9613 The above copyright notice and this permission notice shall be
9614 included in all copies or substantial portions of the Software.
9615 </para>
9616
9617 <para>
9618 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9619 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
9620 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
9621 NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE
9622 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
9623 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
9624 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9625 SOFTWARE.
9626 </para>
9627
9628 <para>
9629 Except as contained in this notice, the name of the Metro Link
9630 shall not be used in advertising or otherwise to promote the
9631 sale, use or other dealings in this Software without prior
9632 written authorization from Metro Link.
9633 </para>
9634
9635 </sect2>
9636
9637 <sect2 id="licX-MetroLink2">
9638
9639 <title>Metro Link License (variant 2)</title>
9640
9641 <para>
9642 Copyright 1995-1998 by Metro Link, Inc.; Copyright (c) 1997
9643 Matthieu Herrb
9644 </para>
9645
9646 <para>
9647 Permission to use, copy, modify, distribute, and sell this
9648 software and its documentation for any purpose is hereby granted
9649 without fee, provided that the above copyright notice appear in
9650 all copies and that both that copyright notice and this
9651 permission notice appear in supporting documentation, and that
9652 the name of Metro Link, Inc. not be used in advertising or
9653 publicity pertaining to distribution of the software without
9654 specific, written prior permission. Metro Link, Inc. makes no
9655 representations about the suitability of this software for any
9656 purpose. It is provided "as is" without express or implied
9657 warranty.
9658 </para>
9659
9660 <para>
9661 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
9662 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9663 AND FITNESS, IN NO EVENT SHALL METRO LINK, INC. BE LIABLE FOR
9664 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
9665 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
9666 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
9667 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
9668 THIS SOFTWARE.
9669 </para>
9670
9671 </sect2>
9672
9673 <sect2 id="licX-MetroLink3">
9674
9675 <title>Metro Link License (variant 3)</title>
9676
9677 <para>
9678 Copyright 1998 by Metro Link Incorporated
9679 </para>
9680
9681 <para>
9682 Permission to use, copy, modify, distribute, and sell this
9683 software and its documentation for any purpose is hereby granted
9684 without fee, provided that the above copyright notice appear in
9685 all copies and that both that copyright notice and this
9686 permission notice appear in supporting documentation, and that
9687 the name of Metro Link Incorporated not be used in advertising
9688 or publicity pertaining to distribution of the software without
9689 specific, written prior permission. Metro Link Incorporated
9690 makes no representations about the suitability of this software
9691 for any purpose. It is provided "as is" without express or
9692 implied warranty.
9693 </para>
9694
9695 <para>
9696 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD TO
9697 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
9698 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL METRO LINK
9699 INCORPORATED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
9700 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9701 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9702 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
9703 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9704 </para>
9705
9706 </sect2>
9707
9708 <sect2 id="licX-NVIDIA">
9709
9710 <title>NVIDIA License</title>
9711
9712 <para>
9713 Copyright (c) 2001, Andy Ritger aritger@nvidia.com All rights
9714 reserved.
9715 </para>
9716
9717 <para>
9718 Redistribution and use in source and binary forms, with or
9719 without modification, are permitted provided that the following
9720 conditions are met:
9721 </para>
9722
9723 <para>
9724 o Redistributions of source code must retain the above copyright
9725 notice, this list of conditions and the following disclaimer.
9726 </para>
9727
9728 <para>
9729 o Redistributions in binary form must reproduce the above
9730 copyright notice, this list of conditions and the following
9731 disclaimer in the documentation and/or other materials provided
9732 with the distribution.
9733 </para>
9734
9735 <para>
9736 o Neither the name of NVIDIA nor the names of its contributors
9737 may be used to endorse or promote products derived from this
9738 software without specific prior written permission.
9739 </para>
9740
9741 <para>
9742 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
9743 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
9744 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
9745 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
9746 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
9747 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
9748 OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
9749 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
9750 OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9751 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
9752 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
9753 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
9754 OF SUCH DAMAGE.
9755 </para>
9756
9757 </sect2>
9758
9759 <sect2 id="licX-Vrije">
9760
9761 <title>Vrije Universiteit License</title>
9762
9763 <para>
9764 Copyright 1992 Vrije Universiteit, The Netherlands
9765 </para>
9766
9767 <para>
9768 Permission to use, copy, modify, and distribute this software
9769 and its documentation for any purpose and without fee is hereby
9770 granted, provided that the above copyright notice appear in all
9771 copies and that both that copyright notice and this permission
9772 notice appear in supporting documentation, and that the name of
9773 the Vrije Universiteit not be used in advertising or publicity
9774 pertaining to distribution of the software without specific,
9775 written prior permission. The Vrije Universiteit makes no
9776 representations about the suitability of this software for any
9777 purpose. It is provided "as is" without express or implied
9778 warranty.
9779 </para>
9780
9781 <para>
9782 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO
9783 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
9784 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL The Vrije
9785 Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
9786 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9787 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9788 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
9789 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9790 </para>
9791
9792 </sect2>
9793
9794 <sect2 id="licX-Concurrent">
9795
9796 <title>Concurrent Computer Corporation License</title>
9797
9798 <para>
9799 Copyright 1998 by Concurrent Computer Corporation
9800 </para>
9801
9802 <para>
9803 Permission to use, copy, modify, distribute, and sell this
9804 software and its documentation for any purpose is hereby granted
9805 without fee, provided that the above copyright notice appear in
9806 all copies and that both that copyright notice and this
9807 permission notice appear in supporting documentation, and that
9808 the name of Concurrent Computer Corporation not be used in
9809 advertising or publicity pertaining to distribution of the
9810 software without specific, written prior permission. Concurrent
9811 Computer Corporation makes no representations about the
9812 suitability of this software for any purpose. It is provided
9813 "as is" without express or implied warranty.
9814 </para>
9815
9816 <para>
9817 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH
9818 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
9819 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL CONCURRENT
9820 COMPUTER CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
9821 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9822 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9823 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
9824 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9825 </para>
9826
9827 </sect2>
9828
9829 <sect2 id="licX-Nokia">
9830
9831 <title>Nokia License</title>
9832
9833 <para>
9834 Copyright (c) 2004 Nokia
9835 </para>
9836
9837 <para>
9838 Permission to use, copy, modify, distribute, and sell this
9839 software and its documentation for any purpose is hereby granted
9840 without fee, provided that the above copyright notice appear in
9841 all copies and that both that copyright notice and this
9842 permission notice appear in supporting documentation, and that
9843 the name of Nokia not be used in advertising or publicity
9844 pertaining to distribution of the software without specific,
9845 written prior permission. Nokia makes no representations about
9846 the suitability of this software for any purpose. It is
9847 provided "as is" without express or implied warranty.
9848 </para>
9849
9850 <para>
9851 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
9852 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
9853 IN NO EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
9854 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9855 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9856 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
9857 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9858 </para>
9859
9860 </sect2>
9861
9862 <sect2 id="licX-Adobe">
9863
9864 <title>Adobe License</title>
9865
9866 <para>
9867 (c)Copyright 1988,1991 Adobe Systems Incorporated. All rights
9868 reserved.
9869 </para>
9870
9871 <para>
9872 Permission to use, copy, modify, distribute, and sublicense this
9873 software and its documentation for any purpose and without fee
9874 is hereby granted, provided that the above copyright notices
9875 appear in all copies and that both those copyright notices and
9876 this permission notice appear in supporting documentation and
9877 that the name of Adobe Systems Incorporated not be used in
9878 advertising or publicity pertaining to distribution of the
9879 software without specific, written prior permission. No
9880 trademark license to use the Adobe trademarks is hereby granted.
9881 If the Adobe trademark "Display PostScript"(tm) is used to
9882 describe this software, its functionality or for any other
9883 purpose, such use shall be limited to a statement that this
9884 software works in conjunction with the Display PostScript
9885 system. Proper trademark attribution to reflect Adobe's
9886 ownership of the trademark shall be given whenever any such
9887 reference to the Display PostScript system is made.
9888 </para>
9889
9890 <para>
9891 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
9892 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE
9893 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
9894 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
9895 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
9896 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
9897 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
9898 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
9899 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
9900 SUPPORT FOR THE SOFTWARE.
9901 </para>
9902
9903 <para>
9904 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
9905 Incorporated which may be registered in certain jurisdictions.
9906 </para>
9907
9908 </sect2>
9909
9910 <sect2 id="licX-UC">
9911
9912 <title>University of California License (variant 1)</title>
9913
9914 <para>
9915 Copyright (c) 1987 by the Regents of the University of California
9916 </para>
9917
9918 <para>
9919 Permission to use, copy, modify, and distribute this software
9920 and its documentation for any purpose and without fee is hereby
9921 granted, provided that the above copyright notice appear in all
9922 copies. The University of California makes no representations
9923 about the suitability of this software for any purpose. It is
9924 provided "as is" without express or implied warranty.
9925 </para>
9926
9927 </sect2>
9928
9929 <sect2 id="licX-UC2">
9930
9931 <title>University of California License (variant 2)</title>
9932
9933 <para>
9934 Copyright (c) 1989, 1990, 1993, 1994 The Regents of the
9935 University of California. All rights reserved.
9936 </para>
9937
9938 <para>
9939 This code is derived from software contributed to Berkeley by
9940 Chris Torek.
9941 </para>
9942
9943 <para>
9944 This code is derived from software contributed to Berkeley by
9945 Michael Rendell of Memorial University of Newfoundland.
9946 </para>
9947
9948 <para>
9949 Redistribution and use in source and binary forms, with or
9950 without modification, are permitted provided that the following
9951 conditions are met:
9952 </para>
9953
9954 <para>
9955 1. Redistributions of source code must retain the above
9956 copyright notice, this list of conditions and the following
9957 disclaimer.
9958 </para>
9959
9960 <para>
9961 2. Redistributions in binary form must reproduce the above
9962 copyright notice, this list of conditions and the following
9963 disclaimer in the documentation and/or other materials provided
9964 with the distribution.
9965 </para>
9966
9967 <para>
9968 4. Neither the name of the University nor the names of its
9969 contributors may be used to endorse or promote products derived
9970 from this software without specific prior written permission.
9971 </para>
9972
9973 <para>
9974 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS
9975 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9976 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
9977 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
9978 SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
9979 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
9980 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
9981 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
9982 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
9983 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9984 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
9985 THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
9986 SUCH DAMAGE.
9987 </para>
9988
9989 </sect2>
9990
9991 <sect2 id="licX-OMRON-DG">
9992
9993 <title>OMRON Corporation and Data General Corporation License</title>
9994
9995 <para>
9996 Copyright 1992, 1993 Data General Corporation; Copyright 1992,
9997 1993 OMRON Corporation
9998 </para>
9999
10000 <para>
10001 Permission to use, copy, modify, distribute, and sell this
10002 software and its documentation for any purpose is hereby granted
10003 without fee, provided that the above copyright notice appear in
10004 all copies and that both that copyright notice and this
10005 permission notice appear in supporting documentation, and that
10006 neither the name OMRON or DATA GENERAL be used in advertising or
10007 publicity pertaining to distribution of the software without
10008 specific, written prior permission of the party whose name is to
10009 be used. Neither OMRON or DATA GENERAL make any representation
10010 about the suitability of this software for any purpose. It is
10011 provided "as is" without express or implied warranty.
10012 </para>
10013
10014 <para>
10015 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
10016 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
10017 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
10018 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
10019 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
10020 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
10021 OF THIS SOFTWARE.
10022 </para>
10023
10024 </sect2>
10025
10026 <sect2 id="licX-Legacy1">
10027
10028 <title>X11 Legacy License (variant 1)</title>
10029
10030 <para>
10031 Copyright (c) 1999 Keith Packard; Copyright (c) 2000 Compaq
10032 Computer Corporation; Copyright (c) 2002 MontaVista Software
10033 Inc.; Copyright (c) 2005 OpenedHand Ltd.; Copyright (c) 2006
10034 Nokia Corporation
10035 </para>
10036
10037 <para>
10038 Permission to use, copy, modify, distribute, and sell this
10039 software and its documentation for any purpose is hereby granted
10040 without fee, provided that the above copyright notice appear in
10041 all copies and that both that copyright notice and this
10042 permission notice appear in supporting documentation, and that
10043 the name of the authors and/or copyright holders not be used in
10044 advertising or publicity pertaining to distribution of the
10045 software without specific, written prior permission. The
10046 authors and/or copyright holders make no representations about
10047 the suitability of this software for any purpose. It is
10048 provided "as is" without express or implied warranty.
10049 </para>
10050
10051 <para>
10052 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES
10053 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
10054 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHORS
10055 AND/OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
10056 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10057 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
10058 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
10059 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10060 </para>
10061
10062 </sect2>
10063
10064 <sect2 id="licX-Legacy2">
10065
10066 <title>X11 Legacy License (variant 2)</title>
10067
10068 <para>
10069 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany;
10070 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;;
10071 Copyright 1999 by David Holland &lt;davidh@iquest.net&gt;;
10072 Copyright (c) 2000 Compaq Computer Corporation; Copyright (c)
10073 2002 Hewlett-Packard Company; Copyright (c) 2004, 2005 Red Hat,
10074 Inc.; Copyright (c) 2004 Nicholas Miell; Copyright (c) 2005
10075 Trolltech AS; Copyright (c) 2006 Intel Corporation; Copyright
10076 (c) 2006-2007 Keith Packard; Copyright (c) 2008 Red Hat, Inc;
10077 Copyright (c) 2008 George Sapountzis &lt;gsap7@yahoo.gr&gt;;
10078 Copyright (c) 2000 Keith Packard, member of The XFree86 Project,
10079 Inc.; 2005 Lars Knoll &amp; Zack Rusin, Trolltech
10080 </para>
10081
10082 <para>
10083 Permission to use, copy, modify, distribute, and sell this
10084 software and its documentation for any purpose is hereby granted
10085 without fee, provided that the above copyright notice appear in
10086 all copies and that both that copyright notice and this
10087 permission notice appear in supporting documentation, and that
10088 the name of the copyright holders not be used in advertising or
10089 publicity pertaining to distribution of the software without
10090 specific, written prior permission. The copyright holders make
10091 no representations about the suitability of this software for
10092 any purpose. It is provided "as is" without express or implied
10093 warranty.
10094 </para>
10095
10096 <para>
10097 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO
10098 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
10099 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE COPYRIGHT
10100 HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
10101 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
10102 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
10103 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
10104 USE OR PERFORMANCE OF THIS SOFTWARE.
10105 </para>
10106
10107 </sect2>
10108
10109 <sect2 id="licX-Legacy3">
10110
10111 <title>X11 Legacy License (variant 3)</title>
10112
10113 <para>
10114 Copyright 1987, 1998 The Open Group; Copyright (c) 1998-1999,
10115 2001 The XFree86 Project, Inc.; Copyright (c) 2000 VA Linux
10116 Systems, Inc.; Copyright (c) 2000, 2001 Nokia Home
10117 Communications; Copyright (c) 2007, 2008 Red Hat, Inc.; All
10118 rights reserved.
10119 </para>
10120
10121 <para>
10122 Permission is hereby granted, free of charge, to any person
10123 obtaining a copy of this software and associated documentation
10124 files (the "Software"), to deal in the Software without
10125 restriction, including without limitation the rights to use,
10126 copy, modify, merge, publish, distribute, and/or sell copies of
10127 the Software, and to permit persons to whom the Software is
10128 furnished to do so, provided that the above copyright notice(s)
10129 and this permission notice appear in all copies of the Software
10130 and that both the above copyright notice(s) and this permission
10131 notice appear in supporting documentation.
10132 </para>
10133
10134 <para>
10135 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10136 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10137 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10138 NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
10139 COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
10140 FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
10141 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
10142 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
10143 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
10144 PERFORMANCE OF THIS SOFTWARE.
10145 </para>
10146
10147 <para>
10148 Except as contained in this notice, the name of a copyright
10149 holder shall not be used in advertising or otherwise to promote
10150 the sale, use or other dealings in this Software without prior
10151 written authorization of the copyright holder.
10152 </para>
10153
10154 </sect2>
10155
10156 <sect2 id="licX-Legacy4">
10157
10158 <title>X11 Legacy License (variant 4)</title>
10159
10160 <para>
10161 Copyright 1996 by Thomas E. Dickey &lt;dickey@clark.net&gt; All
10162 Rights Reserved
10163 </para>
10164
10165 <para>
10166 Permission to use, copy, modify, and distribute this software
10167 and its documentation for any purpose and without fee is hereby
10168 granted, provided that the above copyright notice appear in all
10169 copies and that both that copyright notice and this permission
10170 notice appear in supporting documentation, and that the name of
10171 the above listed copyright holder(s) not be used in advertising
10172 or publicity pertaining to distribution of the software without
10173 specific, written prior
10174 </para>
10175
10176 <para>
10177 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES
10178 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
10179 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE ABOVE
10180 LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT
10181 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
10182 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
10183 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
10184 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10185 </para>
10186
10187 </sect2>
10188
10189 <sect2 id="licX-Legacy5">
10190
10191 <title>X11 Legacy License (variant 5)</title>
10192
10193 <para>
10194 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.;
10195 Copyright (c) 2001 Andreas Monitzer.; Copyright (c) 2001-2004
10196 Greg Parker.; Copyright (c) 2001-2004 Torrey T. Lyons; Copyright
10197 (c) 2002-2003 Apple Computer, Inc.; Copyright (c) 2004-2005
10198 Alexander Gottwald; Copyright (c) 2002-2009 Apple Inc.;
10199 Copyright (c) 2007 Jeremy Huddleston; All Rights Reserved.
10200 </para>
10201
10202 <para>
10203 Permission is hereby granted, free of charge, to any person
10204 obtaining a copy of this software and associated documentation
10205 files (the "Software"), to deal in the Software without
10206 restriction, including without limitation the rights to use,
10207 copy, modify, merge, publish, distribute, sublicense, and/or
10208 sell copies of the Software, and to permit persons to whom the
10209 Software is furnished to do so, subject to the following
10210 conditions:
10211 </para>
10212
10213 <para>
10214 The above copyright notice and this permission notice shall be
10215 included in all copies or substantial portions of the Software.
10216 </para>
10217
10218 <para>
10219 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10220 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10221 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10222 NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT
10223 HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
10224 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
10225 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10226 OTHER DEALINGS IN THE SOFTWARE.
10227 </para>
10228
10229 <para>
10230 Except as contained in this notice, the name(s) of the above
10231 copyright holders shall not be used in advertising or otherwise
10232 to promote the sale, use or other dealings in this Software
10233 without prior written authorization.
10234 </para>
10235
10236 </sect2>
10237
10238 <sect2 id="licX-Legacy6">
10239
10240 <title>X11 Legacy License (variant 6)</title>
10241
10242 <para>
10243 Copyright (C) 1999,2000 by Eric Sunshine
10244 &lt;sunshine@sunshineco.com&gt;; Copyright (C) 2001-2005 by
10245 Thomas Winischhofer, Vienna, Austria.; All rights reserved.
10246 </para>
10247
10248 <para>
10249 Redistribution and use in source and binary forms, with or without
10250 modification, are permitted provided that the following conditions are met:
10251 </para>
10252
10253 <para>
10254 1. Redistributions of source code must retain the above
10255 copyright notice, this list of conditions and the following
10256 disclaimer.
10257 </para>
10258
10259 <para>
10260 2. Redistributions in binary form must reproduce the above
10261 copyright notice, this list of conditions and the following
10262 disclaimer in the documentation and/or other materials provided
10263 with the distribution.
10264 </para>
10265
10266 <para>
10267 3. The name of the author may not be used to endorse or promote
10268 products derived from this software without specific prior
10269 written permission.
10270 </para>
10271
10272 <para>
10273 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
10274 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
10275 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
10276 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
10277 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
10278 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
10279 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10280 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
10281 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
10282 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
10283 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
10284 THE POSSIBILITY OF SUCH DAMAGE.
10285 </para>
10286
10287 </sect2>
10288
10289 <sect2 id="licX-Legacy7">
10290
10291 <title>X11 Legacy License (variant 7)</title>
10292
10293 <para>
10294 Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net
10295 </para>
10296
10297 <para>
10298 Permission is hereby granted, free of charge, to any person
10299 obtaining a copy of this software and associated documentation
10300 files (the "Software"), to deal in the Software without
10301 restriction, including without limitation the rights to use,
10302 copy, modify, merge, publish, distribute, sublicense, and/or
10303 sell copies of the Software, and to permit persons to whom the
10304 Software is furnished to do so, subject to the following
10305 conditions:
10306 </para>
10307
10308 <para>
10309 The above copyright notice and this permission notice shall be
10310 included in all copies or substantial portions of the Software.
10311 </para>
10312
10313 <para>
10314 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10315 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10316 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10317 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
10318 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
10319 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
10320 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10321 SOFTWARE.
10322 </para>
10323
10324 <para>
10325 Except as contained in this notice, the name of the author shall
10326 not be used in advertising or otherwise to promote the sale, use
10327 or other dealings in this Software without prior written
10328 authorization from the author.
10329 </para>
10330
10331 </sect2>
10332
10333 <sect2 id="licX-Legacy8">
10334
10335 <title>X11 Legacy License (variant 8)</title>
10336
10337 <para>
10338 Copyright (c) 2002 David Dawes
10339 </para>
10340
10341 <para>
10342 Permission is hereby granted, free of charge, to any person
10343 obtaining a copy of this software and associated documentation
10344 files (the "Software"), to deal in the Software without
10345 restriction, including without limitation the rights to use,
10346 copy, modify, merge, publish, distribute, sublicense, and/or
10347 sell copies of the Software, and to permit persons to whom the
10348 Software is furnished to do so, subject to the following
10349 conditions:
10350 </para>
10351
10352 <para>
10353 The above copyright notice and this permission notice shall be
10354 included in all copies or substantial portions of the Software.
10355 </para>
10356
10357 <para>
10358 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10359 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10360 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10361 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR
10362 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
10363 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
10364 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10365 SOFTWARE.
10366 </para>
10367
10368 <para>
10369 Except as contained in this notice, the name of the author(s)
10370 shall not be used in advertising or otherwise to promote the
10371 sale, use or other dealings in this Software without prior
10372 written authorization from the author(s).
10373 </para>
10374
10375 </sect2>
10376
10377 <sect2 id="licX-Legacy9">
10378
10379 <title>X11 Legacy License (variant 9)</title>
10380
10381 <para>
10382 Copyright (C) 1996-1999 SciTech Software, Inc.; Copyright (C)
10383 David Mosberger-Tang; Copyright (C) 1999 Egbert Eich; Copyright
10384 (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
10385 </para>
10386
10387 <para>
10388 Permission to use, copy, modify, distribute, and sell this
10389 software and its documentation for any purpose is hereby granted
10390 without fee, provided that the above copyright notice appear in
10391 all copies and that both that copyright notice and this
10392 permission notice appear in supporting documentation, and that
10393 the name of the authors not be used in advertising or publicity
10394 pertaining to distribution of the software without specific,
10395 written prior permission. The authors makes no representations
10396 about the suitability of this software for any purpose. It is
10397 provided "as is" without express or implied warranty.
10398 </para>
10399
10400 <para>
10401 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
10402 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10403 AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
10404 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10405 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
10406 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
10407 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
10408 THIS SOFTWARE.
10409 </para>
10410
10411 </sect2>
10412
10413 <sect2 id="licX-Legacy10">
10414
10415 <title>X11 Legacy License (variant 10)</title>
10416
10417 <para>
10418 Copyright 2005-2006 Luc Verhaegen.
10419 </para>
10420
10421 <para>
10422 Permission is hereby granted, free of charge, to any person
10423 obtaining a copy of this software and associated documentation
10424 files (the "Software"), to deal in the Software without
10425 restriction, including without limitation the rights to use,
10426 copy, modify, merge, publish, distribute, sublicense, and/or
10427 sell copies of the Software, and to permit persons to whom the
10428 Software is furnished to do so, subject to the following
10429 conditions:
10430 </para>
10431
10432 <para>
10433 The above copyright notice and this permission notice shall be
10434 included in all copies or substantial portions of the Software.
10435 </para>
10436
10437 <para>
10438 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10439 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10440 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10441 NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) OR
10442 AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
10443 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
10444 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10445 OTHER DEALINGS IN THE SOFTWARE.
10446 </para>
10447
10448 </sect2>
10449
10450 <sect2 id="licX-Legacy11">
10451
10452 <title>X11 Legacy License (variant 11)</title>
10453
10454 <para>
10455 Copyright 1995 by Robin Cutshaw &lt;robin@XFree86.Org&gt;;
10456 Copyright 2000 by Egbert Eich; Copyright 2002 by David Dawes
10457 </para>
10458
10459 <para>
10460 Permission to use, copy, modify, distribute, and sell this
10461 software and its documentation for any purpose is hereby granted
10462 without fee, provided that the above copyright notice appear in
10463 all copies and that both that copyright notice and this
10464 permission notice appear in supporting documentation, and that
10465 the names of the above listed copyright holder(s) not be used in
10466 advertising or publicity pertaining to distribution of the
10467 software without specific, written prior permission. The above
10468 listed copyright holder(s) make(s) no representations about the
10469 suitability of this software for any purpose. It is provided
10470 "as is" without express or implied warranty.
10471 </para>
10472
10473 <para>
10474 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES
10475 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
10476 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE ABOVE
10477 LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT
10478 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
10479 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
10480 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
10481 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10482 </para>
10483
10484 </sect2>
10485
10486 <sect2 id="licX-Legacy12">
10487
10488 <title>X11 Legacy License (variant 12)</title>
10489
10490 <para>
10491 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany; Copyright 1992 by David Dawes &lt;dawes@XFree86.org&gt;; Copyright 1992 by Jim Tsillas &lt;jtsilla@damon.ccs.northeastern.edu&gt;; Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;; Copyright 1992 by Robert Baron &lt;Robert.Baron@ernst.mach.cs.cmu.edu&gt;; Copyright 1992 by Orest Zborowski &lt;obz@eskimo.com&gt;; Copyright 1993 by Vrije Universiteit, The Netherlands; Copyright 1993 by David Wexelblat &lt;dwex@XFree86.org&gt;; Copyright 1994, 1996 by Holger Veit &lt;Holger.Veit@gmd.de&gt;; Copyright 1997 by Takis Psarogiannakopoulos &lt;takis@dpmms.cam.ac.uk&gt;; Copyright 1994-2003 by The XFree86 Project, Inc
10492 </para>
10493
10494 <para>
10495 Permission to use, copy, modify, distribute, and sell this
10496 software and its documentation for any purpose is hereby granted
10497 without fee, provided that the above copyright notice appear in
10498 all copies and that both that copyright notice and this
10499 permission notice appear in supporting documentation, and that
10500 the names of the above listed copyright holders not be used in
10501 advertising or publicity pertaining to distribution of the
10502 software without specific, written prior permission. The above
10503 listed copyright holders make no representations about the
10504 suitability of this software for any purpose. It is provided
10505 "as is" without express or implied warranty.
10506 </para>
10507
10508 <para>
10509 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH
10510 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
10511 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED
10512 COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
10513 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10514 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
10515 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
10516 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10517 </para>
10518
10519 </sect2>
10520
10521 <sect2 id="licX-Legacy13">
10522
10523 <title>X11 Legacy License (variant 13)</title>
10524
10525 <para>
10526 Copyright (C) 2000 Keith Packard; 2004 Eric Anholt; 2005 Zack Rusin
10527 </para>
10528
10529 <para>
10530 Permission to use, copy, modify, distribute, and sell this
10531 software and its documentation for any purpose is hereby granted
10532 without fee, provided that the above copyright notice appear in
10533 all copies and that both that copyright notice and this
10534 permission notice appear in supporting documentation, and that
10535 the name of copyright holders not be used in advertising or
10536 publicity pertaining to distribution of the software without
10537 specific, written prior permission. Copyright holders make no
10538 representations about the suitability of this software for any
10539 purpose. It is provided "as is" without express or implied
10540 warranty.
10541 </para>
10542
10543 <para>
10544 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO
10545 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
10546 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE COPYRIGHT
10547 HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
10548 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
10549 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
10550 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
10551 USE OR PERFORMANCE OF THIS SOFTWARE.
10552 </para>
10553
10554 </sect2>
10555
10556 <sect2 id="licX-Legacy14">
10557
10558 <title>X11 Legacy License (variant 14)</title>
10559
10560 <para>
10561 (C) Copyright IBM Corporation 2002-2007 All Rights Reserved.
10562 </para>
10563
10564 <para>
10565 Permission is hereby granted, free of charge, to any person
10566 obtaining a copy of this software and associated documentation
10567 files (the "Software"), to deal in the Software without
10568 restriction, including without limitation on the rights to use,
10569 copy, modify, merge, publish, distribute, sub license, and/or
10570 sell copies of the Software, and to permit persons to whom the
10571 Software is furnished to do so, subject to the following
10572 conditions:
10573 </para>
10574
10575 <para>
10576 The above copyright notice and this permission notice (including
10577 the next paragraph) shall be included in all copies or
10578 substantial portions of the Software.
10579 </para>
10580
10581 <para>
10582 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10583 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10584 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10585 NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS
10586 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10587 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
10588 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
10589 USE OR OTHER DEALINGS IN THE SOFTWARE.
10590 </para>
10591
10592 <para>
10593 Permission to use, copy, modify, distribute, and sell this
10594 software and its documentation for any purpose is hereby granted
10595 without fee, provided that this permission notice appear in
10596 supporting documentation. This permission notice shall be
10597 included in all copies or substantial portions of the Software.
10598 </para>
10599
10600 <para>
10601 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10602 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10603 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10604 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
10605 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
10606 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
10607 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10608 SOFTWARE.
10609 </para>
10610
10611 </sect2>
10612
10613 <sect2 id="licX-DavorMatic">
10614
10615 <title>Davor Matic License</title>
10616
10617 <para>
10618 Copyright 1993 by Davor Matic
10619 </para>
10620
10621 <para>
10622 Permission to use, copy, modify, distribute, and sell this
10623 software and its documentation for any purpose is hereby granted
10624 without fee, provided that the above copyright notice appear in
10625 all copies and that both that copyright notice and this
10626 permission notice appear in supporting documentation. Davor
10627 Matic makes no representations about the suitability of this
10628 software for any purpose. It is provided "as is" without
10629 express or implied warranty.
10630 </para>
10631
10632 </sect2>
10633
10634 <sect2 id="licX-HaroldHuntII">
10635
10636 <title>Harold L Hunt II License</title>
10637
10638 <para>
10639 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.;
10640 Copyright (C) Colin Harrison 2005-2008
10641 </para>
10642
10643 <para>
10644 Permission is hereby granted, free of charge, to any person
10645 obtaining a copy of this software and associated documentation
10646 files (the "Software"), to deal in the Software without
10647 restriction, including without limitation the rights to use,
10648 copy, modify, merge, publish, distribute, sublicense, and/or
10649 sell copies of the Software, and to permit persons to whom the
10650 Software is furnished to do so, subject to the following
10651 conditions:
10652 </para>
10653
10654 <para>
10655 The above copyright notice and this permission notice shall be
10656 included in all copies or substantial portions of the Software.
10657 </para>
10658
10659 <para>
10660 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10661 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10662 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10663 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE
10664 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
10665 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
10666 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10667 SOFTWARE.
10668 </para>
10669
10670 <para>
10671 Except as contained in this notice, the name of Harold L Hunt II
10672 shall not be used in advertising or otherwise to promote the
10673 sale, use or other dealings in this Software without prior
10674 written authorization from Harold L Hunt II.
10675 </para>
10676
10677 </sect2>
10678
10679 <sect2 id="licX-Roell">
10680
10681 <title>Thomas Roell License</title>
10682
10683 <para>
10684 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
10685 </para>
10686
10687 <para>
10688 Permission to use, copy, modify, distribute, and sell this
10689 software and its documentation for any purpose is hereby granted
10690 without fee, provided that the above copyright notice appear in
10691 all copies and that both that copyright notice and this
10692 permission notice appear in supporting documentation, and that
10693 the name of Thomas Roell not be used in advertising or publicity
10694 pertaining to distribution of the software without specific,
10695 written prior permission. Thomas Roell makes no representations
10696 about the suitability of this software for any purpose. It is
10697 provided "as is" without express or implied warranty.
10698 </para>
10699
10700 <para>
10701 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
10702 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10703 AND FITNESS, IN NO EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY
10704 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10705 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
10706 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
10707 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
10708 THIS SOFTWARE.
10709 </para>
10710
10711 </sect2>
10712
10713 <sect2 id="licX-Roell-Wexelblat">
10714
10715 <title>Thomas Roell and David Wexelblat License</title>
10716
10717 <para>
10718 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany;
10719 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
10720 </para>
10721
10722 <para>
10723 Permission to use, copy, modify, distribute, and sell this
10724 software and its documentation for any purpose is hereby granted
10725 without fee, provided that the above copyright notice appear in
10726 all copies and that both that copyright notice and this
10727 permission notice appear in supporting documentation, and that
10728 the names of Thomas Roell and David Wexelblat not be used in
10729 advertising or publicity pertaining to distribution of the
10730 software without specific, written prior permission. Thomas
10731 Roell and David Wexelblat makes no representations about the
10732 suitability of this software for any purpose. It is provided
10733 "as is" without express or implied warranty.
10734 </para>
10735
10736 <para>
10737 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH
10738 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
10739 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THOMAS ROELL OR
10740 DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
10741 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10742 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
10743 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
10744 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10745 </para>
10746
10747 </sect2>
10748
10749 <sect2 id="licX-Roell-SGCS">
10750
10751 <title>Thomas Roell and SGCS (Snitily Graphics Consulting Services) License</title>
10752
10753 <para>
10754 Copyright 1990,91,92,93 by Thomas Roell, Germany.; Copyright
10755 1991,92,93 by SGCS (Snitily Graphics Consulting Services),
10756 USA.
10757 </para>
10758
10759 <para>
10760 Permission to use, copy, modify, distribute, and sell this
10761 software and its documentation for any purpose is hereby granted
10762 without fee, provided that the above copyright notice appear in
10763 all copies and that both that copyright notice and this
10764 permission notice appear in supporting documentation, and that
10765 the name of Thomas Roell nor SGCS be used in advertising or
10766 publicity pertaining to distribution of the software without
10767 specific, written prior permission. Thomas Roell nor SGCS makes
10768 no representations about the suitability of this software for
10769 any purpose. It is provided "as is" without express or implied
10770 warranty.
10771 </para>
10772
10773 <para>
10774 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO
10775 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
10776 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THOMAS ROELL OR
10777 SGCS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
10778 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
10779 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
10780 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
10781 USE OR PERFORMANCE OF THIS SOFTWARE.
10782 </para>
10783
10784 </sect2>
10785
10786 <sect2 id="licX-Hourihane">
10787
10788 <title>Alan Hourihane License</title>
10789
10790 <para>
10791 Copyright 1998 by Alan Hourihane, Wigan, England.; Copyright
10792 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
10793 </para>
10794
10795 <para>
10796 Permission to use, copy, modify, distribute, and sell this
10797 software and its documentation for any purpose is hereby granted
10798 without fee, provided that the above copyright notice appear in
10799 all copies and that both that copyright notice and this
10800 permission notice appear in supporting documentation, and that
10801 the name of Alan Hourihane not be used in advertising or
10802 publicity pertaining to distribution of the software without
10803 specific, written prior permission. Alan Hourihane makes no
10804 representations about the suitability of this software for any
10805 purpose. It is provided "as is" without express or implied
10806 warranty.
10807 </para>
10808
10809 <para>
10810 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
10811 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10812 AND FITNESS, IN NO EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY
10813 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10814 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
10815 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
10816 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
10817 THIS SOFTWARE.
10818 </para>
10819
10820 </sect2>
10821
10822 <sect2 id="licX-Keithley">
10823
10824 <title>Kaleb S. Keithley License</title>
10825
10826 <para>
10827 Copyright 1995 Kaleb S. KEITHLEY
10828 </para>
10829
10830 <para>
10831 Permission is hereby granted, free of charge, to any person
10832 obtaining a copy of this software and associated documentation
10833 files (the "Software"), to deal in the Software without
10834 restriction, including without limitation the rights to use,
10835 copy, modify, merge, publish, distribute, sublicense, and/or
10836 sell copies of the Software, and to permit persons to whom the
10837 Software is furnished to do so, subject to the following
10838 conditions:
10839 </para>
10840
10841 <para>
10842 The above copyright notice and this permission notice shall be
10843 included in all copies or substantial portions of the Software.
10844 </para>
10845
10846 <para>
10847 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10848 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10849 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10850 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
10851 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
10852 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10853 OTHER DEALINGS IN THE SOFTWARE.
10854 </para>
10855
10856 <para>
10857 Except as contained in this notice, the name of Kaleb S.
10858 KEITHLEY shall not be used in advertising or otherwise to
10859 promote the sale, use or other dealings in this Software without
10860 prior written authorization from Kaleb S. KEITHLEY
10861 </para>
10862 </sect2>
10863
10864 <sect2 id="licX-Herrb">
10865
10866 <title>Matthieu Herrb License</title>
10867
10868 <para>
10869 Copyright (c) 1997 Matthieu Herrb
10870 </para>
10871
10872 <para>
10873 Permission to use, copy, modify, distribute, and sell this
10874 software and its documentation for any purpose is hereby granted
10875 without fee, provided that the above copyright notice appear in
10876 all copies and that both that copyright notice and this
10877 permission notice appear in supporting documentation, and that
10878 the name of Matthieu Herrb not be used in advertising or
10879 publicity pertaining to distribution of the software without
10880 specific, written prior permission. Matthieu Herrb makes no
10881 representations about the suitability of this software for any
10882 purpose. It is provided "as is" without express or implied
10883 warranty.
10884 </para>
10885
10886 <para>
10887 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
10888 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
10889 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
10890 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
10891 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
10892 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
10893 PERFORMANCE OF THIS SOFTWARE.
10894 </para>
10895
10896 </sect2>
10897
10898 <sect2 id="licX-Eich">
10899
10900 <title>Egbert Eich License</title>
10901
10902 <para>
10903 Copyright 2004, Egbert Eich
10904 </para>
10905
10906 <para>
10907 Permission is hereby granted, free of charge, to any person
10908 obtaining a copy of this software and associated documentation
10909 files (the "Software"), to deal in the Software without
10910 restriction, including without limitation the rights to use,
10911 copy, modify, merge, publish, distribute, sublicense, and/or
10912 sell copies of the Software, and to permit persons to whom the
10913 Software is furnished to do so, subject to the following
10914 conditions:
10915 </para>
10916
10917 <para>
10918 The above copyright notice and this permission notice shall be included in
10919 all copies or substantial portions of the Software.
10920 </para>
10921
10922 <para>
10923 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10924 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10925 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
10926 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
10927 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
10928 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10929 </para>
10930
10931 <para>
10932 Except as contained in this notice, the name of Egbert Eich
10933 shall not be used in advertising or otherwise to promote the
10934 sale, use or other dealings in this Software without prior
10935 written authorization from Egbert Eich.
10936 </para>
10937
10938 </sect2>
10939
10940 <sect2 id="licX-Wexelblat">
10941
10942 <title>David Wexelblat License</title>
10943
10944 <para>
10945 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;;
10946 Copyright 2005 by Kean Johnston &lt;jkj@sco.com&gt;; Copyright
10947 1993 by David McCullough &lt;davidm@stallion.oz.au&gt;
10948 </para>
10949
10950 <para>
10951 Permission to use, copy, modify, distribute, and sell this
10952 software and its documentation for any purpose is hereby granted
10953 without fee, provided that the above copyright notice appear in
10954 all copies and that both that copyright notice and this
10955 permission notice appear in supporting documentation, and that
10956 the name of David Wexelblat not be used in advertising or
10957 publicity pertaining to distribution of the software without
10958 specific, written prior permission. David Wexelblat makes no
10959 representations about the suitability of this software for any
10960 purpose. It is provided "as is" without express or implied
10961 warranty.
10962 </para>
10963
10964 <para>
10965 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
10966 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10967 AND FITNESS, IN NO EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY
10968 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10969 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
10970 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
10971 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
10972 THIS SOFTWARE.
10973 </para>
10974
10975 </sect2>
10976
10977 <sect2 id="licX-Zborowski-Wexelblat">
10978
10979 <title>Orest Zborowski and David Wexelblat License</title>
10980
10981 <para>
10982 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;;
10983 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
10984 </para>
10985
10986 <para>
10987 Permission to use, copy, modify, distribute, and sell this
10988 software and its documentation for any purpose is hereby granted
10989 without fee, provided that the above copyright notice appear in
10990 all copies and that both that copyright notice and this
10991 permission notice appear in supporting documentation, and that
10992 the names of Orest Zborowski and David Wexelblat not be used in
10993 advertising or publicity pertaining to distribution of the
10994 software without specific, written prior permission. Orest
10995 Zborowski and David Wexelblat make no representations about the
10996 suitability of this software for any purpose. It is provided
10997 "as is" without express or implied warranty.
10998 </para>
10999
11000 <para>
11001 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES
11002 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
11003 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OREST
11004 ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT
11005 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
11006 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
11007 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
11008 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
11009 </para>
11010
11011 </sect2>
11012
11013 <sect2 id="licX-Zborowski-Dawes">
11014
11015 <title>Orest Zborowski and David Dawes License</title>
11016
11017 <para>
11018 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;;
11019 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
11020 </para>
11021
11022 <para>
11023 Permission to use, copy, modify, distribute, and sell this
11024 software and its documentation for any purpose is hereby granted
11025 without fee, provided that the above copyright notice appear in
11026 all copies and that both that copyright notice and this
11027 permission notice appear in supporting documentation, and that
11028 the names of Orest Zborowski and David Dawes not be used in
11029 advertising or publicity pertaining to distribution of the
11030 software without specific, written prior permission. Orest
11031 Zborowski and David Dawes make no representations about the
11032 suitability of this software for any purpose. It is provided
11033 "as is" without express or implied warranty.
11034 </para>
11035
11036 <para>
11037 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH
11038 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
11039 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI
11040 OR DAVID DAWES BE LIABLE FOR ANY SPECIAL, INDIRECT OR
11041 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11042 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
11043 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
11044 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
11045 </para>
11046
11047 </sect2>
11048
11049 <sect2 id="licX-Lepied">
11050
11051 <title>Frederic Lepied License</title>
11052
11053 <para>
11054 Copyright 1995-1999 by Frederic Lepied, France.
11055 &lt;fred@sugix.frmug.fr.net&gt;
11056 </para>
11057
11058 <para>
11059 Permission to use, copy, modify, distribute, and sell this
11060 software and its documentation for any purpose is hereby
11061 granted without fee, provided that the above copyright notice
11062 appear in all copies and that both that copyright notice
11063 and this permission notice appear in supporting
11064 documentation, and that the name of Frederic Lepied not
11065 be used in advertising or publicity pertaining to distribution
11066 of the software without specific, written prior
11067 permission. Frederic Lepied makes no representations
11068 about the suitability of this software for any purpose. It is
11069 provided "as is" without express or implied warranty.
11070 </para>
11071
11072 <para>
11073 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO
11074 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
11075 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FREDERIC
11076 LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
11077 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11078 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
11079 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
11080 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
11081 SOFTWARE.
11082 </para>
11083
11084 </sect2>
11085
11086 <sect2 id="licX-Murphy-Wexelblat">
11087
11088 <title>Rich Murphey and David Wexelblat License</title>
11089
11090 <para>
11091 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;; Copyright
11092 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
11093 </para>
11094
11095 <para>
11096 Permission to use, copy, modify, distribute, and sell this
11097 software and its documentation for any purpose is hereby granted
11098 without fee, provided that the above copyright notice appear in
11099 all copies and that both that copyright notice and this
11100 permission notice appear in supporting documentation, and that
11101 the names of Rich Murphey and David Wexelblat not be used in
11102 advertising or publicity pertaining to distribution of the
11103 software without specific, written prior permission. Rich
11104 Murphey and David Wexelblat make no representations about the
11105 suitability of this software for any purpose. It is provided
11106 "as is" without express or implied warranty.
11107 </para>
11108
11109 <para>
11110 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH
11111 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
11112 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL RICH MURPHEY OR
11113 DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
11114 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11115 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
11116 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
11117 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
11118 </para>
11119
11120 </sect2>
11121
11122 <sect2 id="licX-Murphey-Dawes">
11123
11124 <title>Rich Murphey and David Dawes License</title>
11125
11126 <para>
11127 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;; Copyright
11128 1993 by David Dawes &lt;dawes@xfree86.org&gt;
11129 </para>
11130
11131 <para>
11132 Permission to use, copy, modify, distribute, and sell this
11133 software and its documentation for any purpose is hereby granted
11134 without fee, provided that the above copyright notice appear in
11135 all copies and that both that copyright notice and this
11136 permission notice appear in supporting documentation, and that
11137 the names of Rich Murphey and David Dawes not be used in
11138 advertising or publicity pertaining to distribution of the
11139 software without specific, written prior permission. Rich
11140 Murphey and David Dawes make no representations about the
11141 suitability of this software for any purpose. It is provided
11142 "as is" without express or implied warranty.
11143 </para>
11144
11145 <para>
11146 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD
11147 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
11148 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL RICH MURPHEY OR
11149 DAVID DAWES BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
11150 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
11151 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
11152 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
11153 USE OR PERFORMANCE OF THIS SOFTWARE.
11154 </para>
11155
11156 </sect2>
11157
11158 <sect2 id="licX-Carlsson">
11159
11160 <title>Anders Carlsson License</title>
11161
11162 <para>
11163 Copyright (c) 2003-2004 Anders Carlsson
11164 </para>
11165
11166 <para>
11167 Permission to use, copy, modify, distribute, and sell this
11168 software and its documentation for any purpose is hereby granted
11169 without fee, provided that the above copyright notice appear in
11170 all copies and that both that copyright notice and this
11171 permission notice appear in supporting documentation, and that
11172 the name of Anders Carlsson not be used in advertising or
11173 publicity pertaining to distribution of the software without
11174 specific, written prior permission. Anders Carlsson makes no
11175 representations about the suitability of this software for any
11176 purpose. It is provided "as is" without express or implied
11177 warranty.
11178 </para>
11179
11180 <para>
11181 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
11182 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11183 AND FITNESS, IN NO EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY
11184 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11185 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
11186 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
11187 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
11188 THIS SOFTWARE.
11189 </para>
11190
11191 </sect2>
11192
11193 <sect2 id="licX-Anholt">
11194
11195 <title>Eric Anholt License</title>
11196
11197 <para>
11198 Copyright (C) 2003 Anders Carlsson; Copyright (c) 2003-2004 Eric
11199 Anholt; Copyright (c) 2004 Keith Packard
11200 </para>
11201
11202 <para>
11203 Permission to use, copy, modify, distribute, and sell this
11204 software and its documentation for any purpose is hereby granted
11205 without fee, provided that the above copyright notice appear in
11206 all copies and that both that copyright notice and this
11207 permission notice appear in supporting documentation, and that
11208 the name of Eric Anholt not be used in advertising or publicity
11209 pertaining to distribution of the software without specific,
11210 written prior permission. Eric Anholt makes no representations
11211 about the suitability of this software for any purpose. It is
11212 provided "as is" without express or implied warranty.
11213 </para>
11214
11215 <para>
11216 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
11217 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11218 AND FITNESS, IN NO EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY
11219 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11220 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
11221 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
11222 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
11223 THIS SOFTWARE.
11224 </para>
11225
11226 </sect2>
11227
11228 <sect2 id="licX-Miller">
11229
11230 <title>Todd C. Miller License</title>
11231
11232 <para>
11233 Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
11234 </para>
11235
11236 <para>
11237 Permission to use, copy, modify, and distribute this software for any
11238 purpose with or without fee is hereby granted, provided that the above
11239 copyright notice and this permission notice appear in all copies.
11240 </para>
11241
11242 <para>
11243 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS
11244 ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
11245 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
11246 SHALL TODD C. MILLER BE LIABLE FOR ANY SPECIAL, DIRECT,
11247 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
11248 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
11249 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
11250 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
11251 SOFTWARE.
11252 </para>
11253
11254 </sect2>
11255
11256 <sect2 id="licX-Blundell">
11257
11258 <title>Philip Blundell License</title>
11259
11260 <para>
11261 Copyright (c) 2003-2004 Philip Blundell
11262 </para>
11263
11264 <para>
11265 Permission to use, copy, modify, distribute, and sell this
11266 software and its documentation for any purpose is hereby granted
11267 without fee, provided that the above copyright notice appear in
11268 all copies and that both that copyright notice and this
11269 permission notice appear in supporting documentation, and that
11270 the name of Philip Blundell not be used in advertising or
11271 publicity pertaining to distribution of the software without
11272 specific, written prior permission. Philip Blundell makes no
11273 representations about the suitability of this software for any
11274 purpose. It is provided "as is" without express or implied
11275 warranty.
11276 </para>
11277
11278 <para>
11279 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
11280 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11281 AND FITNESS, IN NO EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY
11282 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11283 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
11284 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
11285 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
11286 THIS SOFTWARE.
11287 </para>
11288
11289 </sect2>
11290
11291 <sect2 id="licX-AureleLF">
11292
11293 <title>Marc Aurele La France License</title>
11294
11295 <para>
11296 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV),
11297 tsi@xfree86.org
11298 </para>
11299
11300 <para>
11301 Permission to use, copy, modify, distribute, and sell this
11302 software and its documentation for any purpose is hereby granted
11303 without fee, provided that the above copyright notice appear in
11304 all copies and that both that copyright notice and this
11305 permission notice appear in supporting documentation, and that
11306 the name of Marc Aurele La France not be used in advertising or
11307 publicity pertaining to distribution of the software without
11308 specific, written prior permission. Marc Aurele La France makes
11309 no representations about the suitability of this software for
11310 any purpose. It is provided "as-is" without express or implied
11311 warranty.
11312 </para>
11313
11314 <para>
11315 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO
11316 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
11317 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL MARC AURELE LA
11318 FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
11319 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
11320 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
11321 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
11322 USE OR PERFORMANCE OF THIS SOFTWARE.
11323 </para>
11324
11325 </sect2>
11326
11327 <sect2 id="licX-Johnston">
11328
11329 <title>J. Kean Johnston License</title>
11330
11331 <para>
11332 Copyright 2001-2005 by J. Kean Johnston &lt;jkj@sco.com&gt;
11333 </para>
11334
11335 <para>
11336 Permission to use, copy, modify, distribute, and sell this
11337 software and its documentation for any purpose is hereby granted
11338 without fee, provided that the above copyright notice appear in
11339 all copies and that both that copyright notice and this
11340 permission notice appear in supporting documentation, and that
11341 the name J. Kean Johnston not be used in advertising or
11342 publicity pertaining to distribution of the software without
11343 specific, written prior permission. J. Kean Johnston makes no
11344 representations about the suitability of this software for any
11345 purpose. It is provided "as is" without express or implied
11346 warranty.
11347 </para>
11348
11349 <para>
11350 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
11351 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11352 AND FITNESS, IN NO EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR
11353 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11354 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
11355 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
11356 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
11357 THIS SOFTWARE.
11358 </para>
11359
11360 </sect2>
11361
11362 <sect2 id="licX-Jelinek">
11363
11364 <title>Jakub Jelinek License</title>
11365
11366 <para>
11367 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
11368 </para>
11369
11370 <para>
11371 Permission is hereby granted, free of charge, to any person
11372 obtaining a copy of this software and associated documentation
11373 files (the "Software"), to deal in the Software without
11374 restriction, including without limitation the rights to use,
11375 copy, modify, merge, publish, distribute, sublicense, and/or
11376 sell copies of the Software, and to permit persons to whom the
11377 Software is furnished to do so, subject to the following
11378 conditions:
11379 </para>
11380
11381 <para>
11382 The above copyright notice and this permission notice shall be
11383 included in all copies or substantial portions of the Software.
11384 </para>
11385
11386 <para>
11387 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
11388 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
11389 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
11390 NONINFRINGEMENT. IN NO EVENT SHALL JAKUB JELINEK BE LIABLE FOR
11391 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
11392 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
11393 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11394 SOFTWARE.
11395 </para>
11396
11397 </sect2>
11398
11399 <sect2 id="licX-Yasushi">
11400
11401 <title>UCHIYAMA Yasushi License</title>
11402
11403 <para>
11404 Copyright 1997,1998 by UCHIYAMA Yasushi
11405 </para>
11406
11407 <para>
11408 Permission to use, copy, modify, distribute, and sell this
11409 software and its documentation for any purpose is hereby granted
11410 without fee, provided that the above copyright notice appear in
11411 all copies and that both that copyright notice and this
11412 permission notice appear in supporting documentation, and that
11413 the name of UCHIYAMA Yasushi not be used in advertising or
11414 publicity pertaining to distribution of the software without
11415 specific, written prior permission. UCHIYAMA Yasushi makes no
11416 representations about the suitability of this software for any
11417 purpose. It is provided "as is" without express or implied
11418 warranty.
11419 </para>
11420
11421 <para>
11422 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
11423 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11424 AND FITNESS, IN NO EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR
11425 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11426 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
11427 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
11428 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
11429 THIS SOFTWARE.
11430 </para>
11431
11432 </sect2>
11433
11434 <sect2 id="licX-OpenedHand">
11435
11436 <title>OpenedHand Ltd License</title>
11437
11438 <para>
11439 Copyright (c) 2007 OpenedHand Ltd
11440 </para>
11441
11442 <para>
11443 Permission to use, copy, modify, distribute, and sell this
11444 software and its documentation for any purpose is hereby granted
11445 without fee, provided that the above copyright notice appear in
11446 all copies and that both that copyright notice and this
11447 permission notice appear in supporting documentation, and that
11448 the name of OpenedHand Ltd not be used in advertising or
11449 publicity pertaining to distribution of the software without
11450 specific, written prior permission. OpenedHand Ltd makes no
11451 representations about the suitability of this software for any
11452 purpose. It is provided "as is" without express or implied
11453 warranty.
11454 </para>
11455
11456 <para>
11457 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
11458 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11459 AND FITNESS, IN NO EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY
11460 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11461 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
11462 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
11463 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
11464 THIS SOFTWARE.
11465 </para>
11466
11467 </sect2>
11468
11469 <sect2 id="licX-Oracle">
11470
11471 <title>Oracle License</title>
11472
11473 <para>
11474 Copyright (c) 1991, Oracle and/or its affiliates. All rights
11475 reserved.
11476 </para>
11477
11478 <para>
11479 Permission is hereby granted, free of charge, to any person
11480 obtaining a copy of this software and associated documentation
11481 files (the "Software"), to deal in the Software without
11482 restriction, including without limitation the rights to use,
11483 copy, modify, merge, publish, distribute, sublicense, and/or
11484 sell copies of the Software, and to permit persons to whom the
11485 Software is furnished to do so, subject to the following
11486 conditions:
11487 </para>
11488
11489 <para>
11490 The above copyright notice and this permission notice (including
11491 the next paragraph) shall be included in all copies or
11492 substantial portions of the Software.
11493 </para>
11494
11495 <para>
11496 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
11497 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
11498 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
11499 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
11500 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
11501 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11502 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
11503 OTHER DEALINGS IN THE SOFTWARE.
11504 </para>
11505
11506 </sect2>
11507
11508 <sect2 id="licNVIDIA-Glslang">
11509
11510 <title>NVIDIA License for Glslang</title>
11511
11512 <para>
11513 Copyright (c) 2002, NVIDIA Corporation.
11514 </para>
11515
11516 <para>
11517 NVIDIA Corporation("NVIDIA") supplies this software to you in
11518 consideration of your agreement to the following terms, and your
11519 use, installation, modification or redistribution of this NVIDIA
11520 software constitutes acceptance of these terms. If you do not
11521 agree with these terms, please do not use, install, modify or
11522 redistribute this NVIDIA software.
11523 </para>
11524
11525 <para>
11526 In consideration of your agreement to abide by the following
11527 terms, and subject to these terms, NVIDIA grants you a personal,
11528 non-exclusive license, under NVIDIA's copyrights in this
11529 original NVIDIA software (the "NVIDIA Software"), to use,
11530 reproduce, modify and redistribute the NVIDIA Software, with or
11531 without modifications, in source and/or binary forms; provided
11532 that if you redistribute the NVIDIA Software, you must retain
11533 the copyright notice of NVIDIA, this notice and the following
11534 text and disclaimers in all such redistributions of the NVIDIA
11535 Software. Neither the name, trademarks, service marks nor logos
11536 of NVIDIA Corporation may be used to endorse or promote products
11537 derived from the NVIDIA Software without specific prior written
11538 permission from NVIDIA. Except as expressly stated in this
11539 notice, no other rights or licenses express or implied, are
11540 granted by NVIDIA herein, including but not limited to any
11541 patent rights that may be infringed by your derivative works or
11542 by other works in which the NVIDIA Software may be incorporated.
11543 No hardware is licensed hereunder.
11544 </para>
11545
11546 <para>
11547 THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS,
11548 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
11549 IMPLIED, INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS
11550 OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A
11551 PARTICULAR PURPOSE, OR ITS USE AND OPERATION EITHER ALONE OR IN
11552 COMBINATION WITH OTHER PRODUCTS.
11553 </para>
11554
11555 <para>
11556 IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT,
11557 INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11558 LIMITED TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR
11559 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
11560 INTERRUPTION) OR ARISING IN ANY WAY OUT OF THE USE,
11561 REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE NVIDIA
11562 SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT,
11563 TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN
11564 IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11565 </para>
11566
11567 </sect2>
11568
11569 <sect2 id="licKhronos-Glslang">
11570
11571 <title>The Khronos Group Inc. License for Glslang</title>
11572
11573 <para>
11574 Copyright (c) 2014-2016 The Khronos Group Inc.
11575 </para>
11576
11577 <para>
11578 Permission is hereby granted, free of charge, to any person
11579 obtaining a copy of this software and/or associated
11580 documentation files (the "Materials"), to deal in the Materials
11581 without restriction, including without limitation the rights to
11582 use, copy, modify, merge, publish, distribute, sublicense,
11583 and/or sell copies of the Materials, and to permit persons to
11584 whom the Materials are furnished to do so, subject to the
11585 following conditions:
11586 </para>
11587
11588 <para>
11589 The above copyright notice and this permission notice shall be
11590 included in all copies or substantial portions of the Materials.
11591 </para>
11592
11593 <para>
11594 MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY
11595 REFLECTS KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS
11596 OF KHRONOS SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
11597 https://www.khronos.org/registry/
11598 </para>
11599
11600 <para>
11601 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
11602 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
11603 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
11604 AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
11605 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
11606 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11607 FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR
11608 OTHER DEALINGS The above copyright notice and this permission
11609 notice shall be included in all copies or substantial portions
11610 of the Materials. IN THE MATERIALS.
11611 </para>
11612
11613 </sect2>
11614
11615 <sect2 id="licKhronos-EGL">
11616
11617 <title>The Khronos Group Inc. License for the EGL Registry Repository</title>
11618
11619 <para>
11620 Copyright (c) 2008-2018 The Khronos Group Inc.
11621 </para>
11622
11623 <para>
11624 Permission is hereby granted, free of charge, to any person
11625 obtaining a copy of this software and/or associated
11626 documentation files (the "Materials"), to deal in the Materials
11627 without restriction, including without limitation the rights to
11628 use, copy, modify, merge, publish, distribute, sublicense,
11629 and/or sell copies of the Materials, and to permit persons to
11630 whom the Materials are furnished to do so, subject to the
11631 following conditions:
11632 </para>
11633
11634 <para>
11635 The above copyright notice and this permission notice shall be
11636 included in all copies or substantial portions of the Materials.
11637 </para>
11638
11639 <para>
11640 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
11641 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
11642 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
11643 AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
11644 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
11645 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11646 FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR
11647 OTHER DEALINGS IN THE MATERIALS.
11648 </para>
11649
11650 </sect2>
11651
11652 <sect2 id="licTpms">
11653
11654 <title>The IBM Corporation License for the libtpms library</title>
11655
11656 <para>
11657 Copyright IBM Corporation 2006 - 2011 All rights reserved;
11658 Copyright IBM Corp. and others, 2012-2016
11659 </para>
11660
11661 <para>
11662 For the TPM 1.2 code and the library code the following license applies:
11663 </para>
11664
11665 <para>
11666 Redistribution and use in source and binary forms, with or without
11667 modification, are permitted provided that the following conditions are
11668 met:
11669 Redistributions of source code must retain the above copyright notice,
11670 this list of conditions and the following disclaimer.
11671 Redistributions in binary form must reproduce the above copyright
11672 notice, this list of conditions and the following disclaimer in the
11673 documentation and/or other materials provided with the distribution.
11674 Neither the names of the IBM Corporation nor the names of its
11675 contributors may be used to endorse or promote products derived from
11676 this software without specific prior written permission.
11677 </para>
11678
11679 <para>
11680 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11681 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11682 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11683 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11684 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11685 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11686 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11687 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11688 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11689 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11690 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11691 </para>
11692
11693 <para>
11694 For the TPM 2 code the following license and notices apply:
11695 </para>
11696
11697 <para>
11698 Licenses and Notices
11699 </para>
11700
11701 <orderedlist>
11702
11703 <listitem>
11704
11705 <para>
11706 Copyright Licenses:
11707 </para>
11708
11709 <itemizedlist>
11710
11711 <listitem>
11712 <para>
11713 Trusted Computing Group (TCG) grants to the user of the source code in
11714 this specification (the "Source Code") a worldwide, irrevocable,
11715 nonexclusive, royalty free, copyright license to reproduce, create
11716 derivative works, distribute, display and perform the Source Code and
11717 derivative works thereof, and to grant others the rights granted herein.
11718 </para>
11719 </listitem>
11720
11721 <listitem>
11722 <para>
11723 The TCG grants to the user of the other parts of the specification
11724 (other than the Source Code) the rights to reproduce, distribute,
11725 display, and perform the specification solely for the purpose of
11726 developing products based on such documents.
11727 </para>
11728 </listitem>
11729
11730 </itemizedlist>
11731
11732 </listitem>
11733
11734 <listitem>
11735 <para>
11736 Source Code Distribution Conditions:
11737 </para>
11738
11739 <itemizedlist>
11740
11741 <listitem>
11742 <para>
11743 Redistributions of Source Code must retain the above copyright licenses,
11744 this list of conditions and the following disclaimers.
11745 </para>
11746 </listitem>
11747
11748 <listitem>
11749 <para>
11750 Redistributions in binary form must reproduce the above copyright
11751 licenses, this list of conditions and the following disclaimers in the
11752 documentation and/or other materials provided with the distribution.
11753 </para>
11754 </listitem>
11755
11756 </itemizedlist>
11757
11758 </listitem>
11759
11760 <listitem>
11761 <para>
11762 Disclaimers:
11763 </para>
11764
11765 <itemizedlist>
11766
11767 <listitem>
11768 <para>
11769 THE COPYRIGHT LICENSES SET FORTH ABOVE DO NOT REPRESENT ANY FORM OF
11770 LICENSE OR WAIVER, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, WITH
11771 RESPECT TO PATENT RIGHTS HELD BY TCG MEMBERS (OR OTHER THIRD PARTIES)
11772 THAT MAY BE NECESSARY TO IMPLEMENT THIS SPECIFICATION OR OTHERWISE.
11773 Contact TCG Administration (admin@trustedcomputinggroup.org) for
11774 information on specification licensing rights available through TCG
11775 membership agreements.
11776 </para>
11777 </listitem>
11778
11779 <listitem>
11780 <para>
11781 THIS SPECIFICATION IS PROVIDED "AS IS" WITH NO EXPRESS OR IMPLIED
11782 WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY OR
11783 FITNESS FOR A PARTICULAR PURPOSE, ACCURACY, COMPLETENESS, OR
11784 NONINFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS, OR ANY WARRANTY
11785 OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION OR SAMPLE.
11786 </para>
11787 </listitem>
11788
11789 <listitem>
11790 <para>
11791 Without limitation, TCG and its members and licensors disclaim all
11792 liability, including liability for infringement of any proprietary
11793 rights, relating to use of information in this specification and to the
11794 implementation of this specification, and TCG disclaims all liability for
11795 cost of procurement of substitute goods or services, lost profits, loss
11796 of use, loss of data or any incidental, consequential, direct, indirect,
11797 or special damages, whether under contract, tort, warranty or otherwise,
11798 arising in any way out of use or reliance upon this specification or any
11799 information herein.
11800 </para>
11801 </listitem>
11802
11803 </itemizedlist>
11804 </listitem>
11805 </orderedlist>
11806
11807 </sect2>
11808
11809 </sect1>
11810
11811</appendix>
Note: See TracBrowser for help on using the repository browser.

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