
Portions of the Azul Systems Virtual Machine software 
copyright (C) 2005 Azul Systems, Inc. 1600 Plymouth Street,
Mountain View, CA 94043.

Patents pending.



Azul, Azul Systems, Compute Pool Manager and the Azul arch logo are 
trademarks of Azul Systems, Inc.


Copyright  2004 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 
California 95054, U.S.A. All rights reserved.

Sun Microsystems, Inc. has intellectual property rights relating to
technology embodied in this product. In particular, and without
limitation, these intellectual property rights may include one or 
more of the U.S. patents listed at http://www.sun.com/patents and one 
or more additional patents or pending patent applications in the U.S. 
and other countries.

This product is distributed under licenses restricting its use, 
copying distribution, and decompilation. No part of this product may 
be reproduced in any form by any means without prior written 
authorization of Sun and its licensors, if any.

Third-party software, including font technology, is copyrighted and
licensed from Sun suppliers.  Portions Copyright Eastman Kodak 
Company 1992.  This product includes code licensed from RSA Data 
Security.  This product includes software developed by the Apache 
Software Foundation (http://www.apache.org).  Portions licensed from 
Taligent, Inc. This software is based in part on the work of the 
Independent JPEG Group.  The Graphics Interchange Format is the 
Copyright property of CompuServe Incorporated.  

Sun,  Sun Microsystems,  the Sun logo,  Java,  Solaris,  J2SE,  the
Duke logo,  the Java Coffee Cup logo and  the Solaris logo are
trademarks or registered trademarks of Sun Microsystems, Inc. in the
U.S. and other countries.

All SPARC trademarks are used under license and are trademarks or
registered trademarks of SPARC International, Inc. in the U.S. and
other countries. Products bearing SPARC trademarks are based upon
architecture developed by Sun Microsystems, Inc. UNIX is a registered 
trademark in the U.S. and other countries, exclusively licensed 
through X/Open Company, Ltd.  Lucida is a registered trademark or 
trademark  of Bigelow & Holmes in the U.S. And other countries.  
GIF(sm) is a Service Mark property of
CompuServe Incorporated.

Federal Acquisitions: Commercial Software - Government Users Subject 
to Standard License Terms and Conditions.


Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 
California 95054, tats-Unis. Tous droits rservs.

Sun Microsystems, Inc. dtient les droits de proprit
intellectuelle sur la technologie incluse dans ce produit. En
particulier, et de manire non-exclusive, ces droits de
proprit intellectuelle peuvent inclure un ou plusieurs brevets
U.S. numrs  l'adresse suivante :
http://www.sun.com/patents et un ou plusieurs brevets
supplmentaires ou une ou plusieurs demandes de brevet pendantes
aux tats-Unis et dans d'autres pays.

Ce produit est distribu en vertu de licences limitant son
utilisation, la diffusion de copies et la dcompilation. Aucune
partie de ce produit ne peut tre reproduite, sous quelque forme et
par quelque moyen que ce soit, sans l'autorisation crite
pralable de Sun et, le cas chant, de ses concdants.

Tout logiciel de tiers, y compris toute technologie de police, est
protg par droit d'auteur et obtenu sous licence auprs de
fournisseurs de Sun. Certaines parties sont protges par droit
d'auteur Eastman Kodak Company 1992. Ce produit inclut un code
concd sous licence par RSA Data Security. Ce produit inclut un
logiciel dvelopp par Apache Software Foundation
(http://www.apache.org). Certaines parties sont obtenues sous licence
de Taligent, Inc. Ce logiciel repose en partie sur le travail du JPEG
Independant Group. Le Format Graphics Interchange est la
proprit protge par droit d'auteur de CompuServe
Incorporated.

Sun, Sun Microsystems, le logo Sun, Java, Solaris, J2SE, le logo Duke,
le logo Java Coffee Cup et le logo Solaris sont des marques ou des
marques dposes de Sun Microsystems, Inc. aux tats-Unis et
dans d'autres pays.

Toutes les marques SPARC sont utilises sous licence et sont des
marques ou des marques dposes de SPARC International, Inc. aux
tats-Unis et dans d'autres pays. Les produits portant les marques
SPARC reposent sur l'architecture dveloppe par Sun
Microsystems, Inc. UNIX est une marque dpose aux tats-Unis
et dans d'autres pays, concde sous licence exclusivement par
l'intermdiaire de X/Open Company, Ltd. Lucida est une marque
dpose ou une marque de Bigelow & Holmes aux tats-Unis et
dans d'autres pays. GIF(sm) est une proprit de marque de
service de CompuServe Incorporated.


Portions of this Azul Systems Virtual Machine software utilize the 
following third party software, the use of which is hereby acknowledged.

ZLIB Compression Library

/* zlib.h -- interface of the 'zlib' general purpose compression library
  version 1.2.1, November 17th, 2003

  Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.

  Jean-loup Gailly jloup@gzip.org
  Mark Adler madler@alumni.caltech.edu

*/


XML C Parser (Libxml2)

Libxml2 is the XML C parser and toolkit developed for the Gnome project (but 
usable outside of the Gnome platform), it is free software available under the 
MIT License. XML itself is a metalanguage to design markup languages, i.e. 
text language where semantic and structure are added to the content using 
extra "markup" information enclosed between angle brackets. HTML is the most 
well-known markup language. Though the library is written in C a variety of 
language bindings make it available in other environments.

Libxml2 is known to be very portable, the library should build and work without 
serious troubles on a variety of systems (Linux, Unix, Windows, CygWin, MacOS, 
MacOS X, RISC Os, OS/2, VMS, QNX, MVS, ...)
Libxml2 implements a number of existing standards related to markup languages:
 the XML standard: http://www.w3.org/TR/REC-xml 
 Namespaces in XML: http://www.w3.org/TR/REC-xml-names/ 
 XML Base: http://www.w3.org/TR/xmlbase/ 
 RFC 2396 : Uniform Resource Identifiers http://www.ietf.org/rfc/rfc2396.txt 
 XML Path Language (XPath) 1.0: http://www.w3.org/TR/xpath 
 HTML4 parser: http://www.w3.org/TR/html401/ 
 XML Pointer Language (XPointer) Version 1.0: http://www.w3.org/TR/xptr 
 XML Inclusions (XInclude) Version 1.0: http://www.w3.org/TR/xinclude/ 
 ISO-8859-x encodings, as well as rfc2044 [UTF-8] and rfc2781 [UTF-16] Unicode 
  encodings, and more if using iconv support 
 part of SGML Open Technical Resolution TR9401:1997 
 XML Catalogs Working Draft 06 August 2001: 
  http://www.oasis-open.org/committees/entity/spec-2001-08-06.html 
 Canonical XML Version 1.0: http://www.w3.org/TR/xml-c14n and the Exclusive 
  XML Canonicalization CR draft http://www.w3.org/TR/xml-exc-c14n 
 Relax NG, ISO/IEC 19757-2:2003, 
  http://www.oasis-open.org/committees/relax-ng/spec-20011203.html 
 W3C XML Schemas Part 2: Datatypes REC 02 May 2001 
 W3C xml:id Working Draft 7 April 2004 
In most cases libxml2 tries to implement the specifications in a relatively 
strictly compliant way. As of release 2.4.16, libxml2 passed all 1800+ tests 
from the OASIS XML Tests Suite.
To some extent libxml2 provides support for the following additional 
specifications but doesn't claim to implement them completely:
 Document Object Model (DOM) http://www.w3.org/TR/DOM-Level-2-Core/ the 
  document model, but it doesn't implement the API itself, gdome2 does this 
  on top of libxml2 
 RFC 959 : libxml2 implements a basic FTP client code 
 RFC 1945 : HTTP/1.0, again a basic HTTP client code 
 SAX: a SAX2 like interface and a minimal SAX1 implementation compatible with 
  early expat versions 
A partial implementation of XML Schemas Part 1: Structure is being worked on but 
it would be far too early to make any conformance statement about it at the moment.
Separate documents:
 the libxslt page providing an implementation of XSLT 1.0 and common extensions 
  like EXSLT for libxml2 
 the gdome2 page : a standard DOM2 implementation for libxml2 
 the XMLSec page: an implementation of W3C XML Digital Signature for libxml2 
 also check the related links section below for more related and active projects. 
Logo designed by Marc Liyanage.
Daniel Veillard 


Xml Security Library (xmlsec)

1. License(s).
1.1. Licensing Terms for xmlsec.
XML Security Library is released under the MIT License, see the file Copyright in 
the distribution for the precise wording. 


OpenSSL

License
This is a copy of the current LICENSE file inside the CVS repository. 

LICENSE ISSUES
==============

The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts. Actually both licenses are BSD-style
Open Source licenses. In case of any license issues related to OpenSSL
please contact openssl-core@openssl.org.

 OpenSSL License
 ---------------

====================================================================
Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
 
3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
 
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.
 
5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.
 
6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"
 
  THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  OF THE POSSIBILITY OF SUCH DAMAGE.
  ====================================================================
 
  This product includes cryptographic software written by Eric Young
  (eay@cryptsoft.com).  This product includes software written by Tim
  Hudson (tjh@cryptsoft.com).
 
 
 Original SSLeay License
 -----------------------

 Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 All rights reserved.
 
 This package is an SSL implementation written
 by Eric Young (eay@cryptsoft.com).
 The implementation was written so as to conform with Netscapes SSL.
 
 This library is free for commercial and non-commercial use as long as
 the following conditions are aheared to.  The following conditions
 apply to all code found in this distribution, be it the RC4, RSA,
 lhash, DES, etc., code; not just the SSL code.  The SSL documentation
 included with this distribution is covered by the same copyright terms
 except that the holder is Tim Hudson (tjh@cryptsoft.com).
 
 Copyright remains Eric Young's, and as such any Copyright notices in
 the code are not to be removed.
 If this package is used in a product, Eric Young should be given attribution
 as the author of the parts of the library used.
 This can be in the form of a textual message at program startup or
 in documentation (online or textual) provided with the package.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    "This product includes cryptographic software written by
    Eric Young (eay@cryptsoft.com)"
    The word 'cryptographic' can be left out if the rouines from the library
    being used are not cryptographic related :-).
 4. If you include any Windows specific code (or a derivative thereof) from
    the apps directory (application code) you must include an acknowledgement:
    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
 
 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.
 
 The licence and distribution terms for any publically available version or
 derivative of this code cannot be changed.  i.e. this code cannot simply be
 copied and put under another distribution licence
 [including the GNU Public Licence.]


Ptmalloc

ptmalloc/ptmalloc2 is free software and can be used without charge (even 
commercially, please see the conditions in the file COPYRIGHT contained in 
the source distribution); however, there is no warranty of any kind. Take note 
that ptmalloc, as part of the GNU C library, is also available under the GNU 
LESSER GENERAL PUBLIC LICENSE (LGPL), as indicated at the top of the individual 
source files. When using the standalone package, on the other hand, only the 
conditions spelled out in COPYRIGHT apply. 

Newlib

What is it?
Newlib is a C library intended for use on embedded systems. It is a conglomeration 
of several library parts, all under free software licenses that make them easily 
usable on embedded products. 
Newlib is only available in source form. It can be compiled for a wide array of 
processors, and will usually work on any architecture with the addition of a few 
low-level routines. 

Who are we?
Newlib is maintained by: 
Jeff Johnston <jjohnstn@redhat.com>
Tom Fitzsimmons <fitzsim@redhat.com>
Contributions
Newlib thrives on net contributions from people like you. We're looking for 
contributions of code, bugfixes, optimizations, documentation updates, web page 
improvements, etc. A nice testsuite to automate the testing of newlib is also needed. 
Contributions are currently done by posting patches and ideas to 
newlib@sources.redhat.com; check out the mailing list section to find out more. 


Newlib Acknowledgements

The newlib subdirectory is a collection of software from several sources.
Each file may have its own copyright/license that is embedded in the source 
file.

This list documents those licenses which are more restrictive than
a BSD-like license or require the copyright notice
to be duplicated in documentation and/or other materials associated with
the distribution.  Certain licenses documented here only apply to
specific targets.  Certain clauses only apply if you are building the
code as part of your binary.

Note that this list may omit certain licenses that
only pertain to the copying/modifying of the individual source code. 
If you are distributing the source code, then you do not need to
worry about these omitted licenses, so long as you do not modify the
copyright information already in place.

(1) University of California, Berkeley

[1a]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
and other materials related to such distribution and use 
acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1b]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1c]

