License.html revision 1276
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync<?xml version="1.0" encoding="UTF-8"?>
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync<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">/*
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * Copyright (c) 2011 Gaetan Nadon
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync *
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * Permission is hereby granted, free of charge, to any person obtaining a
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * copy of this software and associated documentation files (the "Software"),
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * to deal in the Software without restriction, including without limitation
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * the rights to use, copy, modify, merge, publish, distribute, sublicense,
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * and/or sell copies of the Software, and to permit persons to whom the
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * Software is furnished to do so, subject to the following conditions:
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync *
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * The above copyright notice and this permission notice (including the next
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * paragraph) shall be included in all copies or substantial portions of the
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * Software.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync *
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
456f370fcde010d585d9174df045978a6c9893c1vboxsync * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27537ffef7291d0bb3a24e459a6b94c65586defevboxsync * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * DEALINGS IN THE SOFTWARE.
8c5d1958147c3988a7693b5a7666f5fe21a93b7bvboxsync */
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync/*
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * Shared stylesheet for X.Org documentation translated to HTML format
8c5d1958147c3988a7693b5a7666f5fe21a93b7bvboxsync * http://www.sagehill.net/docbookxsl/UsingCSS.html
c4c106ad74e0ad745ac49a2c4182c4f42ced7248vboxsync * http://www.w3schools.com/css/default.asp
742ee7392dfc0ce0b48216189ce26534208b3f48vboxsync * https://addons.mozilla.org/en-US/firefox/addon/web-developer/developers
c4c106ad74e0ad745ac49a2c4182c4f42ced7248vboxsync * https://addons.mozilla.org/en-US/firefox/addon/font-finder/
c4c106ad74e0ad745ac49a2c4182c4f42ced7248vboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * The sans-serif fonts are considered more legible on a computer screen
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * http://dry.sailingissues.com/linux-equivalents-verdana-arial.html
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncbody {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync /* In support of using "em" font size unit, the w3c recommended method */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-size: 100%;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: all elements requiring mono spaced fonts.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * The family names attempt to match the proportionally spaced font
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * family names such that the same font name is used for both.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * We'd like to use Bitstream, for example, in both proportionally and
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * mono spaced font text.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.command,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.errorcode,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.errorname,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.errortype,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.filename,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.funcsynopsis,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.function,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.parameter,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.programlisting,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.property,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.screen,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.structname,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.symbol,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.synopsis,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.type
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync{
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Courier, "Liberation Mono", Monospace;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Books have a title page, a preface, some chapters and appendices,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * a glossary, an index and a bibliography, in that order.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * An Article has no preface and no chapters. It has sections, appendices,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * a glossary, an index and a bibliography.
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync */
f7d6665d93770b79026556438d5e081807917420vboxsync
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync/*
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync * Selection: book main title and subtitle
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync */
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncdiv.book>div.titlepage h1.title,
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncdiv.book>div.titlepage h2.subtitle {
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsync text-align: center;
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync}
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
f44e23b1649344fbcc0e91b8699965f13d3bc4f7vboxsync * Selection: article main title and subtitle
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
de0f1c1251cc9a7d80f9ebeb8f03fb2989fd6cd0vboxsyncdiv.article>div.titlepage h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.article>div.titlepage h3.subtitle,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.article>div.sect1>div.titlepage h2.title,
f44e23b1649344fbcc0e91b8699965f13d3bc4f7vboxsyncdiv.article>div.section>div.titlepage h2.title {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync text-align: center;
f44e23b1649344fbcc0e91b8699965f13d3bc4f7vboxsync}
f44e23b1649344fbcc0e91b8699965f13d3bc4f7vboxsync
f44e23b1649344fbcc0e91b8699965f13d3bc4f7vboxsync/*
f44e23b1649344fbcc0e91b8699965f13d3bc4f7vboxsync * Selection: various types of authors and collaborators, individuals or corporate
f44e23b1649344fbcc0e91b8699965f13d3bc4f7vboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * These authors are not always contained inside an authorgroup.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * They can be contained inside a lot of different parent types where they might
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * not be centered.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Reducing the margin at the bottom makes a visual separation between authors
e1efbeea1e5e1e63cc2be01c582cec73bc58e839vboxsync * We specify here the ones on the title page, others may be added based on merit.
e1efbeea1e5e1e63cc2be01c582cec73bc58e839vboxsync */
e1efbeea1e5e1e63cc2be01c582cec73bc58e839vboxsyncdiv.titlepage .authorgroup,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.titlepage .author,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.titlepage .collab,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.titlepage .corpauthor,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.titlepage .corpcredit,
142a193b7c7ba74914c647ad7ec4d3dc88c03208vboxsyncdiv.titlepage .editor,
6f17b5db855742e2cf9d2902a53b58c020f6bba9vboxsyncdiv.titlepage .othercredit {
6f17b5db855742e2cf9d2902a53b58c020f6bba9vboxsync text-align: center;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync margin-bottom: 0.25em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: the affiliation of various types of authors and collaborators,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * individuals or corporate.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.titlepage .affiliation {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync text-align: center;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: product release information (X Version 11, Release 7)
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * The releaseinfo element can be contained inside a lot of different parent
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * types where it might not be centered.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * We specify here the one on the title page, others may be added based on merit.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.titlepage p.releaseinfo {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-weight: bold;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync text-align: center;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: publishing date
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.titlepage .pubdate {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync text-align: center;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * The legal notices are displayed in smaller sized fonts
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Justification is only supported in IE and therefore not requested.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.legalnotice {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-size: small;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-style: italic;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
46d187d353685ef44f46d06582d0d69291e0f75evboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * For documentation having multiple licenses, the copyright and legalnotice
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * elements sequence cannot instantiated multiple times.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * The copyright notice and license text are therefore coded inside a legalnotice
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * element. The role attribute on the paragraph is used to allow styling of the
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * copyright notice text which should not be italicized.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncp.multiLicensing {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-style: normal;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-size: medium;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: book or article main ToC title
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * A paragraph is generated for the title rather than a level 2 heading.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * We do not want to select chapters sub table of contents, only the main one
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.book>div.toc>p,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.article>div.toc>p {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync font-size: 1.5em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync text-align: center;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: major sections of a book or an article
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Unlike books, articles do not have a titlepage element for appendix.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Using the selector "div.titlepage h2.title" would be too general.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.book>div.preface>div.titlepage h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.book>div.chapter>div.titlepage h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.article>div.sect1>div.titlepage h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.article>div.section>div.titlepage h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.book>div.appendix>div.titlepage h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.article>div.appendix h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.glossary>div.titlepage h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.index>div.titlepage h2.title,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdiv.bibliography>div.titlepage h2.title {
142a193b7c7ba74914c647ad7ec4d3dc88c03208vboxsync /* Add a border top over the major parts, just like printed books */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync /* The Gray color is already used for the ruler over the main ToC. */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-top-style: solid;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-top-width: 2px;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-top-color: Gray;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync /* Put some space between the border and the title */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync padding-top: 0.2em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync text-align: center;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
6f17b5db855742e2cf9d2902a53b58c020f6bba9vboxsync
6f17b5db855742e2cf9d2902a53b58c020f6bba9vboxsync/*
6f17b5db855742e2cf9d2902a53b58c020f6bba9vboxsync * A Screen is a verbatim environment for displaying text that the user might
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * see on a computer terminal. It is often used to display the results of a command.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * http://www.css3.info/preview/rounded-border/
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.screen {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync background: #e0ffff;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-width: 1px;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-style: solid;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-color: #B0C4DE;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-radius: 1.0em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync /* Browser's vendor properties prior to CSS 3 */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync -moz-border-radius: 1.0em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync -webkit-border-radius: 1.0em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync -khtml-border-radius: 1.0em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync margin-left: 1.0em;
ea196eaae4348f1908e5693c07f62d1759d870d1vboxsync margin-right: 1.0em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync padding: 0.5em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Emphasis program listings with a light shade of gray similar to what
f44e23b1649344fbcc0e91b8699965f13d3bc4f7vboxsync * DocBook XSL guide does: http://www.sagehill.net/docbookxsl/ProgramListings.html
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Found many C API docs on the web using like shades of gray.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.programlisting {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync background: #F4F4F4;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-width: 1px;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-style: solid;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-color: Gray;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync padding: 0.5em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Emphasis functions synopsis using a darker shade of gray.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Add a border such that it stands out more.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Set the padding so the text does not touch the border.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.funcsynopsis, .synopsis {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync background: #e6e6fa;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-width: 1px;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-style: solid;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-color: Gray;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync clear: both;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync margin: 0.5em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync padding: 0.25em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: paragraphs inside synopsis
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Removes the default browser margin, let the container set the padding.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Paragraphs are not always used in synopsis
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.funcsynopsis p,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.synopsis p {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync margin: 0;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync padding: 0;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: variable lists, informal tables and tables
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Note the parameter name "variablelist.as.table" in xorg-xhtml.xsl
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * A table with rows and columns is constructed inside div.variablelist
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Set the left margin so it is indented to the right
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Display informal tables with single line borders
407e4f581d7a567b1b8fe0af00b2be49df2a2af0vboxsync */
407e4f581d7a567b1b8fe0af00b2be49df2a2af0vboxsynctable {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync margin-left: 0.5em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border-collapse: collapse;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Selection: paragraphs inside tables
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync *
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Removes the default browser margin, let the container set the padding.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Paragraphs are not always used in tables
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsynctd p {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync margin: 0;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync padding: 0;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync/*
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * Add some space between the left and right column.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * The vertical alignment helps the reader associate a term
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync * with a multi-line definition.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync */
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsynctd, th {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync padding-left: 1.0em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync padding-right: 1.0em;
2084a447d1acb619df7c393fac41b79d517e4b3dvboxsync vertical-align: top;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync.warning {
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync border: 1px solid red;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync background: #FFFF66;
de0f1c1251cc9a7d80f9ebeb8f03fb2989fd6cd0vboxsync padding-left: 0.5em;
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync}
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</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>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncThe X.Org Foundation X Window System distribution is a compilation of code and
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdocumentation from many sources. This document is intended primarily
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncas a guide to the licenses used in the distribution: you must check
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsynceach file and/or package for precise redistribution
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncterms. None-the-less, this summary may be useful to many users.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncThis document is based on the compilation from XFree86.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncIf you find any errors or significant omissions in this document, please
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsynccontact us with details at <code class="email">&lt;<a class="email" href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a>&gt;</code>.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
ef3815ce74fa922573f9debcab0a1ad912eda207vboxsyncMost of these licenses are based on the MIT, X Consortium, or BSD
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync(original and revised) licenses. All of them are consistent with the
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync<a class="ulink" href="http://www.opensource.org/docs/definition.php" target="_top">Open Source Definition</a>, and most are
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncconsistent with the Free Software Foundation's <a class="ulink" href="http://www.fsf.org/philosophy/free-sw.html" target="_top">Free Software
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncDefinition</a>.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncWhile the current licenses are all open source licenses, the
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncX.Org Foundation is attempting, over time, to bring as much as
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncpossible of the code's licenses in the distribution into compliance with the
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync<a class="ulink" href="http://www.debian.org/social_contract#guidelines" target="_top">Debian Free Software Guidelines</a>.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</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>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncThe X.Org Foundation has chosen the following format of the MIT
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncLicense as the preferred format for code included in the X Window System
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdistribution. This is a slight variant of the common MIT license
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncform published by the Open Source Initiative at
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync<a class="ulink" href="http://www.opensource.org/licenses/mit-license.php" target="_top">http://www.opensource.org/licenses/mit-license.php</a>.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><div class="blockquote"><blockquote class="blockquote"><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncCopyright ©<em class="parameter"><code>[year]</code></em> <em class="parameter"><code>[copyright holder]</code></em>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncPermission is hereby granted, free of charge, to any person obtaining a
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsynccopy of this software and associated documentation files (the "Software"),
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncto deal in the Software without restriction, including without limitation
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncthe rights to use, copy, modify, merge, publish, distribute, sublicense,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncand/or sell copies of the Software, and to permit persons to whom the
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncSoftware is furnished to do so, subject to the following conditions:
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncThe above copyright notice and this permission notice (including the next
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncparagraph) shall be included in all copies or substantial portions of the
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncSoftware.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncDEALINGS IN THE SOFTWARE.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p></blockquote></div><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncWhen listing multiple copyright holders with the license statement,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncplease sort by surname for people, and by the full name for other
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncentities (e.g. Juliusz Chroboczek sorts before Intel Corporation sorts
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncbefore Daniel Stone).
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</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>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncXFree86 code without an explicit copyright is covered by the following
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsynccopyright/license:
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><div class="blockquote"><blockquote class="blockquote"><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncCopyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncPermission is hereby granted, free of charge, to any person obtaining a
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsynccopy of this software and associated documentation files (the "Software"),
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncto deal in the Software without restriction, including without limitation
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncthe rights to use, copy, modify, merge, publish, distribute, sublicense,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncand/or sell copies of the Software, and to permit persons to whom the
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncSoftware is furnished to do so, subject to the following conditions:
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncThe above copyright notice and this permission notice shall be included in
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncall copies or substantial portions of the Software.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncTHE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncOR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
025d842f9fff7d4d3debcf29678dc4f2511bc032vboxsyncSOFTWARE.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncExcept as contained in this notice, the name of the XFree86 Project shall
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncnot be used in advertising or otherwise to promote the sale, use or other
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncdealings in this Software without prior written authorization from the
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncXFree86 Project.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</p></blockquote></div><p>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncNo software incorporating the XFree86 1.1 license has been incorporated.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</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>
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncPortions of code are covered by the following licenses/copyrights. See
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncindividual files for the copyright dates.
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsync</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>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncCopyright (C) <span class="emphasis"><em>&lt;date&gt;</em></span> X Consortium
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</p><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncPermission is hereby granted, free of charge, to any person obtaining a
771761cda2c81e899526a0dce22c8cd2510fff82vboxsynccopy of this software and associated documentation files (the "Software"),
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncto deal in the Software without restriction, including without
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsynclimitation the rights to use, copy, modify, merge, publish, distribute,
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncsublicense, and/or sell copies of the Software, and to permit persons to
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncwhom the Software is furnished to do so, subject to the following conditions:
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncThe above copyright notice and this permission notice shall be included
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncin all copies or substantial portions of the Software.
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncSHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncIN THE SOFTWARE.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncExcept as contained in this notice, the name of the X Consortium shall
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncnot be used in advertising or otherwise to promote the sale, use or
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncother dealings in this Software without prior written authorization from
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsyncthe X Consortium.
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsync</p><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncX Window System is a trademark of X Consortium, Inc.
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</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>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncCopyright <span class="emphasis"><em>&lt;date&gt;</em></span> The Open Group
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</p><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncPermission to use, copy, modify, distribute, and sell this software and its
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncdocumentation for any purpose is hereby granted without fee, provided that
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncthe above copyright notice appear in all copies and that both that
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsynccopyright notice and this permission notice appear in supporting
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncdocumentation.
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</p><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncThe above copyright notice and this permission notice shall be included in
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncall copies or substantial portions of the Software.
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsync</p><p>
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsyncAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsyncCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsync</p><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncExcept as contained in this notice, the name of The Open Group shall not be
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncused in advertising or otherwise to promote the sale, use or other dealings
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncin this Software without prior written authorization from The Open Group.
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</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>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncRedistribution and use in source and binary forms, with or without
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncmodification, are permitted provided that the following conditions
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncare met:
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsync</p><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncRedistributions of source code must retain the above copyright
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncnotice, this list of conditions and the following disclaimer.
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsync</p></li><li class="listitem"><p>
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncRedistributions in binary form must reproduce the above copyright
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncnotice, this list of conditions and the following disclaimer in the
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncdocumentation and/or other materials provided with the distribution.
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p></li><li class="listitem"><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncThe name of the author may not be used to endorse or promote products
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncderived from this software without specific prior written permission.
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p></li></ol></div><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</p><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncTHIS SOFTWARE IS PROVIDED BY THE AUTHOR <span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESS OR
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncIN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsync(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsyncTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsync</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>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncCopyright (c) 1993
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncThe Regents of the University of California. All rights reserved.
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</p><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncThis software was developed by the Computer Systems Engineering group
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncat Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsynccontributed to Berkeley.
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsync</p><p>
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncAll advertising materials mentioning features or use of this software
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncmust display the following acknowledgement:
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncThis product includes software developed by the University of
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncCalifornia, Lawrence Berkeley Laboratory.
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsync</p><p>
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncRedistribution and use in source and binary forms, with or without
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncmodification, are permitted provided that the following conditions
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncare met:
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</p><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncRedistributions of source code must retain the above copyright
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncnotice, this list of conditions and the following disclaimer.
771761cda2c81e899526a0dce22c8cd2510fff82vboxsync</p></li><li class="listitem"><p>
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncRedistributions in binary form must reproduce the above copyright
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncnotice, this list of conditions and the following disclaimer in the
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncdocumentation and/or other materials provided with the distribution.
df3d4c8e9c81584c535676a3d40c57d868ac61bbvboxsync</p></li><li class="listitem"><p>
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncAll advertising materials mentioning features or use of this software
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncmust display the following acknowledgement:
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncThis product includes software developed by the University of
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncCalifornia, Berkeley and its contributors.
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync</p></li><li class="listitem"><p>
ea17f2e36383176db94ff3608f628a1e7432fa60vboxsyncNeither the name of the University nor the names of its contributors
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncmay be used to endorse or promote products derived from this software
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncwithout specific prior written permission.
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync</p></li></ol></div><p>
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync
9c59bcefe2993070fafaf0d6cee9673f48479128vboxsync</p><p>
f902ede7eb073d09a81c1d470c089c7b14921714vboxsyncTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS <span class="quote">“<span class="quote">AS IS</span>”</span> AND
97674677e4f2aeae576c39f966568dd664ba7979vboxsyncANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
efbdd9fc22305720d20be7cc37b4f45f43146b09vboxsyncIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22e47c581ecabc66ee210e93099727074f74b2b9vboxsyncFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
907ba2c9b3d1821f95be17115ecad9fe8a2cae02vboxsyncOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncSUCH DAMAGE.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</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>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncCopyright (c) 2003 The NetBSD Foundation, Inc.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncAll rights reserved.
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync</p><p>
407e4f581d7a567b1b8fe0af00b2be49df2a2af0vboxsyncThis code is derived from software contributed to The NetBSD Foundation
407e4f581d7a567b1b8fe0af00b2be49df2a2af0vboxsyncby Ben Collver &lt;collver1@attbi.com&gt;
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync</p><p>
3b58b08293698f7f081b5558c52e80741a4a6763vboxsyncRedistribution and use in source and binary forms, with or without
c5861c548c83913808475ea59cab2e09a23247c8vboxsyncmodification, are permitted provided that the following conditions
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncare met:
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync Redistributions of source code must retain the above copyright
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncnotice, this list of conditions and the following disclaimer.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p></li><li class="listitem"><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync Redistributions in binary form must reproduce the above copyright
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncnotice, this list of conditions and the following disclaimer in the
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncdocumentation and/or other materials provided with the distribution.
ea17f2e36383176db94ff3608f628a1e7432fa60vboxsync</p></li></ol></div><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncTHIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync<span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
9c59bcefe2993070fafaf0d6cee9673f48479128vboxsyncTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncPURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
efbdd9fc22305720d20be7cc37b4f45f43146b09vboxsyncCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
771761cda2c81e899526a0dce22c8cd2510fff82vboxsyncINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncPOSSIBILITY OF SUCH DAMAGE.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</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>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncCopyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncrights reserved.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncRedistribution and use in source and binary forms, with or without
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsyncmodification, are permitted provided that the following conditions
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncare met:
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsync
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncRedistributions of source code must retain the above copyright
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncnotice, and the entire permission notice in its entirety,
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsyncincluding the disclaimer of warranties.
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsync</p></li><li class="listitem"><p>
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncRedistributions in binary form must reproduce the above copyright
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncnotice, this list of conditions and the following disclaimer in the
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncdocumentation and/or other materials provided with the distribution.
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p></li><li class="listitem"><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncThe name of the author may not be used to endorse or promote
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncproducts derived from this software without specific prior
8e1c5c73ab19c968abbd3decf41e4783cbd8c017vboxsyncwritten permission.
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p></li></ol></div><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncTHIS SOFTWARE IS PROVIDED <span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESS OR IMPLIED
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncWHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncOF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsync(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncUSE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncDAMAGE.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</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>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncCopyright (c) 1995,1999 Theo de Raadt. All rights reserved.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncCopyright (c) 2001-2002 Damien Miller. All rights reserved.
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsync</p><p>
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncRedistribution and use in source and binary forms, with or without
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncmodification, are permitted provided that the following conditions
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncare met:
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync Redistributions of source code must retain the above copyright
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncnotice, this list of conditions and the following disclaimer.
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p></li><li class="listitem"><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync Redistributions in binary form must reproduce the above copyright
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncnotice, this list of conditions and the following disclaimer in the
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncdocumentation and/or other materials provided with the distribution.
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsync</p></li></ol></div><p>
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsync
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncTHIS SOFTWARE IS PROVIDED BY THE AUTHOR <span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESS OR
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncIN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsyncINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsync</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>
ae9aaa62489b8ace9ce2a0a15f0b2f7d3be340c6vboxsyncCopyright (c) 1998 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncPermission to use, copy, modify, and distribute this software for any
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncpurpose with or without fee is hereby granted, provided that the above
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsynccopyright notice and this permission notice appear in all copies.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncTHE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncWARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncOF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsyncFOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncOF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</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>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncCopyright (C) 2001-2004 Thomas Winischhofer
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsync</p><p>
ae9aaa62489b8ace9ce2a0a15f0b2f7d3be340c6vboxsyncRedistribution and use in source and binary forms, with or without
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncmodification, are permitted provided that the following conditions are met:
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsync</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsync Redistributions of source code must retain the above copyright
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncnotice, this list of conditions and the following disclaimer.
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsync</p></li><li class="listitem"><p>
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsync Redistributions in binary form must reproduce the above copyright
1d258b8772ee104b5fab3d1743eabc2f5cfe2fa4vboxsyncnotice, this list of conditions and the following disclaimer in the
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncdocumentation and/or other materials provided with the distribution.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p></li><li class="listitem"><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync The name of the author may not be used to endorse or promote products
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncderived from this software without specific prior written permission.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p></li></ol></div><p>
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsync
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsync</p><p>
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncTHIS SOFTWARE IS PROVIDED BY THE AUTHOR <span class="quote">“<span class="quote">AS IS</span>”</span> AND ANY EXPRESSED OR
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncDISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsyncINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsync(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncPOSSIBILITY OF SUCH DAMAGE.
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</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>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncSGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p><p>
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsyncCopyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
6e3cc82d5d5effda92c9fec18b870d54386f99favboxsync</p><p>
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsyncPermission is hereby granted, free of charge, to any person obtaining a
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsynccopy of this software and associated documentation files (the "Software"),
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncto deal in the Software without restriction, including without limitation
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncthe rights to use, copy, modify, merge, publish, distribute, sublicense,
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncand/or sell copies of the Software, and to permit persons to whom the
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncSoftware is furnished to do so, subject to the following conditions:
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsyncThe above copyright notice including the dates of first publication and
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsynceither this permission notice or a reference to
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsync<a class="ulink" href="http://oss.sgi.com/projects/FreeB/" target="_top">http://oss.sgi.com/projects/FreeB/</a>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncshall be included in all copies or substantial portions of the Software.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9a08dd6ed47cffa9cacbb9d53db1ce71d04db61fvboxsyncOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f4ccb18a71e0e531719734918583f84fbc72ebfevboxsyncFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
13b516eac15d19e108e587a9d9ecc85e1961ac6dvboxsyncSILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncOR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsyncSOFTWARE.
76800c2d8e954bb5249d2d30f4af41c6ea03ad5evboxsync</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>
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncLuxi fonts copyright (c) 2001 by Bigelow &amp; Holmes Inc. Luxi font
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncinstruction code copyright (c) 2001 by URW++ GmbH. All Rights
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsyncReserved. Luxi is a registered trademark of Bigelow &amp; Holmes Inc.
8dc3361c3de6b4f38230d57c547ab74b713f6ff1vboxsync</p><p>
7bff28e0cedd8656acd24b420759649184d8cf00vboxsyncPermission is hereby granted, free of charge, to any person obtaining
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsynca copy of these Fonts and associated documentation files (the "Font
1ace73711fa06807748eff26632c7273a1f7c2dbvboxsyncSoftware"), to deal in the Font Software, including without
limitation the rights to use, copy, merge, publish, distribute,
sublicense, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to
the following conditions:
</p><p>
The above copyright and trademark notices and this permission notice
shall be included in all copies of one or more of the Font Software.
</p><p>
The Font Software may not be modified, altered, or added to, and in
particular the designs of glyphs or characters in the Fonts may not
be modified nor may additional glyphs or characters be added to the
Fonts. This License becomes null and void when the Fonts or Font
Software have been modified.
</p><p>
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
BIGELOW &amp; HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
SOFTWARE.
</p><p>
Except as contained in this notice, the names of Bigelow &amp; Holmes
Inc. and URW++ GmbH. shall not be used in advertising or otherwise to
promote the sale, use or other dealings in this Font Software without
prior written authorization from Bigelow &amp; Holmes Inc. and URW++ GmbH.
</p><p>
For further information, contact:
</p><p>
info@urwpp.de
or
design@bigelowandholmes.com
</p></div></div></div></body></html>