Merge jdk8u151-b01

Tue, 13 Jun 2017 10:29:21 -0700

author
asaha
date
Tue, 13 Jun 2017 10:29:21 -0700
changeset 1509
4449c73dbfdf
parent 1508
463b5275e5ff
parent 1500
2232cdb74345
child 1510
ffa099d5b88f

Merge

.hgtags file | annotate | diff | comparison | revisions
     1.1 --- a/.hgtags	Thu Jun 08 13:39:18 2017 -0700
     1.2 +++ b/.hgtags	Tue Jun 13 10:29:21 2017 -0700
     1.3 @@ -740,4 +740,5 @@
     1.4  2dcbb77fb6d5ce03e3555f9d972b189b49a68e28 jdk8u141-b10
     1.5  f4091c5aed03f482ce64e406850b3ec6a7ed71ef jdk8u141-b11
     1.6  87a9107675a5a508d99a00f872f01e5bb42cfc02 jdk8u141-b12
     1.7 +ad04b672d6f92dcfbe9e72de041bd05d26a31fde jdk8u141-b13
     1.8  2dbdceff6ade82aa9942cdea6b62d5655d65183c jdk8u151-b00
     2.1 --- a/THIRD_PARTY_README	Thu Jun 08 13:39:18 2017 -0700
     2.2 +++ b/THIRD_PARTY_README	Tue Jun 13 10:29:21 2017 -0700
     2.3 @@ -285,13 +285,53 @@
     2.4  form with the JDK 8 and OpenJDK 8 source distributions, and as object code in
     2.5  the JRE 8 & JDK 8 runtimes.
     2.6  
     2.7 -In the case of the JRE 8 & JDK 8 runtimes, the terms of the Oracle license do
     2.8 +In the case of the JRE & JDK runtimes, the terms of the Oracle license do
     2.9  NOT apply to the Elliptic Curve Cryptography library; it is licensed under the
    2.10  following license, separately from Oracle's JDK & JRE.  If you do not wish to
    2.11 -install the Elliptic Curve Cryptography library, you may delete the library
    2.12 -named libsunec.so (on Solaris and Linux systems) or sunec.dll (on Windows
    2.13 -systems) from the JRE bin directory reserved for native libraries.
    2.14 -
    2.15 +install the Elliptic Curve Cryptography library, you may delete the
    2.16 +Elliptic Curve Cryptography library:
    2.17 +   - On Solaris and Linux systems: delete $(JAVA_HOME)/lib/libsunec.so
    2.18 +   - On Windows systems: delete $(JAVA_HOME)\bin\sunec.dll
    2.19 +   - On Mac systems, delete:
    2.20 +      for JRE: /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libsunec.dylib
    2.21 +      for JDK: $(JAVA_HOME)/jre/lib/libsunec.dylib
    2.22 +
    2.23 +Written Offer for ECC Source Code
    2.24 +  For third party technology that you receive from Oracle in binary form 
    2.25 +  which is licensed under an open source license that gives you the right
    2.26 +  to receive the source code for that binary, you can obtain a copy of 
    2.27 +  the applicable source code from this page:
    2.28 +     http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/file/tip/src/share/native/sun/security/ec/impl
    2.29 +
    2.30 +  If the source code for the technology was not provided to you with the 
    2.31 +  binary, you can also receive a copy of the source code on physical 
    2.32 +  media by submitting a written request to:
    2.33 +
    2.34 +     Oracle America, Inc.
    2.35 +     Attn: Associate General Counsel,
    2.36 +     Development and Engineering Legal
    2.37 +     500 Oracle Parkway, 10th Floor
    2.38 +     Redwood Shores, CA 94065
    2.39 +
    2.40 +  Or, you may send an email to Oracle using the form at:
    2.41 +     http://www.oracle.com/goto/opensourcecode/request
    2.42 +
    2.43 +  Your request should include:
    2.44 +    - The name of the component or binary file(s) for which you are requesting 
    2.45 +      the source code
    2.46 +    - The name and version number of the Oracle product containing the binary
    2.47 +    - The date you received the Oracle product
    2.48 +    - Your name
    2.49 +    - Your company name (if applicable)
    2.50 +    - Your return mailing address and email and
    2.51 +    - A telephone number in the event we need to reach you.
    2.52 +
    2.53 +  We may charge you a fee to cover the cost of physical media and processing. 
    2.54 +  Your request must be sent (i) within three (3) years of the date you 
    2.55 +  received the Oracle product that included the component or binary 
    2.56 +  file(s) that are the subject of your request, or (ii) in the case of 
    2.57 +  code licensed under the GPL v3, for as long as Oracle offers spare 
    2.58 +  parts or customer support for that product model.
    2.59  
    2.60  --- begin of LICENSE ---
    2.61  
    2.62 @@ -870,63 +910,6 @@
    2.63  OF SUCH DAMAGE.
    2.64  --- end of LICENSE ---
    2.65  
    2.66 -%% This notice is provided with respect to Dynalink library which is included
    2.67 -with the Nashorn technology.
    2.68 -
    2.69 ---- begin of LICENSE ---
    2.70 -Copyright (c) 2009-2013, Attila Szegedi
    2.71 -
    2.72 -Redistribution and use in source and binary forms, with or without
    2.73 -modification, are permitted provided that the following conditions are
    2.74 -met:
    2.75 -* Redistributions of source code must retain the above copyright
    2.76 -  notice, this list of conditions and the following disclaimer.
    2.77 -* Redistributions in binary form must reproduce the above copyright
    2.78 -  notice, this list of conditions and the following disclaimer in the
    2.79 -  documentation and/or other materials provided with the distribution.
    2.80 -* Neither the name of the copyright holder nor the names of
    2.81 -  contributors may be used to endorse or promote products derived from
    2.82 -  this software without specific prior written permission.
    2.83 -
    2.84 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    2.85 -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    2.86 -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    2.87 -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER
    2.88 -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    2.89 -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    2.90 -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    2.91 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    2.92 -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
    2.93 -OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
    2.94 -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2.95 ---- end of LICENSE ---
    2.96 -
    2.97 -%% This notice is provided with respect to Joni library which is included
    2.98 -with the Nashorn technology.
    2.99 -
   2.100 ---- begin of LICENSE ---
   2.101 -Permission is hereby granted, free of charge, to any person obtaining a copy of
   2.102 -this software and associated documentation files (the "Software"), to deal in
   2.103 -the Software without restriction, including without limitation the rights to
   2.104 -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   2.105 -of the Software, and to permit persons to whom the Software is furnished to do
   2.106 -so, subject to the following conditions:
   2.107 -
   2.108 -The above copyright notice and this permission notice shall be included in all
   2.109 -copies or substantial portions of the Software.
   2.110 -
   2.111 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   2.112 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   2.113 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   2.114 -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   2.115 -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   2.116 -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   2.117 -SOFTWARE.
   2.118 -
   2.119 ---- end of LICENSE ---
   2.120 -
   2.121 --------------------------------------------------------------------------------
   2.122 -
   2.123  %% This notice is provided with respect to FontConfig 2.5, which may be 
   2.124  included with JRE 8, JDK 8, and OpenJDK 8 source distributions on
   2.125  Linux and Solaris.
   2.126 @@ -956,6 +939,74 @@
   2.127  
   2.128  -------------------------------------------------------------------------------
   2.129  
   2.130 +%% This notice is provided with respect to freebXML Registry 3.0 & 3.1,
   2.131 +which may be included with JRE 8, JDK 8, and OpenJDK 8.
   2.132 +
   2.133 +--- begin of LICENSE ---
   2.134 +
   2.135 +freebxml:  Copyright (c) 2001 freebxml.org.  All rights reserved.
   2.136 +
   2.137 +The names "The freebXML Registry Project" and "freebxml Software
   2.138 +Foundation" must not be used to endorse or promote products derived
   2.139 +from this software or be used in a product name without prior
   2.140 +written permission. For written permission, please contact
   2.141 +ebxmlrr-team@lists.sourceforge.net.
   2.142 +
   2.143 +This software consists of voluntary contributions made by many individuals
   2.144 +on behalf of the the freebxml Software Foundation. For more information on
   2.145 +the freebxml Software Foundation, please see <http://www.freebxml.org/>.
   2.146 +
   2.147 +This product includes software developed by the Apache Software Foundation
   2.148 +(http://www.apache.org/).
   2.149 +
   2.150 +The freebxml License, Version 1.1 5
   2.151 +Copyright (c) 2001 freebxml.org. All rights reserved.
   2.152 +
   2.153 +Redistribution and use in source and binary forms, with or without
   2.154 +modification, are permitted provided that the following conditions
   2.155 +are met:
   2.156 +
   2.157 + 1. Redistributions of source code must retain the above copyright
   2.158 +    notice, this list of conditions and the following disclaimer.
   2.159 +
   2.160 + 2. Redistributions in binary form must reproduce the above copyright
   2.161 +    notice, this list of conditions and the following disclaimer in
   2.162 +    the documentation and/or other materials provided with the
   2.163 +    distribution.
   2.164 +
   2.165 + 3. The end-user documentation included with the redistribution, if
   2.166 +    any, must include the following acknowlegement:
   2.167 +       "This product includes software developed by
   2.168 +        freebxml.org (http://www.freebxml.org/)."
   2.169 +    Alternately, this acknowlegement may appear in the software itself,
   2.170 +    if and wherever such third-party acknowlegements normally appear.
   2.171 +
   2.172 + 4. The names "The freebXML Registry Project", "freebxml Software
   2.173 +    Foundation" must not be used to endorse or promote products derived
   2.174 +    from this software without prior written permission. For written
   2.175 +    permission, please contact ebxmlrr-team@lists.sourceforge.net.
   2.176 +
   2.177 + 5. Products derived from this software may not be called "freebxml",
   2.178 +    "freebXML Registry" nor may freebxml" appear in their names without
   2.179 +    prior written permission of the freebxml Group.
   2.180 +
   2.181 +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
   2.182 +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   2.183 +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   2.184 +DISCLAIMED.  IN NO EVENT SHALL THE freebxml SOFTWARE FOUNDATION OR
   2.185 +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2.186 +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   2.187 +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   2.188 +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   2.189 +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   2.190 +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   2.191 +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2.192 +SUCH DAMAGE.
   2.193 +
   2.194 +--- end of LICENSE ---
   2.195 +
   2.196 +-------------------------------------------------------------------------------
   2.197 +
   2.198  %% This notice is provided with respect to IAIK PKCS#11 Wrapper, 
   2.199  which may be included with JRE 8, JDK 8, and OpenJDK 8.
   2.200  
   2.201 @@ -1083,6 +1134,47 @@
   2.202  
   2.203  --------------------------------------------------------------------------------
   2.204  
   2.205 +%% This notice is provided with respect to Jing 20030619, which may 
   2.206 +be included with JRE 8, JDK 8, and OpenJDK 8.
   2.207 +
   2.208 +--- begin of LICENSE  ---
   2.209 +
   2.210 +Copyright (c) 2001-2003 Thai Open Source Software Center Ltd All
   2.211 +rights reserved.
   2.212 +
   2.213 +Redistribution and use in source and binary forms, with or without
   2.214 +modification, are permitted provided that the following conditions
   2.215 +are met:
   2.216 +
   2.217 +Redistributions of source code must retain the above copyright
   2.218 +notice, this list of conditions and the following disclaimer.
   2.219 +
   2.220 +Redistributions in binary form must reproduce the above copyright
   2.221 +notice, this list of conditions and the following disclaimer in the
   2.222 +documentation and/or other materials provided with the distribution.
   2.223 +
   2.224 +Neither the name of the Thai Open Source Software Center Ltd nor
   2.225 +the names of its contributors may be used to endorse or promote
   2.226 +products derived from this software without specific prior written
   2.227 +permission.
   2.228 +
   2.229 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   2.230 +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   2.231 +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   2.232 +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   2.233 +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2.234 +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   2.235 +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   2.236 +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   2.237 +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   2.238 +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   2.239 +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   2.240 +SUCH DAMAGE.
   2.241 +
   2.242 +--- end of LICENSE  ---
   2.243 +
   2.244 +--------------------------------------------------------------------------------
   2.245 +
   2.246  %% This notice is provided with respect to Joni v1.1.9, which may be 
   2.247  included with JRE 8, JDK 8, and OpenJDK 8.
   2.248  
   2.249 @@ -1215,7 +1307,7 @@
   2.250  
   2.251  -------------------------------------------------------------------------------
   2.252  
   2.253 -%% Portions Copyright Eastman Kodak Company 1992
   2.254 +%% Portions Copyright Eastman Kodak Company 1991-2003
   2.255  
   2.256  -------------------------------------------------------------------------------
   2.257  
   2.258 @@ -1339,8 +1431,8 @@
   2.259  
   2.260  -------------------------------------------------------------------------------
   2.261  
   2.262 -%% This notice is provided with respect to GIFLIB 5.1.1 & libungif 4.1.3, which may be 
   2.263 -included with JRE 8, JDK 8, and OpenJDK 8.
   2.264 +%% This notice is provided with respect to GIFLIB 5.1.1 & libungif 4.1.3, 
   2.265 +which may be included with JRE 8, JDK 8, and OpenJDK 8.
   2.266  
   2.267  --- begin of LICENSE ---
   2.268  
   2.269 @@ -1972,67 +2064,45 @@
   2.270  
   2.271  -------------------------------------------------------------------------------
   2.272  
   2.273 -%% This notice is provided with respect to SAX 2.0.1, which may be included 
   2.274 -with JRE 8, JDK 8, and OpenJDK 8.
   2.275 -
   2.276 ---- begin of LICENSE ---
   2.277 -
   2.278 - SAX is free!
   2.279 -
   2.280 - In fact, it's not possible to own a license to SAX, since it's been placed in
   2.281 - the public domain.
   2.282 -
   2.283 - No Warranty
   2.284 -
   2.285 - Because SAX is released to the public domain, there is no warranty for the
   2.286 - design or for the software implementation, to the extent permitted by
   2.287 - applicable law. Except when otherwise stated in writing the copyright holders
   2.288 - and/or other parties provide SAX "as is" without warranty of any kind, either
   2.289 - expressed or implied, including, but not limited to, the implied warranties
   2.290 - of merchantability and fitness for a particular purpose. The entire risk as
   2.291 - to the quality and performance of SAX is with you. Should SAX prove
   2.292 - defective, you assume the cost of all necessary servicing, repair or
   2.293 - correction.
   2.294 -
   2.295 - In no event unless required by applicable law or agreed to in writing will
   2.296 - any copyright holder, or any other party who may modify and/or redistribute
   2.297 - SAX, be liable to you for damages, including any general, special, incidental
   2.298 - or consequential damages arising out of the use or inability to use SAX
   2.299 - (including but not limited to loss of data or data being rendered inaccurate
   2.300 - or losses sustained by you or third parties or a failure of the SAX to
   2.301 - operate with any other programs), even if such holder or other party has been
   2.302 - advised of the possibility of such damages.
   2.303 -
   2.304 - Copyright Disclaimers 
   2.305 -
   2.306 - This page includes statements to that effect by David Megginson, who would
   2.307 - have been able to claim copyright for the original work.  SAX 1.0
   2.308 -
   2.309 - Version 1.0 of the Simple API for XML (SAX), created collectively by the
   2.310 - membership of the XML-DEV mailing list, is hereby released into the public
   2.311 - domain.
   2.312 -
   2.313 - No one owns SAX: you may use it freely in both commercial and non-commercial
   2.314 - applications, bundle it with your software distribution, include it on a
   2.315 - CD-ROM, list the source code in a book, mirror the documentation at your own
   2.316 - web site, or use it in any other way you see fit.
   2.317 -
   2.318 - David Megginson, sax@megginson.com
   2.319 - 1998-05-11
   2.320 -
   2.321 - SAX 2.0 
   2.322 -
   2.323 - I hereby abandon any property rights to SAX 2.0 (the Simple API for XML), and
   2.324 - release all of the SAX 2.0 source code, compiled code, and documentation
   2.325 - contained in this distribution into the Public Domain. SAX comes with NO
   2.326 - WARRANTY or guarantee of fitness for any purpose.
   2.327 -
   2.328 - David Megginson, david@megginson.com
   2.329 - 2000-05-05
   2.330 -
   2.331 ---- end of LICENSE ---
   2.332 -
   2.333 --------------------------------------------------------------------------------
   2.334 +%% This notice is provided with respect to Relax NG Datatype 1.0, which 
   2.335 +may be included with JRE 8, JDK 8, and OpenJDK 8.  
   2.336 +
   2.337 +--- begin of LICENSE  ---
   2.338 +
   2.339 +Copyright (c) 2005, 2010 Thai Open Source Software Center Ltd
   2.340 +All rights reserved.
   2.341 +
   2.342 +Redistribution and use in source and binary forms, with or without
   2.343 +modification, are permitted provided that the following conditions are
   2.344 +met:
   2.345 +
   2.346 +    Redistributions of source code must retain the above copyright
   2.347 +    notice, this list of conditions and the following disclaimer.
   2.348 +
   2.349 +    Redistributions in binary form must reproduce the above copyright
   2.350 +    notice, this list of conditions and the following disclaimer in
   2.351 +    the documentation and/or other materials provided with the
   2.352 +    distribution.
   2.353 +
   2.354 +    Neither the names of the copyright holders nor the names of its
   2.355 +    contributors may be used to endorse or promote products derived
   2.356 +    from this software without specific prior written permission.
   2.357 +
   2.358 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   2.359 +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   2.360 +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   2.361 +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
   2.362 +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   2.363 +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   2.364 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   2.365 +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   2.366 +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   2.367 +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   2.368 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2.369 +
   2.370 +--- end of LICENSE  ---
   2.371 +
   2.372 +--------------------------------------------------------------------------------
   2.373  
   2.374  %% This notice is provided with respect to SoftFloat version 2b, which may be 
   2.375  included with JRE 8, JDK 8, and OpenJDK 8 on Linux/ARM.
   2.376 @@ -2518,26 +2588,66 @@
   2.377  
   2.378  --- begin of LICENSE ---
   2.379  
   2.380 -          Licenses
   2.381 -The X.Org Foundation March 2004
   2.382 -
   2.383 -1. Introduction
   2.384 -
   2.385 -The X.org Foundation X Window System distribution is a compilation of code and
   2.386 -documentation from many sources. This document is intended primarily as a
   2.387 -guide to the licenses used in the distribution: you must check each file
   2.388 -and/or package for precise redistribution terms. None-the-less, this summary
   2.389 -may be useful to many users. No software incorporating the XFree86 1.1 license
   2.390 -has been incorporated.
   2.391 -
   2.392 -This document is based on the compilation from XFree86.
   2.393 -
   2.394 -2. XFree86 License
   2.395 -
   2.396 -XFree86 code without an explicit copyright is covered by the following
   2.397 -copyright/license:
   2.398 -
   2.399 -Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
   2.400 +This is the copyright for the files in src/solaris/native/sun/awt: list.h, 
   2.401 +multiVis.h, wsutils.h, list.c, multiVis.c
   2.402 +Copyright (c) 1994 Hewlett-Packard Co.
   2.403 +Copyright (c) 1996 X Consortium
   2.404 +
   2.405 +Permission is hereby granted, free of charge, to any person obtaining
   2.406 +a copy of this software and associated documentation files (the
   2.407 +"Software"), to deal in the Software without restriction, including
   2.408 +without limitation the rights to use, copy, modify, merge, publish,
   2.409 +distribute, sublicense, and sell copies of the Software, and to
   2.410 +permit persons to whom the Software is furnished to do so, subject to
   2.411 +the following conditions:
   2.412 +
   2.413 +The above copyright notice and this permission notice shall be included
   2.414 +in all copies or substantial portions of the Software.
   2.415 +
   2.416 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   2.417 +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   2.418 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   2.419 +IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
   2.420 +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   2.421 +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   2.422 +OTHER DEALINGS IN THE SOFTWARE.
   2.423 +
   2.424 +Except as contained in this notice, the name of the X Consortium shall
   2.425 +not be used in advertising or otherwise to promote the sale, use or
   2.426 +other dealings in this Software without prior written authorization
   2.427 +from the X Consortium.
   2.428 +___________________________
   2.429 +The files in motif/lib/Xm/util included this copyright:mkdirhier.man,
   2.430 +xmkmf.man, chownxterm.c, makeg.man, mergelib.cpp, lndir.man, makestrs.man, 
   2.431 +checktree.c, lndir.c, makestrs.c
   2.432 +Copyright (c) 1993, 1994 X Consortium
   2.433 +
   2.434 +Permission is hereby granted, free of charge, to any person obtaining a
   2.435 +copy of this software and associated documentation files (the "Software"),
   2.436 +to deal in the Software without restriction, including without limitation
   2.437 +the rights to use, copy, modify, merge, publish, distribute, sublicense,
   2.438 +and/or sell copies of the Software, and to permit persons to whom the
   2.439 +Software furnished to do so, subject to the following conditions:
   2.440 +
   2.441 +The above copyright notice and this permission notice shall be included in
   2.442 +all copies or substantial portions of the Software.
   2.443 +
   2.444 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   2.445 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   2.446 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   2.447 +THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   2.448 +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   2.449 +OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   2.450 +SOFTWARE.
   2.451 +
   2.452 +Except as contained in this notice, the name of the X Consortium shall not
   2.453 +be used in advertising or otherwise to promote the sale, use or other
   2.454 +dealing in this Software without prior written authorization from the
   2.455 +X Consortium.
   2.456 +_____________________________
   2.457 +Xmos_r.h:
   2.458 +/*
   2.459 +Copyright (c) 1996 X Consortium
   2.460  
   2.461  Permission is hereby granted, free of charge, to any person obtaining a copy
   2.462  of this software and associated documentation files (the "Software"), to deal
   2.463 @@ -2546,773 +2656,153 @@
   2.464  copies of the Software, and to permit persons to whom the Software is
   2.465  furnished to do so, subject to the following conditions:
   2.466  
   2.467 -The above copyright notice and this permission notice shall be included in all
   2.468 -copies or substantial portions of the Software.
   2.469 +The above copyright notice and this permission notice shall be included in
   2.470 +all copies or substantial portions of the Software.
   2.471  
   2.472  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   2.473  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   2.474  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   2.475 -XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   2.476 -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   2.477 +X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   2.478 +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   2.479  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   2.480  
   2.481 -Except as contained in this notice, the name of the XFree86 Project shall not
   2.482 -be used in advertising or otherwise to promote the sale, use or other dealings
   2.483 -in this Software without prior written authorization from the XFree86 Project.
   2.484 -
   2.485 -3. Other Licenses
   2.486 -
   2.487 -Portions of code are covered by the following licenses/copyrights. See
   2.488 -individual files for the copyright dates.
   2.489 -
   2.490 -3.1. X/MIT Copyrights
   2.491 -
   2.492 -3.1.1. X Consortium
   2.493 -
   2.494 -Copyright (C) <date> X Consortium
   2.495 -
   2.496 -Permission is hereby granted, free of charge, to any person obtaining a copy
   2.497 -of this software and associated documentation files (the "Software"), to deal
   2.498 -in the Software without restriction, including without limitation the rights
   2.499 -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   2.500 -copies of the Software, and to permit persons to whom the Software is
   2.501 -furnished to do so, subject to the following conditions:
   2.502 -
   2.503 -The above copyright notice and this permission notice shall be included in all
   2.504 -copies or substantial portions of the Software.
   2.505 -
   2.506 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   2.507 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   2.508 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
   2.509 -CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   2.510 -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   2.511 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   2.512 -
   2.513  Except as contained in this notice, the name of the X Consortium shall not be
   2.514 -used in advertising or otherwise to promote the sale, use or other dealings in
   2.515 -this Software without prior written authorization from the X Consortium.
   2.516 -
   2.517 -X Window System is a trademark of X Consortium, Inc.
   2.518 -
   2.519 -3.1.2. The Open Group
   2.520 -
   2.521 -Copyright <date> The Open Group
   2.522 -
   2.523 -Permission to use, copy, modify, distribute, and sell this software and its
   2.524 -documentation for any purpose is hereby granted without fee, provided that the
   2.525 -above copyright notice appear in all copies and that both that copyright
   2.526 -notice and this permission notice appear in supporting documentation.
   2.527 -
   2.528 -The above copyright notice and this permission notice shall be included in all
   2.529 -copies or substantial portions of the Software.
   2.530 +used in advertising or otherwise to promote the sale, use or other dealings
   2.531 +in this Software without prior written authorization from the X Consortium.
   2.532 +*/
   2.533 +
   2.534 +_____________________________
   2.535 +Copyright notice for extutil.h:
   2.536 +Copyright 1989, 1998 The Open Group
   2.537 +
   2.538 +All Rights Reserved.
   2.539 +
   2.540 +The above copyright notice and this permission notice shall be included in
   2.541 +all copies or substantial portions of the Software.
   2.542  
   2.543  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   2.544  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   2.545  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   2.546 -OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   2.547 -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   2.548 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   2.549 +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   2.550 +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   2.551 +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   2.552  
   2.553  Except as contained in this notice, the name of The Open Group shall not be
   2.554 -used in advertising or otherwise to promote the sale, use or other dealings in
   2.555 -this Software without prior written authorization from The Open Group.  3.2.
   2.556 -Berkeley-based copyrights:
   2.557 -
   2.558 -o
   2.559 -3.2.1. General
   2.560 -
   2.561 -Redistribution and use in source and binary forms, with or without
   2.562 -modification, are permitted provided that the following conditions are met:
   2.563 -
   2.564 -   1. Redistributions of source code must retain the above copyright notice,
   2.565 -   this list of conditions and the following disclaimer.
   2.566 -
   2.567 -   2. Redistributions in binary form must reproduce the above copyright
   2.568 -   notice, this list of conditions and the following disclaimer in the
   2.569 -   documentation and/or other materials provided with the distribution.
   2.570 -
   2.571 -   3. The name of the author may not be used to endorse or promote products
   2.572 -   derived from this software without specific prior written permission.
   2.573 -
   2.574 -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
   2.575 -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   2.576 -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
   2.577 -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2.578 -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   2.579 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   2.580 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
   2.581 -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2.582 -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2.583 -POSSIBILITY OF SUCH DAMAGE.  3.2.2. UCB/LBL
   2.584 -
   2.585 -Copyright (c) 1993 The Regents of the University of California. All rights
   2.586 -reserved.
   2.587 -
   2.588 -This software was developed by the Computer Systems Engineering group at
   2.589 -Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed to
   2.590 -Berkeley.
   2.591 -
   2.592 -All advertising materials mentioning features or use of this software must
   2.593 -display the following acknowledgement: This product includes software
   2.594 -developed by the University of California, Lawrence Berkeley Laboratory.
   2.595 -
   2.596 -Redistribution and use in source and binary forms, with or without
   2.597 -modification, are permitted provided that the following conditions are met:
   2.598 -
   2.599 -   1. Redistributions of source code must retain the above copyright notice,
   2.600 -   this list of conditions and the following disclaimer.
   2.601 -
   2.602 -   2. Redistributions in binary form must reproduce the above copyright
   2.603 -   notice, this list of conditions and the following disclaimer in the
   2.604 -   documentation and/or other materials provided with the distribution.
   2.605 -
   2.606 -   3. All advertising materials mentioning features or use of this software
   2.607 -   must display the following acknowledgement: This product includes software
   2.608 -   developed by the University of California, Berkeley and its contributors.
   2.609 -
   2.610 -   4. Neither the name of the University nor the names of its contributors may
   2.611 -   be used to endorse or promote products derived from this software without
   2.612 -   specific prior written permission.
   2.613 -
   2.614 -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
   2.615 -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   2.616 -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   2.617 -DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
   2.618 -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   2.619 -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   2.620 -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
   2.621 -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   2.622 -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   2.623 -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  3.2.3. The
   2.624 -NetBSD Foundation, Inc.
   2.625 -
   2.626 -Copyright (c) 2003 The NetBSD Foundation, Inc. All rights reserved.
   2.627 -
   2.628 -This code is derived from software contributed to The NetBSD Foundation by Ben
   2.629 -Collver <collver1@attbi.com>
   2.630 -
   2.631 -Redistribution and use in source and binary forms, with or without
   2.632 -modification, are permitted provided that the following conditions are met:
   2.633 -
   2.634 -   1. Redistributions of source code must retain the above copyright notice,
   2.635 -   this list of conditions and the following disclaimer.
   2.636 -
   2.637 -   2. Redistributions in binary form must reproduce the above copyright
   2.638 -   notice, this list of conditions and the following disclaimer in the
   2.639 -   documentation and/or other materials provided with the distribution.
   2.640 -
   2.641 -   3. All advertising materials mentioning features or use of this software
   2.642 -   must display the following acknowledgement: This product includes software
   2.643 -   developed by the NetBSD Foundation, Inc. and its contributors.
   2.644 -
   2.645 -   4. Neither the name of The NetBSD Foundation nor the names of its
   2.646 -   contributors may be used to endorse or promote products derived from this
   2.647 -   software without specific prior written permission.
   2.648 -
   2.649 -THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS
   2.650 -IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   2.651 -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   2.652 -DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
   2.653 -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   2.654 -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   2.655 -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
   2.656 -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   2.657 -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   2.658 -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  3.2.4. Theodore
   2.659 -Ts'o.
   2.660 -
   2.661 -Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All rights
   2.662 -reserved.
   2.663 -
   2.664 -Redistribution and use in source and binary forms, with or without
   2.665 -modification, are permitted provided that the following conditions are met:
   2.666 -
   2.667 -   1. Redistributions of source code must retain the above copyright notice,
   2.668 -   and the entire permission notice in its entirety, including the disclaimer
   2.669 -   of warranties.
   2.670 -
   2.671 -   2. Redistributions in binary form must reproduce the above copyright
   2.672 -   notice, this list of conditions and the following disclaimer in the
   2.673 -   documentation and/or other materials provided with the distribution.
   2.674 -
   2.675 -   3. he name of the author may not be used to endorse or promote products
   2.676 -   derived from this software without specific prior written permission.
   2.677 -
   2.678 -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
   2.679 -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   2.680 -FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED. IN NO
   2.681 -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2.682 -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   2.683 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   2.684 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
   2.685 -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2.686 -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE
   2.687 -POSSIBILITY OF SUCH DAMAGE.  3.2.5. Theo de Raadt and Damien Miller
   2.688 -
   2.689 -Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. Copyright (c)
   2.690 -2001-2002 Damien Miller. All rights reserved.
   2.691 -
   2.692 -Redistribution and use in source and binary forms, with or without
   2.693 -modification, are permitted provided that the following conditions are met:
   2.694 -
   2.695 -   1. Redistributions of source code must retain the above copyright notice,
   2.696 -   this list of conditions and the following disclaimer.
   2.697 -
   2.698 -   2. Redistributions in binary form must reproduce the above copyright
   2.699 -   notice, this list of conditions and the following disclaimer in the
   2.700 -   documentation and/or other materials provided with the distribution.
   2.701 -
   2.702 -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
   2.703 -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   2.704 -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
   2.705 -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2.706 -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   2.707 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   2.708 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
   2.709 -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2.710 -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2.711 -POSSIBILITY OF SUCH DAMAGE.  3.2.6. Todd C. Miller
   2.712 -
   2.713 -Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
   2.714 -
   2.715 -Permission to use, copy, modify, and distribute this software for any purpose
   2.716 -with or without fee is hereby granted, provided that the above copyright
   2.717 -notice and this permission notice appear in all copies.
   2.718 -
   2.719 -THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL WARRANTIES
   2.720 -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   2.721 -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE FOR
   2.722 -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   2.723 -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   2.724 -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   2.725 -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  3.2.7. Thomas
   2.726 -Winischhofer
   2.727 -
   2.728 -Copyright (C) 2001-2004 Thomas Winischhofer
   2.729 -
   2.730 -Redistribution and use in source and binary forms, with or without
   2.731 -modification, are permitted provided that the following conditions are met:
   2.732 -
   2.733 -   1. Redistributions of source code must retain the above copyright notice,
   2.734 -   this list of conditions and the following disclaimer.
   2.735 -
   2.736 -   2. Redistributions in binary form must reproduce the above copyright
   2.737 -   notice, this list of conditions and the following disclaimer in the
   2.738 -   documentation and/or other materials provided with the distribution.
   2.739 -
   2.740 -   3. The name of the author may not be used to endorse or promote products
   2.741 -   derived from this software without specific prior written permission.
   2.742 -
   2.743 -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESSED OR IMPLIED
   2.744 -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   2.745 -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
   2.746 -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2.747 -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   2.748 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   2.749 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
   2.750 -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   2.751 -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   2.752 -POSSIBILITY OF SUCH DAMAGE.  3.3. NVIDIA Corp
   2.753 -
   2.754 -Copyright (c) 1996 NVIDIA, Corp. All rights reserved.
   2.755 -
   2.756 -NOTICE TO USER: The source code is copyrighted under U.S. and international
   2.757 -laws. NVIDIA, Corp. of Sunnyvale, California owns the copyright and as design
   2.758 -patents pending on the design and interface of the NV chips. Users and
   2.759 -possessors of this source code are hereby granted a nonexclusive, royalty-free
   2.760 -copyright and design patent license to use this code in individual and
   2.761 -commercial software.
   2.762 -
   2.763 -Any use of this source code must include, in the user documentation and
   2.764 -internal comments to the code, notices to the end user as follows:
   2.765 -
   2.766 -Copyright (c) 1996 NVIDIA, Corp. NVIDIA design patents pending in the U.S. and
   2.767 -foreign countries.
   2.768 -
   2.769 -NVIDIA, CORP. MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE
   2.770 -CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
   2.771 -WARRANTY OF ANY KIND. NVIDIA, CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO
   2.772 -THIS SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   2.773 -FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORP. BE LIABLE
   2.774 -FOR ANY SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
   2.775 -DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   2.776 -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   2.777 -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.  3.4. GLX Public
   2.778 -License
   2.779 -
   2.780 -GLX PUBLIC LICENSE (Version 1.0 (2/11/99)) ("License")
   2.781 -
   2.782 -Subject to any third party claims, Silicon Graphics, Inc. ("SGI") hereby
   2.783 -grants permission to Recipient (defined below), under Recipient's copyrights
   2.784 -in the Original Software (defined below), to use, copy, modify, merge,
   2.785 -publish, distribute, sublicense and/or sell copies of Subject Software
   2.786 -(defined below), and to permit persons to whom the Subject Software is
   2.787 -furnished in accordance with this License to do the same, subject to all of
   2.788 -the following terms and conditions, which Recipient accepts by engaging in any
   2.789 -such use, copying, modifying, merging, publishing, distributing, sublicensing
   2.790 -or selling:
   2.791 -
   2.792 -1. Definitions.
   2.793 -
   2.794 -    (a) "Original Software" means source code of computer software code which
   2.795 -    is described in Exhibit A as Original Software.
   2.796 -
   2.797 -    (b) "Modifications" means any addition to or deletion from the substance
   2.798 -    or structure of either the Original Software or any previous
   2.799 -    Modifications. When Subject Software is released as a series of files, a
   2.800 -    Modification means (i) any addition to or deletion from the contents of a
   2.801 -    file containing Original Software or previous Modifications and (ii) any
   2.802 -    new file that contains any part of the Original Code or previous
   2.803 -    Modifications.
   2.804 -
   2.805 -    (c) "Subject Software" means the Original Software or Modifications or the
   2.806 -    combination of the Original Software and Modifications, or portions of any
   2.807 -    of the foregoing.
   2.808 -
   2.809 -    (d) "Recipient" means an individual or a legal entity exercising rights
   2.810 -    under, and complying with all of the terms of, this License. For legal
   2.811 -    entities, "Recipient" includes any entity which controls, is controlled
   2.812 -    by, or is under common control with Recipient. For purposes of this
   2.813 -    definition, "control" of an entity means (a) the power, direct or
   2.814 -    indirect, to direct or manage such entity, or (b) ownership of fifty
   2.815 -    percent (50%) or more of the outstanding shares or beneficial ownership of
   2.816 -    such entity.
   2.817 -
   2.818 -2. Redistribution of Source Code Subject to These Terms. Redistributions of
   2.819 -Subject Software in source code form must retain the notice set forth in
   2.820 -Exhibit A, below, in every file. A copy of this License must be included in
   2.821 -any documentation for such Subject Software where the recipients' rights
   2.822 -relating to Subject Software are described. Recipient may distribute the
   2.823 -source code version of Subject Software under a license of Recipient's choice,
   2.824 -which may contain terms different from this License, provided that (i)
   2.825 -Recipient is in compliance with the terms of this License, and (ii) the
   2.826 -license terms include this Section 2 and Sections 3, 4, 7, 8, 10, 12 and 13 of
   2.827 -this License, which terms may not be modified or superseded by any other terms
   2.828 -of such license. If Recipient distributes the source code version under a
   2.829 -different license Recipient must make it absolutely clear that any terms which
   2.830 -differ from this License are offered by Recipient alone, not by SGI. Recipient
   2.831 -hereby agrees to indemnify SGI for any liability incurred by SGI as a result
   2.832 -of any such terms Recipient offers.
   2.833 -
   2.834 -3. Redistribution in Executable Form. The notice set forth in Exhibit A must
   2.835 -be conspicuously included in any notice in an executable version of Subject
   2.836 -Software, related documentation or collateral in which Recipient describes the
   2.837 -user's rights relating to the Subject Software. Recipient may distribute the
   2.838 -executable version of Subject Software under a license of Recipient's choice,
   2.839 -which may contain terms different from this License, provided that (i)
   2.840 -Recipient is in compliance with the terms of this License, and (ii) the
   2.841 -license terms include this Section 3 and Sections 4, 7, 8, 10, 12 and 13 of
   2.842 -this License, which terms may not be modified or superseded by any other terms
   2.843 -of such license. If Recipient distributes the executable version under a
   2.844 -different license Recipient must make it absolutely clear that any terms which
   2.845 -differ from this License are offered by Recipient alone, not by SGI. Recipient
   2.846 -hereby agrees to indemnify SGI for any liability incurred by SGI as a result
   2.847 -of any such terms Recipient offers.
   2.848 -
   2.849 -4. Termination. This License and the rights granted hereunder will terminate
   2.850 -automatically if Recipient fails to comply with terms herein and fails to cure
   2.851 -such breach within 30 days of the breach. Any sublicense to the Subject
   2.852 -Software which is properly granted shall survive any termination of this
   2.853 -License absent termination by the terms of such sublicense. Provisions which,
   2.854 -by their nature, must remain in effect beyond the termination of this License
   2.855 -shall survive.
   2.856 -
   2.857 -5. No Trademark Rights. This License does not grant any rights to use any
   2.858 -trade name, trademark or service mark whatsoever. No trade name, trademark or
   2.859 -service mark of SGI may be used to endorse or promote products derived from
   2.860 -the Subject Software without prior written permission of SGI.
   2.861 -
   2.862 -6. No Other Rights. This License does not grant any rights with respect to the
   2.863 -OpenGL API or to any software or hardware implementation thereof or to any
   2.864 -other software whatsoever, nor shall any other rights or licenses not
   2.865 -expressly granted hereunder arise by implication, estoppel or otherwise with
   2.866 -respect to the Subject Software. Title to and ownership of the Original
   2.867 -Software at all times remains with SGI. All rights in the Original Software
   2.868 -not expressly granted under this License are reserved.
   2.869 -
   2.870 -7. Compliance with Laws; Non-Infringement. Recipient shall comply with all
   2.871 -applicable laws and regulations in connection with use and distribution of the
   2.872 -Subject Software, including but not limited to, all export and import control
   2.873 -laws and regulations of the U.S. government and other countries. Recipient may
   2.874 -not distribute Subject Software that (i) in any way infringes (directly or
   2.875 -contributorily) the rights (including patent, copyright, trade secret,
   2.876 -trademark or other intellectual property rights of any kind) of any other
   2.877 -person or entity or (ii) breaches any representation or warranty, express,
   2.878 -implied or statutory, which under any applicable law it might be deemed to
   2.879 -have been distributed.
   2.880 -
   2.881 -8. Claims of Infringement. If Recipient at any time has knowledge of any one
   2.882 -or more third party claims that reproduction, modification, use, distribution,
   2.883 -import or sale of Subject Software (including particular functionality or code
   2.884 -incorporated in Subject Software) infringes the third party's intellectual
   2.885 -property rights, Recipient must place in a well-identified web page bearing
   2.886 -the title "LEGAL" a description of each such claim and a description of the
   2.887 -party making each such claim in sufficient detail that a user of the Subject
   2.888 -Software will know whom to contact regarding the claim. Also, upon gaining
   2.889 -such knowledge of any such claim, Recipient must conspicuously include the URL
   2.890 -for such web page in the Exhibit A notice required under Sections 2 and 3,
   2.891 -above, and in the text of any related documentation, license agreement or
   2.892 -collateral in which Recipient describes end user's rights relating to the
   2.893 -Subject Software. If Recipient obtains such knowledge after it makes Subject
   2.894 -Software available to any other person or entity, Recipient shall take other
   2.895 -steps (such as notifying appropriate mailing lists or newsgroups) reasonably
   2.896 -calculated to inform those who received the Subject Software that new
   2.897 -knowledge has been obtained.
   2.898 -
   2.899 -9. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
   2.900 -WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
   2.901 -LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS,
   2.902 -MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON- INFRINGING. SGI ASSUMES NO
   2.903 -RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
   2.904 -PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY
   2.905 -SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
   2.906 -ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED
   2.907 -HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
   2.908 -
   2.909 -10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
   2.910 -WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY),
   2.911 -CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY
   2.912 -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
   2.913 -CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
   2.914 -STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
   2.915 -COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
   2.916 -THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY
   2.917 -TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO
   2.918 -THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT
   2.919 -ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
   2.920 -THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.
   2.921 -
   2.922 -11. Indemnity. Recipient shall be solely responsible for damages arising,
   2.923 -directly or indirectly, out of its utilization of rights under this License.
   2.924 -Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from
   2.925 -and against any loss, liability, damages, costs or expenses (including the
   2.926 -payment of reasonable attorneys fees) arising out of Recipient's use,
   2.927 -modification, reproduction and distribution of the Subject Software or out of
   2.928 -any representation or warranty made by Recipient.
   2.929 -
   2.930 -12. U.S. Government End Users. The Subject Software is a "commercial item"
   2.931 -consisting of "commercial computer software" as such terms are defined in
   2.932 -title 48 of the Code of Federal Regulations and all U.S. Government End Users
   2.933 -acquire only the rights set forth in this License and are subject to the terms
   2.934 -of this License.
   2.935 -
   2.936 -13. Miscellaneous. This License represents the complete agreement concerning
   2.937 -subject matter hereof. If any provision of this License is held to be
   2.938 -unenforceable, such provision shall be reformed so as to achieve as nearly as
   2.939 -possible the same economic effect as the original provision and the remainder
   2.940 -of this License will remain in effect. This License shall be governed by and
   2.941 -construed in accordance with the laws of the United States and the State of
   2.942 -California as applied to agreements entered into and to be performed entirely
   2.943 -within California between California residents. Any litigation relating to
   2.944 -this License shall be subject to the exclusive jurisdiction of the Federal
   2.945 -Courts of the Northern District of California (or, absent subject matter
   2.946 -jurisdiction in such courts, the courts of the State of California), with
   2.947 -venue lying exclusively in Santa Clara County, California, with the losing
   2.948 -party responsible for costs, including without limitation, court costs and
   2.949 -reasonable attorneys fees and expenses. The application of the United Nations
   2.950 -Convention on Contracts for the International Sale of Goods is expressly
   2.951 -excluded. Any law or regulation which provides that the language of a contract
   2.952 -shall be construed against the drafter shall not apply to this License.
   2.953 -
   2.954 -Exhibit A
   2.955 -
   2.956 -The contents of this file are subject to Sections 2, 3, 4, 7, 8, 10, 12 and 13
   2.957 -of the GLX Public License Version 1.0 (the "License"). You may not use this
   2.958 -file except in compliance with those sections of the License. You may obtain a
   2.959 -copy of the License at Silicon Graphics, Inc., attn: Legal Services, 2011 N.
   2.960 -Shoreline Blvd., Mountain View, CA 94043 or at
   2.961 -http://www.sgi.com/software/opensource/glx/license.html.
   2.962 -
   2.963 -Software distributed under the License is distributed on an "AS IS" basis. ALL
   2.964 -WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
   2.965 -WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF NON-
   2.966 -INFRINGEMENT. See the License for the specific language governing rights and
   2.967 -limitations under the License.
   2.968 -
   2.969 -The Original Software is GLX version 1.2 source code, released February, 1999.
   2.970 -The developer of the Original Software is Silicon Graphics, Inc. Those
   2.971 -portions of the Subject Software created by Silicon Graphics, Inc. are
   2.972 -Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved.  3.5. CID
   2.973 -Font Code Public License
   2.974 -
   2.975 -CID FONT CODE PUBLIC LICENSE (Version 1.0 (3/31/99))("License")
   2.976 -
   2.977 -Subject to any applicable third party claims, Silicon Graphics, Inc. ("SGI")
   2.978 -hereby grants permission to Recipient (defined below), under SGI's copyrights
   2.979 -in the Original Software (defined below), to use, copy, modify, merge,
   2.980 -publish, distribute, sublicense and/or sell copies of Subject Software
   2.981 -(defined below) in both source code and executable form, and to permit persons
   2.982 -to whom the Subject Software is furnished in accordance with this License to
   2.983 -do the same, subject to all of the following terms and conditions, which
   2.984 -Recipient accepts by engaging in any such use, copying, modifying, merging,
   2.985 -publication, distributing, sublicensing or selling:
   2.986 -
   2.987 -1. Definitions.
   2.988 -
   2.989 -    a. "Original Software" means source code of computer software code that is
   2.990 -    described in Exhibit A as Original Software.
   2.991 -
   2.992 -    b. "Modifications" means any addition to or deletion from the substance or
   2.993 -    structure of either the Original Software or any previous Modifications.
   2.994 -    When Subject Software is released as a series of files, a Modification
   2.995 -    means (i) any addition to or deletion from the contents of a file
   2.996 -    containing Original Software or previous Modifications and (ii) any new
   2.997 -    file that contains any part of the Original Code or previous
   2.998 -    Modifications.
   2.999 -
  2.1000 -    c. "Subject Software" means the Original Software or Modifications or the
  2.1001 -    combination of the Original Software and Modifications, or portions of any
  2.1002 -    of the foregoing.
  2.1003 -
  2.1004 -    d. "Recipient" means an individual or a legal entity exercising rights
  2.1005 -    under the terms of this License. For legal entities, "Recipient" includes
  2.1006 -    any entity that controls, is controlled by, or is under common control
  2.1007 -    with Recipient. For purposes of this definition, "control" of an entity
  2.1008 -    means (i) the power, direct or indirect, to direct or manage such entity,
  2.1009 -    or (ii) ownership of fifty percent (50%) or more of the outstanding shares
  2.1010 -    or beneficial ownership of such entity.
  2.1011 -
  2.1012 -    e. "Required Notice" means the notice set forth in Exhibit A to this
  2.1013 -    License.
  2.1014 -
  2.1015 -    f. "Accompanying Technology" means any software or other technology that
  2.1016 -    is not a Modification and that is distributed or made publicly available
  2.1017 -    by Recipient with the Subject Software. Separate software files that do
  2.1018 -    not contain any Original Software or any previous Modification shall not
  2.1019 -    be deemed a Modification, even if such software files are aggregated as
  2.1020 -    part of a product, or in any medium of storage, with any file that does
  2.1021 -    contain Original Software or any previous Modification.
  2.1022 -
  2.1023 -2. License Terms. All distribution of the Subject Software must be made
  2.1024 -subject to the terms of this License. A copy of this License and the Required
  2.1025 -Notice must be included in any documentation for Subject Software where
  2.1026 -Recipient's rights relating to Subject Software and/or any Accompanying
  2.1027 -Technology are described. Distributions of Subject Software in source code
  2.1028 -form must also include the Required Notice in every file distributed. In
  2.1029 -addition, a ReadMe file entitled "Important Legal Notice" must be distributed
  2.1030 -with each distribution of one or more files that incorporate Subject Software.
  2.1031 -That file must be included with distributions made in both source code and
  2.1032 -executable form. A copy of the License and the Required Notice must be
  2.1033 -included in that file. Recipient may distribute Accompanying Technology under
  2.1034 -a license of Recipient's choice, which may contain terms different from this
  2.1035 -License, provided that (i) Recipient is in compliance with the terms of this
  2.1036 -License, (ii) such other license terms do not modify or supersede the terms of
  2.1037 -this License as applicable to the Subject Software, (iii) Recipient hereby
  2.1038 -indemnifies SGI for any liability incurred by SGI as a result of the
  2.1039 -distribution of Accompanying Technology or the use of other license terms.
  2.1040 -
  2.1041 -3. Termination. This License and the rights granted hereunder will terminate
  2.1042 -automatically if Recipient fails to comply with terms herein and fails to cure
  2.1043 -such breach within 30 days of the breach. Any sublicense to the Subject
  2.1044 -Software that is properly granted shall survive any termination of this
  2.1045 -License absent termination by the terms of such sublicense. Provisions which,
  2.1046 -by their nature, must remain in effect beyond the termination of this License
  2.1047 -shall survive.
  2.1048 -
  2.1049 -4. Trademark Rights. This License does not grant any rights to use any trade
  2.1050 -name, trademark or service mark whatsoever. No trade name, trademark or
  2.1051 -service mark of SGI may be used to endorse or promote products derived from or
  2.1052 -incorporating any Subject Software without prior written permission of SGI.
  2.1053 -
  2.1054 -5. No Other Rights. No rights or licenses not expressly granted hereunder
  2.1055 -shall arise by implication, estoppel or otherwise. Title to and ownership of
  2.1056 -the Original Software at all times remains with SGI. All rights in the
  2.1057 -Original Software not expressly granted under this License are reserved.
  2.1058 -
  2.1059 -6. Compliance with Laws; Non-Infringement. Recipient shall comply with all
  2.1060 -applicable laws and regulations in connection with use and distribution of the
  2.1061 -Subject Software, including but not limited to, all export and import control
  2.1062 -laws and regulations of the U.S. government and other countries. Recipient may
  2.1063 -not distribute Subject Software that (i) in any way infringes (directly or
  2.1064 -contributorily) the rights (including patent, copyright, trade secret,
  2.1065 -trademark or other intellectual property rights of any kind) of any other
  2.1066 -person or entity, or (ii) breaches any representation or warranty, express,
  2.1067 -implied or statutory, which under any applicable law it might be deemed to
  2.1068 -have been distributed.
  2.1069 -
  2.1070 -7. Claims of Infringement. If Recipient at any time has knowledge of any one
  2.1071 -or more third party claims that reproduction, modification, use, distribution,
  2.1072 -import or sale of Subject Software (including particular functionality or code
  2.1073 -incorporated in Subject Software) infringes the third party's intellectual
  2.1074 -property rights, Recipient must place in a well-identified web page bearing
  2.1075 -the title "LEGAL" a description of each such claim and a description of the
  2.1076 -party making each such claim in sufficient detail that a user of the Subject
  2.1077 -Software will know whom to contact regarding the claim. Also, upon gaining
  2.1078 -such knowledge of any such claim, Recipient must conspicuously include the URL
  2.1079 -for such web page in the Required Notice, and in the text of any related
  2.1080 -documentation, license agreement or collateral in which Recipient describes
  2.1081 -end user's rights relating to the Subject Software. If Recipient obtains such
  2.1082 -knowledge after it makes Subject Software available to any other person or
  2.1083 -entity, Recipient shall take other steps (such as notifying appropriate
  2.1084 -mailing lists or newsgroups) reasonably calculated to provide such knowledge
  2.1085 -to those who received the Subject Software.
  2.1086 -
  2.1087 -8. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
  2.1088 -WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
  2.1089 -LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS,
  2.1090 -MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. SGI ASSUMES NO
  2.1091 -RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
  2.1092 -PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY
  2.1093 -SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
  2.1094 -ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED
  2.1095 -HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  2.1096 -
  2.1097 -9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
  2.1098 -WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY),
  2.1099 -CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY CLAIM,
  2.1100 -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  2.1101 -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SUBJECT SOFTWARE OR
  2.1102 -THE USE OR OTHER DEALINGS IN THE SUBJECT SOFTWARE. SOME JURISDICTIONS DO NOT
  2.1103 -ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES, SO THIS EXCLUSION AND
  2.1104 -LIMITATION MAY NOT APPLY TO RECIPIENT TO THE EXTENT SO DISALLOWED.
  2.1105 -
  2.1106 -10. Indemnity. Recipient shall be solely responsible for damages arising,
  2.1107 -directly or indirectly, out of its utilization of rights under this License.
  2.1108 -Recipient will defend, indemnify and hold SGI and its successors and assigns
  2.1109 -harmless from and against any loss, liability, damages, costs or expenses
  2.1110 -(including the payment of reasonable attorneys fees) arising out of
  2.1111 -(Recipient's use, modification, reproduction and distribution of the Subject
  2.1112 -Software or out of any representation or warranty made by Recipient.
  2.1113 -
  2.1114 -11. U.S. Government End Users. The Subject Software is a "commercial item"
  2.1115 -consisting of "commercial computer software" as such terms are defined in
  2.1116 -title 48 of the Code of Federal Regulations and all U.S. Government End Users
  2.1117 -acquire only the rights set forth in this License and are subject to the terms
  2.1118 -of this License.
  2.1119 -
  2.1120 -12. Miscellaneous. This License represents the complete agreement concerning
  2.1121 -subject matter hereof. If any provision of this License is held to be
  2.1122 -unenforceable by any judicial or administrative authority having proper
  2.1123 -jurisdiction with respect thereto, such provision shall be reformed so as to
  2.1124 -achieve as nearly as possible the same economic effect as the original
  2.1125 -provision and the remainder of this License will remain in effect. This
  2.1126 -License shall be governed by and construed in accordance with the laws of the
  2.1127 -United States and the State of California as applied to agreements entered
  2.1128 -into and to be performed entirely within California between California
  2.1129 -residents. Any litigation relating to this License shall be subject to the
  2.1130 -exclusive jurisdiction of the Federal Courts of the Northern District of
  2.1131 -California (or, absent subject matter jurisdiction in such courts, the courts
  2.1132 -of the State of California), with venue lying exclusively in Santa Clara
  2.1133 -County, California, with the losing party responsible for costs, including
  2.1134 -without limitation, court costs and reasonable attorneys fees and expenses.
  2.1135 -The application of the United Nations Convention on Contracts for the
  2.1136 -International Sale of Goods is expressly excluded. Any law or regulation that
  2.1137 -provides that the language of a contract shall be construed against the
  2.1138 -drafter shall not apply to this License.
  2.1139 -
  2.1140 -Exhibit A
  2.1141 -
  2.1142 -Copyright (c) 1994-1999 Silicon Graphics, Inc.
  2.1143 -
  2.1144 -The contents of this file are subject to the CID Font Code Public License
  2.1145 -Version 1.0 (the "License"). You may not use this file except in compliance
  2.1146 -with the License. You may obtain a copy of the License at Silicon Graphics,
  2.1147 -Inc., attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043
  2.1148 -or at http://www.sgi.com/software/opensource/cid/license.html
  2.1149 -
  2.1150 -Software distributed under the License is distributed on an "AS IS" basis. ALL
  2.1151 -WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
  2.1152 -WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF
  2.1153 -NON-INFRINGEMENT. See the License for the specific language governing rights
  2.1154 -and limitations under the License.
  2.1155 -
  2.1156 -The Original Software (as defined in the License) is CID font code that was
  2.1157 -developed by Silicon Graphics, Inc. Those portions of the Subject Software (as
  2.1158 -defined in the License) that were created by Silicon Graphics, Inc. are
  2.1159 -Copyright (c) 1994-1999 Silicon Graphics, Inc. All Rights Reserved.
  2.1160 -
  2.1161 -[NOTE: When using this text in connection with Subject Software delivered
  2.1162 -solely in object code form, Recipient may replace the words "this file" with
  2.1163 -"this software" in both the first and second sentences.] 3.6. Bitstream Vera
  2.1164 -Fonts Copyright
  2.1165 -
  2.1166 -The fonts have a generous copyright, allowing derivative works (as long as
  2.1167 -"Bitstream" or "Vera" are not in the names), and full redistribution (so long
  2.1168 -as they are not *sold* by themselves). They can be be bundled, redistributed
  2.1169 -and sold with any software.
  2.1170 -
  2.1171 -The fonts are distributed under the following copyright:
  2.1172 -
  2.1173 -Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a
  2.1174 -trademark of Bitstream, Inc.
  2.1175 -
  2.1176 -Permission is hereby granted, free of charge, to any person obtaining a copy
  2.1177 -of the fonts accompanying this license ("Fonts") and associated documentation
  2.1178 -files (the "Font Software"), to reproduce and distribute the Font Software,
  2.1179 -including without limitation the rights to use, copy, merge, publish,
  2.1180 -distribute, and/or sell copies of the Font Software, and to permit persons to
  2.1181 -whom the Font Software is furnished to do so, subject to the following
  2.1182 -conditions:
  2.1183 -
  2.1184 -The above copyright and trademark notices and this permission notice shall be
  2.1185 -included in all copies of one or more of the Font Software typefaces.
  2.1186 -
  2.1187 -The Font Software may be modified, altered, or added to, and in particular the
  2.1188 -designs of glyphs or characters in the Fonts may be modified and additional
  2.1189 -glyphs or characters may be added to the Fonts, only if the fonts are renamed
  2.1190 -to names not containing either the words "Bitstream" or the word "Vera".
  2.1191 -
  2.1192 -This License becomes null and void to the extent applicable to Fonts or Font
  2.1193 -Software that has been modified and is distributed under the "Bitstream Vera"
  2.1194 -names.
  2.1195 -
  2.1196 -The Font Software may be sold as part of a larger software package but no copy
  2.1197 -of one or more of the Font Software typefaces may be sold by itself.
  2.1198 -
  2.1199 -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  2.1200 -OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
  2.1201 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
  2.1202 -TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION
  2.1203 -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
  2.1204 -SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION
  2.1205 -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO
  2.1206 -USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
  2.1207 -
  2.1208 -Except as contained in this notice, the names of Gnome, the Gnome Foundation,
  2.1209 -and Bitstream Inc., shall not be used in advertising or otherwise to promote
  2.1210 -the sale, use or other dealings in this Font Software without prior written
  2.1211 -authorization from the Gnome Foundation or Bitstream Inc., respectively. For
  2.1212 -further information, contact: fonts at gnome dot org.  3.7. Bigelow & Holmes
  2.1213 -Inc and URW++ GmbH Luxi font license
  2.1214 -
  2.1215 -Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font instruction
  2.1216 -code copyright (c) 2001 by URW++ GmbH. All Rights Reserved. Luxi is a
  2.1217 -registered trademark of Bigelow & Holmes Inc.
  2.1218 -
  2.1219 -Permission is hereby granted, free of charge, to any person obtaining a copy
  2.1220 -of these Fonts and associated documentation files (the "Font Software"), to
  2.1221 -deal in the Font Software, including without limitation the rights to use,
  2.1222 -copy, merge, publish, distribute, sublicense, and/or sell copies of the Font
  2.1223 -Software, and to permit persons to whom the Font Software is furnished to do
  2.1224 -so, subject to the following conditions:
  2.1225 -
  2.1226 -The above copyright and trademark notices and this permission notice shall be
  2.1227 -included in all copies of one or more of the Font Software.
  2.1228 -
  2.1229 -The Font Software may not be modified, altered, or added to, and in particular
  2.1230 -the designs of glyphs or characters in the Fonts may not be modified nor may
  2.1231 -additional glyphs or characters be added to the Fonts. This License becomes
  2.1232 -null and void when the Fonts or Font Software have been modified.
  2.1233 -
  2.1234 -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  2.1235 -OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
  2.1236 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
  2.1237 -TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BIGELOW & HOLMES INC. OR URW++
  2.1238 -GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY
  2.1239 -GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN
  2.1240 -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
  2.1241 -INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
  2.1242 +used in advertising or otherwise to promote the sale, use or other dealings
  2.1243 +in this Software without prior written authorization from The Open Group.
  2.1244 +*
  2.1245 +* Author: Jim Fulton, MIT The Open Group
  2.1246 +*
  2.1247 +* Xlib Extension-Writing Utilities
  2.1248 +*
  2.1249 +* This package contains utilities for writing the client API for various
  2.1250 +* protocol extensions. THESE INTERFACES ARE NOT PART OF THE X STANDARD AND
  2.1251 +* ARE SUBJECT TO CHANGE!
  2.1252 +*/
  2.1253 +
  2.1254 +_____________________________
  2.1255 +Copyright notice for HPkeysym.h:
  2.1256 +/*
  2.1257 +
  2.1258 +Copyright 1987, 1998 The Open Group
  2.1259 +
  2.1260 +All Rights Reserved.
  2.1261 +
  2.1262 +The above copyright notice and this permission notice shall be included
  2.1263 +in all copies or substantial portions of the Software.
  2.1264 +
  2.1265 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  2.1266 +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  2.1267 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  2.1268 +IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
  2.1269 +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  2.1270 +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  2.1271 +OTHER DEALINGS IN THE SOFTWARE.
  2.1272 +
  2.1273 +Except as contained in this notice, the name of The Open Group shall
  2.1274 +not be used in advertising or otherwise to promote the sale, use or
  2.1275 +other dealings in this Software without prior written authorization
  2.1276 +from The Open Group.
  2.1277 +
  2.1278 +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
  2.1279 +
  2.1280 +All Rights Reserved
  2.1281 +
  2.1282 +Permission to use, copy, modify, and distribute this software and its
  2.1283 +documentation for any purpose and without fee is hereby granted,
  2.1284 +provided that the above copyright notice appear in all copies and that
  2.1285 +both that copyright notice and this permission notice appear in
  2.1286 +supporting documentation, and that the names of Hewlett Packard
  2.1287 +or Digital not be
  2.1288 +used in advertising or publicity pertaining to distribution of the
  2.1289 +software without specific, written prior permission.
  2.1290 +
  2.1291 +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  2.1292 +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  2.1293 +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  2.1294 +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  2.1295 +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  2.1296 +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  2.1297  SOFTWARE.
  2.1298  
  2.1299 -Except as contained in this notice, the names of Bigelow & Holmes Inc. and
  2.1300 -URW++ GmbH. shall not be used in advertising or otherwise to promote the sale,
  2.1301 -use or other dealings in this Font Software without prior written
  2.1302 -authorization from Bigelow & Holmes Inc. and URW++ GmbH.
  2.1303 -
  2.1304 -For further information, contact:
  2.1305 -
  2.1306 -info@urwpp.de or design@bigelowandholmes.com
  2.1307 -
  2.1308 +HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
  2.1309 +TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  2.1310 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  2.1311 +PURPOSE. Hewlett-Packard shall not be liable for errors
  2.1312 +contained herein or direct, indirect, special, incidental or
  2.1313 +consequential damages in connection with the furnishing,
  2.1314 +performance, or use of this material.
  2.1315 +
  2.1316 +*/
  2.1317 +_____________________________________
  2.1318 +Copyright notice in keysym2ucs.h:
  2.1319 +
  2.1320 +Copyright 1987, 1994, 1998 The Open Group
  2.1321 +
  2.1322 +Permission to use, copy, modify, distribute, and sell this software and its
  2.1323 +documentation for any purpose is hereby granted without fee, provided that
  2.1324 +the above copyright notice appear in all copies and that both that
  2.1325 +copyright notice and this permission notice appear in supporting
  2.1326 +documentation.
  2.1327 +
  2.1328 +The above copyright notice and this permission notice shall be included
  2.1329 +in all copies or substantial portions of the Software.
  2.1330 +
  2.1331 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  2.1332 +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  2.1333 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  2.1334 +IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
  2.1335 +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  2.1336 +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  2.1337 +OTHER DEALINGS IN THE SOFTWARE.
  2.1338 +
  2.1339 +Except as contained in this notice, the name of The Open Group shall
  2.1340 +not be used in advertising or otherwise to promote the sale, use or
  2.1341 +other dealings in this Software without prior written authorization
  2.1342 +from The Open Group.
  2.1343 +
  2.1344 +
  2.1345 +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts
  2.1346 +
  2.1347 +All Rights Reserved
  2.1348 +
  2.1349 +Permission to use, copy, modify, and distribute this software and its
  2.1350 +documentation for any purpose and without fee is hereby granted,
  2.1351 +provided that the above copyright notice appear in all copies and that
  2.1352 +both that copyright notice and this permission notice appear in
  2.1353 +supporting documentation, and that the name of Digital not be
  2.1354 +used in advertising or publicity pertaining to distribution of the
  2.1355 +software without specific, written prior permission.
  2.1356 +
  2.1357 +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  2.1358 +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  2.1359 +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  2.1360 +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  2.1361 +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  2.1362 +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  2.1363 +SOFTWARE.
  2.1364 +
  2.1365 +*/
  2.1366  
  2.1367  --- end of LICENSE ---
  2.1368  
  2.1369 @@ -3325,7 +2815,7 @@
  2.1370  
  2.1371    version 1.2.11, January 15th, 2017
  2.1372  
  2.1373 -  Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
  2.1374 +  Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
  2.1375  
  2.1376    This software is provided 'as-is', without any express or implied
  2.1377    warranty.  In no event will the authors be held liable for any damages
  2.1378 @@ -3361,7 +2851,6 @@
  2.1379    Apache Xalan-Java 2.7.1 
  2.1380    Apache Xerces Java 2.10.0 
  2.1381    Apache XML Resolver 1.1 
  2.1382 -  Dynalink 0.5
  2.1383  
  2.1384  
  2.1385  --- begin of LICENSE ---

mercurial