Copyright (c) 1981, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 
The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1d]

Copyright (c) 1988, 1990, 1993 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software 
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1e]

Copyright (c) 1982, 1986, 1989, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.
(c) UNIX System Laboratories, Inc.
All or some portions of this file are derived from material licensed
to the University of California by American Telephone and Telegraph
Co. or Unix System Laboratories, Inc. and are reproduced herein with
the permission of UNIX System Laboratories, Inc.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1f]

Copyright (c) 1987, 1988, 2000 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that: (1) source distributions retain this entire copyright
notice and comment, and (2) distributions including binaries display
the following acknowledgement:  ``This product includes software
developed by the University of California, Berkeley and its contributors''
in the documentation or other materials provided with the distribution
and in all advertising materials mentioning features or use of this
software. Neither the name of the University nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

-------------------------------------------------------------
 Please note that in some of the above alternate licenses, there is a
 statement regarding that acknowledgement must be made in any
 advertising materials for products using the code.  This restriction
 no longer applies due to the following license change:

  ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

 In some cases the defunct clause has been removed in modified newlib code and
 in some cases, the clause has been left as-is.
-------------------------------------------------------------

(2) Cygwin (cygwin targets only)

Copyright 2001 Red Hat, Inc.

This software is a copyrighted work licensed under the terms of the
Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
details.

(3) David M. Gay at AT&T

The author of this software is David M. Gay.

Copyright (c) 1991 by AT&T.

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(4) Advanced Micro Devices

Copyright 1989, 1990 Advanced Micro Devices, Inc.

This software is the property of Advanced Micro Devices, Inc  (AMD)  which
specifically  grants the user the right to modify, use and distribute this
software provided this notice is not removed or altered.  All other rights
are reserved by AMD.

AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report  any  problems
or  suggestions about this software to the 29K Technical Support Center at
800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.

Advanced Micro Devices, Inc.
29K Support Products
Mail Stop 573
5900 E. Ben White Blvd.
Austin, TX 78741
800-292-9263

(5) C.W. Sandmann

Copyright (C) 1993 C.W. Sandmann

This file may be freely distributed as long as the author's name remains.

(6) Eric Backus

(C) Copyright 1992 Eric Backus

This software may be used freely so long as this copyright notice is
left intact.  There is no warrantee on this software.

(7) Sun Microsystems

Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

Developed at SunPro, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this
software is freely granted, provided that this notice 
is preserved.

(8) Hewlett Packard

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(9) Hans-Peter Nilsson

Copyright (C) 2001 Hans-Peter Nilsson

Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, this notice
and the following disclaimer are preserved with no changes.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.

(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)

Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)

The authors hereby grant permission to use, copy, modify, distribute,
and license this software and its documentation for any purpose, provided
that existing copyright notices are retained in all copies and that this
notice is included verbatim in any distributions. No written agreement,
license, or royalty fee is required for any of the authorized uses.
Modifications to this software may be copyrighted by their authors
and need not follow the licensing terms described here, provided that
the new terms are clearly indicated on the first page of each file where
they apply.

(11) Christopher G. Demetriou

Copyright (c) 2001 Christopher G. Demetriou
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(12) SuperH, Inc.

Copyright 2002 SuperH, Inc. All rights reserved

This software is the property of SuperH, Inc (SuperH) which specifically
grants the user the right to modify, use and distribute this software
provided this notice is not removed or altered.  All other rights are
reserved by SuperH.

SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO
THIS SOFTWARE.  IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL, 
INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM
THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report any problems
or suggestions about this software to the SuperH Support Center via
e-mail at softwaresupport@superh.com .

SuperH, Inc.
405 River Oaks Parkway
San Jose
CA 95134
USA

(13) Royal Institute of Technology

Copyright (c) 1999 Kungliga Tekniska Hgskolan
(Royal Institute of Technology, Stockholm, Sweden).
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name of KTH nor the names of its contributors may be
   used to endorse or promote products derived from this software without
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(14) Alexey Zelkin

Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(15) Andrey A. Chernov

Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(16) FreeBSD

Copyright (c) 1997-2002 FreeBSD Project.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(17) S. L. Moshier

Author:  S. L. Moshier.

Copyright (c) 1984,2000 S.L. Moshier

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR,  THE AUTHOR MAKES NO REPRESENTATION
OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(18) Citrus Project

Copyright (c)1999 Citrus Project,
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(19) Todd C. Miller

Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(20) DJ Delorie (i386) 

Copyright (C) 1991 DJ Delorie
All rights reserved.

