1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                      "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4[
5<!ENTITY % defs SYSTEM "defs.ent"> %defs;
6]>
7
8<article id='License'>
9
10<articleinfo>
11
12<title>Licenses</title>
13<corpauthor>The X.Org Foundation</corpauthor>
14<pubdate>&reldate;</pubdate>
15</articleinfo>
16
17<sect1 id='Introduction'>
18<title>Introduction</title>
19
20<para>
21The X.Org Foundation X Window System distribution is a compilation of code and
22documentation from many sources.  This document is intended primarily
23as a guide to the licenses used in the distribution: you must check
24each file and/or package for precise redistribution
25terms. None-the-less, this summary may be useful to many users.
26</para>
27
28<para>
29This document is based on the compilation from XFree86.
30If you find any errors or significant omissions in this document, please
31contact us with details at <email>xorg@lists.freedesktop.org</email>.
32</para>
33
34<para>
35Most of these licenses are based on the MIT, X Consortium, or BSD
36(original and revised) licenses.  All of them are consistent with the
37<ulink url="https://www.opensource.org/docs/definition.php"
38>Open Source Definition</ulink>, and most are
39consistent with the Free Software Foundation's <ulink
40url="https://www.fsf.org/philosophy/free-sw.html">Free Software
41Definition</ulink>.
42</para>
43
44<para>
45While the current licenses are all open source licenses, the
46X.Org Foundation is attempting, over time, to bring as much as
47possible of the code's licenses in the distribution into compliance with the
48<ulink url="https://www.debian.org/social_contract#guidelines"
49>Debian Free Software Guidelines</ulink>.
50</para>
51
52</sect1>
53
54<sect1 id='X.Org_Preferred_License'>
55<title>X.Org Preferred License</title>
56
57<para>
58The X.Org Foundation has chosen the following format of the MIT
59License as the preferred format for code included in the X Window System
60distribution.   This is a slight variant of the common MIT license
61form published by the Open Source Initiative at
62<ulink url="https://www.opensource.org/licenses/mit-license.php"></ulink>.
63</para>
64
65<blockquote>
66<para>
67Copyright &copy;<parameter>[year]</parameter> <parameter>[copyright holder]</parameter>
68</para>
69
70<para>
71Permission is hereby granted, free of charge, to any person obtaining a
72copy of this software and associated documentation files (the "Software"),
73to deal in the Software without restriction, including without limitation
74the rights to use, copy, modify, merge, publish, distribute, sublicense,
75and/or sell copies of the Software, and to permit persons to whom the
76Software is furnished to do so, subject to the following conditions:
77</para>
78
79<para>
80The above copyright notice and this permission notice (including the next
81paragraph) shall be included in all copies or substantial portions of the
82Software.
83</para>
84
85<para>
86THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
87IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
88FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
89THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
90LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
91FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
92DEALINGS IN THE SOFTWARE.
93</para>
94</blockquote>
95
96<para>
97When listing multiple copyright holders with the license statement,
98please sort by surname for people, and by the full name for other
99entities (e.g. Juliusz Chroboczek sorts before Intel Corporation sorts
100before Daniel Stone).
101</para>
102
103</sect1>
104
105<sect1 id='XFree86_License_1.0'>
106<title>XFree86 License 1.0</title>
107
108<para>
109XFree86 code without an explicit copyright is covered by the following
110copyright/license:
111</para>
112
113<blockquote>
114<para>
115Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
116</para>
117
118<para>
119Permission is hereby granted, free of charge, to any person obtaining a
120copy of this software and associated documentation files (the "Software"),
121to deal in the Software without restriction, including without limitation
122the rights to use, copy, modify, merge, publish, distribute, sublicense,
123and/or sell copies of the Software, and to permit persons to whom the
124Software is furnished to do so, subject to the following conditions:
125</para>
126
127<para>
128The above copyright notice and this permission notice shall be included in
129all copies or substantial portions of the Software.
130</para>
131
132<para>
133THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
136THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
137WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
138OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
139SOFTWARE.
140</para>
141
142<para>
143Except as contained in this notice, the name of the XFree86 Project shall
144not be used in advertising or otherwise to promote the sale, use or other
145dealings in this Software without prior written authorization from the
146XFree86 Project.
147</para>
148</blockquote>
149
150<para>
151No software incorporating the XFree86 1.1 license has been incorporated.
152</para>
153
154</sect1>
155
156<sect1 id='Other_Licenses'>
157<title>Other Licenses</title>
158
159<para>
160Portions of code are covered by the following licenses/copyrights.  See
161individual files for the copyright dates.
162</para>
163
164<sect2 id='X_MIT_Copyrights'>
165<title>X/MIT Copyrights</title>
166
167<sect3 id='X_Consortium'>
168<title>X Consortium</title>
169
170<para>
171Copyright (C) <emphasis remap="it">&lt;date&gt;</emphasis> X Consortium
172</para>
173
174<para>
175Permission is hereby granted, free of charge, to any person obtaining a
176copy of this software and associated documentation files (the "Software"),
177to deal in the Software without restriction, including without
178limitation the rights to use, copy, modify, merge, publish, distribute,
179sublicense, and/or sell copies of the Software, and to permit persons to
180whom the Software is furnished to do so, subject to the following conditions:
181</para>
182
183<para>
184The above copyright notice and this permission notice shall be included
185in all copies or substantial portions of the Software.
186</para>
187
188<para>
189THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
190OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
191FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT
192SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
193WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
194OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
195IN THE SOFTWARE.
196</para>
197
198<para>
199Except as contained in this notice, the name of the X Consortium shall
200not be used in advertising or otherwise to promote the sale, use or
201other dealings in this Software without prior written authorization from
202the X Consortium.
203</para>
204
205<para>
206X Window System is a trademark of X Consortium, Inc.
207</para>
208
209</sect3>
210
211<sect3 id='The_Open_Group'>
212<title>The Open Group</title>
213
214<para>
215Copyright <emphasis remap="it">&lt;date&gt;</emphasis>  The Open Group
216</para>
217
218<para>
219Permission to use, copy, modify, distribute, and sell this software and its
220documentation for any purpose is hereby granted without fee, provided that
221the above copyright notice appear in all copies and that both that
222copyright notice and this permission notice appear in supporting
223documentation.
224</para>
225
226<para>
227The above copyright notice and this permission notice shall be included in
228all copies or substantial portions of the Software.
229</para>
230
231<para>
232THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
233IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
234FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
235OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
236AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
237CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
238</para>
239
240<para>
241Except as contained in this notice, the name of The Open Group shall not be
242used in advertising or otherwise to promote the sale, use or other dealings
243in this Software without prior written authorization from The Open Group.
244</para>
245
246</sect3>
247
248</sect2>
249
250<sect2 id='Berkeley-based_copyrights'>
251<title>Berkeley-based copyrights</title>
252
253<sect3 id='General'>
254<title>General</title>
255
256<para>
257Redistribution and use in source and binary forms, with or without
258modification, are permitted provided that the following conditions
259are met:
260</para>
261
262<para>
263
264<orderedlist>
265<listitem>
266
267<para>
268Redistributions of source code must retain the above copyright
269notice, this list of conditions and the following disclaimer.
270</para>
271</listitem>
272<listitem>
273
274<para>
275Redistributions in binary form must reproduce the above copyright
276notice, this list of conditions and the following disclaimer in the
277documentation and/or other materials provided with the distribution.
278</para>
279</listitem>
280<listitem>
281
282<para>
283The name of the author may not be used to endorse or promote products
284derived from this software without specific prior written permission.
285</para>
286</listitem>
287
288</orderedlist>
289
290</para>
291
292<para>
293THIS SOFTWARE IS PROVIDED BY THE AUTHOR <quote>AS IS</quote> AND ANY EXPRESS OR
294IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
295OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
296IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
297INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
298NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
299DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
300THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
301(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
302THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
303</para>
304
305</sect3>
306
307<sect3 id='UCB_LBL'>
308<title>UCB/LBL</title>
309
310<para>
311Copyright (c) 1993
312The Regents of the University of California.  All rights reserved.
313</para>
314
315<para>
316This software was developed by the Computer Systems Engineering group
317at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
318contributed to Berkeley.
319</para>
320
321<para>
322All advertising materials mentioning features or use of this software
323must display the following acknowledgement:
324This product includes software developed by the University of
325California, Lawrence Berkeley Laboratory.
326</para>
327
328<para>
329Redistribution and use in source and binary forms, with or without
330modification, are permitted provided that the following conditions
331are met:
332</para>
333
334<para>
335
336<orderedlist>
337<listitem>
338
339<para>
340Redistributions of source code must retain the above copyright
341notice, this list of conditions and the following disclaimer.
342</para>
343</listitem>
344<listitem>
345
346<para>
347Redistributions in binary form must reproduce the above copyright
348notice, this list of conditions and the following disclaimer in the
349documentation and/or other materials provided with the distribution.
350</para>
351</listitem>
352<listitem>
353
354<para>
355All advertising materials mentioning features or use of this software
356must display the following acknowledgement:
357This product includes software developed by the University of
358California, Berkeley and its contributors.
359</para>
360</listitem>
361<listitem>
362
363<para>
364Neither the name of the University nor the names of its contributors
365may be used to endorse or promote products derived from this software
366without specific prior written permission.
367</para>
368</listitem>
369
370</orderedlist>
371
372</para>
373
374<para>
375THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS <quote>AS IS</quote> AND
376ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
377IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
378ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
379FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
380DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
381OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
382HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
383LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
384OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
385SUCH DAMAGE.
386</para>
387
388</sect3>
389
390<sect3 id='The_NetBSD_Foundation_Inc.'>
391<title>The NetBSD Foundation, Inc.</title>
392
393<para>
394Copyright (c) 2003 The NetBSD Foundation, Inc.
395All rights reserved.
396</para>
397
398<para>
399This code is derived from software contributed to The NetBSD Foundation
400by Ben Collver &lt;collver1@attbi.com&gt;
401</para>
402
403<para>
404Redistribution and use in source and binary forms, with or without
405modification, are permitted provided that the following conditions
406are met:
407
408<orderedlist>
409<listitem>
410
411<para>
412 Redistributions of source code must retain the above copyright
413notice, this list of conditions and the following disclaimer.
414</para>
415</listitem>
416<listitem>
417
418<para>
419 Redistributions in binary form must reproduce the above copyright
420notice, this list of conditions and the following disclaimer in the
421documentation and/or other materials provided with the distribution.
422</para>
423</listitem>
424
425</orderedlist>
426
427</para>
428
429<para>
430THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
431<quote>AS IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
432TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
433PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
434BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
435CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
436SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
437INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
438CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
439ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
440POSSIBILITY OF SUCH DAMAGE.
441</para>
442
443</sect3>
444
445<sect3 id='Theodore_Tso'>
446<title>Theodore Ts'o</title>
447
448<para>
449Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999.  All
450rights reserved.
451</para>
452
453<para>
454Redistribution and use in source and binary forms, with or without
455modification, are permitted provided that the following conditions
456are met:
457
458<orderedlist>
459<listitem>
460
461<para>
462Redistributions of source code must retain the above copyright
463notice, and the entire permission notice in its entirety,
464including the disclaimer of warranties.
465</para>
466</listitem>
467<listitem>
468
469<para>
470Redistributions in binary form must reproduce the above copyright
471notice, this list of conditions and the following disclaimer in the
472documentation and/or other materials provided with the distribution.
473</para>
474</listitem>
475<listitem>
476
477<para>
478The name of the author may not be used to endorse or promote
479products derived from this software without specific prior
480written permission.
481</para>
482</listitem>
483
484</orderedlist>
485
486</para>
487
488<para>
489THIS SOFTWARE IS PROVIDED <quote>AS IS</quote> AND ANY EXPRESS OR IMPLIED
490WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
491OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
492WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
493LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
494CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
495OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
496BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
497LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
498(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
499USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
500DAMAGE.
501</para>
502
503</sect3>
504
505<sect3 id='Theo_de_Raadt_and_Damien_Miller'>
506<title>Theo de Raadt and Damien Miller</title>
507
508<para>
509Copyright (c) 1995,1999 Theo de Raadt.  All rights reserved.
510Copyright (c) 2001-2002 Damien Miller.  All rights reserved.
511</para>
512
513<para>
514Redistribution and use in source and binary forms, with or without
515modification, are permitted provided that the following conditions
516are met:
517
518<orderedlist>
519<listitem>
520
521<para>
522 Redistributions of source code must retain the above copyright
523notice, this list of conditions and the following disclaimer.
524</para>
525</listitem>
526<listitem>
527
528<para>
529 Redistributions in binary form must reproduce the above copyright
530notice, this list of conditions and the following disclaimer in the
531documentation and/or other materials provided with the distribution.
532</para>
533</listitem>
534
535</orderedlist>
536
537</para>
538
539<para>
540THIS SOFTWARE IS PROVIDED BY THE AUTHOR <quote>AS IS</quote> AND ANY EXPRESS OR
541IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
542OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
543IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
544INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
545NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
546DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
547THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
548(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
549THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
550</para>
551
552</sect3>
553
554<sect3 id='Todd_C._Miller'>
555<title>Todd C. Miller</title>
556
557<para>
558Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
559</para>
560
561<para>
562Permission to use, copy, modify, and distribute this software for any
563purpose with or without fee is hereby granted, provided that the above
564copyright notice and this permission notice appear in all copies.
565</para>
566
567<para>
568THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
569WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
570OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
571FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
572WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
573OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
574CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
575</para>
576
577</sect3>
578
579<sect3 id='Thomas_Winischhofer'>
580<title>Thomas Winischhofer</title>
581
582<para>
583Copyright (C) 2001-2004 Thomas Winischhofer
584</para>
585
586<para>
587Redistribution and use in source and binary forms, with or without
588modification, are permitted provided that the following conditions are met:
589</para>
590
591<para>
592
593<orderedlist>
594<listitem>
595
596<para>
597 Redistributions of source code must retain the above copyright
598notice, this list of conditions and the following disclaimer.
599</para>
600</listitem>
601<listitem>
602
603<para>
604 Redistributions in binary form must reproduce the above copyright
605notice, this list of conditions and the following disclaimer in the
606documentation and/or other materials provided with the distribution.
607</para>
608</listitem>
609<listitem>
610
611<para>
612 The name of the author may not be used to endorse or promote products
613derived from this software without specific prior written permission.
614</para>
615</listitem>
616
617</orderedlist>
618
619</para>
620
621<para>
622THIS SOFTWARE IS PROVIDED BY THE AUTHOR <quote>AS IS</quote> AND ANY EXPRESSED OR
623IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
624WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
625DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
626INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
627(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
628SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
629HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
630STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
631ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
632POSSIBILITY OF SUCH DAMAGE.
633</para>
634
635</sect3>
636
637</sect2>
638
639<sect2 id='SGI_Free_Software_License_B'>
640<title>SGI Free Software License B</title>
641
642<para>
643SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
644</para>
645
646<para>
647Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
648</para>
649
650<para>
651Permission is hereby granted, free of charge, to any person obtaining a
652copy of this software and associated documentation files (the "Software"),
653to deal in the Software without restriction, including without limitation
654the rights to use, copy, modify, merge, publish, distribute, sublicense,
655and/or sell copies of the Software, and to permit persons to whom the
656Software is furnished to do so, subject to the following conditions:
657</para>
658
659<para>
660The above copyright notice including the dates of first publication and
661either this permission notice or a reference to
662<ulink url="http://oss.sgi.com/projects/FreeB/"></ulink>
663shall be included in all copies or substantial portions of the Software.
664</para>
665
666<para>
667THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
668OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
669FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
670SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
671WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
672OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
673SOFTWARE.
674</para>
675
676</sect2>
677
678<sect2 id='Bigelow_Holmes_Inc_and_URW_GmbH_Luxi_font_license'>
679<title>Bigelow &amp; Holmes Inc and URW++ GmbH Luxi font license</title>
680
681<para>
682Luxi fonts copyright (c) 2001 by Bigelow &amp; Holmes Inc. Luxi font
683instruction code copyright (c) 2001 by URW++ GmbH. All Rights
684Reserved. Luxi is a registered trademark of Bigelow &amp; Holmes Inc.
685</para>
686
687<para>
688Permission is hereby granted, free of charge, to any person obtaining
689a copy of these Fonts and associated documentation files (the "Font
690Software"), to deal in the Font Software, including without
691limitation the rights to use, copy, merge, publish, distribute,
692sublicense, and/or sell copies of the Font Software, and to permit
693persons to whom the Font Software is furnished to do so, subject to
694the following conditions:
695</para>
696
697<para>
698The above copyright and trademark notices and this permission notice
699shall be included in all copies of one or more of the Font Software.
700</para>
701
702<para>
703The Font Software may not be modified, altered, or added to, and in
704particular the designs of glyphs or characters in the Fonts may not
705be modified nor may additional glyphs or characters be added to the
706Fonts. This License becomes null and void when the Fonts or Font
707Software have been modified.
708</para>
709
710<para>
711THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
712EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
713MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
714OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.  IN NO EVENT SHALL
715BIGELOW &amp; HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES
716OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
717INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
718CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
719INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
720SOFTWARE.
721</para>
722
723<para>
724Except as contained in this notice, the names of Bigelow &amp; Holmes
725Inc. and URW++ GmbH. shall not be used in advertising or otherwise to
726promote the sale, use or other dealings in this Font Software without
727prior written authorization from Bigelow &amp; Holmes Inc. and URW++ GmbH.
728</para>
729
730<para>
731For further information, contact:
732</para>
733
734<para>
735info@urwpp.de
736or
737design@bigelowandholmes.com
738</para>
739
740</sect2>
741
742</sect1>
743
744</article>
745