1056N/A<?xml version="1.0" encoding="UTF-8"?>
1056N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1276N/A<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Licenses</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot_9276" /><style xmlns="" type="text/css">/*
1276N/A * Copyright (c) 2011 Gaetan Nadon
1276N/A * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1276N/A *
1276N/A * Permission is hereby granted, free of charge, to any person obtaining a
1276N/A * copy of this software and associated documentation files (the "Software"),
1276N/A * to deal in the Software without restriction, including without limitation
1276N/A * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1276N/A * and/or sell copies of the Software, and to permit persons to whom the
1276N/A * Software is furnished to do so, subject to the following conditions:
1276N/A *
1276N/A * The above copyright notice and this permission notice (including the next
1276N/A * paragraph) shall be included in all copies or substantial portions of the
1276N/A * Software.
1276N/A *
1276N/A * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1276N/A * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1276N/A * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1276N/A * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1276N/A * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1276N/A * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1276N/A * DEALINGS IN THE SOFTWARE.
1276N/A */
1276N/A
1276N/A/*
1276N/A * Shared stylesheet for X.Org documentation translated to HTML format
1276N/A * http://www.sagehill.net/docbookxsl/UsingCSS.html
1276N/A * http://www.w3schools.com/css/default.asp
1276N/A * https://addons.mozilla.org/en-US/firefox/addon/web-developer/developers
1276N/A * https://addons.mozilla.org/en-US/firefox/addon/font-finder/
1276N/A */
1276N/A
1276N/A/*
1276N/A * The sans-serif fonts are considered more legible on a computer screen
1276N/A * http://dry.sailingissues.com/linux-equivalents-verdana-arial.html
1276N/A *
1276N/A */
1276N/Abody {
1276N/A font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
1276N/A /* In support of using "em" font size unit, the w3c recommended method */
1276N/A font-size: 100%;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: all elements requiring mono spaced fonts.
1276N/A *
1276N/A * The family names attempt to match the proportionally spaced font
1276N/A * family names such that the same font name is used for both.
1276N/A * We'd like to use Bitstream, for example, in both proportionally and
1276N/A * mono spaced font text.
1276N/A */
1276N/A.command,
1276N/A.errorcode,
1276N/A.errorname,
1276N/A.errortype,
1276N/A.filename,
1276N/A.funcsynopsis,
1276N/A.function,
1276N/A.parameter,
1276N/A.programlisting,
1276N/A.property,
1276N/A.screen,
1276N/A.structname,
1276N/A.symbol,
1276N/A.synopsis,
1276N/A.type
1276N/A{
1276N/A font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Courier, "Liberation Mono", Monospace;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Books have a title page, a preface, some chapters and appendices,
1276N/A * a glossary, an index and a bibliography, in that order.
1276N/A *
1276N/A * An Article has no preface and no chapters. It has sections, appendices,
1276N/A * a glossary, an index and a bibliography.
1276N/A */
1276N/A
1276N/A/*
1276N/A * Selection: book main title and subtitle
1276N/A */
1276N/Adiv.book>div.titlepage h1.title,
1276N/Adiv.book>div.titlepage h2.subtitle {
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: article main title and subtitle
1276N/A */
1276N/Adiv.article>div.titlepage h2.title,
1276N/Adiv.article>div.titlepage h3.subtitle,
1276N/Adiv.article>div.sect1>div.titlepage h2.title,
1276N/Adiv.article>div.section>div.titlepage h2.title {
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: various types of authors and collaborators, individuals or corporate
1276N/A *
1276N/A * These authors are not always contained inside an authorgroup.
1276N/A * They can be contained inside a lot of different parent types where they might
1276N/A * not be centered.
1276N/A * Reducing the margin at the bottom makes a visual separation between authors
1276N/A * We specify here the ones on the title page, others may be added based on merit.
1276N/A */
1276N/Adiv.titlepage .authorgroup,
1276N/Adiv.titlepage .author,
1276N/Adiv.titlepage .collab,
1276N/Adiv.titlepage .corpauthor,
1276N/Adiv.titlepage .corpcredit,
1276N/Adiv.titlepage .editor,
1276N/Adiv.titlepage .othercredit {
1276N/A text-align: center;
1276N/A margin-bottom: 0.25em;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: the affiliation of various types of authors and collaborators,
1276N/A * individuals or corporate.
1276N/A */
1276N/Adiv.titlepage .affiliation {
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: product release information (X Version 11, Release 7)
1276N/A *
1276N/A * The releaseinfo element can be contained inside a lot of different parent
1276N/A * types where it might not be centered.
1276N/A * We specify here the one on the title page, others may be added based on merit.
1276N/A */
1276N/Adiv.titlepage p.releaseinfo {
1276N/A font-weight: bold;
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: publishing date
1276N/A */
1276N/Adiv.titlepage .pubdate {
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * The legal notices are displayed in smaller sized fonts
1276N/A * Justification is only supported in IE and therefore not requested.
1276N/A *
1276N/A */
1276N/A.legalnotice {
1276N/A font-size: small;
1276N/A font-style: italic;
1276N/A}
1276N/A
1276N/A/*
1276N/A * For documentation having multiple licenses, the copyright and legalnotice
1276N/A * elements sequence cannot instantiated multiple times.
1276N/A * The copyright notice and license text are therefore coded inside a legalnotice
1276N/A * element. The role attribute on the paragraph is used to allow styling of the
1276N/A * copyright notice text which should not be italicized.
1276N/A */
1276N/Ap.multiLicensing {
1276N/A font-style: normal;
1276N/A font-size: medium;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: book or article main ToC title
1276N/A * A paragraph is generated for the title rather than a level 2 heading.
1276N/A * We do not want to select chapters sub table of contents, only the main one
1276N/A */
1276N/Adiv.book>div.toc>p,
1276N/Adiv.article>div.toc>p {
1276N/A font-size: 1.5em;
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: major sections of a book or an article
1276N/A *
1276N/A * Unlike books, articles do not have a titlepage element for appendix.
1276N/A * Using the selector "div.titlepage h2.title" would be too general.
1276N/A */
1276N/Adiv.book>div.preface>div.titlepage h2.title,
1276N/Adiv.book>div.chapter>div.titlepage h2.title,
1276N/Adiv.article>div.sect1>div.titlepage h2.title,
1276N/Adiv.article>div.section>div.titlepage h2.title,
1276N/Adiv.book>div.appendix>div.titlepage h2.title,
1276N/Adiv.article>div.appendix h2.title,
1276N/Adiv.glossary>div.titlepage h2.title,
1276N/Adiv.index>div.titlepage h2.title,
1276N/Adiv.bibliography>div.titlepage h2.title {
1276N/A /* Add a border top over the major parts, just like printed books */
1276N/A /* The Gray color is already used for the ruler over the main ToC. */
1276N/A border-top-style: solid;
1276N/A border-top-width: 2px;
1276N/A border-top-color: Gray;
1276N/A /* Put some space between the border and the title */
1276N/A padding-top: 0.2em;
1276N/A text-align: center;
1276N/A}
1276N/A
1276N/A/*
1276N/A * A Screen is a verbatim environment for displaying text that the user might
1276N/A * see on a computer terminal. It is often used to display the results of a command.
1276N/A *
1276N/A * http://www.css3.info/preview/rounded-border/
1276N/A */
1276N/A.screen {
1276N/A background: #e0ffff;
1276N/A border-width: 1px;
1276N/A border-style: solid;
1276N/A border-color: #B0C4DE;
1276N/A border-radius: 1.0em;
1276N/A /* Browser's vendor properties prior to CSS 3 */
1276N/A -moz-border-radius: 1.0em;
1276N/A -webkit-border-radius: 1.0em;
1276N/A -khtml-border-radius: 1.0em;
1276N/A margin-left: 1.0em;
1276N/A margin-right: 1.0em;
1276N/A padding: 0.5em;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Emphasis program listings with a light shade of gray similar to what
1276N/A * DocBook XSL guide does: http://www.sagehill.net/docbookxsl/ProgramListings.html
1276N/A * Found many C API docs on the web using like shades of gray.
1276N/A */
1276N/A.programlisting {
1276N/A background: #F4F4F4;
1276N/A border-width: 1px;
1276N/A border-style: solid;
1276N/A border-color: Gray;
1276N/A padding: 0.5em;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Emphasis functions synopsis using a darker shade of gray.
1276N/A * Add a border such that it stands out more.
1276N/A * Set the padding so the text does not touch the border.
1276N/A */
1276N/A.funcsynopsis, .synopsis {
1276N/A background: #e6e6fa;
1276N/A border-width: 1px;
1276N/A border-style: solid;
1276N/A border-color: Gray;
1276N/A clear: both;
1276N/A margin: 0.5em;
1276N/A padding: 0.25em;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: paragraphs inside synopsis
1276N/A *
1276N/A * Removes the default browser margin, let the container set the padding.
1276N/A * Paragraphs are not always used in synopsis
1276N/A */
1276N/A.funcsynopsis p,
1276N/A.synopsis p {
1276N/A margin: 0;
1276N/A padding: 0;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: variable lists, informal tables and tables
1276N/A *
1276N/A * Note the parameter name "variablelist.as.table" in xorg-xhtml.xsl
1276N/A * A table with rows and columns is constructed inside div.variablelist
1276N/A *
1276N/A * Set the left margin so it is indented to the right
1276N/A * Display informal tables with single line borders
1276N/A */
1276N/Atable {
1276N/A margin-left: 0.5em;
1276N/A border-collapse: collapse;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Selection: paragraphs inside tables
1276N/A *
1276N/A * Removes the default browser margin, let the container set the padding.
1276N/A * Paragraphs are not always used in tables
1276N/A */
1276N/Atd p {
1276N/A margin: 0;
1276N/A padding: 0;
1276N/A}
1276N/A
1276N/A/*
1276N/A * Add some space between the left and right column.
1276N/A * The vertical alignment helps the reader associate a term
1276N/A * with a multi-line definition.
1276N/A */
1276N/Atd, th {
1276N/A padding-left: 1.0em;
1276N/A padding-right: 1.0em;
1276N/A vertical-align: top;
1276N/A}
1276N/A
1276N/A.warning {
1276N/A border: 1px solid red;
1276N/A background: #FFFF66;
1276N/A padding-left: 0.5em;
1276N/A}
1276N/A</style></head><body><div class="article"><div class="titlepage"><div><div><h2 class="title"><a id="License"></a>Licenses</h2></div><div><h3 class="corpauthor">The X.Org Foundation</h3></div><div><p class="pubdate">April 2012</p></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl><dt><span class="sect1"><a href="#Introduction">Introduction</a></span></dt><dt><span class="sect1"><a href="#X.Org_Preferred_License">X.Org Preferred License</a></span></dt><dt><span class="sect1"><a href="#XFree86_License_1.0">XFree86 License 1.0</a></span></dt><dt><span class="sect1"><a href="#Other_Licenses">Other Licenses</a></span></dt><dd><dl><dt><span class="sect2"><a href="#X_MIT_Copyrights">X/MIT Copyrights</a></span></dt><dt><span class="sect2"><a href="#Berkeley-based_copyrights">Berkeley-based copyrights</a></span></dt><dt><span class="sect2"><a href="#SGI_Free_Software_License_B">SGI Free Software License B</a></span></dt><dt><span class="sect2"><a href="#Bigelow_Holmes_Inc_and_URW_GmbH_Luxi_font_license">Bigelow &amp; Holmes Inc and URW++ GmbH Luxi font license</a></span></dt></dl></dd></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Introduction"></a>Introduction</h2></div></div></div><p>
1056N/AThe X.Org Foundation X Window System distribution is a compilation of code and
1056N/Adocumentation from many sources. This document is intended primarily
1056N/Aas a guide to the licenses used in the distribution: you must check
1056N/Aeach file and/or package for precise redistribution
1056N/Aterms. None-the-less, this summary may be useful to many users.
1056N/A</p><p>
1056N/AThis document is based on the compilation from XFree86.
1056N/AIf you find any errors or significant omissions in this document, please
1276N/Acontact us with details at <code class="email">&lt;<a class="email" href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a>&gt;</code>.
1056N/A</p><p>
1056N/AMost of these licenses are based on the MIT, X Consortium, or BSD
1056N/A(original and revised) licenses. All of them are consistent with the
1276N/A<a class="ulink" href="http://www.opensource.org/docs/definition.php" target="_top">Open Source Definition</a>, and most are
1276N/Aconsistent with the Free Software Foundation's <a class="ulink" href="http://www.fsf.org/philosophy/free-sw.html" target="_top">Free Software
1056N/ADefinition</a>.
1056N/A</p><p>
1056N/AWhile the current licenses are all open source licenses, the
1056N/AX.Org Foundation is attempting, over time, to bring as much as
1056N/Apossible of the code's licenses in the distribution into compliance with the
1276N/A<a class="ulink" href="http://www.debian.org/social_contract#guidelines" target="_top">Debian Free Software Guidelines</a>.
1276N/A</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="X.Org_Preferred_License"></a>X.Org Preferred License</h2></div></div></div><p>
1056N/AThe X.Org Foundation has chosen the following format of the MIT
1056N/ALicense as the preferred format for code included in the X Window System
1056N/Adistribution. This is a slight variant of the common MIT license
1056N/Aform published by the Open Source Initiative at
1276N/A<a class="ulink" href="http://www.opensource.org/licenses/mit-license.php" target="_top">http://www.opensource.org/licenses/mit-license.php</a>.
1056N/A</p><div class="blockquote"><blockquote class="blockquote"><p>
1056N/ACopyright ©<em class="parameter"><code>[year]</code></em> <em class="parameter"><code>[copyright holder]</code></em>
1056N/A</p><p>
1056N/APermission is hereby granted, free of charge, to any person obtaining a
1056N/Acopy of this software and associated documentation files (the "Software"),
1056N/Ato deal in the Software without restriction, including without limitation
1056N/Athe rights to use, copy, modify, merge, publish, distribute, sublicense,
1056N/Aand/or sell copies of the Software, and to permit persons to whom the
1056N/ASoftware is furnished to do so, subject to the following conditions:
1056N/A</p><p>
1056N/AThe above copyright notice and this permission notice (including the next
1056N/Aparagraph) shall be included in all copies or substantial portions of the
1056N/ASoftware.
1056N/A</p><p>
1056N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1056N/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1056N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1056N/ATHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1056N/ALIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1056N/AFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1056N/ADEALINGS IN THE SOFTWARE.
1056N/A</p></blockquote></div><p>
1056N/AWhen listing multiple copyright holders with the license statement,
1056N/Aplease sort by surname for people, and by the full name for other
1056N/Aentities (e.g. Juliusz Chroboczek sorts before Intel Corporation sorts
1056N/Abefore Daniel Stone).
1276N/A</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="XFree86_License_1.0"></a>XFree86 License 1.0</h2></div></div></div><p>
1056N/AXFree86 code without an explicit copyright is covered by the following
1056N/Acopyright/license:
1056N/A</p><div class="blockquote"><blockquote class="blockquote"><p>
1056N/ACopyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
1056N/A</p><p>
1056N/APermission is hereby granted, free of charge, to any person obtaining a
1056N/Acopy of this software and associated documentation files (the "Software"),
1056N/Ato deal in the Software without restriction, including without limitation
1056N/Athe rights to use, copy, modify, merge, publish, distribute, sublicense,
1056N/Aand/or sell copies of the Software, and to permit persons to whom the
1056N/ASoftware is furnished to do so, subject to the following conditions:
1056N/A</p><p>
1056N/AThe above copyright notice and this permission notice shall be included in
1056N/Aall copies or substantial portions of the Software.
1056N/A</p><p>
1056N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1056N/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1056N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1056N/ATHE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1056N/AWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
1056N/AOR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1056N/ASOFTWARE.
1056N/A</p><p>
1056N/AExcept as contained in this notice, the name of the XFree86 Project shall
1056N/Anot be used in advertising or otherwise to promote the sale, use or other
1056N/Adealings in this Software without prior written authorization from the
1056N/AXFree86 Project.
1056N/A</p></blockquote></div><p>
1056N/ANo software incorporating the XFree86 1.1 license has been incorporated.
1276N/A</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="Other_Licenses"></a>Other Licenses</h2></div></div></div><p>
1056N/APortions of code are covered by the following licenses/copyrights. See
1056N/Aindividual files for the copyright dates.
1276N/A</p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="X_MIT_Copyrights"></a>X/MIT Copyrights</h3></div></div></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="X_Consortium"></a>X Consortium</h4></div></div></div><p>
1056N/ACopyright (C) <span class="emphasis"><em>&lt;date&gt;</em></span> X Consortium
1056N/A</p><p>
1056N/APermission is hereby granted, free of charge, to any person obtaining a
1056N/Acopy of this software and associated documentation files (the "Software"),
1056N/Ato deal in the Software without restriction, including without
1056N/Alimitation the rights to use, copy, modify, merge, publish, distribute,
1056N/Asublicense, and/or sell copies of the Software, and to permit persons to
1056N/Awhom the Software is furnished to do so, subject to the following conditions:
1056N/A</p><p>
1056N/AThe above copyright notice and this permission notice shall be included
1056N/Ain all copies or substantial portions of the Software.
1056N/A</p><p>
1056N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1056N/AOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1056N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1056N/ASHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1056N/AWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1056N/AOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1056N/AIN THE SOFTWARE.
1056N/A</p><p>
1056N/AExcept as contained in this notice, the name of the X Consortium shall
1056N/Anot be used in advertising or otherwise to promote the sale, use or
1056N/Aother dealings in this Software without prior written authorization from
1056N/Athe X Consortium.
1056N/A</p><p>
1056N/AX Window System is a trademark of X Consortium, Inc.
1276N/A</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="The_Open_Group"></a>The Open Group</h4></div></div></div><p>
1056N/ACopyright <span class="emphasis"><em>&lt;date&gt;</em></span> The Open Group
1056N/A</p><p>
1056N/APermission to use, copy, modify, distribute, and sell this software and its
1056N/Adocumentation for any purpose is hereby granted without fee, provided that
1056N/Athe above copyright notice appear in all copies and that both that
1056N/Acopyright notice and this permission notice appear in supporting
1056N/Adocumentation.
1056N/A</p><p>
1056N/AThe above copyright notice and this permission notice shall be included in
1056N/Aall copies or substantial portions of the Software.
1056N/A</p><p>
1056N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1056N/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1056N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1056N/AOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
1056N/AAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1056N/ACONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1056N/A</p><p>
1056N/AExcept as contained in this notice, the name of The Open Group shall not be
1056N/Aused in advertising or otherwise to promote the sale, use or other dealings
1056N/Ain this Software without prior written authorization from The Open Group.
1276N/A</p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="Berkeley-based_copyrights"></a>Berkeley-based copyrights</h3></div></div></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="General"></a>General</h4></div></div></div><p>
1056N/ARedistribution and use in source and binary forms, with or without
1056N/Amodification, are permitted provided that the following conditions
1056N/Aare met:
1056N/A</p><p>
1056N/A
1276N/A</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
1056N/ARedistributions of source code must retain the above copyright
1056N/Anotice, this list of conditions and the following disclaimer.
1276N/A</p></li><li class="listitem"><p>
1056N/ARedistributions in binary form must reproduce the above copyright
1056N/Anotice, this list of conditions and the following disclaimer in the
1056N/Adocumentation and/or other materials provided with the distribution.
1276N/A</p></li><li class="listitem"><p>
1056N/AThe name of the author may not be used to endorse or promote products
1056N/Aderived from this software without specific prior written permission.
1056N/A</p></li></ol></div><p>
1056N/A
1056N/A</p><p>
1276N/ATHIS SOFTWARE IS PROVIDED BY THE AUTHOR <span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESS OR
1056N/AIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1056N/AOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1056N/AIN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1056N/AINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1056N/ANOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1056N/ADATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1056N/ATHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1056N/A(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1056N/ATHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1276N/A</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="UCB_LBL"></a>UCB/LBL</h4></div></div></div><p>
1056N/ACopyright (c) 1993
1056N/AThe Regents of the University of California. All rights reserved.
1056N/A</p><p>
1056N/AThis software was developed by the Computer Systems Engineering group
1056N/Aat Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
1056N/Acontributed to Berkeley.
1056N/A</p><p>
1056N/AAll advertising materials mentioning features or use of this software
1056N/Amust display the following acknowledgement:
1056N/AThis product includes software developed by the University of
1056N/ACalifornia, Lawrence Berkeley Laboratory.
1056N/A</p><p>
1056N/ARedistribution and use in source and binary forms, with or without
1056N/Amodification, are permitted provided that the following conditions
1056N/Aare met:
1056N/A</p><p>
1056N/A
1276N/A</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
1056N/ARedistributions of source code must retain the above copyright
1056N/Anotice, this list of conditions and the following disclaimer.
1276N/A</p></li><li class="listitem"><p>
1056N/ARedistributions in binary form must reproduce the above copyright
1056N/Anotice, this list of conditions and the following disclaimer in the
1056N/Adocumentation and/or other materials provided with the distribution.
1276N/A</p></li><li class="listitem"><p>
1056N/AAll advertising materials mentioning features or use of this software
1056N/Amust display the following acknowledgement:
1056N/AThis product includes software developed by the University of
1056N/ACalifornia, Berkeley and its contributors.
1276N/A</p></li><li class="listitem"><p>
1056N/ANeither the name of the University nor the names of its contributors
1056N/Amay be used to endorse or promote products derived from this software
1056N/Awithout specific prior written permission.
1056N/A</p></li></ol></div><p>
1056N/A
1056N/A</p><p>
1276N/ATHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS <span class="quote">“<span class="quote">AS IS</span>”</span> AND
1056N/AANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1056N/AIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1056N/AARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1056N/AFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1056N/ADAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1056N/AOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1056N/AHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1056N/ALIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1056N/AOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1056N/ASUCH DAMAGE.
1276N/A</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="The_NetBSD_Foundation_Inc."></a>The NetBSD Foundation, Inc.</h4></div></div></div><p>
1056N/ACopyright (c) 2003 The NetBSD Foundation, Inc.
1056N/AAll rights reserved.
1056N/A</p><p>
1056N/AThis code is derived from software contributed to The NetBSD Foundation
1056N/Aby Ben Collver &lt;collver1@attbi.com&gt;
1056N/A</p><p>
1056N/ARedistribution and use in source and binary forms, with or without
1056N/Amodification, are permitted provided that the following conditions
1056N/Aare met:
1056N/A
1276N/A</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
1056N/A Redistributions of source code must retain the above copyright
1056N/Anotice, this list of conditions and the following disclaimer.
1276N/A</p></li><li class="listitem"><p>
1056N/A Redistributions in binary form must reproduce the above copyright
1056N/Anotice, this list of conditions and the following disclaimer in the
1056N/Adocumentation and/or other materials provided with the distribution.
1056N/A</p></li></ol></div><p>
1056N/A
1056N/A</p><p>
1056N/ATHIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
1276N/A<span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1056N/ATO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1056N/APURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
1056N/ABE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1056N/ACONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1056N/ASUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1056N/AINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1056N/ACONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1056N/AARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1056N/APOSSIBILITY OF SUCH DAMAGE.
1276N/A</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="Theodore_Tso"></a>Theodore Ts'o</h4></div></div></div><p>
1056N/ACopyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All
1056N/Arights reserved.
1056N/A</p><p>
1056N/ARedistribution and use in source and binary forms, with or without
1056N/Amodification, are permitted provided that the following conditions
1056N/Aare met:
1056N/A
1276N/A</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
1056N/ARedistributions of source code must retain the above copyright
1056N/Anotice, and the entire permission notice in its entirety,
1056N/Aincluding the disclaimer of warranties.
1276N/A</p></li><li class="listitem"><p>
1056N/ARedistributions in binary form must reproduce the above copyright
1056N/Anotice, this list of conditions and the following disclaimer in the
1056N/Adocumentation and/or other materials provided with the distribution.
1276N/A</p></li><li class="listitem"><p>
1056N/AThe name of the author may not be used to endorse or promote
1056N/Aproducts derived from this software without specific prior
1056N/Awritten permission.
1056N/A</p></li></ol></div><p>
1056N/A
1056N/A</p><p>
1276N/ATHIS SOFTWARE IS PROVIDED <span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESS OR IMPLIED
1056N/AWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1056N/AOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
1056N/AWHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
1056N/ALIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1056N/ACONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
1056N/AOF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1056N/ABUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1056N/ALIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1056N/A(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
1056N/AUSE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
1056N/ADAMAGE.
1276N/A</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="Theo_de_Raadt_and_Damien_Miller"></a>Theo de Raadt and Damien Miller</h4></div></div></div><p>
1056N/ACopyright (c) 1995,1999 Theo de Raadt. All rights reserved.
1056N/ACopyright (c) 2001-2002 Damien Miller. All rights reserved.
1056N/A</p><p>
1056N/ARedistribution and use in source and binary forms, with or without
1056N/Amodification, are permitted provided that the following conditions
1056N/Aare met:
1056N/A
1276N/A</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
1056N/A Redistributions of source code must retain the above copyright
1056N/Anotice, this list of conditions and the following disclaimer.
1276N/A</p></li><li class="listitem"><p>
1056N/A Redistributions in binary form must reproduce the above copyright
1056N/Anotice, this list of conditions and the following disclaimer in the
1056N/Adocumentation and/or other materials provided with the distribution.
1056N/A</p></li></ol></div><p>
1056N/A
1056N/A</p><p>
1276N/ATHIS SOFTWARE IS PROVIDED BY THE AUTHOR <span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESS OR
1056N/AIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1056N/AOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1056N/AIN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1056N/AINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1056N/ANOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1056N/ADATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1056N/ATHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1056N/A(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1056N/ATHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1276N/A</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="Todd_C._Miller"></a>Todd C. Miller</h4></div></div></div><p>
1056N/ACopyright (c) 1998 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
1056N/A</p><p>
1056N/APermission to use, copy, modify, and distribute this software for any
1056N/Apurpose with or without fee is hereby granted, provided that the above
1056N/Acopyright notice and this permission notice appear in all copies.
1056N/A</p><p>
1056N/ATHE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
1056N/AWARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1056N/AOF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
1056N/AFOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1056N/AWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
1056N/AOF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1056N/ACONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1276N/A</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a id="Thomas_Winischhofer"></a>Thomas Winischhofer</h4></div></div></div><p>
1056N/ACopyright (C) 2001-2004 Thomas Winischhofer
1056N/A</p><p>
1056N/ARedistribution and use in source and binary forms, with or without
1056N/Amodification, are permitted provided that the following conditions are met:
1056N/A</p><p>
1056N/A
1276N/A</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
1056N/A Redistributions of source code must retain the above copyright
1056N/Anotice, this list of conditions and the following disclaimer.
1276N/A</p></li><li class="listitem"><p>
1056N/A Redistributions in binary form must reproduce the above copyright
1056N/Anotice, this list of conditions and the following disclaimer in the
1056N/Adocumentation and/or other materials provided with the distribution.
1276N/A</p></li><li class="listitem"><p>
1056N/A The name of the author may not be used to endorse or promote products
1056N/Aderived from this software without specific prior written permission.
1056N/A</p></li></ol></div><p>
1056N/A
1056N/A</p><p>
1276N/ATHIS SOFTWARE IS PROVIDED BY THE AUTHOR <span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESSED OR
1056N/AIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1056N/AWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1056N/ADISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1056N/AINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1056N/A(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1056N/ASERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1056N/AHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1056N/ASTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1056N/AANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1056N/APOSSIBILITY OF SUCH DAMAGE.
1276N/A</p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="SGI_Free_Software_License_B"></a>SGI Free Software License B</h3></div></div></div><p>
1056N/ASGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
1056N/A</p><p>
1056N/ACopyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
1056N/A</p><p>
1056N/APermission is hereby granted, free of charge, to any person obtaining a
1056N/Acopy of this software and associated documentation files (the "Software"),
1056N/Ato deal in the Software without restriction, including without limitation
1056N/Athe rights to use, copy, modify, merge, publish, distribute, sublicense,
1056N/Aand/or sell copies of the Software, and to permit persons to whom the
1056N/ASoftware is furnished to do so, subject to the following conditions:
1056N/A</p><p>
1056N/AThe above copyright notice including the dates of first publication and
1056N/Aeither this permission notice or a reference to
1276N/A<a class="ulink" href="http://oss.sgi.com/projects/FreeB/" target="_top">http://oss.sgi.com/projects/FreeB/</a>
1056N/Ashall be included in all copies or substantial portions of the Software.
1056N/A</p><p>
1056N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1056N/AOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1056N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1056N/ASILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1056N/AWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
1056N/AOR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1056N/ASOFTWARE.
1276N/A</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="Bigelow_Holmes_Inc_and_URW_GmbH_Luxi_font_license"></a>Bigelow &amp; Holmes Inc and URW++ GmbH Luxi font license</h3></div></div></div><p>
1056N/ALuxi fonts copyright (c) 2001 by Bigelow &amp; Holmes Inc. Luxi font
1056N/Ainstruction code copyright (c) 2001 by URW++ GmbH. All Rights
1056N/AReserved. Luxi is a registered trademark of Bigelow &amp; Holmes Inc.
1056N/A</p><p>
1056N/APermission is hereby granted, free of charge, to any person obtaining
1056N/Aa copy of these Fonts and associated documentation files (the "Font
1056N/ASoftware"), to deal in the Font Software, including without
1056N/Alimitation the rights to use, copy, merge, publish, distribute,
1056N/Asublicense, and/or sell copies of the Font Software, and to permit
1056N/Apersons to whom the Font Software is furnished to do so, subject to
1056N/Athe following conditions:
1056N/A</p><p>
1056N/AThe above copyright and trademark notices and this permission notice
1056N/Ashall be included in all copies of one or more of the Font Software.
1056N/A</p><p>
1056N/AThe Font Software may not be modified, altered, or added to, and in
1056N/Aparticular the designs of glyphs or characters in the Fonts may not
1056N/Abe modified nor may additional glyphs or characters be added to the
1056N/AFonts. This License becomes null and void when the Fonts or Font
1056N/ASoftware have been modified.
1056N/A</p><p>
1056N/ATHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1056N/AEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
1056N/AMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1056N/AOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
1056N/ABIGELOW &amp; HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES
1056N/AOR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
1056N/AINCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
1056N/ACONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
1056N/AINABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
1056N/ASOFTWARE.
1056N/A</p><p>
1056N/AExcept as contained in this notice, the names of Bigelow &amp; Holmes
1056N/AInc. and URW++ GmbH. shall not be used in advertising or otherwise to
1056N/Apromote the sale, use or other dealings in this Font Software without
1056N/Aprior written authorization from Bigelow &amp; Holmes Inc. and URW++ GmbH.
1056N/A</p><p>
1056N/AFor further information, contact:
1056N/A</p><p>
1056N/Ainfo@urwpp.de
1056N/Aor
1056N/Adesign@bigelowandholmes.com
1056N/A</p></div></div></div></body></html>