Redistribution and use in source and binary forms is permitted
provided that the above copyright notice and following paragraph are
duplicated in all such forms.

This file is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(21) Free Software Foundation LGPL License (*-linux* targets only)

   Copyright (C) 1990-1999, 2000, 2001 
   Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307 USA.

(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)

Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
                                                     
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Library General Public License for more details.

(23) Intel (i960)

Copyright (c) 1993 Intel Corporation

Intel hereby grants you permission to copy, modify, and distribute this
software and its documentation.  Intel grants this permission provided
that the above copyright notice appears in all copies and that both the
copyright notice and this permission notice appear in supporting
documentation.  In addition, Intel grants this permission provided that
you prominently mark as "not part of the original" any modifications
made to this software or documentation, and that the name of Intel
Corporation not be used in advertising or publicity pertaining to
distribution of the software or the documentation without specific,
written prior permission.

Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY
OR FITNESS FOR A PARTICULAR PURPOSE.  Intel makes no guarantee or
representations regarding the use of, or the results of the use of,
the software and documentation in terms of correctness, accuracy,
reliability, currentness, or otherwise; and you rely on the software,
documentation and results solely at your own risk.

IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
OF ANY KIND.  IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM
PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER.

(24) Hewlett-Packard  (hppa targets only)

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(25) Henry Spencer (only *-linux targets)

Copyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
This software is not subject to any license of the American Telephone
and Telegraph Company or of the Regents of the University of California.

Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
to the following restrictions:

1. The author is not responsible for the consequences of use of this
   software, no matter how awful, even if they arise from flaws in it.

2. The origin of this software must not be misrepresented, either by
   explicit claim or by omission.  Since few users ever read sources,
   credits must appear in the documentation.

3. Altered versions must be plainly marked as such, and must not be
   misrepresented as being the original software.  Since few users
   ever read sources, credits must appear in the documentation.

4. This notice may not be removed or altered.

(26) Mike Barcroft

Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(27) Konstantin Chuguev (--enable-newlib-iconv)

Copyright (c) 1999, 2000
   Konstantin Chuguev.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

   iconv (Charset Conversion Library) v2.0

(27) Artem Bityuckiy (--enable-newlib-iconv)

Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation.
Rights transferred to Franklin Electronic Publishers.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(28) Red Hat Incorporated

Unless otherwise stated in each remaining newlib file, the remaining
files in the newlib subdirectory default to the following copyright.
It should be noted that Red Hat Incorporated now owns copyrights
belonging to Cygnus Solutions and Cygnus Support.

Copyright (c) 1994, 1997, 2001, 2002 Red Hat Incorporated.
All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met: 

    Redistributions of source code must retain the above copyright 
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

    The name of Red Hat Incorporated may not be used to endorse 
    or promote products derived from this software without specific 
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 



XFREE86-COMMON
http://packages.debian.org/stable/x11/xfree86-common.html
Source Package: xfree86
Obtained from: XFree86 CVS repository (anoncvs@anoncvs.xfree86.org:/cvs)
  Release tagged xf-4_3_0
Upstream author(s): The XFree86 Project, Inc., et al.
Debian package author(s): Stephen Early, Mark Eichin, Branden Robinson, 
ISHIKAWA Mutsumi, Daniel Stone

Debian modifications to upstream sources:
The following files were removed from the source package due to failure to 
satisfy the Debian Free Software Guidelines 
(see <URL:http://www.debian.org/social_contract>):

  1) The Beth Mardutho Meltho OpenType fonts have a license which prohibits free 
        modification of the font software:
        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.
     These font files therefore do not satisfy DFSG 3 ("Derived Works").
    xc/fonts/scaled/Meltho/README
    xc/fonts/scaled/Meltho/SyrCOMAdiabene.otf
    xc/fonts/scaled/Meltho/SyrCOMAntioch.otf
    xc/fonts/scaled/Meltho/SyrCOMBatnan.otf
    xc/fonts/scaled/Meltho/SyrCOMBatnanBold.otf
    xc/fonts/scaled/Meltho/SyrCOMCtesiphon.otf
    xc/fonts/scaled/Meltho/SyrCOMEdessa.otf
    xc/fonts/scaled/Meltho/SyrCOMJerusalem.otf
    xc/fonts/scaled/Meltho/SyrCOMJerusalemBold.otf
    xc/fonts/scaled/Meltho/SyrCOMJerusalemItalic.otf
    xc/fonts/scaled/Meltho/SyrCOMJerusalemOutline.otf
    xc/fonts/scaled/Meltho/SyrCOMKharput.otf
    xc/fonts/scaled/Meltho/SyrCOMMalankara.otf
    xc/fonts/scaled/Meltho/SyrCOMMardin.otf
    xc/fonts/scaled/Meltho/SyrCOMMardinBold.otf
    xc/fonts/scaled/Meltho/SyrCOMMidyat.otf
    xc/fonts/scaled/Meltho/SyrCOMNisibin.otf
    xc/fonts/scaled/Meltho/SyrCOMNisibinOutline.otf
    xc/fonts/scaled/Meltho/SyrCOMQenNeshrin.otf
    xc/fonts/scaled/Meltho/SyrCOMTalada.otf
    xc/fonts/scaled/Meltho/SyrCOMTurAbdin.otf
    xc/fonts/scaled/Meltho/SyrCOMUrhoy.otf
    xc/fonts/scaled/Meltho/SyrCOMUrhoyBold.otf
    xc/fonts/scaled/Meltho/license.txt
  2) The Bigelow & Holmes Luxi TrueType fonts have a license which prohibits
     free modification of the font software:
        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.
     These font files therefore do not satisfy DFSG 3 ("Derived Works").
    xc/fonts/scaled/TTF/COPYRIGHT.BH
    xc/fonts/scaled/TTF/luximb.ttf
    xc/fonts/scaled/TTF/luximbi.ttf
    xc/fonts/scaled/TTF/luximr.ttf
    xc/fonts/scaled/TTF/luximri.ttf
    xc/fonts/scaled/TTF/luxirb.ttf
    xc/fonts/scaled/TTF/luxirbi.ttf
    xc/fonts/scaled/TTF/luxirr.ttf
    xc/fonts/scaled/TTF/luxirri.ttf
    xc/fonts/scaled/TTF/luxisb.ttf
    xc/fonts/scaled/TTF/luxisbi.ttf
    xc/fonts/scaled/TTF/luxisr.ttf
    xc/fonts/scaled/TTF/luxisri.ttf
  3) The IBM Courier Type1 fonts have a license which does not grant
     permission to modify the font software:
        You are hereby granted permission under the terms of the IBM/MIT X
        Consortium Courier Typefont agreement to execute, reproduce,
        distribute, display, market, sell and otherwise transfer copies of
        the IBM Courier font to third parties.
     These font files therefore do not satisfy DFSG 3 ("Derived Works").
    xc/fonts/scaled/Type1/COPYRIGHT.IBM
    xc/fonts/scaled/Type1/cour.afm
    xc/fonts/scaled/Type1/cour.pfa
    xc/fonts/scaled/Type1/courb.afm
    xc/fonts/scaled/Type1/courb.pfa
    xc/fonts/scaled/Type1/courbi.afm
    xc/fonts/scaled/Type1/courbi.pfa
    xc/fonts/scaled/Type1/couri.afm
    xc/fonts/scaled/Type1/couri.pfa
  4) The Bigelow & Holmes Luxi Type1 fonts have a license which prohibits free
     modification of the font software:
        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.
     These font files therefore do not satisfy DFSG 3 ("Derived Works").
    xc/fonts/scaled/Type1/COPYRIGHT.BH
    xc/fonts/scaled/Type1/l047013t.afm
    xc/fonts/scaled/Type1/l047013t.pfa
    xc/fonts/scaled/Type1/l047016t.afm
    xc/fonts/scaled/Type1/l047016t.pfa
    xc/fonts/scaled/Type1/l047033t.afm
    xc/fonts/scaled/Type1/l047033t.pfa
    xc/fonts/scaled/Type1/l047036t.afm
    xc/fonts/scaled/Type1/l047036t.pfa
    xc/fonts/scaled/Type1/l048013t.afm
    xc/fonts/scaled/Type1/l048013t.pfa
    xc/fonts/scaled/Type1/l048016t.afm
    xc/fonts/scaled/Type1/l048016t.pfa
    xc/fonts/scaled/Type1/l048033t.afm
    xc/fonts/scaled/Type1/l048033t.pfa
    xc/fonts/scaled/Type1/l048036t.afm
    xc/fonts/scaled/Type1/l048036t.pfa
    xc/fonts/scaled/Type1/l049013t.afm
    xc/fonts/scaled/Type1/l049013t.pfa
    xc/fonts/scaled/Type1/l049016t.afm
    xc/fonts/scaled/Type1/l049016t.pfa
    xc/fonts/scaled/Type1/l049033t.afm
    xc/fonts/scaled/Type1/l049033t.pfa
    xc/fonts/scaled/Type1/l049036t.afm
    xc/fonts/scaled/Type1/l049036t.pfa
  5) The Adobe Utopia Type1 fonts are not licensed at all:
         All Rights Reserved.
    These font files therefore do not satisfy DFSG 1 ("Free
    Redistribution"), DFSG 2 ("Source Code"), or DFSG 3 ("Derived Works").
    xc/fonts/scaled/Type1/UTBI____.afm
    xc/fonts/scaled/Type1/UTBI____.pfa
    xc/fonts/scaled/Type1/UTB_____.afm
    xc/fonts/scaled/Type1/UTB_____.pfa
    xc/fonts/scaled/Type1/UTI_____.afm
    xc/fonts/scaled/Type1/UTI_____.pfa
    xc/fonts/scaled/Type1/UTRG____.afm
    xc/fonts/scaled/Type1/UTRG____.pfa
  6) The Compugraphic and Adobe fonts distributed as part of the XPrint
     server are not licensed at all, and some of the fonts bear no
     copyright information whatsoever.
         All Rights Reserved.
    These font files therefore do not satisfy DFSG 1 ("Free
    Redistribution"), DFSG 2 ("Source Code"), or DFSG 3 ("Derived Works").
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00051.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00052.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00053.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00054.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00055.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00056.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00057.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00058.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00059.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00060.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00061.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00062.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00063.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00064.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00065.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00066.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00067.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00068.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00069.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00070.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00071.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00072.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00073.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00074.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00075.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00076.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00077.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00079.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00080.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00081.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00082.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00083.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00084.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00085.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00086.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00087.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00088.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00089.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00090.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00091.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00092.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00093.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00094.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00051.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00052.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00053.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00054.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00055.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00056.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00057.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00058.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00059.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00060.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00061.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00062.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00063.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00064.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00065.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00066.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00067.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00068.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00069.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00070.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00071.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00072.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00073.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00074.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00075.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00076.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00077.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00079.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00080.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00081.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00082.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00083.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00084.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00085.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00086.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00087.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00088.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00089.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00090.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00091.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00092.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00093.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00094.pmf
    xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/lpr0ye1a.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Book.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-BookOblique.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Demi.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-DemiOblique.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-Bold.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-BoldOblique.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-Oblique.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-Bold.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-BoldOblique.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-Oblique.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-Book.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-BookOblique.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-Demi.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-DemiOblique.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Bold.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-BoldItalic.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Italic.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Roman.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-Demi.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-DemiItalic.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-Light.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-LightItalic.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Symbol.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Bold.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-BoldItalic.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Italic.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Roman.pmf
    xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/ZapfDingbats.pmf
  7) VA Linux Systems, Inc.'s DRI documentation has a license which prohibits
     free modification:
        Permission is granted to make and distribute verbatim copies of
        this document provided the copyright notice and this permission
        notice are preserved on all copies.
    These documentation files therefore do not satisfy DFSG 3 ("Derived
    Works").
    xc/programs/Xserver/hw/xfree86/doc/README.DRI
    xc/programs/Xserver/hw/xfree86/doc/README.DRIcomp
    xc/programs/Xserver/hw/xfree86/doc/sgml/DRI.sgml
    xc/programs/Xserver/hw/xfree86/doc/sgml/DRIcomp.sgml
  8) The following files contain object code without any corresponding
     source.
    xc/programs/Xserver/hw/xfree86/drivers/mga/mga_ucode.h
    xc/programs/Xserver/hw/xfree86/drivers/rendition/v10002d.uc
    xc/programs/Xserver/hw/xfree86/drivers/rendition/v20002d.uc
    xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/r128_cce.c
    xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon_cp.c
    xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/mga_ucode.h
  (The files r128_cce.c and radeon_cp.c only partially consist of
  sourceless object code, but because they are not required to build
  this package, the files have been removed altogether.)
  These files therefore do not satisfy DFSG 2 ("Source Code").
  See the debian/patches directory in the source package for all other
  changes to upstream source.
Debian copyright(s)/license(s):
Unless otherwise noted, all modifications and additions to XFree86 found in this 
Debian package bear the following copyright and license terms:
Copyright 1996-2002 Software in the Public Interest, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of 
this software and associated documentation files (the "Software"), to deal in the 
Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the 
following conditions: 

The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS",
WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
NONINFRINGEMENT.  IN NO EVENT SHALL SOFTWARE IN THE PUBLIC INTEREST, INC. BE 
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of Software in the Public 
Interest, Inc. shall not be used in advertising or otherwise to promote the sale,
use or other dealings in this Software without prior written authorization from
Software in the Public Interest, Inc.

Upstream copyright(s)/license(s):
********************************************************************************
(From xc/LABEL:)
                     X Window System, Version 11
                             Release 6.4
                        Portions Copyright by:
                            The Open Group
                                 and
                              Mark Adler
                      Adobe Systems Incorporated
                           AGE Logic, Inc.
                         Gerrit Jan Akkerman
                            Corin Anderson
                              Doug Anson
                         Apollo Computer Inc.
                         Ares Software Corp.
                                 ATI
                              AT&T, Inc.
                           Robert V. Baron
                            David Bateman
                           Bigelow & Holmes
                           Bitstream, Inc.
                              Jon Block
                             Adam de Boor
                            Manfred Brands
                           Richard Burdick
                           Cognition Corp.
                           Simon P. Cooper
                            Rgis Cridlig
                            Robin Cutshaw
                           Daniver Limited
                     Daewoo Electronics Co.,Ltd.
                       Data General Corporation
                             David Dawes
                            Jorge Delgado
                    Digital Equipment Corporation
               Evans & Sutherland Computer Corporation
                           Rickard E. Faith
                             Erik Fortune
                    Free Software Foundation, Inc.
                           Joseph Friedman
                         Fuji Xerox Co., Ltd.
                           Fujitsu Limited
                 Fujitsu Open Systems Solutions, Inc.
                           Jean-loup Gailly
                              Tiago Gons
                            Pascal Haible
                           Harm Hanemaayer
                             Randy Hendry
                            Matthieu Herrb
                       Hewlett-Packard Company
                            Hitachi, Ltd.
                            Dirk Hohndel
                            David Holland
                            Philip Homburg
                            Alan Hourihane
                           IBM Corporation
              The Institute of Software, Academia Sinica
                   INTERACTIVE Systems Corporation
                          Kaleb S. Keithley
                              Jeff Kirk
                            Harald Koenig
                        Marc Aurele La France
                             Glenn G. Lai
                             Scott Laird
                            Thomas G. Lane
                             Steven Lang
                          Harry Langenbacher
                           Patrick Lecoanet
                             Sam Leffler
                           Frederic Lepied
                     Lexmark International, Inc.
                          Sebastien Marineau
                          Michael P. Marking
                           Kevin E. Martin
                             Davor Matic
                           David McCullough
                            David J. McKay
                     MIPS Computer Systems, Inc.
                            Joseph V. Moss
                            Thomas Mueller
                             Rich Murphey
                        NCR Corporation, Inc.
                       Netscape Communications
                   Network Computing Devices, Inc.
                             Novell, Inc.
                       NTT Software Corporation
                      Number Nine Computer Corp.
                             NVIDIA Corp.
                             Erik Nygren
                               Hans Oey
                       Kazuyuki (ikko-) Okamoto
                  Oki Technosystems Laboratory, Inc.
                          OMRON Corporation
                       Open Software Foundation
                             Panacea Inc.
                            Prentice Hall
                      Quarterdeck Office Systems
               Regents of the University of California
                            Bill Reynolds
                             Thomas Roell
                    The Santa Cruz Operation, Inc.
                           Dale Schumacher
                            Paolo Severini
                          ShoGraphics, Inc.
               Silicon Graphics Computer Systems, Inc.
                           Sony Corporation
                                 SRI
                            Craig Struble
                        Sun Microsystems, Inc.
                            SunSoft, Inc.
                           Tektronix, Inc.
                           Finn Thoegersen
                             Gerry Toll
                              Jon Tombs
                            Linus Torvalds
                            TOSHIBA Corp.
                            Peter Trattler
                            James Tsillas
                        UniSoft Group Limited
                    UNIX System Laboratories, Inc.
                             Holger Veit
                          Vrije Universiteit
                              Larry Wall
                          David E. Wexelblat
                            Thomas Wolfram
                            Henry A. Worth
                        Wyse Technology, Inc.
                      The XFree86 Project, Inc.
                               Ming Yu
                           Orest Zborowski
********************************************************************************
(From xc/programs/Xserver/hw/xfree86/doc/LICENSE:)
                                  Licenses
                             The XFree86 Project
                                February 2003
1.  XFree86 License
XFree86 code without an explicit copyright is covered by the following copy-
right/license:
Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved. 
Permission is hereby granted, free of charge, to any person obtaining a 
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, 
and/or sell copies of the Software, and to permit persons to whom the 
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included 
in all copies or substantial portions of the Software. THE SOFTWARE IS 
PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE XFREE86
PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the XFree86 Project shall 
not be used in advertising or otherwise to promote the sale, use or other 
dealings in this Software without prior written authorization from the 
XFree86 Project.
2.  Other Licenses
Portions of code are covered by the following licenses/copyrights.  
See individual files for the copyright dates.

2.1  X/MIT Copyrights
2.1.1  X Consortium
Copyright (C) <date> X Consortium
Permission is hereby granted, free of charge, to any person obtaining a 
copy of this software and associated documentation files (the "Software"), 
to deal in the Software without restriction, including without limitation 
the rights to use, copy, modify, merge, publish, distribute, sublicense, 
and/or sell copies of the Software, and to permit persons to whom the 
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in 
all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED
"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT 
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE 
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of the X Consortium shall not
be used in advertising or otherwise to promote the sale, use or other 
dealings in this Software without prior written authorization from the
 X Consortium.
X Window System is a trademark of X Consortium, Inc.
2.1.2  The Open Group
Copyright <date>  The Open Group
Permission to use, copy, modify, distribute, and sell this software and 
its documentation for any purpose is hereby granted without fee, provided 
that the above copyright notice appear in all copies and that both that 
copyright notice and this permission notice appear in supporting 
documentation.
The above copyright notice and this permission notice shall be included 
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT 
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE SOFTWARE.
Except as contained in this notice, the name of The Open Group shall not 
be used in advertising or otherwise to promote the sale, use or other 
dealings in this Software without prior written authorization from 
The Open Group.
2.2  Berkeley-based copyrights:
2.2.1  General
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
  1.  Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
  2.  Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
  3.  The name of the author may not be used to endorse or promote products
      derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2.2.2  UCB/LBL
Copyright (c) 1993 The Regents of the University of California. All rights reserved.
This software was developed by the Computer Systems Engineering group at 
Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed 
to Berkeley. All advertising materials mentioning features or use of this 
software must display the following acknowledgement: This product includes 
software developed by the University of California, Lawrence Berkeley Laboratory.
Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
  1.  Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
  2.  Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
  3.  All advertising materials mentioning features or use of this software
      must display the following acknowledgement: This product includes soft-
      ware developed by the University of California, Berkeley and its con-
      tributors.
  4.  Neither the name of the University nor the names of its contributors
      may be used to endorse or promote products derived from this software
      without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR 
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
POSSIBILITY OF SUCH DAMAGE.
2.2.3  Theodore Ts'o.
Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, 
are permitted provided that the following conditions are met:
  1.  Redistributions of source code must retain the above copyright notice,
      and the entire permission notice in its entirety, including the dis-
      claimer of warranties.
  2.  Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
  3.  The name of the author may not be used to endorse or promote products
      derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 
AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED.  
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT
 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2.2.4  Theo de Raadt and Damien Miller
Copyright (c) 1995,1999 Theo de Raadt.  All rights reserved.  Copyright (c)
2001-2002 Damien Miller.  All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
  1.   Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
  2.   Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2.3  NVIDIA Corp
Copyright (c) 1996 NVIDIA, Corp.  All rights reserved.
NOTICE TO USER: The source code is copyrighted under U.S. and 
international laws.  NVIDIA, Corp. of Sunnyvale, California owns the
 copyright and as design patents pending on the design and interface 
of the NV chips.  Users and possessors of this source code are hereby 
granted a nonexclusive, royalty-free copyright and design patent license
 to use this code in individual and commercial software.
Any use of this source code must include, in the user documentation and
internal comments to the code, notices to the end user as follows:
Copyright (c) 1996 NVIDIA, Corp.  NVIDIA design patents pending in the 
U.S. and foreign countries.
NVIDIA, CORP.  MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS 
SOURCE CODE FOR ANY PURPOSE.  IT IS PROVIDED "AS IS" WITHOUT EXPRESS 
OR IMPLIED WARRANTY OF ANY KIND.  NVIDIA, CORP. DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL
NVIDIA, CORP.  BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, OR 
CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOURCE CODE.
2.4  GLX Public License
GLX PUBLIC LICENSE (Version 1.0 (2/11/99)) ("License")
Subject to any third party claims, Silicon Graphics, Inc. ("SGI") hereby 
grants permission to Recipient (defined below), under Recipient's copyrights
in the Original Software (defined below), to use, copy, modify, merge, 
publish, distribute, sublicense and/or sell copies of Subject Software 
(defined below), and to permit persons to whom the Subject Software is 
furnished in accordance with this License to do the same, subject to all 
of the following terms and conditions, which Recipient accepts by engaging 
in any such use, copying, modifying, merging, publishing, distributing,
sublicensing or selling:
1. Definitions.
     (a) "Original Software" means source code of computer software code
     which is described in Exhibit A as Original Software.
     (b) "Modifications" means any addition to or deletion from the sub-
     stance or structure of either the Original Software or any previous
     Modifications. When Subject Software is released as a series of
     files, a Modification means (i) any addition to or deletion from
     the contents of a file containing Original Software or previous
     Modifications and (ii) any new file that contains any part of the
     Original Code or previous Modifications.
     (c) "Subject Software" means the Original Software or Modifications
     or the combination of the Original Software and Modifications, or
     portions of any of the foregoing.
     (d) "Recipient" means an individual or a legal entity exercising
     rights under, and complying with all of the terms of, this License.
     For legal entities, "Recipient" includes any entity which controls,
     is controlled by, or is under common control with Recipient. For
     purposes of this definition, "control" of an entity means (a) the
     power, direct or indirect, to direct or manage such entity, or (b)
     ownership of fifty percent (50%) or more of the outstanding shares
     or beneficial ownership of such entity.
2. Redistribution of Source Code Subject to These Terms. Redistributions 
of Subject Software in source code form must retain the notice set forth 
in Exhibit A, below, in every file. A copy of this License must be included 
in any documentation for such Subject Software where the recipients' rights 
relating to Subject Software are described. Recipient may distribute the 
source code version of Subject Software under a license of Recipient's 
choice, which may contain terms different from this License, provided 
that (i) Recipient is in compliance with the terms of this License, and 
(ii) the license terms include this Section 2 and Sections 3, 4, 7, 8, 10,
 12 and 13 of this License, which terms may not be modified or superseded 
by any other terms of such license. If Recipient distributes the source code
version under a different license Recipient must make it absolutely clear 
that any terms which differ from this License are offered by Recipient alone,
not by SGI. Recipient hereby agrees to indemnify SGI for any liability 
incurred by SGI as a result of any such terms Recipient offers.
3. Redistribution in Executable Form. The notice set forth in Exhibit A 
must be conspicuously included in any notice in an executable version of 
Subject Software, related documentation or collateral in which Recipient 
describes the user's rights relating to the Subject Software. Recipient may 
distribute the executable version of Subject Software under a license of 
Recipient's choice, which may contain terms different from this License, 
provided that (i) Recipient is in compliance with the terms of this License, 
and (ii) the license terms include this Section 3 and Sections 4, 7, 8, 10, 
12 and 13 of this License, which terms may not be modified or superseded by 
any other terms of such license. If Recipient distributes the executable 
version under a different license Recipient must make it absolutely clear 
that any terms which differ from this License are offered by Recipient alone,
 not by SGI. Recipient hereby agrees to indemnify SGI for any liability 
incurred by SGI as a result of any such terms Recipient offers.
4. Termination. This License and the rights granted hereunder will terminate
automatically if Recipient fails to comply with terms herein and fails to cure
such breach within 30 days of the breach. Any sublicense to the Subject Software 
which is properly granted shall survive any termination of this License absent 
termination by the terms of such sublicense. Provisions which, by their nature, 
must remain in effect beyond the termination of this License shall survive.
5. No Trademark Rights. This License does not grant any rights to use any 
trade name, trademark or service mark whatsoever. No trade name, trademark or 
service mark of SGI may be used to endorse or promote products derived from the 
Subject Software without prior written permission of SGI.
6. No Other Rights. This License does not grant any rights with respect to the 
OpenGL API or to any software or hardware implementation thereof or to any 
other software whatsoever, nor shall any other rights or licenses not 
expressly granted hereunder arise by implication, estoppel or otherwise with
respect to the Subject Software. Title to and ownership of the Original 
Software at all times remains with SGI. All rights in the Original Software 
not expressly granted under this License are reserved.
7. Compliance with Laws; Non-Infringement. Recipient shall comply with 
all applicable laws and regulations in connection with use and distribution
of the Subject Software, including but not limited to, all export and 
import control laws and regulations of the U.S. government and other countries.
Recipient may not distribute Subject Software that (i) in any way infringes 
(directly or contributorily) the rights (including patent, copyright, 
trade secret, trademark or other intellectual property rights of any kind) 
of any other person or entity or (ii) breaches any representation or warranty,
express, implied or statutory, which under any applicable law it might be 
deemed to have been distributed.
8. Claims of Infringement. If Recipient at any time has knowledge of any one
or more third party claims that reproduction, modification, use, distribution,
import or sale of Subject Software (including particular functionality or code
incorporated in Subject Software) infringes the third party's intellectual 
property rights, Recipient must place in a well-identified web page bearing 
the title "LEGAL" a description of each such claim and a description of the 
party making each such claim in sufficient detail that a user of the Subject 
Software will know whom to contact regarding the claim. Also, upon gaining 
such knowledge of any such claim, Recipient must conspicuously include the 
URL for such web page in the Exhibit A notice required under Sections 2 and 3,
above, and in the text of any related documentation, license agreement or 
collateral in which Recipient describes end user's rights relating to the 
Subject Software. If Recipient obtains such knowledge after it makes Subject
Software available to any other person or entity, Recipient shall take other
steps (such as notifying appropriate mailing lists or newsgroups) reasonably
calculated to inform those who received the Subject Software that new 
knowledge has been obtained.
9. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS, 
MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON- INFRINGING. SGI ASSUMES 
NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY 
SERVICING, REPAIR OR CORRECTION.  THIS DISCLAIMER OF WARRANTY CONSTITUTES AN 
ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED 
HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, 
WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), 
CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, 
INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER 
INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, 
LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL 
DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY 
OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR 
DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO THE EXTENT APPLICABLE 
LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR 
LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND 
LIMITATION MAY NOT APPLY TO RECIPIENT.
11. Indemnity. Recipient shall be solely responsible for damages arising, directly 
or indirectly, out of its utilization of rights under this License. Recipient will
defend, indemnify and hold harmless Silicon Graphics, Inc. from and against any 
loss, liability, damages, costs or expenses (including the payment of reasonable 
attorneys fees) arising out of Recipient's use, modification, reproduction and 
distribution of the Subject Software or out of any representation or warranty 
made by Recipient.
12. U.S. Government End Users. The Subject Software is a "commercial item" 
consisting of "commercial computer software" as such terms are defined in 
title 48 of the Code of Federal Regulations and all U.S.  Government End Users
 acquire only the rights set forth in this License and are subject to the terms
 of this License.
13. Miscellaneous. This License represents the complete agreement concerning 
subject matter hereof. If any provision of this License is held to be 
unenforceable, such provision shall be reformed so as to achieve as nearly 
as possible the same economic effect as the original provision and the 
remainder of this License will remain in effect. This License shall be 
governed by and construed in accordance with the laws of the United States 
and the State of California as applied to agreements entered into and to be 
performed entirely within California between California residents. Any 
litigation relating to this License shall be subject to the exclusive 
jurisdiction of the Federal Courts of the Northern District of California 
(or, absent subject matter jurisdiction in such courts, the courts of the 
State of California), with venue lying exclusively in Santa Clara County, 
California, with the losing party responsible for costs, including without 
limitation, court costs and reasonable attorneys fees and expenses. The 
application of the United Nations Convention on Contracts for the 
International Sale of Goods is expressly excluded. Any law or regulation 
which provides that the language of a contract shall be construed against 
the drafter shall not apply to this License.
Exhibit A
The contents of this file are subject to Sections 2, 3, 4, 7, 8, 10, 
12 and 13 of the GLX Public License Version 1.0 (the "License"). You may
not use this file except in compliance with those sections of the License.
You may obtain a copy of the License at Silicon Graphics, Inc., 
attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043 or 
at http://www.sgi.com/software/opensource/glx/license.html.
Software distributed under the License is distributed on an "AS IS" basis.
ALL WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED 
WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF 
NON-INFRINGEMENT. See the License for the specific language governing rights
and limitations under the License.
The Original Software is GLX version 1.2 source code, released February, 1999.
The developer of the Original Software is Silicon Graphics, Inc.  Those 
portions of the Subject Software created by Silicon Graphics, Inc. are 
Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved.
2.5  CID Font Code Public License
CID FONT CODE PUBLIC LICENSE (Version 1.0 (3/31/99))("License") Subject to
any applicable third party claims, Silicon Graphics, Inc. ("SGI") hereby 
grants permission to Recipient (defined below), under SGI's copyrights in 
the Original Software (defined below), to use, copy, modify, merge, publish,
distribute, sublicense and/or sell copies of Subject Software (defined below) 
in both source code and executable form, and to permit persons to whom the 
Subject Software is furnished in accordance with this License to do the same,
subject to all of the following terms and conditions, which Recipient accepts
by engaging in any such use, copying, modifying, merging, publication, 
distributing, sublicensing or selling:
1. Definitions.
     a. "Original Software" means source code of computer software code
     that is described in Exhibit A as Original Software.
     b. "Modifications" means any addition to or deletion from the sub-
     stance or structure of either the Original Software or any previous
     Modifications. When Subject Software is released as a series of
     files, a Modification means (i) any addition to or deletion from
     the contents of a file containing Original Software or previous
     Modifications and (ii) any new file that contains any part of the
     Original Code or previous Modifications.
     c. "Subject Software" means the Original Software or Modifications
     or the combination of the Original Software and Modifications, or
     portions of any of the foregoing.
     d. "Recipient" means an individual or a legal entity exercising
     rights under the terms of this License. For legal entities, "Recip-
     ient" includes any entity that controls, is controlled by, or is
     under common control with Recipient. For purposes of this defini-
     tion, "control" of an entity means (i) the power, direct or indi-
     rect, to direct or manage such entity, or (ii) ownership of fifty
     percent (50%) or more of the outstanding shares or beneficial own-
     ership of such entity.
     e. "Required Notice" means the notice set forth in Exhibit A to
     this License.
     f. "Accompanying Technology" means any software or other technology
     that is not a Modification and that is distributed or made publicly
     available by Recipient with the Subject Software.  Separate soft-
     ware files that do not contain any Original Software or any previ-
     ous Modification shall not be deemed a Modification, even if such
     software files are aggregated as part of a product, or in any
     medium of storage, with any file that does contain Original Soft-
     ware or any previous Modification.
2. License Terms. All distribution of the Subject Software must be made 
subject to the terms of this License. A copy of this License and the 
Required Notice must be included in any documentation for Subject Software
where Recipient's rights relating to Subject Software and/or any 
Accompanying Tech-nology are described. Distributions of Subject Software
in source code form must also include the Required Notice in every file 
distributed. In addition, a ReadMe file entitled "Important Legal Notice" 
must be distributed with each distribution of one or more files that 
incorporate Subject Software. That file must be included with distributions
made in both source code and executable form. A copy of the License and the 
Required Notice must be included in that file.  Recipient may distribute 
Accompanying Technology under a license of Recipient's choice, which may 
contain terms different from this License, provided that (i) Recipient is in
compliance with the terms of this License, (ii) such other license terms do
not modify or supersede the terms of this License as applicable to the Subject
Software, (iii) Recipient hereby indemnifies SGI for any liability incurred 
by SGI as a result of the distribution of Accompanying Technology or the use 
of other license terms.
3. Termination. This License and the rights granted hereunder will terminate 
automatically if Recipient fails to comply with terms herein and fails to cure
such breach within 30 days of the breach. Any sublicense to the Subject 
Software that is properly granted shall survive any termination of this 
License absent termination by the terms of such sublicense. Provisions which,
by their nature, must remain in effect beyond the termination of this License
shall survive.
4. Trademark Rights. This License does not grant any rights to use any trade 
name, trademark or service mark whatsoever. No trade name, trademark or
service mark of SGI may be used to endorse or promote products derived from
or incorporating any Subject Software without prior written permission of SGI.
5. No Other Rights. No rights or licenses not expressly granted hereunder 
shall arise by implication, estoppel or otherwise. Title to and ownership 
of the Original Software at all times remains with SGI. All rights in the 
Original Software not expressly granted under this License are reserved.
6. Compliance with Laws; Non-Infringement. Recipient shall comply with all 
applicable laws and regulations in connection with use and distribution of 
the Subject Software, including but not limited to, all export and import 
control laws and regulations of the U.S. government and other countries. 
Recipient may not distribute Subject Software that (i) in any way infringes 
(directly or contributorily) the rights (including patent, copyright, 
trade secret, trademark or other intellectual property rights of any kind) 
of any other person or entity, or (ii) breaches any representation or warranty,
express, implied or statutory, which under any applicable law it might be 
deemed to have been distributed.
7. Claims of Infringement. If Recipient at any time has knowledge of any 
one or more third party claims that reproduction, modification, use, 
distribution, import or sale of Subject Software (including particular 
functionality or code incorporated in Subject Software) infringes the 
third party's intellectual property rights, Recipient must place in a 
well-identified web page bearing the title "LEGAL" a description of each
such claim and a description of the party making each such claim in 
sufficient detail that a user of the Subject Software will know whom to 
contact regarding the claim. Also, upon gaining such knowledge of any such
claim, Recipient must conspicuously include the URL for such web page in 
the Required Notice, and in the text of any related documentation, license 
agreement or collateral in which Recipient describes end user's rights 
relating to the Subject Software. If Recipient obtains such knowledge 
after it makes Subject Software available to any other person or entity,
Recipient shall take other steps (such as notifying appropriate mailing 
lists or newsgroups) reasonably calculated to provide such knowledge to 
those who received the Subject Software.
8. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS"
BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, 
INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS
FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR 
NON-INFRINGING. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE 
OF THE SOFTWARE. SHOULD ANY SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI
ASSUMES NO COST OR LIABILITY FOR ANY SERVICING, REPAIR OR CORRECTION.  
THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE.
NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS 
DISCLAIMER.
9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
THEORY, WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT
LIABILITY), CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SUBJECT 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SUBJECT SOFTWARE. SOME 
JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES,
SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT TO THE EXTENT 
SO DISALLOWED.
10. Indemnity. Recipient shall be solely responsible for damages arising, 
directly or indirectly, out of its utilization of rights under this License.
Recipient will defend, indemnify and hold SGI and its successors and assigns
harmless from and against any loss, liability, damages, costs or expenses 
(including the payment of reasonable attorneys fees) arising out of 
(Recipient's use, modification, reproduction and distribution of the Subject
Software or out of any representation or warranty made by Recipient.
11. U.S. Government End Users. The Subject Software is a "commercial item"
consisting of "commercial computer software" as such terms are defined in 
title 48 of the Code of Federal Regulations and all U.S. Government End Users
acquire only the rights set forth in this License and are subject to the 
terms of this License.
12. Miscellaneous. This License represents the complete agreement concerning
 subject matter hereof. If any provision of this License is held to be 
unenforceable by any judicial or administrative authority having proper 
jurisdiction with respect thereto, such provision shall be reformed so as 
to achieve as nearly as possible the same economic effect as the original 
provision and the remainder of this License will remain in effect. This 
License shall be governed by and construed in accordance with the laws of 
the United States and the State of California as applied to agreements 
entered into and to be performed entirely within California between 
California residents. Any litigation relating to this License shall be 
subject to the exclusive jurisdiction of the Federal Courts of the Northern
 District of California (or, absent subject matter jurisdiction in such 
courts, the courts of the State of California), with venue lying exclusively 
in Santa Clara County, California, with the losing party responsible for costs,
 including without limitation, court costs and reasonable attorneys fees and 
expenses. The application of the United Nations Convention on Contracts for 
the International Sale of Goods is expressly excluded. Any law or regulation
 that provides that the language of a contract shall be construed against the
 drafter shall not apply to this License.
Exhibit A
Copyright (c) 1994-1999 Silicon Graphics, Inc.
The contents of this file are subject to the CID Font Code Public License
 Version 1.0 (the "License"). You may not use this file except in compliance
 with the License. You may obtain a copy of the License at Silicon Graphics,
 Inc., attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043
 or at http://www.sgi.com/software/opensource/cid/license.html
Software distributed under the License is distributed on an "AS IS" basis.
ALL WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED 
WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF 
NON-INFRINGEMENT. See the License for the specific language governing rights
 and limitations under the License.
The Original Software (as defined in the License) is CID font code that was
developed by Silicon Graphics, Inc. Those portions of the Subject Software
(as defined in the License) that were created by Silicon Graphics, Inc. are
Copyright (c) 1994-1999 Silicon Graphics, Inc. All Rights Reserved.
[NOTE: When using this text in connection with Subject Software delivered
solely in object code form, Recipient may replace the words "this file" with
"this software" in both the first and second sentences.]
[[
   Inapplicable "Bigelow & Holmes Inc and URW++ GmbH Luxi font license"
   removed by Debian.
]]
Generated from XFree86: 
xc/programs/Xserver/hw/xfree86/doc/sgml/LICENSE.sgml,v 1.12 2003/02/24 03:41:16 dawes Exp $
$XFree86: xc/programs/Xserver/hw/xfree86/doc/LICENSE,v 1.17 2003/02/24 04:03:20 dawes Exp $
********************************************************************************
XFree86's LICENSE document does not appear to be completely comprehensive.
Many files appear to be licensed under the "SGI FREE SOFTWARE
LICENSE B (Version 1.1 [02/22/2000])":
SGI FREE SOFTWARE LICENSE B (Version 1.1 [02/22/2000])
1. Definitions.
    1.1. "Additional Notice Provisions" means such additional provisions as
    appear in the Notice in Original Code under the heading "Additional
    Notice Provisions."
    1.2. "Covered Code" means the Original Code or Modifications, or any
    combination thereof.
    1.3. "Hardware" means any physical device that accepts input, processes
    input, stores the results of processing, and/or provides output.
    1.4. "Larger Work" means a work that combines Covered Code or portions
    thereof with code not governed by the terms of this License.
    1.5. "Licensable" means having the right to grant, to the maximum
    extent possible, whether at the time of the initial grant or
    subsequently acquired, any and all of the rights conveyed herein.
    1.6. "License" means this document.
    1.7. "Licensed Patents" means patent claims Licensable by SGI that are
    infringed by the use or sale of Original Code or any Modifications
    provided by SGI, or any combination thereof.
    1.8. "Modifications" means any addition to or deletion from the
    substance or structure of the Original Code or any previous
    Modifications. When Covered Code is released as a series of files, a
    Modification is:
        A. Any addition to the contents of a file containing Original Code
        and/or addition to or deletion from the contents of a file
        containing previous Modifications.
        B. Any new file that contains any part of the Original Code or
        previous Modifications.
    1.9. "Notice" means any notice in Original Code or Covered Code, as
    required by and in compliance with this License.
    1.10. "Original Code" means source code of computer software code that
    is described in the source code Notice required by Exhibit A as
    Original Code, and updates and error corrections specifically thereto.
    1.11. "Recipient" means an individual or a legal entity exercising
    rights under, and complying with all of the terms of, this License or a
    future version of this License issued under Section 8.  For legal
    entities, "Recipient" includes any entity that controls, is controlled
    by, or is under common control with Recipient. For purposes of this
    definition, "control" of an entity means (a) the power, direct or
    indirect, to direct or manage such entity, or (b) ownership of fifty
    percent (50%) or more of the outstanding shares or beneficial ownership
    of such entity.
    1.12. "Recipient Patents" means patent claims Licensable by a Recipient
    that are infringed by the use or sale of Original Code or any
    Modifications provided by SGI, or any combination thereof.
    1.13. "SGI" means Silicon Graphics, Inc.
    1.14. "SGI Patents" means patent claims Licensable by SGI other than
    the Licensed Patents.
2. License Grant and Restrictions.
    2.1. SGI License Grant. Subject to the terms of this License and any
    third party intellectual property claims, for the duration of
    intellectual property protections inherent in the Original Code, SGI
    hereby grants Recipient a worldwide, royalty-free, non-exclusive
    license, to do the following: (i) under copyrights Licensable by SGI,
    to reproduce, distribute, create derivative works from, and, to the
    extent applicable, display and perform the Original Code and/or any
    Modifications provided by SGI alone and/or as part of a Larger Work;
    and (ii) under any Licensable Patents, to make, have made, use, sell,
    offer for sale, import and/or otherwise transfer the Original Code
    and/or any Modifications provided by SGI. Recipient accepts the terms
    and conditions of this License by undertaking any of the aforementioned
    actions. The patent license shall apply to the Covered Code if, at the
    time any related Modification is added, such addition of the
    Modification causes such combination to be covered by the Licensed
    Patents. The patent license in Section 2.1(ii) shall not apply to any
    other combinations that include the Modification.  No patent license is
    provided under SGI Patents for infringements of SGI Patents by
    Modifications not provided by SGI or combinations of Original Code and
    Modifications not provided by SGI.
    2.2. Recipient License Grant. Subject to the terms of this License and
    any third party intellectual property claims, Recipient hereby grants
    SGI and any other Recipients a worldwide, royalty-free, non-exclusive
    license, under any Recipient Patents, to make, have made, use, sell,
    offer for sale, import and/or otherwise transfer the Original Code
    and/or any Modifications provided by SGI.
    2.3. No License For Hardware Implementations. The licenses granted in
    Section 2.1 and 2.2 are not applicable to implementation in Hardware of
    the algorithms embodied in the Original Code or any Modifications
    provided by SGI .
3. Redistributions.
    3.1. Retention of Notice/Copy of License. The Notice set forth in
    Exhibit A, below, must be conspicuously retained or included in any and
    all redistributions of Covered Code. For distributions of the Covered
    Code in source code form, the Notice must appear in every file that can
    include a text comments field; in executable form, the Notice and a
    copy of this License must appear in related documentation or collateral
    where the Recipient's rights relating to Covered Code are described.
    Any Additional Notice Provisions which actually appears in the Original
    Code must also be retained or included in any and all redistributions
    of Covered Code.
    3.2. Alternative License. Provided that Recipient is in compliance with
    the terms of this License, Recipient may, so long as without derogation
    of any of SGI's rights in and to the Original Code, distribute the
    source code and/or executable version(s) of Covered Code under (1) this
    License; (2) a license identical to this License but for only such
    changes as are necessary in order to clarify Recipient's role as
    licensor of Modifications; and/or (3) a license of Recipient's
    choosing, containing terms different from this License, provided that
    the license terms include this Section 3 and Sections 4, 6, 7, 10, 12,
    and 13, which terms may not be modified or superseded by any other
    terms of such license. If Recipient elects to use any license other
    than this License, Recipient must make it absolutely clear that any of
    its terms which differ from this License are offered by Recipient
    alone, and not by SGI. It is emphasized that this License is a limited
    license, and, regardless of the license form employed by Recipient in
    accordance with this Section 3.2, Recipient may relicense only such
    rights, in Original Code and Modifications by SGI, as it has actually
    been granted by SGI in this License.
    3.3. Indemnity. Recipient hereby agrees to indemnify SGI for any
    liability incurred by SGI as a result of any such alternative license
    terms Recipient offers.
4. Termination. This License and the rights granted hereunder will 
terminate automatically if Recipient breaches any term herein and fails 
to cure such breach within 30 days thereof. Any sublicense to the Covered 
Code that is properly granted shall survive any termination of this License,
absent termination by the terms of such sublicense. Provisions that, by 
their nature, must remain in effect beyond the termination of this License, 
shall survive.
5. No Trademark Or Other Rights. This License does not grant any rights to: 
(i) any software apart from the Covered Code, nor shall any other rights or 
licenses not expressly granted hereunder arise by implication, estoppel or 
otherwise with respect to the Covered Code; (ii) any trade name, trademark 
or service mark whatsoever, including without limitation any related right 
for purposes of endorsement or promotion of products derived from the 
Covered Code, without prior written permission of SGI; or (iii) any title 
to or ownership of the Original Code, which shall at all times remains with 
SGI. All rights in the Original Code not expressly granted under this 
License are reserved.
6. Compliance with Laws; Non-Infringement. There are various worldwide laws, 
regulations, and executive orders applicable to dispositions of Covered Code, 
including without limitation export, re-export, and import control laws, 
regulations, and executive orders, of the U.S. government and other countries,
and Recipient is reminded it is obliged to obey such laws, regulations, and 
executive orders. Recipient may not distribute Covered Code that (i) in any way
infringes (directly or contributorily) any intellectual property rights of any
kind of any other person or entity or (ii) breaches any representation or 
warranty, express, implied or statutory, to which, under any applicable law, 
it might be deemed to have been subject.
7. Claims of Infringement. If Recipient learns of any third party claim that any 
disposition of Covered Code and/or functionality wholly or partially infringes 
the third party's intellectual property rights, Recipient will promptly notify 
SGI of such claim.
8. Versions of the License. SGI may publish revised and/or new versions of the 
License from time to time, each with a distinguishing version number. Once 
Covered Code has been published under a particular version of the License, 
Recipient may, for the duration of the license, continue to use it under the
terms of that version, or choose to use such Covered Code under the terms of
any subsequent version published by SGI. Subject to the provisions of Sections
3 and 4 of this License, only SGI may modify the terms applicable to Covered 
Code created under this License.
9. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED "AS IS." ALL EXPRESS AND 
IMPLIED WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION,
ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK AS 
TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE 
DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR
OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART OF THIS LICENSE.
NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS 
DISCLAIMER.
10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER 
TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT,
OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT,
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, 
WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOSS OF DATA,
COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR 
LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH 
DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO THE EXTENT APPLICABLE LAW
PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR 
LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND 
LIMITATION MAY NOT APPLY TO RECIPIENT.
11. Indemnity. Recipient shall be solely responsible for damages arising, 
directly or indirectly, out of its utilization of rights under this License. 
Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from
and against any loss, liability, damages, costs or expenses (including the 
payment of reasonable attorneys fees) arising out of Recipient's use, 
modification, reproduction and distribution of the Covered Code or out of 
any representation or warranty made by Recipient.
12. U.S. Government End Users. The Covered Code is a "commercial item" 
consisting of "commercial computer software" as such terms are defined in 
title 48 of the Code of Federal Regulations and all U.S. Government End Users
acquire only the rights set forth in this License and are subject to the 
terms of this License.
13. Miscellaneous. This License represents the complete agreement concerning 
the its subject matter. If any provision of this License is held to be 
unenforceable, such provision shall be reformed so as to achieve as nearly as
possible the same legal and economic effect as the original provision and 
the remainder of this License will remain in effect. This License shall be 
governed by and construed in accordance with the laws of the United States 
and the State of California as applied to agreements entered into and to be 
performed entirely within California between California residents. Any 
litigation relating to this License shall be subject to the exclusive 
jurisdiction of the Federal Courts of the Northern District of California 
(or, absent subject matter jurisdiction in such courts, the courts of the 
State of California), with venue lying exclusively in Santa Clara County, 
California, with the losing party responsible for costs, including without 
limitation, court costs and reasonable attorneys fees and expenses. The 
application of the United Nations Convention on Contracts for the 
International Sale of Goods is expressly excluded. Any law or regulation that 
provides that the language of a contract shall be construed against the 
drafter shall not apply to this License.

Exhibit A
License Applicability. Except to the extent portions of this file are made 
subject to an alternative license as permitted in the SGI Free Software 
License B, Version 1.1 (the "License"), the contents of this file are subject
 only to the provisions of the License. You may not use this file except in
 compliance with the License. You may obtain a copy of the License at 
Silicon Graphics, Inc., attn: Legal Services, 1600 Amphitheatre Parkway, 
Mountain View, CA 94043-1351, or at: http://oss.sgi.com/projects/FreeB

Note that, as provided in the License, the Software is distributed on an 
"AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS 
DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND 
CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR
PURPOSE, AND NON-INFRINGEMENT.
Original Code. The Original Code is: [name of software, version number, and 
release date], developed by Silicon Graphics, Inc. The Original Code is 
Copyright (c) [dates of first publication, as appearing in the Notice in the
Original Code] Silicon Graphics, Inc. Copyright in any portions created by 
third parties is as indicated elsewhere herein. All Rights Reserved. 
Additional Notice Provisions: [such additional provisions, if any, as appear
in the Notice in the Original Code under the heading "Additional Notice 
Provisions"]
