7129980: Third Party License Readme update for JDK8

Mon, 13 Jan 2014 14:41:04 -0800

author
jeff
date
Mon, 13 Jan 2014 14:41:04 -0800
changeset 930
b5e1dad69605
parent 929
ca4612164195
child 931
6ac7d4011e8a

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

THIRD_PARTY_README file | annotate | diff | comparison | revisions
     1.1 --- a/THIRD_PARTY_README	Wed Jan 08 11:36:47 2014 -0800
     1.2 +++ b/THIRD_PARTY_README	Mon Jan 13 14:41:04 2014 -0800
     1.3 @@ -2,11 +2,12 @@
     1.4  -----------------------------
     1.5  
     1.6  %% This notice is provided with respect to ASM Bytecode Manipulation 
     1.7 -Framework v3.1, which is included with JRE 7, JDK 7, and OpenJDK 7.
     1.8 +Framework v5.0, which may be included with JRE 8, and JDK 8, and 
     1.9 +OpenJDK 8.
    1.10  
    1.11  --- begin of LICENSE ---
    1.12  
    1.13 -Copyright (c) 2000-2005 INRIA, France Telecom
    1.14 +Copyright (c) 2000-2011 France Télécom
    1.15  All rights reserved.
    1.16  
    1.17  Redistribution and use in source and binary forms, with or without
    1.18 @@ -40,8 +41,41 @@
    1.19  
    1.20  --------------------------------------------------------------------------------
    1.21  
    1.22 -%% This notice is provided with respect to CodeViewer 1.0, which is included 
    1.23 -with JDK 7.
    1.24 +%% This notice is provided with respect to BSDiff v4.3, which may be 
    1.25 +included with JRE 8, JDK 8, and OpenJDK 8.
    1.26 +
    1.27 +--- begin of LICENSE ---
    1.28 +
    1.29 +Copyright 2003-2005 Colin Percival
    1.30 +All rights reserved
    1.31 +
    1.32 +Redistribution and use in source and binary forms, with or without
    1.33 +modification, are permitted providing that the following conditions
    1.34 +are met:
    1.35 +1. Redistributions of source code must retain the above copyright
    1.36 +notice, this list of conditions and the following disclaimer.
    1.37 +2. Redistributions in binary form must reproduce the above copyright
    1.38 +notice, this list of conditions and the following disclaimer in the
    1.39 +documentation and/or other materials provided with the distribution.
    1.40 +
    1.41 +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    1.42 +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    1.43 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    1.44 +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
    1.45 +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    1.46 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    1.47 +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    1.48 +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    1.49 +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
    1.50 +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.51 +POSSIBILITY OF SUCH DAMAGE.
    1.52 +
    1.53 +--- end of LICENSE ---
    1.54 +
    1.55 +-------------------------------------------------------------------------------
    1.56 +
    1.57 +%% This notice is provided with respect to CodeViewer 1.0, which may be
    1.58 +included with JDK 8.
    1.59  
    1.60  --- begin of LICENSE ---
    1.61  
    1.62 @@ -81,8 +115,8 @@
    1.63  
    1.64  -------------------------------------------------------------------------------
    1.65  
    1.66 -%% This notice is provided with respect to Cryptix AES 3.2.0, which is
    1.67 -included with JRE 7, JDK 7, and OpenJDK 7.
    1.68 +%% This notice is provided with respect to Cryptix AES 3.2.0, which may be
    1.69 +included with JRE 8, JDK 8, and OpenJDK 8.
    1.70  
    1.71  --- begin of LICENSE ---
    1.72  
    1.73 @@ -121,7 +155,7 @@
    1.74  -------------------------------------------------------------------------------
    1.75  
    1.76  %% This notice is provided with respect to CUP Parser Generator for 
    1.77 -Java 0.10k, which is included with JRE 7, JDK 7, and OpenJDK 7.
    1.78 +Java 0.10k, which may be included with JRE 8, JDK 8, and OpenJDK 8.
    1.79  
    1.80  --- begin of LICENSE ---
    1.81  
    1.82 @@ -148,7 +182,7 @@
    1.83  -------------------------------------------------------------------------------
    1.84  
    1.85  %% This notice is provided with respect to Document Object Model (DOM) Level 2
    1.86 -& 3, which is included with JRE 7, JDK 7, and OpenJDK 7.
    1.87 +& 3, which may be included with JRE 8, JDK 8, and OpenJDK 8.
    1.88  
    1.89  --- begin of LICENSE ---
    1.90  
    1.91 @@ -212,19 +246,52 @@
    1.92  
    1.93  -------------------------------------------------------------------------------
    1.94  
    1.95 +%% This notice is provided with respect to Dynalink v0.5, which may be 
    1.96 +included with JRE 8, JDK 8, and OpenJDK 8.
    1.97 +
    1.98 +--- begin of LICENSE ---
    1.99 +
   1.100 +Copyright (c) 2009-2013, Attila Szegedi
   1.101 +
   1.102 +All rights reserved.Redistribution and use in source and binary forms, with or
   1.103 +without modification, are permitted provided that the following conditions are
   1.104 +met:* Redistributions of source code must retain the above copyright notice,
   1.105 +this list of conditions and the following disclaimer.  * Redistributions in
   1.106 +binary form must reproduce the above copyright notice,   this list of
   1.107 +conditions and the following disclaimer in the documentation  and/or other
   1.108 +materials provided with the distribution.  * Neither the name of Attila
   1.109 +Szegedi nor the names of its contributors may be used to endorse or promote
   1.110 +products derived from this software without specific prior written permission.
   1.111 +
   1.112 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"AND
   1.113 +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   1.114 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   1.115 +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
   1.116 +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1.117 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   1.118 +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   1.119 +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   1.120 +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   1.121 +OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF SUCH DAMAGE.
   1.122 +
   1.123 +--- end of LICENSE ---
   1.124 +
   1.125 +-------------------------------------------------------------------------------
   1.126 +
   1.127  %% This notice is provided with respect to Elliptic Curve Cryptography, which 
   1.128 -is included with JRE 7, JDK 7, and OpenJDK 7.
   1.129 +may be included with JRE 8, JDK 8, and OpenJDK 8.
   1.130  
   1.131  You are receiving a copy of the Elliptic Curve Cryptography library in source
   1.132 -form with the JDK 7 source distribution and object code in the JRE 7 & JDK 7
   1.133 -runtime.
   1.134 -
   1.135 -The terms of the Oracle license do NOT apply to the Elliptic Curve
   1.136 -Cryptography library program; it is licensed under the following license,
   1.137 -separately from the Oracle programs you receive. If you do not wish to install
   1.138 -this program, you may delete the library named libsunec.so (on Solaris and
   1.139 -Linux systems) or sunec.dll (on Windows systems) from the JRE bin directory
   1.140 -reserved for native libraries.
   1.141 +form with the JDK 8 and OpenJDK 8 source distributions, and as object code in
   1.142 +the JRE 8 & JDK 8 runtimes.
   1.143 +
   1.144 +In the case of the JRE 8 & JDK 8 runtimes, the terms of the Oracle license do
   1.145 +NOT apply to the Elliptic Curve Cryptography library; it is licensed under the
   1.146 +following license, separately from Oracle's JDK & JRE.  If you do not wish to
   1.147 +install the Elliptic Curve Cryptography library, you may delete the library
   1.148 +named libsunec.so (on Solaris and Linux systems) or sunec.dll (on Windows
   1.149 +systems) from the JRE bin directory reserved for native libraries.
   1.150 +
   1.151  
   1.152  --- begin of LICENSE ---
   1.153  
   1.154 @@ -735,13 +802,138 @@
   1.155  
   1.156  -------------------------------------------------------------------------------
   1.157  
   1.158 -%% This notice is provided with respect to FontConfig 2.5, which is 
   1.159 -included with JRE 7, JDK 7, and OpenJDK 7 source distributions on
   1.160 +%% This notice is provided with respect to  ECMAScript Language
   1.161 +Specification ECMA-262 Edition 5.1 which may be included with 
   1.162 +JRE 8, JDK 8, and OpenJDK 8.
   1.163 +
   1.164 +--- begin of LICENSE ---
   1.165 +
   1.166 +Copyright notice
   1.167 +Copyright © 2011 Ecma International
   1.168 +Ecma International
   1.169 +Rue du Rhone 114
   1.170 +CH-1204 Geneva
   1.171 +Tel: +41 22 849 6000
   1.172 +Fax: +41 22 849 6001
   1.173 +Web: http://www.ecma-international.org
   1.174 +
   1.175 +This document and possible translations of it may be copied and furnished to
   1.176 +others, and derivative works that comment on or otherwise explain it or assist
   1.177 +in its implementation may be prepared, copied, published, and distributed, in
   1.178 +whole or in part, without restriction of any kind, provided that the above
   1.179 +copyright notice and this section are included on all such copies and derivative
   1.180 +works. However, this document itself may not be modified in any way, including
   1.181 +by removing the copyright notice or references to Ecma International, except as
   1.182 +needed for the purpose of developing any document or deliverable produced by
   1.183 +Ecma International (in which case the rules applied to copyrights must be
   1.184 +followed) or as required to translate it into languages other than English. The
   1.185 +limited permissions granted above are perpetual and will not be revoked by Ecma
   1.186 +International or its successors or assigns. This document and the information
   1.187 +contained herein is provided on an "AS IS" basis and ECMA INTERNATIONAL
   1.188 +DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
   1.189 +WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP
   1.190 +RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
   1.191 +PURPOSE." Software License
   1.192 +
   1.193 +All Software contained in this document ("Software)" is protected by copyright
   1.194 +and is being made available under the "BSD License", included below. This
   1.195 +Software may be subject to third party rights (rights from parties other than
   1.196 +Ecma International), including patent rights, and no licenses under such third
   1.197 +party rights are granted under this license even if the third party concerned is
   1.198 +a member of Ecma International. SEE THE ECMA CODE OF CONDUCT IN PATENT MATTERS
   1.199 +AVAILABLE AT http://www.ecma-international.org/memento/codeofconduct.htm FOR
   1.200 +INFORMATION REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO
   1.201 +IMPLEMENT ECMA INTERNATIONAL STANDARDS*. Redistribution and use in source and
   1.202 +binary forms, with or without modification, are permitted provided that the
   1.203 +following conditions are met:
   1.204 +
   1.205 +1. Redistributions of source code must retain the above copyright notice, this
   1.206 +list of conditions and the following disclaimer.
   1.207 +
   1.208 +2. Redistributions in binary form must reproduce the above copyright notice,
   1.209 +this list of conditions and the following disclaimer in the documentation and/or
   1.210 +other materials provided with the distribution.
   1.211 +
   1.212 +3. Neither the name of the authors nor Ecma International may be used to endorse
   1.213 +or promote products derived from this software without specific prior written
   1.214 +permission.
   1.215 +
   1.216 +THIS SOFTWARE IS PROVIDED BY THE ECMA INTERNATIONAL "AS IS" AND ANY EXPRESS OR
   1.217 +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   1.218 +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
   1.219 +SHALL ECMA INTERNATIONAL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   1.220 +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   1.221 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   1.222 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   1.223 +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
   1.224 +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
   1.225 +OF SUCH DAMAGE.
   1.226 +--- end of LICENSE ---
   1.227 +
   1.228 +%% This notice is provided with respect to Dynalink library which is included
   1.229 +with the Nashorn technology.
   1.230 +
   1.231 +--- begin of LICENSE ---
   1.232 +Copyright (c) 2009-2013, Attila Szegedi
   1.233 +
   1.234 +Redistribution and use in source and binary forms, with or without
   1.235 +modification, are permitted provided that the following conditions are
   1.236 +met:
   1.237 +* Redistributions of source code must retain the above copyright
   1.238 +  notice, this list of conditions and the following disclaimer.
   1.239 +* Redistributions in binary form must reproduce the above copyright
   1.240 +  notice, this list of conditions and the following disclaimer in the
   1.241 +  documentation and/or other materials provided with the distribution.
   1.242 +* Neither the name of the copyright holder nor the names of
   1.243 +  contributors may be used to endorse or promote products derived from
   1.244 +  this software without specific prior written permission.
   1.245 +
   1.246 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
   1.247 +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   1.248 +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   1.249 +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER
   1.250 +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   1.251 +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   1.252 +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   1.253 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   1.254 +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   1.255 +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   1.256 +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1.257 +--- end of LICENSE ---
   1.258 +
   1.259 +%% This notice is provided with respect to Joni library which is included
   1.260 +with the Nashorn technology.
   1.261 +
   1.262 +--- begin of LICENSE ---
   1.263 +Permission is hereby granted, free of charge, to any person obtaining a copy of
   1.264 +this software and associated documentation files (the "Software"), to deal in
   1.265 +the Software without restriction, including without limitation the rights to
   1.266 +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   1.267 +of the Software, and to permit persons to whom the Software is furnished to do
   1.268 +so, subject to the following conditions:
   1.269 +
   1.270 +The above copyright notice and this permission notice shall be included in all
   1.271 +copies or substantial portions of the Software.
   1.272 +
   1.273 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1.274 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1.275 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   1.276 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   1.277 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   1.278 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   1.279 +SOFTWARE.
   1.280 +
   1.281 +--- end of LICENSE ---
   1.282 +
   1.283 +-------------------------------------------------------------------------------
   1.284 +
   1.285 +%% This notice is provided with respect to FontConfig 2.5, which may be 
   1.286 +included with JRE 8, JDK 8, and OpenJDK 8 source distributions on
   1.287  Linux and Solaris.
   1.288  
   1.289  --- begin of LICENSE ---
   1.290  
   1.291 -Copyright © 2001,2003 Keith Packard
   1.292 +Copyright © 2001,2003 Keith Packard
   1.293  
   1.294  Permission to use, copy, modify, distribute, and sell this software and its
   1.295  documentation for any purpose is hereby granted without fee, provided that the
   1.296 @@ -765,7 +957,7 @@
   1.297  -------------------------------------------------------------------------------
   1.298  
   1.299  %% This notice is provided with respect to IAIK PKCS#11 Wrapper, 
   1.300 -which is included with JRE 7, JDK 7, and OpenJDK 7.
   1.301 +which may be included with JRE 8, JDK 8, and OpenJDK 8.
   1.302  
   1.303  --- begin of LICENSE ---
   1.304  
   1.305 @@ -816,7 +1008,7 @@
   1.306  -------------------------------------------------------------------------------
   1.307  
   1.308  %% This notice is provided with respect to ICU4C 4.0.1 and ICU4J 4.4, which 
   1.309 -is included with JRE 7, JDK 7, and OpenJDK 7.
   1.310 +may be included with JRE 8, JDK 8, and OpenJDK 8.
   1.311  
   1.312  --- begin of LICENSE ---
   1.313  
   1.314 @@ -852,8 +1044,8 @@
   1.315  
   1.316  -------------------------------------------------------------------------------
   1.317  
   1.318 -%% This notice is provided with respect to IJG JPEG 6b, which is 
   1.319 -included with JRE 7, JDK 7, and OpenJDK 7.
   1.320 +%% This notice is provided with respect to IJG JPEG 6b, which may be 
   1.321 +included with JRE 8, JDK 8, and OpenJDK 8.
   1.322  
   1.323  --- begin of LICENSE ---
   1.324  
   1.325 @@ -891,8 +1083,35 @@
   1.326  
   1.327  --------------------------------------------------------------------------------
   1.328  
   1.329 -%% This notice is provided with respect to JOpt-Simple v3.0,  which is 
   1.330 -included with JRE 7, JDK 7, and OpenJDK 7.
   1.331 +%% This notice is provided with respect to Joni v1.1.9, which may be 
   1.332 +included with JRE 8, JDK 8, and OpenJDK 8.
   1.333 +
   1.334 +--- begin of LICENSE ---
   1.335 +
   1.336 +Permission is hereby granted, free of charge, to any person obtaining a copy
   1.337 +of this software and associated documentation files (the "Software"), to deal
   1.338 +in the Software without restriction, including without limitation the rights
   1.339 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   1.340 +copies of the Software, and to permit persons to whom the Software is
   1.341 +furnished to do so, subject to the following conditions:
   1.342 +
   1.343 +The above copyright notice and this permission notice shall be included in all
   1.344 +copies or substantial portions of the Software.
   1.345 +
   1.346 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1.347 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1.348 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   1.349 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   1.350 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   1.351 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   1.352 +SOFTWARE.
   1.353 +
   1.354 +--- end of LICENSE ---
   1.355 +
   1.356 +-------------------------------------------------------------------------------
   1.357 +
   1.358 +%% This notice is provided with respect to JOpt-Simple v3.0,  which may be 
   1.359 +included with JRE 8, JDK 8, and OpenJDK 8.
   1.360  
   1.361  --- begin of LICENSE ---
   1.362  
   1.363 @@ -921,8 +1140,39 @@
   1.364  
   1.365  --------------------------------------------------------------------------------
   1.366  
   1.367 +%% This notice is provided with respect to JSON, which may be included 
   1.368 +with JRE 8 & JDK 8.
   1.369 +
   1.370 +--- begin of LICENSE ---
   1.371 +
   1.372 +Copyright (c) 2002 JSON.org
   1.373 +
   1.374 +Permission is hereby granted, free of charge, to any person obtaining a copy
   1.375 +of this software and associated documentation files (the "Software"), to deal
   1.376 +in the Software without restriction, including without limitation the rights
   1.377 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   1.378 +copies of the Software, and to permit persons to whom the Software is
   1.379 +furnished to do so, subject to the following conditions:
   1.380 +
   1.381 +The above copyright notice and this permission notice shall be included in all
   1.382 +copies or substantial portions of the Software.
   1.383 +
   1.384 +The Software shall be used for Good, not Evil.
   1.385 +
   1.386 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1.387 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1.388 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   1.389 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   1.390 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   1.391 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   1.392 +SOFTWARE.
   1.393 +
   1.394 +--- end of LICENSE ---
   1.395 +
   1.396 +-------------------------------------------------------------------------------
   1.397 +
   1.398  %% This notice is provided with respect to Kerberos functionality, which 
   1.399 -which is included with JRE 7, JDK 7, and OpenJDK 7.
   1.400 +which may be included with JRE 8, JDK 8, and OpenJDK 8.
   1.401  
   1.402  --- begin of LICENSE ---
   1.403  
   1.404 @@ -934,7 +1184,7 @@
   1.405  -------------------------------------------------------------------------------
   1.406  
   1.407  %% This notice is provided with respect to Kerberos functionality from 
   1.408 -FundsXpress, INC., which is included with JRE 7, JDK 7, and OpenJDK 7.
   1.409 +FundsXpress, INC., which may be included with JRE 8, JDK 8, and OpenJDK 8.
   1.410  
   1.411  --- begin of LICENSE ---
   1.412  
   1.413 @@ -967,8 +1217,8 @@
   1.414  
   1.415  -------------------------------------------------------------------------------
   1.416  
   1.417 -%% This notice is provided with respect to Kronos OpenGL headers, which is 
   1.418 -included with JDK 7 and OpenJDK 7 source distributions.
   1.419 +%% This notice is provided with respect to Kronos OpenGL headers, which may be 
   1.420 +included with JDK 8 and OpenJDK 8 source distributions.
   1.421  
   1.422  --- begin of LICENSE ---
   1.423  
   1.424 @@ -1000,8 +1250,8 @@
   1.425  
   1.426  -------------------------------------------------------------------------------
   1.427  
   1.428 -%% This notice is provided with respect to libpng 1.2.18, which is 
   1.429 -included with JRE 7, JDK 7, and OpenJDK 7.
   1.430 +%% This notice is provided with respect to libpng 1.5.4, which may be 
   1.431 +included with JRE 8, JDK 8, and OpenJDK 8.
   1.432  
   1.433  --- begin of LICENSE ---
   1.434  
   1.435 @@ -1014,8 +1264,10 @@
   1.436  If you modify libpng you may insert additional notices immediately following
   1.437  this sentence.
   1.438  
   1.439 -libpng versions 1.2.6, August 15, 2004, through 1.2.18, May 15, 2007, are
   1.440 -Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are
   1.441 +This code is released under the libpng license.
   1.442 +
   1.443 +libpng versions 1.2.6, August 15, 2004, through 1.5.4, July 7, 2011, are
   1.444 +Copyright (c) 2004, 2006-2011 Glenn Randers-Pehrson, and are
   1.445  distributed according to the same disclaimer and license as libpng-1.2.5
   1.446  with the following individual added to the list of Contributing Authors
   1.447  
   1.448 @@ -1112,14 +1364,14 @@
   1.449  
   1.450  Glenn Randers-Pehrson
   1.451  glennrp at users.sourceforge.net
   1.452 -May 15, 2007
   1.453 +July 7, 2011
   1.454  
   1.455  --- end of LICENSE ---
   1.456  
   1.457  -------------------------------------------------------------------------------
   1.458  
   1.459 -%% This notice is provided with respect to libungif 4.1.3, which is 
   1.460 -included with JRE 7, JDK 7, and OpenJDK 7.
   1.461 +%% This notice is provided with respect to libungif 4.1.3, which may be 
   1.462 +included with JRE 8, JDK 8, and OpenJDK 8.
   1.463  
   1.464  --- begin of LICENSE ---
   1.465  
   1.466 @@ -1147,8 +1399,8 @@
   1.467  
   1.468  -------------------------------------------------------------------------------
   1.469  
   1.470 -%% This notice is provided with respect to Little CMS 2.0, which is 
   1.471 -included with OpenJDK 7.
   1.472 +%% This notice is provided with respect to Little CMS 2.4, which may be 
   1.473 +included with OpenJDK 8.
   1.474  
   1.475  --- begin of LICENSE ---
   1.476  
   1.477 @@ -1183,7 +1435,7 @@
   1.478  -------------------------------------------------------------------------------
   1.479  
   1.480  %% This notice is provided with respect to Mesa 3D Graphics Library v4.1,
   1.481 -which is included with JRE 7, JDK 7, and OpenJDK 7 source distributions.
   1.482 +which may be included with JRE 8, JDK 8, and OpenJDK 8 source distributions.
   1.483  
   1.484  --- begin of LICENSE ---
   1.485  
   1.486 @@ -1213,2176 +1465,6 @@
   1.487  
   1.488  -------------------------------------------------------------------------------
   1.489  
   1.490 -%% This notice is provided with respect to PC/SC Lite for Suse Linux v.1.1.1,
   1.491 -which is included with JRE 7, JDK 7, and OpenJDK 7 on Linux and Solaris.
   1.492 -
   1.493 ---- begin of LICENSE ---
   1.494 -
   1.495 -Copyright (c) 1999-2004 David Corcoran <corcoran@linuxnet.com>
   1.496 -Copyright (c) 1999-2004 Ludovic Rousseau <ludovic.rousseau (at) free.fr>
   1.497 -All rights reserved.
   1.498 -
   1.499 -Redistribution and use in source and binary forms, with or without
   1.500 -modification, are permitted provided that the following conditions
   1.501 -are met:
   1.502 -
   1.503 -1. Redistributions of source code must retain the above copyright
   1.504 -   notice, this list of conditions and the following disclaimer.
   1.505 -2. Redistributions in binary form must reproduce the above copyright
   1.506 -   notice, this list of conditions and the following disclaimer in the
   1.507 -   documentation and/or other materials provided with the distribution.
   1.508 -3. All advertising materials mentioning features or use of this software
   1.509 -   must display the following acknowledgement:
   1.510 -     This product includes software developed by: 
   1.511 -      David Corcoran <corcoran@linuxnet.com>
   1.512 -      http://www.linuxnet.com (MUSCLE)
   1.513 -4. The name of the author may not be used to endorse or promote products
   1.514 -   derived from this software without specific prior written permission.
   1.515 -
   1.516 -Changes to this license can be made only by the copyright author with 
   1.517 -explicit written consent.
   1.518 -
   1.519 -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   1.520 -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   1.521 -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   1.522 -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   1.523 -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   1.524 -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   1.525 -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   1.526 -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   1.527 -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   1.528 -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1.529 -
   1.530 ---- end of LICENSE ---
   1.531 -
   1.532 --------------------------------------------------------------------------------
   1.533 -
   1.534 -%% This notice is provided with respect to Relax NG Object/Parser v.20050510,
   1.535 -which is included with JRE 7, JDK 7, and OpenJDK 7.
   1.536 -
   1.537 ---- begin of LICENSE ---
   1.538 -
   1.539 -Copyright (c) Kohsuke Kawaguchi
   1.540 -
   1.541 -Permission is hereby granted, free of charge, to any person obtaining a copy
   1.542 -of this software and associated documentation files (the "Software"), to deal
   1.543 -in the Software without restriction, including without limitation the rights
   1.544 -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   1.545 -copies of the Software, and to permit persons to whom the Software is
   1.546 -furnished to do so, subject to the following conditions: The above copyright
   1.547 -notice and this permission notice shall be included in all copies or
   1.548 -substantial portions of the Software.
   1.549 -
   1.550 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1.551 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1.552 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   1.553 -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   1.554 -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   1.555 -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   1.556 -SOFTWARE.
   1.557 -
   1.558 ---- end of LICENSE ---
   1.559 -
   1.560 --------------------------------------------------------------------------------
   1.561 -
   1.562 -%% This notice is provided with respect to RelaxNGCC v1.12, which is 
   1.563 -included with JRE 7, JDK 7, and OpenJDK 7.
   1.564 -
   1.565 ---- begin of LICENSE ---
   1.566 -
   1.567 -Copyright (c) 2000-2003 Daisuke Okajima and Kohsuke Kawaguchi.  
   1.568 -All rights reserved.
   1.569 -
   1.570 -Redistribution and use in source and binary forms, with or without
   1.571 -modification, are permitted provided that the following conditions are met:
   1.572 -
   1.573 -1. Redistributions of source code must retain the above copyright notice, this
   1.574 -   list of conditions and the following disclaimer.
   1.575 -
   1.576 -2. Redistributions in binary form must reproduce the above copyright notice,
   1.577 -   this list of conditions and the following disclaimer in the documentation
   1.578 -   and/or other materials provided with the distribution.
   1.579 -
   1.580 -3. The end-user documentation included with the redistribution, if any, must
   1.581 -   include the following acknowledgment:
   1.582 -
   1.583 -    "This product includes software developed by Daisuke Okajima
   1.584 -    and Kohsuke Kawaguchi (http://relaxngcc.sf.net/)."
   1.585 -
   1.586 -Alternately, this acknowledgment may appear in the software itself, if and
   1.587 -wherever such third-party acknowledgments normally appear.
   1.588 -
   1.589 -4. The names of the copyright holders must not be used to endorse or promote
   1.590 -   products derived from this software without prior written permission. For
   1.591 -   written permission, please contact the copyright holders.
   1.592 -
   1.593 -5. Products derived from this software may not be called "RELAXNGCC", nor may
   1.594 -  "RELAXNGCC" appear in their name, without prior written permission of the
   1.595 -  copyright holders.
   1.596 -
   1.597 -THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
   1.598 -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   1.599 -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.IN NO EVENT SHALL THE APACHE
   1.600 -SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   1.601 -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   1.602 -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   1.603 -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   1.604 -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   1.605 -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
   1.606 -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1.607 -
   1.608 ---- end of LICENSE ---
   1.609 -
   1.610 --------------------------------------------------------------------------------
   1.611 -
   1.612 -%% This notice is provided with respect to Mozilla Rhino v1.7R3, which 
   1.613 -is included with JRE 7, JDK 7, and OpenJDK 7
   1.614 -
   1.615 ---- begin of LICENSE ---
   1.616 -
   1.617 -                          MOZILLA PUBLIC LICENSE
   1.618 -                                Version 1.1
   1.619 -
   1.620 -                              ---------------
   1.621 -
   1.622 -1. Definitions.
   1.623 -
   1.624 -     1.0.1. "Commercial Use" means distribution or otherwise making the
   1.625 -     Covered Code available to a third party.
   1.626 -
   1.627 -     1.1. "Contributor" means each entity that creates or contributes to
   1.628 -     the creation of Modifications.
   1.629 -
   1.630 -     1.2. "Contributor Version" means the combination of the Original
   1.631 -     Code, prior Modifications used by a Contributor, and the Modifications
   1.632 -     made by that particular Contributor.
   1.633 -
   1.634 -     1.3. "Covered Code" means the Original Code or Modifications or the
   1.635 -     combination of the Original Code and Modifications, in each case
   1.636 -     including portions thereof.
   1.637 -
   1.638 -     1.4. "Electronic Distribution Mechanism" means a mechanism generally
   1.639 -     accepted in the software development community for the electronic
   1.640 -     transfer of data.
   1.641 -
   1.642 -     1.5. "Executable" means Covered Code in any form other than Source
   1.643 -     Code.
   1.644 -
   1.645 -     1.6. "Initial Developer" means the individual or entity identified
   1.646 -     as the Initial Developer in the Source Code notice required by Exhibit
   1.647 -     A.
   1.648 -
   1.649 -     1.7. "Larger Work" means a work which combines Covered Code or
   1.650 -     portions thereof with code not governed by the terms of this License.
   1.651 -
   1.652 -     1.8. "License" means this document.
   1.653 -
   1.654 -     1.8.1. "Licensable" means having the right to grant, to the maximum
   1.655 -     extent possible, whether at the time of the initial grant or
   1.656 -     subsequently acquired, any and all of the rights conveyed herein.
   1.657 -
   1.658 -     1.9. "Modifications" means any addition to or deletion from the
   1.659 -     substance or structure of either the Original Code or any previous
   1.660 -     Modifications. When Covered Code is released as a series of files, a
   1.661 -     Modification is:
   1.662 -          A. Any addition to or deletion from the contents of a file
   1.663 -          containing Original Code or previous Modifications.
   1.664 -
   1.665 -          B. Any new file that contains any part of the Original Code or
   1.666 -          previous Modifications.
   1.667 -
   1.668 -     1.10. "Original Code" means Source Code of computer software code
   1.669 -     which is described in the Source Code notice required by Exhibit A as
   1.670 -     Original Code, and which, at the time of its release under this
   1.671 -     License is not already Covered Code governed by this License.
   1.672 -
   1.673 -     1.10.1. "Patent Claims" means any patent claim(s), now owned or
   1.674 -     hereafter acquired, including without limitation,  method, process,
   1.675 -     and apparatus claims, in any patent Licensable by grantor.
   1.676 -
   1.677 -     1.11. "Source Code" means the preferred form of the Covered Code for
   1.678 -     making modifications to it, including all modules it contains, plus
   1.679 -     any associated interface definition files, scripts used to control
   1.680 -     compilation and installation of an Executable, or source code
   1.681 -     differential comparisons against either the Original Code or another
   1.682 -     well known, available Covered Code of the Contributor's choice. The
   1.683 -     Source Code can be in a compressed or archival form, provided the
   1.684 -     appropriate decompression or de-archiving software is widely available
   1.685 -     for no charge.
   1.686 -
   1.687 -     1.12. "You" (or "Your")  means an individual or a legal entity
   1.688 -     exercising rights under, and complying with all of the terms of, this
   1.689 -     License or a future version of this License issued under Section 6.1.
   1.690 -     For legal entities, "You" includes any entity which controls, is
   1.691 -     controlled by, or is under common control with You. For purposes of
   1.692 -     this definition, "control" means (a) the power, direct or indirect,
   1.693 -     to cause the direction or management of such entity, whether by
   1.694 -     contract or otherwise, or (b) ownership of more than fifty percent
   1.695 -     (50%) of the outstanding shares or beneficial ownership of such
   1.696 -     entity.
   1.697 -
   1.698 -2. Source Code License.
   1.699 -
   1.700 -     2.1. The Initial Developer Grant.
   1.701 -     The Initial Developer hereby grants You a world-wide, royalty-free,
   1.702 -     non-exclusive license, subject to third party intellectual property
   1.703 -     claims:
   1.704 -          (a)  under intellectual property rights (other than patent or
   1.705 -          trademark) Licensable by Initial Developer to use, reproduce,
   1.706 -          modify, display, perform, sublicense and distribute the Original
   1.707 -          Code (or portions thereof) with or without Modifications, and/or
   1.708 -          as part of a Larger Work; and
   1.709 -
   1.710 -          (b) under Patents Claims infringed by the making, using or
   1.711 -          selling of Original Code, to make, have made, use, practice,
   1.712 -          sell, and offer for sale, and/or otherwise dispose of the
   1.713 -          Original Code (or portions thereof).
   1.714 -
   1.715 -          (c) the licenses granted in this Section 2.1(a) and (b) are
   1.716 -          effective on the date Initial Developer first distributes
   1.717 -          Original Code under the terms of this License.
   1.718 -
   1.719 -          (d) Notwithstanding Section 2.1(b) above, no patent license is
   1.720 -          granted: 1) for code that You delete from the Original Code; 2)
   1.721 -          separate from the Original Code;  or 3) for infringements caused
   1.722 -          by: i) the modification of the Original Code or ii) the
   1.723 -          combination of the Original Code with other software or devices.
   1.724 -
   1.725 -     2.2. Contributor Grant.
   1.726 -     Subject to third party intellectual property claims, each Contributor
   1.727 -     hereby grants You a world-wide, royalty-free, non-exclusive license
   1.728 -
   1.729 -          (a)  under intellectual property rights (other than patent or
   1.730 -          trademark) Licensable by Contributor, to use, reproduce, modify,
   1.731 -          display, perform, sublicense and distribute the Modifications
   1.732 -          created by such Contributor (or portions thereof) either on an
   1.733 -          unmodified basis, with other Modifications, as Covered Code
   1.734 -          and/or as part of a Larger Work; and
   1.735 -
   1.736 -          (b) under Patent Claims infringed by the making, using, or
   1.737 -          selling of  Modifications made by that Contributor either alone
   1.738 -          and/or in combination with its Contributor Version (or portions
   1.739 -          of such combination), to make, use, sell, offer for sale, have
   1.740 -          made, and/or otherwise dispose of: 1) Modifications made by that
   1.741 -          Contributor (or portions thereof); and 2) the combination of
   1.742 -          Modifications made by that Contributor with its Contributor
   1.743 -          Version (or portions of such combination).
   1.744 -
   1.745 -          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
   1.746 -          effective on the date Contributor first makes Commercial Use of
   1.747 -          the Covered Code.
   1.748 -
   1.749 -          (d)    Notwithstanding Section 2.2(b) above, no patent license is
   1.750 -          granted: 1) for any code that Contributor has deleted from the
   1.751 -          Contributor Version; 2)  separate from the Contributor Version;
   1.752 -          3)  for infringements caused by: i) third party modifications of
   1.753 -          Contributor Version or ii)  the combination of Modifications made
   1.754 -          by that Contributor with other software  (except as part of the
   1.755 -          Contributor Version) or other devices; or 4) under Patent Claims
   1.756 -          infringed by Covered Code in the absence of Modifications made by
   1.757 -          that Contributor.
   1.758 -
   1.759 -3. Distribution Obligations.
   1.760 -
   1.761 -     3.1. Application of License.
   1.762 -     The Modifications which You create or to which You contribute are
   1.763 -     governed by the terms of this License, including without limitation
   1.764 -     Section 2.2. The Source Code version of Covered Code may be
   1.765 -     distributed only under the terms of this License or a future version
   1.766 -     of this License released under Section 6.1, and You must include a
   1.767 -     copy of this License with every copy of the Source Code You
   1.768 -     distribute. You may not offer or impose any terms on any Source Code
   1.769 -     version that alters or restricts the applicable version of this
   1.770 -     License or the recipients' rights hereunder. However, You may include
   1.771 -     an additional document offering the additional rights described in
   1.772 -     Section 3.5.
   1.773 -
   1.774 -     3.2. Availability of Source Code.
   1.775 -     Any Modification which You create or to which You contribute must be
   1.776 -     made available in Source Code form under the terms of this License
   1.777 -     either on the same media as an Executable version or via an accepted
   1.778 -     Electronic Distribution Mechanism to anyone to whom you made an
   1.779 -     Executable version available; and if made available via Electronic
   1.780 -     Distribution Mechanism, must remain available for at least twelve (12)
   1.781 -     months after the date it initially became available, or at least six
   1.782 -     (6) months after a subsequent version of that particular Modification
   1.783 -     has been made available to such recipients. You are responsible for
   1.784 -     ensuring that the Source Code version remains available even if the
   1.785 -     Electronic Distribution Mechanism is maintained by a third party.
   1.786 -
   1.787 -     3.3. Description of Modifications.
   1.788 -     You must cause all Covered Code to which You contribute to contain a
   1.789 -     file documenting the changes You made to create that Covered Code and
   1.790 -     the date of any change. You must include a prominent statement that
   1.791 -     the Modification is derived, directly or indirectly, from Original
   1.792 -     Code provided by the Initial Developer and including the name of the
   1.793 -     Initial Developer in (a) the Source Code, and (b) in any notice in an
   1.794 -     Executable version or related documentation in which You describe the
   1.795 -     origin or ownership of the Covered Code.
   1.796 -
   1.797 -     3.4. Intellectual Property Matters
   1.798 -          (a) Third Party Claims.
   1.799 -          If Contributor has knowledge that a license under a third party's
   1.800 -          intellectual property rights is required to exercise the rights
   1.801 -          granted by such Contributor under Sections 2.1 or 2.2,
   1.802 -          Contributor must include a text file with the Source Code
   1.803 -          distribution titled "LEGAL" which describes the claim and the
   1.804 -          party making the claim in sufficient detail that a recipient will
   1.805 -          know whom to contact. If Contributor obtains such knowledge after
   1.806 -          the Modification is made available as described in Section 3.2,
   1.807 -          Contributor shall promptly modify the LEGAL file in all copies
   1.808 -          Contributor makes available thereafter and shall take other steps
   1.809 -          (such as notifying appropriate mailing lists or newsgroups)
   1.810 -          reasonably calculated to inform those who received the Covered
   1.811 -          Code that new knowledge has been obtained.
   1.812 -
   1.813 -          (b) Contributor APIs.
   1.814 -          If Contributor's Modifications include an application programming
   1.815 -          interface and Contributor has knowledge of patent licenses which
   1.816 -          are reasonably necessary to implement that API, Contributor must
   1.817 -          also include this information in the LEGAL file.
   1.818 -
   1.819 -               (c)    Representations.
   1.820 -          Contributor represents that, except as disclosed pursuant to
   1.821 -          Section 3.4(a) above, Contributor believes that Contributor's
   1.822 -          Modifications are Contributor's original creation(s) and/or
   1.823 -          Contributor has sufficient rights to grant the rights conveyed by
   1.824 -          this License.
   1.825 -
   1.826 -     3.5. Required Notices.
   1.827 -     You must duplicate the notice in Exhibit A in each file of the Source
   1.828 -     Code.  If it is not possible to put such notice in a particular Source
   1.829 -     Code file due to its structure, then You must include such notice in a
   1.830 -     location (such as a relevant directory) where a user would be likely
   1.831 -     to look for such a notice.  If You created one or more Modification(s)
   1.832 -     You may add your name as a Contributor to the notice described in
   1.833 -     Exhibit A.  You must also duplicate this License in any documentation
   1.834 -     for the Source Code where You describe recipients' rights or ownership
   1.835 -     rights relating to Covered Code.  You may choose to offer, and to
   1.836 -     charge a fee for, warranty, support, indemnity or liability
   1.837 -     obligations to one or more recipients of Covered Code. However, You
   1.838 -     may do so only on Your own behalf, and not on behalf of the Initial
   1.839 -     Developer or any Contributor. You must make it absolutely clear than
   1.840 -     any such warranty, support, indemnity or liability obligation is
   1.841 -     offered by You alone, and You hereby agree to indemnify the Initial
   1.842 -     Developer and every Contributor for any liability incurred by the
   1.843 -     Initial Developer or such Contributor as a result of warranty,
   1.844 -     support, indemnity or liability terms You offer.
   1.845 -
   1.846 -     3.6. Distribution of Executable Versions.
   1.847 -     You may distribute Covered Code in Executable form only if the
   1.848 -     requirements of Section 3.1-3.5 have been met for that Covered Code,
   1.849 -     and if You include a notice stating that the Source Code version of
   1.850 -     the Covered Code is available under the terms of this License,
   1.851 -     including a description of how and where You have fulfilled the
   1.852 -     obligations of Section 3.2. The notice must be conspicuously included
   1.853 -     in any notice in an Executable version, related documentation or
   1.854 -     collateral in which You describe recipients' rights relating to the
   1.855 -     Covered Code. You may distribute the Executable version of Covered
   1.856 -     Code or ownership rights under a license of Your choice, which may
   1.857 -     contain terms different from this License, provided that You are in
   1.858 -     compliance with the terms of this License and that the license for the
   1.859 -     Executable version does not attempt to limit or alter the recipient's
   1.860 -     rights in the Source Code version from the rights set forth in this
   1.861 -     License. If You distribute the Executable version under a different
   1.862 -     license You must make it absolutely clear that any terms which differ
   1.863 -     from this License are offered by You alone, not by the Initial
   1.864 -     Developer or any Contributor. You hereby agree to indemnify the
   1.865 -     Initial Developer and every Contributor for any liability incurred by
   1.866 -     the Initial Developer or such Contributor as a result of any such
   1.867 -     terms You offer.
   1.868 -
   1.869 -     3.7. Larger Works.
   1.870 -     You may create a Larger Work by combining Covered Code with other code
   1.871 -     not governed by the terms of this License and distribute the Larger
   1.872 -     Work as a single product. In such a case, You must make sure the
   1.873 -     requirements of this License are fulfilled for the Covered Code.
   1.874 -
   1.875 -4. Inability to Comply Due to Statute or Regulation.
   1.876 -
   1.877 -     If it is impossible for You to comply with any of the terms of this
   1.878 -     License with respect to some or all of the Covered Code due to
   1.879 -     statute, judicial order, or regulation then You must: (a) comply with
   1.880 -     the terms of this License to the maximum extent possible; and (b)
   1.881 -     describe the limitations and the code they affect. Such description
   1.882 -     must be included in the LEGAL file described in Section 3.4 and must
   1.883 -     be included with all distributions of the Source Code. Except to the
   1.884 -     extent prohibited by statute or regulation, such description must be
   1.885 -     sufficiently detailed for a recipient of ordinary skill to be able to
   1.886 -     understand it.
   1.887 -
   1.888 -5. Application of this License.
   1.889 -
   1.890 -     This License applies to code to which the Initial Developer has
   1.891 -     attached the notice in Exhibit A and to related Covered Code.
   1.892 -
   1.893 -6. Versions of the License.
   1.894 -
   1.895 -     6.1. New Versions.
   1.896 -     Netscape Communications Corporation ("Netscape") may publish revised
   1.897 -     and/or new versions of the License from time to time. Each version
   1.898 -     will be given a distinguishing version number.
   1.899 -
   1.900 -     6.2. Effect of New Versions.
   1.901 -     Once Covered Code has been published under a particular version of the
   1.902 -     License, You may always continue to use it under the terms of that
   1.903 -     version. You may also choose to use such Covered Code under the terms
   1.904 -     of any subsequent version of the License published by Netscape. No one
   1.905 -     other than Netscape has the right to modify the terms applicable to
   1.906 -     Covered Code created under this License.
   1.907 -
   1.908 -     6.3. Derivative Works.
   1.909 -     If You create or use a modified version of this License (which you may
   1.910 -     only do in order to apply it to code which is not already Covered Code
   1.911 -     governed by this License), You must (a) rename Your license so that
   1.912 -     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
   1.913 -     "MPL", "NPL" or any confusingly similar phrase do not appear in your
   1.914 -     license (except to note that your license differs from this License)
   1.915 -     and (b) otherwise make it clear that Your version of the license
   1.916 -     contains terms which differ from the Mozilla Public License and
   1.917 -     Netscape Public License. (Filling in the name of the Initial
   1.918 -     Developer, Original Code or Contributor in the notice described in
   1.919 -     Exhibit A shall not of themselves be deemed to be modifications of
   1.920 -     this License.)
   1.921 -
   1.922 -7. DISCLAIMER OF WARRANTY.
   1.923 -
   1.924 -     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
   1.925 -     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
   1.926 -     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
   1.927 -     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
   1.928 -     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
   1.929 -     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
   1.930 -     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
   1.931 -     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
   1.932 -     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
   1.933 -     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
   1.934 -
   1.935 -8. TERMINATION.
   1.936 -
   1.937 -     8.1.  This License and the rights granted hereunder will terminate
   1.938 -     automatically if You fail to comply with terms herein and fail to cure
   1.939 -     such breach within 30 days of becoming aware of the breach. All
   1.940 -     sublicenses to the Covered Code which are properly granted shall
   1.941 -     survive any termination of this License. Provisions which, by their
   1.942 -     nature, must remain in effect beyond the termination of this License
   1.943 -     shall survive.
   1.944 -
   1.945 -     8.2.  If You initiate litigation by asserting a patent infringement
   1.946 -     claim (excluding declatory judgment actions) against Initial Developer
   1.947 -     or a Contributor (the Initial Developer or Contributor against whom
   1.948 -     You file such action is referred to as "Participant")  alleging that:
   1.949 -
   1.950 -     (a)  such Participant's Contributor Version directly or indirectly
   1.951 -     infringes any patent, then any and all rights granted by such
   1.952 -     Participant to You under Sections 2.1 and/or 2.2 of this License
   1.953 -     shall, upon 60 days notice from Participant terminate prospectively,
   1.954 -     unless if within 60 days after receipt of notice You either: (i)
   1.955 -     agree in writing to pay Participant a mutually agreeable reasonable
   1.956 -     royalty for Your past and future use of Modifications made by such
   1.957 -     Participant, or (ii) withdraw Your litigation claim with respect to
   1.958 -     the Contributor Version against such Participant.  If within 60 days
   1.959 -     of notice, a reasonable royalty and payment arrangement are not
   1.960 -     mutually agreed upon in writing by the parties or the litigation claim
   1.961 -     is not withdrawn, the rights granted by Participant to You under
   1.962 -     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
   1.963 -     the 60 day notice period specified above.
   1.964 -
   1.965 -     (b)  any software, hardware, or device, other than such Participant's
   1.966 -     Contributor Version, directly or indirectly infringes any patent, then
   1.967 -     any rights granted to You by such Participant under Sections 2.1(b)
   1.968 -     and 2.2(b) are revoked effective as of the date You first made, used,
   1.969 -     sold, distributed, or had made, Modifications made by that
   1.970 -     Participant.
   1.971 -
   1.972 -     8.3.  If You assert a patent infringement claim against Participant
   1.973 -     alleging that such Participant's Contributor Version directly or
   1.974 -     indirectly infringes any patent where such claim is resolved (such as
   1.975 -     by license or settlement) prior to the initiation of patent
   1.976 -     infringement litigation, then the reasonable value of the licenses
   1.977 -     granted by such Participant under Sections 2.1 or 2.2 shall be taken
   1.978 -     into account in determining the amount or value of any payment or
   1.979 -     license.
   1.980 -
   1.981 -     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
   1.982 -     all end user license agreements (excluding distributors and resellers)
   1.983 -     which have been validly granted by You or any distributor hereunder
   1.984 -     prior to termination shall survive termination.
   1.985 -
   1.986 -9. LIMITATION OF LIABILITY.
   1.987 -
   1.988 -     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
   1.989 -     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
   1.990 -     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
   1.991 -     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
   1.992 -     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
   1.993 -     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
   1.994 -     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
   1.995 -     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
   1.996 -     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
   1.997 -     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
   1.998 -     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
   1.999 -     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
  1.1000 -     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
  1.1001 -     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
  1.1002 -
  1.1003 -10. U.S. GOVERNMENT END USERS.
  1.1004 -
  1.1005 -     The Covered Code is a "commercial item," as that term is defined in
  1.1006 -     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
  1.1007 -     software" and "commercial computer software documentation," as such
  1.1008 -     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
  1.1009 -     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
  1.1010 -     all U.S. Government End Users acquire Covered Code with only those
  1.1011 -     rights set forth herein.
  1.1012 -
  1.1013 -11. MISCELLANEOUS.
  1.1014 -
  1.1015 -     This License represents the complete agreement concerning subject
  1.1016 -     matter hereof. If any provision of this License is held to be
  1.1017 -     unenforceable, such provision shall be reformed only to the extent
  1.1018 -     necessary to make it enforceable. This License shall be governed by
  1.1019 -     California law provisions (except to the extent applicable law, if
  1.1020 -     any, provides otherwise), excluding its conflict-of-law provisions.
  1.1021 -     With respect to disputes in which at least one party is a citizen of,
  1.1022 -     or an entity chartered or registered to do business in the United
  1.1023 -     States of America, any litigation relating to this License shall be
  1.1024 -     subject to the jurisdiction of the Federal Courts of the Northern
  1.1025 -     District of California, with venue lying in Santa Clara County,
  1.1026 -     California, with the losing party responsible for costs, including
  1.1027 -     without limitation, court costs and reasonable attorneys' fees and
  1.1028 -     expenses. The application of the United Nations Convention on
  1.1029 -     Contracts for the International Sale of Goods is expressly excluded.
  1.1030 -     Any law or regulation which provides that the language of a contract
  1.1031 -     shall be construed against the drafter shall not apply to this
  1.1032 -     License.
  1.1033 -
  1.1034 -12. RESPONSIBILITY FOR CLAIMS.
  1.1035 -
  1.1036 -     As between Initial Developer and the Contributors, each party is
  1.1037 -     responsible for claims and damages arising, directly or indirectly,
  1.1038 -     out of its utilization of rights under this License and You agree to
  1.1039 -     work with Initial Developer and Contributors to distribute such
  1.1040 -     responsibility on an equitable basis. Nothing herein is intended or
  1.1041 -     shall be deemed to constitute any admission of liability.
  1.1042 -
  1.1043 -13. MULTIPLE-LICENSED CODE.
  1.1044 -
  1.1045 -     Initial Developer may designate portions of the Covered Code as
  1.1046 -     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
  1.1047 -     Developer permits you to utilize portions of the Covered Code under
  1.1048 -     Your choice of the NPL or the alternative licenses, if any, specified
  1.1049 -     by the Initial Developer in the file described in Exhibit A.
  1.1050 -
  1.1051 -EXHIBIT A - Mozilla Public License.
  1.1052 -
  1.1053 -     ``The contents of this file are subject to the Mozilla Public License
  1.1054 -     Version 1.1 (the "License"); you may not use this file except in
  1.1055 -     compliance with the License. You may obtain a copy of the License at
  1.1056 -     http://www.mozilla.org/MPL/
  1.1057 -
  1.1058 -     Software distributed under the License is distributed on an "AS IS"
  1.1059 -     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  1.1060 -     License for the specific language governing rights and limitations
  1.1061 -     under the License.
  1.1062 -
  1.1063 -     The Original Code is ______________________________________.
  1.1064 -
  1.1065 -     The Initial Developer of the Original Code is ________________________.
  1.1066 -     Portions created by ______________________ are Copyright (C) ______
  1.1067 -     _______________________. All Rights Reserved.
  1.1068 -
  1.1069 -     Contributor(s): ______________________________________.
  1.1070 -
  1.1071 -     Alternatively, the contents of this file may be used under the terms
  1.1072 -     of the _____ license (the  "[___] License"), in which case the
  1.1073 -     provisions of [______] License are applicable instead of those
  1.1074 -     above.  If you wish to allow use of your version of this file only
  1.1075 -     under the terms of the [____] License and not to allow others to use
  1.1076 -     your version of this file under the MPL, indicate your decision by
  1.1077 -     deleting  the provisions above and replace  them with the notice and
  1.1078 -     other provisions required by the [___] License.  If you do not delete
  1.1079 -     the provisions above, a recipient may use your version of this file
  1.1080 -     under either the MPL or the [___] License."
  1.1081 -
  1.1082 -     [NOTE: The text of this Exhibit A may differ slightly from the text of
  1.1083 -     the notices in the Source Code files of the Original Code. You should
  1.1084 -     use the text of this Exhibit A rather than the text found in the
  1.1085 -     Original Code Source Code for Your Modifications.]
  1.1086 -
  1.1087 ---- end of LICENSE ---
  1.1088 -
  1.1089 --------------------------------------------------------------------------------
  1.1090 -
  1.1091 -%% This notice is provided with respect to SAX 2.0.1, which is included 
  1.1092 -with JRE 7, JDK 7, and OpenJDK 7.
  1.1093 -
  1.1094 ---- begin of LICENSE ---
  1.1095 -
  1.1096 - SAX is free!
  1.1097 -
  1.1098 - In fact, it's not possible to own a license to SAX, since it's been placed in
  1.1099 - the public domain.
  1.1100 -
  1.1101 - No Warranty
  1.1102 -
  1.1103 - Because SAX is released to the public domain, there is no warranty for the
  1.1104 - design or for the software implementation, to the extent permitted by
  1.1105 - applicable law. Except when otherwise stated in writing the copyright holders
  1.1106 - and/or other parties provide SAX "as is" without warranty of any kind, either
  1.1107 - expressed or implied, including, but not limited to, the implied warranties
  1.1108 - of merchantability and fitness for a particular purpose. The entire risk as
  1.1109 - to the quality and performance of SAX is with you. Should SAX prove
  1.1110 - defective, you assume the cost of all necessary servicing, repair or
  1.1111 - correction.
  1.1112 -
  1.1113 - In no event unless required by applicable law or agreed to in writing will
  1.1114 - any copyright holder, or any other party who may modify and/or redistribute
  1.1115 - SAX, be liable to you for damages, including any general, special, incidental
  1.1116 - or consequential damages arising out of the use or inability to use SAX
  1.1117 - (including but not limited to loss of data or data being rendered inaccurate
  1.1118 - or losses sustained by you or third parties or a failure of the SAX to
  1.1119 - operate with any other programs), even if such holder or other party has been
  1.1120 - advised of the possibility of such damages.
  1.1121 -
  1.1122 - Copyright Disclaimers 
  1.1123 -
  1.1124 - This page includes statements to that effect by David Megginson, who would
  1.1125 - have been able to claim copyright for the original work.  SAX 1.0
  1.1126 -
  1.1127 - Version 1.0 of the Simple API for XML (SAX), created collectively by the
  1.1128 - membership of the XML-DEV mailing list, is hereby released into the public
  1.1129 - domain.
  1.1130 -
  1.1131 - No one owns SAX: you may use it freely in both commercial and non-commercial
  1.1132 - applications, bundle it with your software distribution, include it on a
  1.1133 - CD-ROM, list the source code in a book, mirror the documentation at your own
  1.1134 - web site, or use it in any other way you see fit.
  1.1135 -
  1.1136 - David Megginson, sax@megginson.com
  1.1137 - 1998-05-11
  1.1138 -
  1.1139 - SAX 2.0 
  1.1140 -
  1.1141 - I hereby abandon any property rights to SAX 2.0 (the Simple API for XML), and
  1.1142 - release all of the SAX 2.0 source code, compiled code, and documentation
  1.1143 - contained in this distribution into the Public Domain. SAX comes with NO
  1.1144 - WARRANTY or guarantee of fitness for any purpose.
  1.1145 -
  1.1146 - David Megginson, david@megginson.com
  1.1147 - 2000-05-05
  1.1148 -
  1.1149 ---- end of LICENSE ---
  1.1150 -
  1.1151 --------------------------------------------------------------------------------
  1.1152 -
  1.1153 -%% This notice is provided with respect to SoftFloat version 2b, which is 
  1.1154 -included with JRE 7, JDK 7, and OpenJDK 7 on Linux/ARM.
  1.1155 -
  1.1156 ---- begin of LICENSE ---
  1.1157 -
  1.1158 -Use of any of this software is governed by the terms of the license below:
  1.1159 -
  1.1160 -SoftFloat was written by me, John R. Hauser. This work was made possible in 
  1.1161 -part by the International Computer Science Institute, located at Suite 600, 
  1.1162 -1947 Center Street, Berkeley, California 94704. Funding was partially 
  1.1163 -provided by the National Science Foundation under grant MIP-9311980. The 
  1.1164 -original version of this code was written as part of a project to build 
  1.1165 -a fixed-point vector processor in collaboration with the University of 
  1.1166 -California at Berkeley, overseen by Profs. Nelson Morgan and John Wawrzynek. 
  1.1167 -
  1.1168 -THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort 
  1.1169 -has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT 
  1.1170 -TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO 
  1.1171 -PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ALL 
  1.1172 -LOSSES, COSTS, OR OTHER PROBLEMS THEY INCUR DUE TO THE SOFTWARE, AND WHO 
  1.1173 -FURTHERMORE EFFECTIVELY INDEMNIFY JOHN HAUSER AND THE INTERNATIONAL COMPUTER 
  1.1174 -SCIENCE INSTITUTE (possibly via similar legal warning) AGAINST ALL LOSSES, 
  1.1175 -COSTS, OR OTHER PROBLEMS INCURRED BY THEIR CUSTOMERS AND CLIENTS DUE TO THE 
  1.1176 -SOFTWARE. 
  1.1177 -
  1.1178 -Derivative works are acceptable, even for commercial purposes, provided 
  1.1179 -that the minimal documentation requirements stated in the source code are 
  1.1180 -satisfied. 
  1.1181 -
  1.1182 ---- end of LICENSE ---
  1.1183 -
  1.1184 --------------------------------------------------------------------------------
  1.1185 -
  1.1186 -%% Portions licensed from Taligent, Inc.
  1.1187 -
  1.1188 --------------------------------------------------------------------------------
  1.1189 -
  1.1190 -%% This notice is provided with respect to Thai Dictionary, which is 
  1.1191 -included with JRE 7, JDK 7, and OpenJDK 7.
  1.1192 -
  1.1193 ---- begin of LICENSE ---
  1.1194 -
  1.1195 -Copyright (C) 1982 The Royal Institute, Thai Royal Government.
  1.1196 -
  1.1197 -Copyright (C) 1998 National Electronics and Computer Technology Center,
  1.1198 -National Science and Technology Development Agency,
  1.1199 -Ministry of Science Technology and Environment,
  1.1200 -Thai Royal Government.
  1.1201 -
  1.1202 -Permission is hereby granted, free of charge, to any person obtaining a copy
  1.1203 -of this software and associated documentation files (the "Software"), to deal
  1.1204 -in the Software without restriction, including without limitation the rights
  1.1205 -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1.1206 -copies of the Software, and to permit persons to whom the Software is
  1.1207 -furnished to do so, subject to the following conditions:
  1.1208 -
  1.1209 -The above copyright notice and this permission notice shall be included in all
  1.1210 -copies or substantial portions of the Software.
  1.1211 -
  1.1212 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.1213 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.1214 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1.1215 -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1.1216 -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1.1217 -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1.1218 -SOFTWARE.
  1.1219 -
  1.1220 ---- end of LICENSE ---
  1.1221 -
  1.1222 --------------------------------------------------------------------------------
  1.1223 -
  1.1224 -%% This notice is provided with respect to Unicode 6.0.0, CLDR v1.4.1, & CLDR
  1.1225 -v1.9, which is included with JRE 7, JDK 7, and OpenJDK 7.
  1.1226 -
  1.1227 ---- begin of LICENSE ---
  1.1228 -
  1.1229 -Unicode Terms of Use
  1.1230 -
  1.1231 -For the general privacy policy governing access to this site, see the Unicode
  1.1232 -Privacy Policy. For trademark usage, see the Unicode® Consortium Name and
  1.1233 -Trademark Usage Policy.
  1.1234 -
  1.1235 -A. Unicode Copyright.
  1.1236 -   1. Copyright © 1991-2011 Unicode, Inc. All rights reserved.
  1.1237 -
  1.1238 -   2. Certain documents and files on this website contain a legend indicating
  1.1239 -      that "Modification is permitted." Any person is hereby authorized,
  1.1240 -      without fee, to modify such documents and files to create derivative
  1.1241 -      works conforming to the Unicode® Standard, subject to Terms and
  1.1242 -      Conditions herein.
  1.1243 -
  1.1244 -    3. Any person is hereby authorized, without fee, to view, use, reproduce,
  1.1245 -       and distribute all documents and files solely for informational
  1.1246 -       purposes in the creation of products supporting the Unicode Standard,
  1.1247 -       subject to the Terms and Conditions herein.
  1.1248 -
  1.1249 -    4. Further specifications of rights and restrictions pertaining to the use
  1.1250 -       of the particular set of data files known as the "Unicode Character
  1.1251 -       Database" can be found in Exhibit 1.
  1.1252 -
  1.1253 -    5. Each version of the Unicode Standard has further specifications of
  1.1254 -       rights and restrictions of use. For the book editions (Unicode 5.0 and
  1.1255 -       earlier), these are found on the back of the title page. The online
  1.1256 -       code charts carry specific restrictions. All other files, including
  1.1257 -       online documentation of the core specification for Unicode 6.0 and
  1.1258 -       later, are covered under these general Terms of Use.
  1.1259 -
  1.1260 -    6. No license is granted to "mirror" the Unicode website where a fee is
  1.1261 -       charged for access to the "mirror" site.
  1.1262 -
  1.1263 -    7. Modification is not permitted with respect to this document. All copies
  1.1264 -       of this document must be verbatim.
  1.1265 -
  1.1266 -B. Restricted Rights Legend. Any technical data or software which is licensed
  1.1267 -   to the United States of America, its agencies and/or instrumentalities
  1.1268 -   under this Agreement is commercial technical data or commercial computer
  1.1269 -   software developed exclusively at private expense as defined in FAR 2.101,
  1.1270 -   or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use,
  1.1271 -   duplication, or disclosure by the Government is subject to restrictions as
  1.1272 -   set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov
  1.1273 -   1995) and this Agreement. For Software, in accordance with FAR 12-212 or
  1.1274 -   DFARS 227-7202, as applicable, use, duplication or disclosure by the
  1.1275 -   Government is subject to the restrictions set forth in this Agreement.
  1.1276 -
  1.1277 -C. Warranties and Disclaimers.
  1.1278 -   1. This publication and/or website may include technical or typographical
  1.1279 -      errors or other inaccuracies . Changes are periodically added to the
  1.1280 -      information herein; these changes will be incorporated in new editions
  1.1281 -      of the publication and/or website. Unicode may make improvements and/or
  1.1282 -      changes in the product(s) and/or program(s) described in this
  1.1283 -      publication and/or website at any time.
  1.1284 -
  1.1285 -    2. If this file has been purchased on magnetic or optical media from
  1.1286 -       Unicode, Inc. the sole and exclusive remedy for any claim will be
  1.1287 -       exchange of the defective media within ninety (90) days of original
  1.1288 -       purchase.
  1.1289 -
  1.1290 -    3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR SOFTWARE IS
  1.1291 -       PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED,
  1.1292 -       OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF
  1.1293 -       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
  1.1294 -       UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR
  1.1295 -       OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH
  1.1296 -       ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.
  1.1297 -
  1.1298 -D. Waiver of Damages. In no event shall Unicode or its licensors be liable for
  1.1299 -   any special, incidental, indirect or consequential damages of any kind, or
  1.1300 -   any damages whatsoever, whether or not Unicode was advised of the
  1.1301 -   possibility of the damage, including, without limitation, those resulting
  1.1302 -   from the following: loss of use, data or profits, in connection with the
  1.1303 -   use, modification or distribution of this information or its derivatives.
  1.1304 -
  1.1305 -E.Trademarks & Logos.
  1.1306 -   1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode,
  1.1307 -      Inc.  “The Unicode Consortium” and “Unicode, Inc.” are trade names of
  1.1308 -      Unicode, Inc.  Use of the information and materials found on this
  1.1309 -      website indicates your acknowledgement of Unicode, Inc.’s exclusive
  1.1310 -      worldwide rights in the Unicode Word Mark, the Unicode Logo, and the
  1.1311 -      Unicode trade names.
  1.1312 -
  1.1313 -   2. The Unicode Consortium Name and Trademark Usage Policy (“Trademark
  1.1314 -      Policy”) are incorporated herein by reference and you agree to abide by
  1.1315 -      the provisions of the Trademark Policy, which may be changed from time
  1.1316 -      to time in the sole discretion of Unicode, Inc.
  1.1317 -
  1.1318 -   3. All third party trademarks referenced herein are the property of their
  1.1319 -      respective owners.
  1.1320 -
  1.1321 -Miscellaneous.
  1.1322 -   1. Jurisdiction and Venue. This server is operated from a location in the
  1.1323 -      State of California, United States of America. Unicode makes no
  1.1324 -      representation that the materials are appropriate for use in other
  1.1325 -      locations. If you access this server from other locations, you are
  1.1326 -      responsible for compliance with local laws. This Agreement, all use of
  1.1327 -      this site and any claims and damages resulting from use of this site are
  1.1328 -      governed solely by the laws of the State of California without regard to
  1.1329 -      any principles which would apply the laws of a different jurisdiction.
  1.1330 -      The user agrees that any disputes regarding this site shall be resolved
  1.1331 -      solely in the courts located in Santa Clara County, California. The user
  1.1332 -      agrees said courts have personal jurisdiction and agree to waive any
  1.1333 -      right to transfer the dispute to any other forum.
  1.1334 -
  1.1335 -   2. Modification by Unicode.  Unicode shall have the right to modify this
  1.1336 -      Agreement at any time by posting it to this site. The user may not
  1.1337 -      assign any part of this Agreement without Unicode’s prior written
  1.1338 -      consent.
  1.1339 -
  1.1340 -   3. Taxes. The user agrees to pay any taxes arising from access to this
  1.1341 -      website or use of the information herein, except for those based on
  1.1342 -      Unicode’s net income.
  1.1343 -
  1.1344 -   4. Severability.  If any provision of this Agreement is declared invalid or
  1.1345 -      unenforceable, the remaining provisions of this Agreement shall remain
  1.1346 -      in effect.
  1.1347 -
  1.1348 -   5. Entire Agreement. This Agreement constitutes the entire agreement
  1.1349 -      between the parties.
  1.1350 -
  1.1351 -EXHIBIT 1
  1.1352 -UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
  1.1353 -
  1.1354 -Unicode Data Files include all data files under the directories
  1.1355 -http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
  1.1356 -http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
  1.1357 -online code charts under the directory http://www.unicode.org/Public/.
  1.1358 -Software includes any source code published in the Unicode Standard or under
  1.1359 -the directories http://www.unicode.org/Public/,
  1.1360 -http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.
  1.1361 -
  1.1362 -NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
  1.1363 -INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA
  1.1364 -FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO
  1.1365 -BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT
  1.1366 -AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR
  1.1367 -SOFTWARE.
  1.1368 -
  1.1369 -COPYRIGHT AND PERMISSION NOTICE
  1.1370 -
  1.1371 -Copyright © 1991-2011 Unicode, Inc. All rights reserved. Distributed under the
  1.1372 -Terms of Use in http://www.unicode.org/copyright.html.
  1.1373 -
  1.1374 -Permission is hereby granted, free of charge, to any person obtaining a copy
  1.1375 -of the Unicode data files and any associated documentation (the "Data Files")
  1.1376 -or Unicode software and any associated documentation (the "Software") to deal
  1.1377 -in the Data Files or Software without restriction, including without
  1.1378 -limitation the rights to use, copy, modify, merge, publish, distribute, and/or
  1.1379 -sell copies of the Data Files or Software, and to permit persons to whom the
  1.1380 -Data Files or Software are furnished to do so, provided that (a) the above
  1.1381 -copyright notice(s) and this permission notice appear with all copies of the
  1.1382 -Data Files or Software, (b) both the above copyright notice(s) and this
  1.1383 -permission notice appear in associated documentation, and (c) there is clear
  1.1384 -notice in each modified Data File or in the Software as well as in the
  1.1385 -documentation associated with the Data File(s) or Software that the data or
  1.1386 -software has been modified.
  1.1387 -
  1.1388 -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  1.1389 -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1.1390 -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
  1.1391 -PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
  1.1392 -THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  1.1393 -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  1.1394 -PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  1.1395 -ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
  1.1396 -DATA FILES OR SOFTWARE.
  1.1397 -
  1.1398 -Except as contained in this notice, the name of a copyright holder shall not
  1.1399 -be used in advertising or otherwise to promote the sale, use or other dealings
  1.1400 -in these Data Files or Software without prior written authorization of the
  1.1401 -copyright holder.
  1.1402 -
  1.1403 -Unicode and the Unicode logo are trademarks of Unicode, Inc. in the United
  1.1404 -States and other countries. All third party trademarks referenced herein are
  1.1405 -the property of their respective owners.
  1.1406 -
  1.1407 ---- end of LICENSE ---
  1.1408 -
  1.1409 --------------------------------------------------------------------------------
  1.1410 -
  1.1411 -%% This notice is provided with respect to UPX v3.01, which is included 
  1.1412 -with JRE 7 on Windows.
  1.1413 -
  1.1414 ---- begin of LICENSE ---
  1.1415 -
  1.1416 -Use of any of this software is governed by the terms of the license below:
  1.1417 -
  1.1418 -
  1.1419 -                 ooooo     ooo ooooooooo.   ooooooo  ooooo
  1.1420 -                 `888'     `8' `888   `Y88.  `8888    d8'
  1.1421 -                  888       8   888   .d88'    Y888..8P
  1.1422 -                  888       8   888ooo88P'      `8888'
  1.1423 -                  888       8   888            .8PY888.
  1.1424 -                  `88.    .8'   888           d8'  `888b
  1.1425 -                    `YbodP'    o888o        o888o  o88888o
  1.1426 -
  1.1427 -
  1.1428 -                    The Ultimate Packer for eXecutables
  1.1429 -          Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar
  1.1430 -               http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
  1.1431 -                          http://www.nexus.hu/upx
  1.1432 -                            http://upx.tsx.org
  1.1433 -
  1.1434 -
  1.1435 -PLEASE CAREFULLY READ THIS LICENSE AGREEMENT, ESPECIALLY IF YOU PLAN
  1.1436 -TO MODIFY THE UPX SOURCE CODE OR USE A MODIFIED UPX VERSION.
  1.1437 -
  1.1438 -
  1.1439 -ABSTRACT
  1.1440 -========
  1.1441 -
  1.1442 -   UPX and UCL are copyrighted software distributed under the terms
  1.1443 -   of the GNU General Public License (hereinafter the "GPL").
  1.1444 -
  1.1445 -   The stub which is imbedded in each UPX compressed program is part
  1.1446 -   of UPX and UCL, and contains code that is under our copyright. The
  1.1447 -   terms of the GNU General Public License still apply as compressing
  1.1448 -   a program is a special form of linking with our stub.
  1.1449 -
  1.1450 -   As a special exception we grant the free usage of UPX for all
  1.1451 -   executables, including commercial programs.
  1.1452 -   See below for details and restrictions.
  1.1453 -
  1.1454 -
  1.1455 -COPYRIGHT
  1.1456 -=========
  1.1457 -
  1.1458 -   UPX and UCL are copyrighted software. All rights remain with the authors.
  1.1459 -
  1.1460 -   UPX is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
  1.1461 -   UPX is Copyright (C) 1996-2000 Laszlo Molnar
  1.1462 -
  1.1463 -   UCL is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
  1.1464 -
  1.1465 -
  1.1466 -GNU GENERAL PUBLIC LICENSE
  1.1467 -==========================
  1.1468 -
  1.1469 -   UPX and the UCL library are free software; you can redistribute them
  1.1470 -   and/or modify them under the terms of the GNU General Public License as
  1.1471 -   published by the Free Software Foundation; either version 2 of
  1.1472 -   the License, or (at your option) any later version.
  1.1473 -
  1.1474 -   UPX and UCL are distributed in the hope that they will be useful,
  1.1475 -   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1.1476 -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1.1477 -   GNU General Public License for more details.
  1.1478 -
  1.1479 -   You should have received a copy of the GNU General Public License
  1.1480 -   along with this program; see the file COPYING.
  1.1481 -
  1.1482 -
  1.1483 -SPECIAL EXCEPTION FOR COMPRESSED EXECUTABLES
  1.1484 -============================================
  1.1485 -
  1.1486 -   The stub which is imbedded in each UPX compressed program is part
  1.1487 -   of UPX and UCL, and contains code that is under our copyright. The
  1.1488 -   terms of the GNU General Public License still apply as compressing
  1.1489 -   a program is a special form of linking with our stub.
  1.1490 -
  1.1491 -   Hereby Markus F.X.J. Oberhumer and Laszlo Molnar grant you special
  1.1492 -   permission to freely use and distribute all UPX compressed programs
  1.1493 -   (including commercial ones), subject to the following restrictions:
  1.1494 -
  1.1495 -   1. You must compress your program with a completely unmodified UPX
  1.1496 -      version; either with our precompiled version, or (at your option)
  1.1497 -      with a self compiled version of the unmodified UPX sources as
  1.1498 -      distributed by us.
  1.1499 -   2. This also implies that the UPX stub must be completely unmodfied, i.e.
  1.1500 -      the stub imbedded in your compressed program must be byte-identical
  1.1501 -      to the stub that is produced by the official unmodified UPX version.
  1.1502 -   3. The decompressor and any other code from the stub must exclusively get
  1.1503 -      used by the unmodified UPX stub for decompressing your program at
  1.1504 -      program startup. No portion of the stub may get read, copied,
  1.1505 -      called or otherwise get used or accessed by your program.
  1.1506 -
  1.1507 -
  1.1508 -ANNOTATIONS
  1.1509 -===========
  1.1510 -
  1.1511 -  - You can use a modified UPX version or modified UPX stub only for
  1.1512 -    programs that are compatible with the GNU General Public License.
  1.1513 -
  1.1514 -  - We grant you special permission to freely use and distribute all UPX
  1.1515 -    compressed programs. But any modification of the UPX stub (such as,
  1.1516 -    but not limited to, removing our copyright string or making your
  1.1517 -    program non-decompressible) will immediately revoke your right to
  1.1518 -    use and distribute a UPX compressed program.
  1.1519 -
  1.1520 -  - UPX is not a software protection tool; by requiring that you use
  1.1521 -    the unmodified UPX version for your proprietary programs we
  1.1522 -    make sure that any user can decompress your program. This protects
  1.1523 -    both you and your users as nobody can hide malicious code -
  1.1524 -    any program that cannot be decompressed is highly suspicious
  1.1525 -    by definition.
  1.1526 -
  1.1527 -  - You can integrate all or part of UPX and UCL into projects that
  1.1528 -    are compatible with the GNU GPL, but obviously you cannot grant
  1.1529 -    any special exceptions beyond the GPL for our code in your project.
  1.1530 -
  1.1531 -  - We want to actively support manufacturers of virus scanners and
  1.1532 -    similar security software. Please contact us if you would like to
  1.1533 -    incorporate parts of UPX or UCL into such a product.
  1.1534 -
  1.1535 -
  1.1536 -
  1.1537 -Markus F.X.J. Oberhumer                   Laszlo Molnar
  1.1538 -markus.oberhumer@jk.uni-linz.ac.at        ml1050@cdata.tvnet.hu
  1.1539 -
  1.1540 -Linz, Austria, 25 Feb 2000
  1.1541 -
  1.1542 -Additional License(s)
  1.1543 -
  1.1544 -The UPX license file is at http://upx.sourceforge.net/upx-license.html.
  1.1545 -
  1.1546 ---- end of LICENSE ---
  1.1547 -
  1.1548 --------------------------------------------------------------------------------
  1.1549 -
  1.1550 -%% This notice is provided with respect to Xfree86-VidMode Extension 1.0,
  1.1551 -which is included with JRE 7, JDK 7, and OpenJDK 7 on Linux and Solaris.
  1.1552 -
  1.1553 ---- begin of LICENSE ---
  1.1554 -
  1.1555 -Version 1.1 of XFree86 ProjectLicence.
  1.1556 -
  1.1557 -Copyright (C) 1994-2004 The XFree86 Project, Inc.    All rights reserved.
  1.1558 -
  1.1559 -Permission is hereby granted, free of charge, to any person obtaining a copy of
  1.1560 -this software and associated documentation files (the "Software"), to deal
  1.1561 -in the Software without restriction, including without limitation the rights
  1.1562 -to use, copy, modify, merge, publish, distribute, sublicence, and/or sell
  1.1563 -copies of the Software, and to permit persons to whom the Software is furnished
  1.1564 -to do so,subject to the following conditions:
  1.1565 -
  1.1566 -   1. Redistributions of source code must retain the above copyright
  1.1567 -   notice,this list of conditions, and the following disclaimer.
  1.1568 -
  1.1569 -   2. Redistributions in binary form must reproduce the above copyright notice,
  1.1570 -   this list of conditions and the following disclaimer in the documentation
  1.1571 -   and/or other materials provided with the distribution, and in the same place
  1.1572 -   and form as other copyright, license and disclaimer information.
  1.1573 -
  1.1574 -   3. The end-user documentation included with the redistribution, if any,must
  1.1575 -   include the following acknowledgment: "This product includes
  1.1576 -   software developed by The XFree86 Project, Inc (http://www.xfree86.org/) and
  1.1577 -   its contributors", in the same place and form as other third-party
  1.1578 -   acknowledgments. Alternately, this acknowledgment may appear in the software
  1.1579 -   itself, in the same form and location as other such third-party
  1.1580 -   acknowledgments.
  1.1581 -
  1.1582 -    4. Except as contained in this notice, the name of The XFree86 Project,Inc
  1.1583 -    shall not be used in advertising or otherwise to promote the sale, use
  1.1584 -    or other dealings in this Software without prior written authorization from
  1.1585 -    The XFree86 Project, Inc.
  1.1586 -
  1.1587 -    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  1.1588 -    WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1.1589 -    MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1.1590 -    EVENT SHALL THE XFREE86 PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY
  1.1591 -    DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  1.1592 -    (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR
  1.1593 -    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  1.1594 -    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1.1595 -    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1.1596 -    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  1.1597 -    DAMAGE.  
  1.1598 -
  1.1599 ---- end of LICENSE ---
  1.1600 -
  1.1601 --------------------------------------------------------------------------------
  1.1602 -
  1.1603 -%% This notice is provided with respect to X Window System 6.8.2, which is 
  1.1604 -included with JRE 7, JDK 7, and OpenJDK 7 on Linux and Solaris.
  1.1605 -
  1.1606 ---- begin of LICENSE ---
  1.1607 -
  1.1608 -          Licenses
  1.1609 -The X.Org Foundation March 2004
  1.1610 -
  1.1611 -1. Introduction
  1.1612 -
  1.1613 -The X.org Foundation X Window System distribution is a compilation of code and
  1.1614 -documentation from many sources. This document is intended primarily as a
  1.1615 -guide to the licenses used in the distribution: you must check each file
  1.1616 -and/or package for precise redistribution terms. None-the-less, this summary
  1.1617 -may be useful to many users. No software incorporating the XFree86 1.1 license
  1.1618 -has been incorporated.
  1.1619 -
  1.1620 -This document is based on the compilation from XFree86.
  1.1621 -
  1.1622 -2. XFree86 License
  1.1623 -
  1.1624 -XFree86 code without an explicit copyright is covered by the following
  1.1625 -copyright/license:
  1.1626 -
  1.1627 -Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
  1.1628 -
  1.1629 -Permission is hereby granted, free of charge, to any person obtaining a copy
  1.1630 -of this software and associated documentation files (the "Software"), to deal
  1.1631 -in the Software without restriction, including without limitation the rights
  1.1632 -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1.1633 -copies of the Software, and to permit persons to whom the Software is
  1.1634 -furnished to do so, subject to the following conditions:
  1.1635 -
  1.1636 -The above copyright notice and this permission notice shall be included in all
  1.1637 -copies or substantial portions of the Software.
  1.1638 -
  1.1639 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.1640 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.1641 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1.1642 -XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1.1643 -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1.1644 -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1.1645 -
  1.1646 -Except as contained in this notice, the name of the XFree86 Project shall not
  1.1647 -be used in advertising or otherwise to promote the sale, use or other dealings
  1.1648 -in this Software without prior written authorization from the XFree86 Project.
  1.1649 -
  1.1650 -3. Other Licenses
  1.1651 -
  1.1652 -Portions of code are covered by the following licenses/copyrights. See
  1.1653 -individual files for the copyright dates.
  1.1654 -
  1.1655 -3.1. X/MIT Copyrights
  1.1656 -
  1.1657 -3.1.1. X Consortium
  1.1658 -
  1.1659 -Copyright (C) <date> X Consortium
  1.1660 -
  1.1661 -Permission is hereby granted, free of charge, to any person obtaining a copy
  1.1662 -of this software and associated documentation files (the "Software"), to deal
  1.1663 -in the Software without restriction, including without limitation the rights
  1.1664 -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1.1665 -copies of the Software, and to permit persons to whom the Software is
  1.1666 -furnished to do so, subject to the following conditions:
  1.1667 -
  1.1668 -The above copyright notice and this permission notice shall be included in all
  1.1669 -copies or substantial portions of the Software.
  1.1670 -
  1.1671 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.1672 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.1673 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
  1.1674 -CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  1.1675 -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1.1676 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1.1677 -
  1.1678 -Except as contained in this notice, the name of the X Consortium shall not be
  1.1679 -used in advertising or otherwise to promote the sale, use or other dealings in
  1.1680 -this Software without prior written authorization from the X Consortium.
  1.1681 -
  1.1682 -X Window System is a trademark of X Consortium, Inc.
  1.1683 -
  1.1684 -3.1.2. The Open Group
  1.1685 -
  1.1686 -Copyright <date> The Open Group
  1.1687 -
  1.1688 -Permission to use, copy, modify, distribute, and sell this software and its
  1.1689 -documentation for any purpose is hereby granted without fee, provided that the
  1.1690 -above copyright notice appear in all copies and that both that copyright
  1.1691 -notice and this permission notice appear in supporting documentation.
  1.1692 -
  1.1693 -The above copyright notice and this permission notice shall be included in all
  1.1694 -copies or substantial portions of the Software.
  1.1695 -
  1.1696 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.1697 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.1698 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1.1699 -OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  1.1700 -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1.1701 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1.1702 -
  1.1703 -Except as contained in this notice, the name of The Open Group shall not be
  1.1704 -used in advertising or otherwise to promote the sale, use or other dealings in
  1.1705 -this Software without prior written authorization from The Open Group.  3.2.
  1.1706 -Berkeley-based copyrights:
  1.1707 -
  1.1708 -o
  1.1709 -3.2.1. General
  1.1710 -
  1.1711 -Redistribution and use in source and binary forms, with or without
  1.1712 -modification, are permitted provided that the following conditions are met:
  1.1713 -
  1.1714 -   1. Redistributions of source code must retain the above copyright notice,
  1.1715 -   this list of conditions and the following disclaimer.
  1.1716 -
  1.1717 -   2. Redistributions in binary form must reproduce the above copyright
  1.1718 -   notice, this list of conditions and the following disclaimer in the
  1.1719 -   documentation and/or other materials provided with the distribution.
  1.1720 -
  1.1721 -   3. The name of the author may not be used to endorse or promote products
  1.1722 -   derived from this software without specific prior written permission.
  1.1723 -
  1.1724 -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  1.1725 -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1.1726 -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1.1727 -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1.1728 -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1.1729 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  1.1730 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  1.1731 -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1.1732 -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  1.1733 -POSSIBILITY OF SUCH DAMAGE.  3.2.2. UCB/LBL
  1.1734 -
  1.1735 -Copyright (c) 1993 The Regents of the University of California. All rights
  1.1736 -reserved.
  1.1737 -
  1.1738 -This software was developed by the Computer Systems Engineering group at
  1.1739 -Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed to
  1.1740 -Berkeley.
  1.1741 -
  1.1742 -All advertising materials mentioning features or use of this software must
  1.1743 -display the following acknowledgement: This product includes software
  1.1744 -developed by the University of California, Lawrence Berkeley Laboratory.
  1.1745 -
  1.1746 -Redistribution and use in source and binary forms, with or without
  1.1747 -modification, are permitted provided that the following conditions are met:
  1.1748 -
  1.1749 -   1. Redistributions of source code must retain the above copyright notice,
  1.1750 -   this list of conditions and the following disclaimer.
  1.1751 -
  1.1752 -   2. Redistributions in binary form must reproduce the above copyright
  1.1753 -   notice, this list of conditions and the following disclaimer in the
  1.1754 -   documentation and/or other materials provided with the distribution.
  1.1755 -
  1.1756 -   3. All advertising materials mentioning features or use of this software
  1.1757 -   must display the following acknowledgement: This product includes software
  1.1758 -   developed by the University of California, Berkeley and its contributors.
  1.1759 -
  1.1760 -   4. Neither the name of the University nor the names of its contributors may
  1.1761 -   be used to endorse or promote products derived from this software without
  1.1762 -   specific prior written permission.
  1.1763 -
  1.1764 -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
  1.1765 -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  1.1766 -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  1.1767 -DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
  1.1768 -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  1.1769 -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  1.1770 -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  1.1771 -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1.1772 -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  1.1773 -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  3.2.3. The
  1.1774 -NetBSD Foundation, Inc.
  1.1775 -
  1.1776 -Copyright (c) 2003 The NetBSD Foundation, Inc. All rights reserved.
  1.1777 -
  1.1778 -This code is derived from software contributed to The NetBSD Foundation by Ben
  1.1779 -Collver <collver1@attbi.com>
  1.1780 -
  1.1781 -Redistribution and use in source and binary forms, with or without
  1.1782 -modification, are permitted provided that the following conditions are met:
  1.1783 -
  1.1784 -   1. Redistributions of source code must retain the above copyright notice,
  1.1785 -   this list of conditions and the following disclaimer.
  1.1786 -
  1.1787 -   2. Redistributions in binary form must reproduce the above copyright
  1.1788 -   notice, this list of conditions and the following disclaimer in the
  1.1789 -   documentation and/or other materials provided with the distribution.
  1.1790 -
  1.1791 -   3. All advertising materials mentioning features or use of this software
  1.1792 -   must display the following acknowledgement: This product includes software
  1.1793 -   developed by the NetBSD Foundation, Inc. and its contributors.
  1.1794 -
  1.1795 -   4. Neither the name of The NetBSD Foundation nor the names of its
  1.1796 -   contributors may be used to endorse or promote products derived from this
  1.1797 -   software without specific prior written permission.
  1.1798 -
  1.1799 -THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS
  1.1800 -IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1.1801 -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  1.1802 -DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
  1.1803 -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  1.1804 -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  1.1805 -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  1.1806 -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1.1807 -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  1.1808 -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  3.2.4. Theodore
  1.1809 -Ts'o.
  1.1810 -
  1.1811 -Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All rights
  1.1812 -reserved.
  1.1813 -
  1.1814 -Redistribution and use in source and binary forms, with or without
  1.1815 -modification, are permitted provided that the following conditions are met:
  1.1816 -
  1.1817 -   1. Redistributions of source code must retain the above copyright notice,
  1.1818 -   and the entire permission notice in its entirety, including the disclaimer
  1.1819 -   of warranties.
  1.1820 -
  1.1821 -   2. Redistributions in binary form must reproduce the above copyright
  1.1822 -   notice, this list of conditions and the following disclaimer in the
  1.1823 -   documentation and/or other materials provided with the distribution.
  1.1824 -
  1.1825 -   3. he name of the author may not be used to endorse or promote products
  1.1826 -   derived from this software without specific prior written permission.
  1.1827 -
  1.1828 -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  1.1829 -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  1.1830 -FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED. IN NO
  1.1831 -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1.1832 -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1.1833 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  1.1834 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  1.1835 -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1.1836 -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE
  1.1837 -POSSIBILITY OF SUCH DAMAGE.  3.2.5. Theo de Raadt and Damien Miller
  1.1838 -
  1.1839 -Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. Copyright (c)
  1.1840 -2001-2002 Damien Miller. All rights reserved.
  1.1841 -
  1.1842 -Redistribution and use in source and binary forms, with or without
  1.1843 -modification, are permitted provided that the following conditions are met:
  1.1844 -
  1.1845 -   1. Redistributions of source code must retain the above copyright notice,
  1.1846 -   this list of conditions and the following disclaimer.
  1.1847 -
  1.1848 -   2. Redistributions in binary form must reproduce the above copyright
  1.1849 -   notice, this list of conditions and the following disclaimer in the
  1.1850 -   documentation and/or other materials provided with the distribution.
  1.1851 -
  1.1852 -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  1.1853 -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1.1854 -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1.1855 -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1.1856 -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1.1857 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  1.1858 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  1.1859 -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1.1860 -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  1.1861 -POSSIBILITY OF SUCH DAMAGE.  3.2.6. Todd C. Miller
  1.1862 -
  1.1863 -Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  1.1864 -
  1.1865 -Permission to use, copy, modify, and distribute this software for any purpose
  1.1866 -with or without fee is hereby granted, provided that the above copyright
  1.1867 -notice and this permission notice appear in all copies.
  1.1868 -
  1.1869 -THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL WARRANTIES
  1.1870 -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  1.1871 -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE FOR
  1.1872 -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  1.1873 -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  1.1874 -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  1.1875 -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  3.2.7. Thomas
  1.1876 -Winischhofer
  1.1877 -
  1.1878 -Copyright (C) 2001-2004 Thomas Winischhofer
  1.1879 -
  1.1880 -Redistribution and use in source and binary forms, with or without
  1.1881 -modification, are permitted provided that the following conditions are met:
  1.1882 -
  1.1883 -   1. Redistributions of source code must retain the above copyright notice,
  1.1884 -   this list of conditions and the following disclaimer.
  1.1885 -
  1.1886 -   2. Redistributions in binary form must reproduce the above copyright
  1.1887 -   notice, this list of conditions and the following disclaimer in the
  1.1888 -   documentation and/or other materials provided with the distribution.
  1.1889 -
  1.1890 -   3. The name of the author may not be used to endorse or promote products
  1.1891 -   derived from this software without specific prior written permission.
  1.1892 -
  1.1893 -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  1.1894 -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1.1895 -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1.1896 -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1.1897 -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1.1898 -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  1.1899 -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  1.1900 -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1.1901 -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  1.1902 -POSSIBILITY OF SUCH DAMAGE.  3.3. NVIDIA Corp
  1.1903 -
  1.1904 -Copyright (c) 1996 NVIDIA, Corp. All rights reserved.
  1.1905 -
  1.1906 -NOTICE TO USER: The source code is copyrighted under U.S. and international
  1.1907 -laws. NVIDIA, Corp. of Sunnyvale, California owns the copyright and as design
  1.1908 -patents pending on the design and interface of the NV chips. Users and
  1.1909 -possessors of this source code are hereby granted a nonexclusive, royalty-free
  1.1910 -copyright and design patent license to use this code in individual and
  1.1911 -commercial software.
  1.1912 -
  1.1913 -Any use of this source code must include, in the user documentation and
  1.1914 -internal comments to the code, notices to the end user as follows:
  1.1915 -
  1.1916 -Copyright (c) 1996 NVIDIA, Corp. NVIDIA design patents pending in the U.S. and
  1.1917 -foreign countries.
  1.1918 -
  1.1919 -NVIDIA, CORP. MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE
  1.1920 -CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
  1.1921 -WARRANTY OF ANY KIND. NVIDIA, CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO
  1.1922 -THIS SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  1.1923 -FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORP. BE LIABLE
  1.1924 -FOR ANY SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
  1.1925 -DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  1.1926 -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  1.1927 -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.  3.4. GLX Public
  1.1928 -License
  1.1929 -
  1.1930 -GLX PUBLIC LICENSE (Version 1.0 (2/11/99)) ("License")
  1.1931 -
  1.1932 -Subject to any third party claims, Silicon Graphics, Inc. ("SGI") hereby
  1.1933 -grants permission to Recipient (defined below), under Recipient's copyrights
  1.1934 -in the Original Software (defined below), to use, copy, modify, merge,
  1.1935 -publish, distribute, sublicense and/or sell copies of Subject Software
  1.1936 -(defined below), and to permit persons to whom the Subject Software is
  1.1937 -furnished in accordance with this License to do the same, subject to all of
  1.1938 -the following terms and conditions, which Recipient accepts by engaging in any
  1.1939 -such use, copying, modifying, merging, publishing, distributing, sublicensing
  1.1940 -or selling:
  1.1941 -
  1.1942 -1. Definitions.
  1.1943 -
  1.1944 -    (a) "Original Software" means source code of computer software code which
  1.1945 -    is described in Exhibit A as Original Software.
  1.1946 -
  1.1947 -    (b) "Modifications" means any addition to or deletion from the substance
  1.1948 -    or structure of either the Original Software or any previous
  1.1949 -    Modifications. When Subject Software is released as a series of files, a
  1.1950 -    Modification means (i) any addition to or deletion from the contents of a
  1.1951 -    file containing Original Software or previous Modifications and (ii) any
  1.1952 -    new file that contains any part of the Original Code or previous
  1.1953 -    Modifications.
  1.1954 -
  1.1955 -    (c) "Subject Software" means the Original Software or Modifications or the
  1.1956 -    combination of the Original Software and Modifications, or portions of any
  1.1957 -    of the foregoing.
  1.1958 -
  1.1959 -    (d) "Recipient" means an individual or a legal entity exercising rights
  1.1960 -    under, and complying with all of the terms of, this License. For legal
  1.1961 -    entities, "Recipient" includes any entity which controls, is controlled
  1.1962 -    by, or is under common control with Recipient. For purposes of this
  1.1963 -    definition, "control" of an entity means (a) the power, direct or
  1.1964 -    indirect, to direct or manage such entity, or (b) ownership of fifty
  1.1965 -    percent (50%) or more of the outstanding shares or beneficial ownership of
  1.1966 -    such entity.
  1.1967 -
  1.1968 -2. Redistribution of Source Code Subject to These Terms. Redistributions of
  1.1969 -Subject Software in source code form must retain the notice set forth in
  1.1970 -Exhibit A, below, in every file. A copy of this License must be included in
  1.1971 -any documentation for such Subject Software where the recipients' rights
  1.1972 -relating to Subject Software are described. Recipient may distribute the
  1.1973 -source code version of Subject Software under a license of Recipient's choice,
  1.1974 -which may contain terms different from this License, provided that (i)
  1.1975 -Recipient is in compliance with the terms of this License, and (ii) the
  1.1976 -license terms include this Section 2 and Sections 3, 4, 7, 8, 10, 12 and 13 of
  1.1977 -this License, which terms may not be modified or superseded by any other terms
  1.1978 -of such license. If Recipient distributes the source code version under a
  1.1979 -different license Recipient must make it absolutely clear that any terms which
  1.1980 -differ from this License are offered by Recipient alone, not by SGI. Recipient
  1.1981 -hereby agrees to indemnify SGI for any liability incurred by SGI as a result
  1.1982 -of any such terms Recipient offers.
  1.1983 -
  1.1984 -3. Redistribution in Executable Form. The notice set forth in Exhibit A must
  1.1985 -be conspicuously included in any notice in an executable version of Subject
  1.1986 -Software, related documentation or collateral in which Recipient describes the
  1.1987 -user's rights relating to the Subject Software. Recipient may distribute the
  1.1988 -executable version of Subject Software under a license of Recipient's choice,
  1.1989 -which may contain terms different from this License, provided that (i)
  1.1990 -Recipient is in compliance with the terms of this License, and (ii) the
  1.1991 -license terms include this Section 3 and Sections 4, 7, 8, 10, 12 and 13 of
  1.1992 -this License, which terms may not be modified or superseded by any other terms
  1.1993 -of such license. If Recipient distributes the executable version under a
  1.1994 -different license Recipient must make it absolutely clear that any terms which
  1.1995 -differ from this License are offered by Recipient alone, not by SGI. Recipient
  1.1996 -hereby agrees to indemnify SGI for any liability incurred by SGI as a result
  1.1997 -of any such terms Recipient offers.
  1.1998 -
  1.1999 -4. Termination. This License and the rights granted hereunder will terminate
  1.2000 -automatically if Recipient fails to comply with terms herein and fails to cure
  1.2001 -such breach within 30 days of the breach. Any sublicense to the Subject
  1.2002 -Software which is properly granted shall survive any termination of this
  1.2003 -License absent termination by the terms of such sublicense. Provisions which,
  1.2004 -by their nature, must remain in effect beyond the termination of this License
  1.2005 -shall survive.
  1.2006 -
  1.2007 -5. No Trademark Rights. This License does not grant any rights to use any
  1.2008 -trade name, trademark or service mark whatsoever. No trade name, trademark or
  1.2009 -service mark of SGI may be used to endorse or promote products derived from
  1.2010 -the Subject Software without prior written permission of SGI.
  1.2011 -
  1.2012 -6. No Other Rights. This License does not grant any rights with respect to the
  1.2013 -OpenGL API or to any software or hardware implementation thereof or to any
  1.2014 -other software whatsoever, nor shall any other rights or licenses not
  1.2015 -expressly granted hereunder arise by implication, estoppel or otherwise with
  1.2016 -respect to the Subject Software. Title to and ownership of the Original
  1.2017 -Software at all times remains with SGI. All rights in the Original Software
  1.2018 -not expressly granted under this License are reserved.
  1.2019 -
  1.2020 -7. Compliance with Laws; Non-Infringement. Recipient shall comply with all
  1.2021 -applicable laws and regulations in connection with use and distribution of the
  1.2022 -Subject Software, including but not limited to, all export and import control
  1.2023 -laws and regulations of the U.S. government and other countries. Recipient may
  1.2024 -not distribute Subject Software that (i) in any way infringes (directly or
  1.2025 -contributorily) the rights (including patent, copyright, trade secret,
  1.2026 -trademark or other intellectual property rights of any kind) of any other
  1.2027 -person or entity or (ii) breaches any representation or warranty, express,
  1.2028 -implied or statutory, which under any applicable law it might be deemed to
  1.2029 -have been distributed.
  1.2030 -
  1.2031 -8. Claims of Infringement. If Recipient at any time has knowledge of any one
  1.2032 -or more third party claims that reproduction, modification, use, distribution,
  1.2033 -import or sale of Subject Software (including particular functionality or code
  1.2034 -incorporated in Subject Software) infringes the third party's intellectual
  1.2035 -property rights, Recipient must place in a well-identified web page bearing
  1.2036 -the title "LEGAL" a description of each such claim and a description of the
  1.2037 -party making each such claim in sufficient detail that a user of the Subject
  1.2038 -Software will know whom to contact regarding the claim. Also, upon gaining
  1.2039 -such knowledge of any such claim, Recipient must conspicuously include the URL
  1.2040 -for such web page in the Exhibit A notice required under Sections 2 and 3,
  1.2041 -above, and in the text of any related documentation, license agreement or
  1.2042 -collateral in which Recipient describes end user's rights relating to the
  1.2043 -Subject Software. If Recipient obtains such knowledge after it makes Subject
  1.2044 -Software available to any other person or entity, Recipient shall take other
  1.2045 -steps (such as notifying appropriate mailing lists or newsgroups) reasonably
  1.2046 -calculated to inform those who received the Subject Software that new
  1.2047 -knowledge has been obtained.
  1.2048 -
  1.2049 -9. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
  1.2050 -WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
  1.2051 -LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS,
  1.2052 -MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON- INFRINGING. SGI ASSUMES NO
  1.2053 -RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
  1.2054 -PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY
  1.2055 -SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
  1.2056 -ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED
  1.2057 -HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  1.2058 -
  1.2059 -10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
  1.2060 -WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY),
  1.2061 -CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY
  1.2062 -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
  1.2063 -CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
  1.2064 -STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
  1.2065 -COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
  1.2066 -THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY
  1.2067 -TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO
  1.2068 -THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT
  1.2069 -ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
  1.2070 -THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.
  1.2071 -
  1.2072 -11. Indemnity. Recipient shall be solely responsible for damages arising,
  1.2073 -directly or indirectly, out of its utilization of rights under this License.
  1.2074 -Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from
  1.2075 -and against any loss, liability, damages, costs or expenses (including the
  1.2076 -payment of reasonable attorneys fees) arising out of Recipient's use,
  1.2077 -modification, reproduction and distribution of the Subject Software or out of
  1.2078 -any representation or warranty made by Recipient.
  1.2079 -
  1.2080 -12. U.S. Government End Users. The Subject Software is a "commercial item"
  1.2081 -consisting of "commercial computer software" as such terms are defined in
  1.2082 -title 48 of the Code of Federal Regulations and all U.S. Government End Users
  1.2083 -acquire only the rights set forth in this License and are subject to the terms
  1.2084 -of this License.
  1.2085 -
  1.2086 -13. Miscellaneous. This License represents the complete agreement concerning
  1.2087 -subject matter hereof. If any provision of this License is held to be
  1.2088 -unenforceable, such provision shall be reformed so as to achieve as nearly as
  1.2089 -possible the same economic effect as the original provision and the remainder
  1.2090 -of this License will remain in effect. This License shall be governed by and
  1.2091 -construed in accordance with the laws of the United States and the State of
  1.2092 -California as applied to agreements entered into and to be performed entirely
  1.2093 -within California between California residents. Any litigation relating to
  1.2094 -this License shall be subject to the exclusive jurisdiction of the Federal
  1.2095 -Courts of the Northern District of California (or, absent subject matter
  1.2096 -jurisdiction in such courts, the courts of the State of California), with
  1.2097 -venue lying exclusively in Santa Clara County, California, with the losing
  1.2098 -party responsible for costs, including without limitation, court costs and
  1.2099 -reasonable attorneys fees and expenses. The application of the United Nations
  1.2100 -Convention on Contracts for the International Sale of Goods is expressly
  1.2101 -excluded. Any law or regulation which provides that the language of a contract
  1.2102 -shall be construed against the drafter shall not apply to this License.
  1.2103 -
  1.2104 -Exhibit A
  1.2105 -
  1.2106 -The contents of this file are subject to Sections 2, 3, 4, 7, 8, 10, 12 and 13
  1.2107 -of the GLX Public License Version 1.0 (the "License"). You may not use this
  1.2108 -file except in compliance with those sections of the License. You may obtain a
  1.2109 -copy of the License at Silicon Graphics, Inc., attn: Legal Services, 2011 N.
  1.2110 -Shoreline Blvd., Mountain View, CA 94043 or at
  1.2111 -http://www.sgi.com/software/opensource/glx/license.html.
  1.2112 -
  1.2113 -Software distributed under the License is distributed on an "AS IS" basis. ALL
  1.2114 -WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
  1.2115 -WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF NON-
  1.2116 -INFRINGEMENT. See the License for the specific language governing rights and
  1.2117 -limitations under the License.
  1.2118 -
  1.2119 -The Original Software is GLX version 1.2 source code, released February, 1999.
  1.2120 -The developer of the Original Software is Silicon Graphics, Inc. Those
  1.2121 -portions of the Subject Software created by Silicon Graphics, Inc. are
  1.2122 -Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved.  3.5. CID
  1.2123 -Font Code Public License
  1.2124 -
  1.2125 -CID FONT CODE PUBLIC LICENSE (Version 1.0 (3/31/99))("License")
  1.2126 -
  1.2127 -Subject to any applicable third party claims, Silicon Graphics, Inc. ("SGI")
  1.2128 -hereby grants permission to Recipient (defined below), under SGI's copyrights
  1.2129 -in the Original Software (defined below), to use, copy, modify, merge,
  1.2130 -publish, distribute, sublicense and/or sell copies of Subject Software
  1.2131 -(defined below) in both source code and executable form, and to permit persons
  1.2132 -to whom the Subject Software is furnished in accordance with this License to
  1.2133 -do the same, subject to all of the following terms and conditions, which
  1.2134 -Recipient accepts by engaging in any such use, copying, modifying, merging,
  1.2135 -publication, distributing, sublicensing or selling:
  1.2136 -
  1.2137 -1. Definitions.
  1.2138 -
  1.2139 -    a. "Original Software" means source code of computer software code that is
  1.2140 -    described in Exhibit A as Original Software.
  1.2141 -
  1.2142 -    b. "Modifications" means any addition to or deletion from the substance or
  1.2143 -    structure of either the Original Software or any previous Modifications.
  1.2144 -    When Subject Software is released as a series of files, a Modification
  1.2145 -    means (i) any addition to or deletion from the contents of a file
  1.2146 -    containing Original Software or previous Modifications and (ii) any new
  1.2147 -    file that contains any part of the Original Code or previous
  1.2148 -    Modifications.
  1.2149 -
  1.2150 -    c. "Subject Software" means the Original Software or Modifications or the
  1.2151 -    combination of the Original Software and Modifications, or portions of any
  1.2152 -    of the foregoing.
  1.2153 -
  1.2154 -    d. "Recipient" means an individual or a legal entity exercising rights
  1.2155 -    under the terms of this License. For legal entities, "Recipient" includes
  1.2156 -    any entity that controls, is controlled by, or is under common control
  1.2157 -    with Recipient. For purposes of this definition, "control" of an entity
  1.2158 -    means (i) the power, direct or indirect, to direct or manage such entity,
  1.2159 -    or (ii) ownership of fifty percent (50%) or more of the outstanding shares
  1.2160 -    or beneficial ownership of such entity.
  1.2161 -
  1.2162 -    e. "Required Notice" means the notice set forth in Exhibit A to this
  1.2163 -    License.
  1.2164 -
  1.2165 -    f. "Accompanying Technology" means any software or other technology that
  1.2166 -    is not a Modification and that is distributed or made publicly available
  1.2167 -    by Recipient with the Subject Software. Separate software files that do
  1.2168 -    not contain any Original Software or any previous Modification shall not
  1.2169 -    be deemed a Modification, even if such software files are aggregated as
  1.2170 -    part of a product, or in any medium of storage, with any file that does
  1.2171 -    contain Original Software or any previous Modification.
  1.2172 -
  1.2173 -2. License Terms. All distribution of the Subject Software must be made
  1.2174 -subject to the terms of this License. A copy of this License and the Required
  1.2175 -Notice must be included in any documentation for Subject Software where
  1.2176 -Recipient's rights relating to Subject Software and/or any Accompanying
  1.2177 -Technology are described. Distributions of Subject Software in source code
  1.2178 -form must also include the Required Notice in every file distributed. In
  1.2179 -addition, a ReadMe file entitled "Important Legal Notice" must be distributed
  1.2180 -with each distribution of one or more files that incorporate Subject Software.
  1.2181 -That file must be included with distributions made in both source code and
  1.2182 -executable form. A copy of the License and the Required Notice must be
  1.2183 -included in that file. Recipient may distribute Accompanying Technology under
  1.2184 -a license of Recipient's choice, which may contain terms different from this
  1.2185 -License, provided that (i) Recipient is in compliance with the terms of this
  1.2186 -License, (ii) such other license terms do not modify or supersede the terms of
  1.2187 -this License as applicable to the Subject Software, (iii) Recipient hereby
  1.2188 -indemnifies SGI for any liability incurred by SGI as a result of the
  1.2189 -distribution of Accompanying Technology or the use of other license terms.
  1.2190 -
  1.2191 -3. Termination. This License and the rights granted hereunder will terminate
  1.2192 -automatically if Recipient fails to comply with terms herein and fails to cure
  1.2193 -such breach within 30 days of the breach. Any sublicense to the Subject
  1.2194 -Software that is properly granted shall survive any termination of this
  1.2195 -License absent termination by the terms of such sublicense. Provisions which,
  1.2196 -by their nature, must remain in effect beyond the termination of this License
  1.2197 -shall survive.
  1.2198 -
  1.2199 -4. Trademark Rights. This License does not grant any rights to use any trade
  1.2200 -name, trademark or service mark whatsoever. No trade name, trademark or
  1.2201 -service mark of SGI may be used to endorse or promote products derived from or
  1.2202 -incorporating any Subject Software without prior written permission of SGI.
  1.2203 -
  1.2204 -5. No Other Rights. No rights or licenses not expressly granted hereunder
  1.2205 -shall arise by implication, estoppel or otherwise. Title to and ownership of
  1.2206 -the Original Software at all times remains with SGI. All rights in the
  1.2207 -Original Software not expressly granted under this License are reserved.
  1.2208 -
  1.2209 -6. Compliance with Laws; Non-Infringement. Recipient shall comply with all
  1.2210 -applicable laws and regulations in connection with use and distribution of the
  1.2211 -Subject Software, including but not limited to, all export and import control
  1.2212 -laws and regulations of the U.S. government and other countries. Recipient may
  1.2213 -not distribute Subject Software that (i) in any way infringes (directly or
  1.2214 -contributorily) the rights (including patent, copyright, trade secret,
  1.2215 -trademark or other intellectual property rights of any kind) of any other
  1.2216 -person or entity, or (ii) breaches any representation or warranty, express,
  1.2217 -implied or statutory, which under any applicable law it might be deemed to
  1.2218 -have been distributed.
  1.2219 -
  1.2220 -7. Claims of Infringement. If Recipient at any time has knowledge of any one
  1.2221 -or more third party claims that reproduction, modification, use, distribution,
  1.2222 -import or sale of Subject Software (including particular functionality or code
  1.2223 -incorporated in Subject Software) infringes the third party's intellectual
  1.2224 -property rights, Recipient must place in a well-identified web page bearing
  1.2225 -the title "LEGAL" a description of each such claim and a description of the
  1.2226 -party making each such claim in sufficient detail that a user of the Subject
  1.2227 -Software will know whom to contact regarding the claim. Also, upon gaining
  1.2228 -such knowledge of any such claim, Recipient must conspicuously include the URL
  1.2229 -for such web page in the Required Notice, and in the text of any related
  1.2230 -documentation, license agreement or collateral in which Recipient describes
  1.2231 -end user's rights relating to the Subject Software. If Recipient obtains such
  1.2232 -knowledge after it makes Subject Software available to any other person or
  1.2233 -entity, Recipient shall take other steps (such as notifying appropriate
  1.2234 -mailing lists or newsgroups) reasonably calculated to provide such knowledge
  1.2235 -to those who received the Subject Software.
  1.2236 -
  1.2237 -8. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
  1.2238 -WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
  1.2239 -LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS,
  1.2240 -MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. SGI ASSUMES NO
  1.2241 -RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
  1.2242 -PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY
  1.2243 -SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
  1.2244 -ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED
  1.2245 -HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  1.2246 -
  1.2247 -9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
  1.2248 -WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY),
  1.2249 -CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY CLAIM,
  1.2250 -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  1.2251 -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SUBJECT SOFTWARE OR
  1.2252 -THE USE OR OTHER DEALINGS IN THE SUBJECT SOFTWARE. SOME JURISDICTIONS DO NOT
  1.2253 -ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES, SO THIS EXCLUSION AND
  1.2254 -LIMITATION MAY NOT APPLY TO RECIPIENT TO THE EXTENT SO DISALLOWED.
  1.2255 -
  1.2256 -10. Indemnity. Recipient shall be solely responsible for damages arising,
  1.2257 -directly or indirectly, out of its utilization of rights under this License.
  1.2258 -Recipient will defend, indemnify and hold SGI and its successors and assigns
  1.2259 -harmless from and against any loss, liability, damages, costs or expenses
  1.2260 -(including the payment of reasonable attorneys fees) arising out of
  1.2261 -(Recipient's use, modification, reproduction and distribution of the Subject
  1.2262 -Software or out of any representation or warranty made by Recipient.
  1.2263 -
  1.2264 -11. U.S. Government End Users. The Subject Software is a "commercial item"
  1.2265 -consisting of "commercial computer software" as such terms are defined in
  1.2266 -title 48 of the Code of Federal Regulations and all U.S. Government End Users
  1.2267 -acquire only the rights set forth in this License and are subject to the terms
  1.2268 -of this License.
  1.2269 -
  1.2270 -12. Miscellaneous. This License represents the complete agreement concerning
  1.2271 -subject matter hereof. If any provision of this License is held to be
  1.2272 -unenforceable by any judicial or administrative authority having proper
  1.2273 -jurisdiction with respect thereto, such provision shall be reformed so as to
  1.2274 -achieve as nearly as possible the same economic effect as the original
  1.2275 -provision and the remainder of this License will remain in effect. This
  1.2276 -License shall be governed by and construed in accordance with the laws of the
  1.2277 -United States and the State of California as applied to agreements entered
  1.2278 -into and to be performed entirely within California between California
  1.2279 -residents. Any litigation relating to this License shall be subject to the
  1.2280 -exclusive jurisdiction of the Federal Courts of the Northern District of
  1.2281 -California (or, absent subject matter jurisdiction in such courts, the courts
  1.2282 -of the State of California), with venue lying exclusively in Santa Clara
  1.2283 -County, California, with the losing party responsible for costs, including
  1.2284 -without limitation, court costs and reasonable attorneys fees and expenses.
  1.2285 -The application of the United Nations Convention on Contracts for the
  1.2286 -International Sale of Goods is expressly excluded. Any law or regulation that
  1.2287 -provides that the language of a contract shall be construed against the
  1.2288 -drafter shall not apply to this License.
  1.2289 -
  1.2290 -Exhibit A
  1.2291 -
  1.2292 -Copyright (c) 1994-1999 Silicon Graphics, Inc.
  1.2293 -
  1.2294 -The contents of this file are subject to the CID Font Code Public License
  1.2295 -Version 1.0 (the "License"). You may not use this file except in compliance
  1.2296 -with the License. You may obtain a copy of the License at Silicon Graphics,
  1.2297 -Inc., attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043
  1.2298 -or at http://www.sgi.com/software/opensource/cid/license.html
  1.2299 -
  1.2300 -Software distributed under the License is distributed on an "AS IS" basis. ALL
  1.2301 -WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
  1.2302 -WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF
  1.2303 -NON-INFRINGEMENT. See the License for the specific language governing rights
  1.2304 -and limitations under the License.
  1.2305 -
  1.2306 -The Original Software (as defined in the License) is CID font code that was
  1.2307 -developed by Silicon Graphics, Inc. Those portions of the Subject Software (as
  1.2308 -defined in the License) that were created by Silicon Graphics, Inc. are
  1.2309 -Copyright (c) 1994-1999 Silicon Graphics, Inc. All Rights Reserved.
  1.2310 -
  1.2311 -[NOTE: When using this text in connection with Subject Software delivered
  1.2312 -solely in object code form, Recipient may replace the words "this file" with
  1.2313 -"this software" in both the first and second sentences.] 3.6. Bitstream Vera
  1.2314 -Fonts Copyright
  1.2315 -
  1.2316 -The fonts have a generous copyright, allowing derivative works (as long as
  1.2317 -"Bitstream" or "Vera" are not in the names), and full redistribution (so long
  1.2318 -as they are not *sold* by themselves). They can be be bundled, redistributed
  1.2319 -and sold with any software.
  1.2320 -
  1.2321 -The fonts are distributed under the following copyright:
  1.2322 -
  1.2323 -Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a
  1.2324 -trademark of Bitstream, Inc.
  1.2325 -
  1.2326 -Permission is hereby granted, free of charge, to any person obtaining a copy
  1.2327 -of the fonts accompanying this license ("Fonts") and associated documentation
  1.2328 -files (the "Font Software"), to reproduce and distribute the Font Software,
  1.2329 -including without limitation the rights to use, copy, merge, publish,
  1.2330 -distribute, and/or sell copies of the Font Software, and to permit persons to
  1.2331 -whom the Font Software is furnished to do so, subject to the following
  1.2332 -conditions:
  1.2333 -
  1.2334 -The above copyright and trademark notices and this permission notice shall be
  1.2335 -included in all copies of one or more of the Font Software typefaces.
  1.2336 -
  1.2337 -The Font Software may be modified, altered, or added to, and in particular the
  1.2338 -designs of glyphs or characters in the Fonts may be modified and additional
  1.2339 -glyphs or characters may be added to the Fonts, only if the fonts are renamed
  1.2340 -to names not containing either the words "Bitstream" or the word "Vera".
  1.2341 -
  1.2342 -This License becomes null and void to the extent applicable to Fonts or Font
  1.2343 -Software that has been modified and is distributed under the "Bitstream Vera"
  1.2344 -names.
  1.2345 -
  1.2346 -The Font Software may be sold as part of a larger software package but no copy
  1.2347 -of one or more of the Font Software typefaces may be sold by itself.
  1.2348 -
  1.2349 -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  1.2350 -OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
  1.2351 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
  1.2352 -TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION
  1.2353 -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
  1.2354 -SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION
  1.2355 -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO
  1.2356 -USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
  1.2357 -
  1.2358 -Except as contained in this notice, the names of Gnome, the Gnome Foundation,
  1.2359 -and Bitstream Inc., shall not be used in advertising or otherwise to promote
  1.2360 -the sale, use or other dealings in this Font Software without prior written
  1.2361 -authorization from the Gnome Foundation or Bitstream Inc., respectively. For
  1.2362 -further information, contact: fonts at gnome dot org.  3.7. Bigelow & Holmes
  1.2363 -Inc and URW++ GmbH Luxi font license
  1.2364 -
  1.2365 -Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font instruction
  1.2366 -code copyright (c) 2001 by URW++ GmbH. All Rights Reserved. Luxi is a
  1.2367 -registered trademark of Bigelow & Holmes Inc.
  1.2368 -
  1.2369 -Permission is hereby granted, free of charge, to any person obtaining a copy
  1.2370 -of these Fonts and associated documentation files (the "Font Software"), to
  1.2371 -deal in the Font Software, including without limitation the rights to use,
  1.2372 -copy, merge, publish, distribute, sublicense, and/or sell copies of the Font
  1.2373 -Software, and to permit persons to whom the Font Software is furnished to do
  1.2374 -so, subject to the following conditions:
  1.2375 -
  1.2376 -The above copyright and trademark notices and this permission notice shall be
  1.2377 -included in all copies of one or more of the Font Software.
  1.2378 -
  1.2379 -The Font Software may not be modified, altered, or added to, and in particular
  1.2380 -the designs of glyphs or characters in the Fonts may not be modified nor may
  1.2381 -additional glyphs or characters be added to the Fonts. This License becomes
  1.2382 -null and void when the Fonts or Font Software have been modified.
  1.2383 -
  1.2384 -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  1.2385 -OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
  1.2386 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
  1.2387 -TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BIGELOW & HOLMES INC. OR URW++
  1.2388 -GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY
  1.2389 -GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN
  1.2390 -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
  1.2391 -INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
  1.2392 -SOFTWARE.
  1.2393 -
  1.2394 -Except as contained in this notice, the names of Bigelow & Holmes Inc. and
  1.2395 -URW++ GmbH. shall not be used in advertising or otherwise to promote the sale,
  1.2396 -use or other dealings in this Font Software without prior written
  1.2397 -authorization from Bigelow & Holmes Inc. and URW++ GmbH.
  1.2398 -
  1.2399 -For further information, contact:
  1.2400 -
  1.2401 -info@urwpp.de or design@bigelowandholmes.com
  1.2402 -
  1.2403 -
  1.2404 ---- end of LICENSE ---
  1.2405 -
  1.2406 --------------------------------------------------------------------------------
  1.2407 -
  1.2408 -%% This notice is provided with respect to zlib v1.2.3, which is included 
  1.2409 -with JRE 7, JDK 7, and OpenJDK 7
  1.2410 -
  1.2411 ---- begin of LICENSE ---
  1.2412 -
  1.2413 -  version 1.2.3, July 18th, 2005
  1.2414 -
  1.2415 -  Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
  1.2416 -
  1.2417 -  This software is provided 'as-is', without any express or implied
  1.2418 -  warranty.  In no event will the authors be held liable for any damages
  1.2419 -  arising from the use of this software.
  1.2420 -
  1.2421 -  Permission is granted to anyone to use this software for any purpose,
  1.2422 -  including commercial applications, and to alter it and redistribute it
  1.2423 -  freely, subject to the following restrictions:
  1.2424 -
  1.2425 -  1. The origin of this software must not be misrepresented; you must not
  1.2426 -     claim that you wrote the original software. If you use this software
  1.2427 -     in a product, an acknowledgment in the product documentation would be
  1.2428 -     appreciated but is not required.
  1.2429 -  2. Altered source versions must be plainly marked as such, and must not be
  1.2430 -     misrepresented as being the original software.
  1.2431 -  3. This notice may not be removed or altered from any source distribution.
  1.2432 -
  1.2433 -  Jean-loup Gailly        Mark Adler
  1.2434 -  jloup@gzip.org          madler@alumni.caltech.edu
  1.2435 -
  1.2436 ---- end of LICENSE ---
  1.2437 -
  1.2438 --------------------------------------------------------------------------------
  1.2439 -
  1.2440 -%% This notice is provided with respect to the following which is 
  1.2441 -included with JRE 7, JDK 7, and OpenJDK 7, except where noted:
  1.2442 -
  1.2443 -  Apache Derby 10.8.1.2        [included with JDK 7 only]
  1.2444 -  Apache Jakarta BCEL 5.2 
  1.2445 -  Apache Jakarta Regexp 1.4 
  1.2446 -  Apache Santuario XMLSec-Java 1.4.2
  1.2447 -  Apache Xalan-Java 2.7.1 
  1.2448 -  Apache Xerces2 Java 2.10.0 
  1.2449 -  Apache XML Resolver 1.1 
  1.2450 -
  1.2451 -
  1.2452 ---- begin of LICENSE ---
  1.2453 -
  1.2454 -                                 Apache License
  1.2455 -                           Version 2.0, January 2004
  1.2456 -                        http://www.apache.org/licenses/
  1.2457 -
  1.2458 -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1.2459 -
  1.2460 -   1. Definitions.
  1.2461 -
  1.2462 -      "License" shall mean the terms and conditions for use, reproduction,
  1.2463 -      and distribution as defined by Sections 1 through 9 of this document.
  1.2464 -
  1.2465 -      "Licensor" shall mean the copyright owner or entity authorized by
  1.2466 -      the copyright owner that is granting the License.
  1.2467 -
  1.2468 -      "Legal Entity" shall mean the union of the acting entity and all
  1.2469 -      other entities that control, are controlled by, or are under common
  1.2470 -      control with that entity. For the purposes of this definition,
  1.2471 -      "control" means (i) the power, direct or indirect, to cause the
  1.2472 -      direction or management of such entity, whether by contract or
  1.2473 -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1.2474 -      outstanding shares, or (iii) beneficial ownership of such entity.
  1.2475 -
  1.2476 -      "You" (or "Your") shall mean an individual or Legal Entity
  1.2477 -      exercising permissions granted by this License.
  1.2478 -
  1.2479 -      "Source" form shall mean the preferred form for making modifications,
  1.2480 -      including but not limited to software source code, documentation
  1.2481 -      source, and configuration files.
  1.2482 -
  1.2483 -      "Object" form shall mean any form resulting from mechanical
  1.2484 -      transformation or translation of a Source form, including but
  1.2485 -      not limited to compiled object code, generated documentation,
  1.2486 -      and conversions to other media types.
  1.2487 -
  1.2488 -      "Work" shall mean the work of authorship, whether in Source or
  1.2489 -      Object form, made available under the License, as indicated by a
  1.2490 -      copyright notice that is included in or attached to the work
  1.2491 -      (an example is provided in the Appendix below).
  1.2492 -
  1.2493 -      "Derivative Works" shall mean any work, whether in Source or Object
  1.2494 -      form, that is based on (or derived from) the Work and for which the
  1.2495 -      editorial revisions, annotations, elaborations, or other modifications
  1.2496 -      represent, as a whole, an original work of authorship. For the purposes
  1.2497 -      of this License, Derivative Works shall not include works that remain
  1.2498 -      separable from, or merely link (or bind by name) to the interfaces of,
  1.2499 -      the Work and Derivative Works thereof.
  1.2500 -
  1.2501 -      "Contribution" shall mean any work of authorship, including
  1.2502 -      the original version of the Work and any modifications or additions
  1.2503 -      to that Work or Derivative Works thereof, that is intentionally
  1.2504 -      submitted to Licensor for inclusion in the Work by the copyright owner
  1.2505 -      or by an individual or Legal Entity authorized to submit on behalf of
  1.2506 -      the copyright owner. For the purposes of this definition, "submitted"
  1.2507 -      means any form of electronic, verbal, or written communication sent
  1.2508 -      to the Licensor or its representatives, including but not limited to
  1.2509 -      communication on electronic mailing lists, source code control systems,
  1.2510 -      and issue tracking systems that are managed by, or on behalf of, the
  1.2511 -      Licensor for the purpose of discussing and improving the Work, but
  1.2512 -      excluding communication that is conspicuously marked or otherwise
  1.2513 -      designated in writing by the copyright owner as "Not a Contribution."
  1.2514 -
  1.2515 -      "Contributor" shall mean Licensor and any individual or Legal Entity
  1.2516 -      on behalf of whom a Contribution has been received by Licensor and
  1.2517 -      subsequently incorporated within the Work.
  1.2518 -
  1.2519 -   2. Grant of Copyright License. Subject to the terms and conditions of
  1.2520 -      this License, each Contributor hereby grants to You a perpetual,
  1.2521 -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1.2522 -      copyright license to reproduce, prepare Derivative Works of,
  1.2523 -      publicly display, publicly perform, sublicense, and distribute the
  1.2524 -      Work and such Derivative Works in Source or Object form.
  1.2525 -
  1.2526 -   3. Grant of Patent License. Subject to the terms and conditions of
  1.2527 -      this License, each Contributor hereby grants to You a perpetual,
  1.2528 -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1.2529 -      (except as stated in this section) patent license to make, have made,
  1.2530 -      use, offer to sell, sell, import, and otherwise transfer the Work,
  1.2531 -      where such license applies only to those patent claims licensable
  1.2532 -      by such Contributor that are necessarily infringed by their
  1.2533 -      Contribution(s) alone or by combination of their Contribution(s)
  1.2534 -      with the Work to which such Contribution(s) was submitted. If You
  1.2535 -      institute patent litigation against any entity (including a
  1.2536 -      cross-claim or counterclaim in a lawsuit) alleging that the Work
  1.2537 -      or a Contribution incorporated within the Work constitutes direct
  1.2538 -      or contributory patent infringement, then any patent licenses
  1.2539 -      granted to You under this License for that Work shall terminate
  1.2540 -      as of the date such litigation is filed.
  1.2541 -
  1.2542 -   4. Redistribution. You may reproduce and distribute copies of the
  1.2543 -      Work or Derivative Works thereof in any medium, with or without
  1.2544 -      modifications, and in Source or Object form, provided that You
  1.2545 -      meet the following conditions:
  1.2546 -
  1.2547 -      (a) You must give any other recipients of the Work or
  1.2548 -          Derivative Works a copy of this License; and
  1.2549 -
  1.2550 -      (b) You must cause any modified files to carry prominent notices
  1.2551 -          stating that You changed the files; and
  1.2552 -
  1.2553 -      (c) You must retain, in the Source form of any Derivative Works
  1.2554 -          that You distribute, all copyright, patent, trademark, and
  1.2555 -          attribution notices from the Source form of the Work,
  1.2556 -          excluding those notices that do not pertain to any part of
  1.2557 -          the Derivative Works; and
  1.2558 -
  1.2559 -      (d) If the Work includes a "NOTICE" text file as part of its
  1.2560 -          distribution, then any Derivative Works that You distribute must
  1.2561 -          include a readable copy of the attribution notices contained
  1.2562 -          within such NOTICE file, excluding those notices that do not
  1.2563 -          pertain to any part of the Derivative Works, in at least one
  1.2564 -          of the following places: within a NOTICE text file distributed
  1.2565 -          as part of the Derivative Works; within the Source form or
  1.2566 -          documentation, if provided along with the Derivative Works; or,
  1.2567 -          within a display generated by the Derivative Works, if and
  1.2568 -          wherever such third-party notices normally appear. The contents
  1.2569 -          of the NOTICE file are for informational purposes only and
  1.2570 -          do not modify the License. You may add Your own attribution
  1.2571 -          notices within Derivative Works that You distribute, alongside
  1.2572 -          or as an addendum to the NOTICE text from the Work, provided
  1.2573 -          that such additional attribution notices cannot be construed
  1.2574 -          as modifying the License.
  1.2575 -
  1.2576 -      You may add Your own copyright statement to Your modifications and
  1.2577 -      may provide additional or different license terms and conditions
  1.2578 -      for use, reproduction, or distribution of Your modifications, or
  1.2579 -      for any such Derivative Works as a whole, provided Your use,
  1.2580 -      reproduction, and distribution of the Work otherwise complies with
  1.2581 -      the conditions stated in this License.
  1.2582 -
  1.2583 -   5. Submission of Contributions. Unless You explicitly state otherwise,
  1.2584 -      any Contribution intentionally submitted for inclusion in the Work
  1.2585 -      by You to the Licensor shall be under the terms and conditions of
  1.2586 -      this License, without any additional terms or conditions.
  1.2587 -      Notwithstanding the above, nothing herein shall supersede or modify
  1.2588 -      the terms of any separate license agreement you may have executed
  1.2589 -      with Licensor regarding such Contributions.
  1.2590 -
  1.2591 -   6. Trademarks. This License does not grant permission to use the trade
  1.2592 -      names, trademarks, service marks, or product names of the Licensor,
  1.2593 -      except as required for reasonable and customary use in describing the
  1.2594 -      origin of the Work and reproducing the content of the NOTICE file.
  1.2595 -
  1.2596 -   7. Disclaimer of Warranty. Unless required by applicable law or
  1.2597 -      agreed to in writing, Licensor provides the Work (and each
  1.2598 -      Contributor provides its Contributions) on an "AS IS" BASIS,
  1.2599 -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1.2600 -      implied, including, without limitation, any warranties or conditions
  1.2601 -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1.2602 -      PARTICULAR PURPOSE. You are solely responsible for determining the
  1.2603 -      appropriateness of using or redistributing the Work and assume any
  1.2604 -      risks associated with Your exercise of permissions under this License.
  1.2605 -
  1.2606 -   8. Limitation of Liability. In no event and under no legal theory,
  1.2607 -      whether in tort (including negligence), contract, or otherwise,
  1.2608 -      unless required by applicable law (such as deliberate and grossly
  1.2609 -      negligent acts) or agreed to in writing, shall any Contributor be
  1.2610 -      liable to You for damages, including any direct, indirect, special,
  1.2611 -      incidental, or consequential damages of any character arising as a
  1.2612 -      result of this License or out of the use or inability to use the
  1.2613 -      Work (including but not limited to damages for loss of goodwill,
  1.2614 -      work stoppage, computer failure or malfunction, or any and all
  1.2615 -      other commercial damages or losses), even if such Contributor
  1.2616 -      has been advised of the possibility of such damages.
  1.2617 -
  1.2618 -   9. Accepting Warranty or Additional Liability. While redistributing
  1.2619 -      the Work or Derivative Works thereof, You may choose to offer,
  1.2620 -      and charge a fee for, acceptance of support, warranty, indemnity,
  1.2621 -      or other liability obligations and/or rights consistent with this
  1.2622 -      License. However, in accepting such obligations, You may act only
  1.2623 -      on Your own behalf and on Your sole responsibility, not on behalf
  1.2624 -      of any other Contributor, and only if You agree to indemnify,
  1.2625 -      defend, and hold each Contributor harmless for any liability
  1.2626 -      incurred by, or claims asserted against, such Contributor by reason
  1.2627 -      of your accepting any such warranty or additional liability.
  1.2628 -
  1.2629 -   END OF TERMS AND CONDITIONS
  1.2630 -
  1.2631 -   APPENDIX: How to apply the Apache License to your work.
  1.2632 -
  1.2633 -      To apply the Apache License to your work, attach the following
  1.2634 -      boilerplate notice, with the fields enclosed by brackets "[]"
  1.2635 -      replaced with your own identifying information. (Don't include
  1.2636 -      the brackets!)  The text should be enclosed in the appropriate
  1.2637 -      comment syntax for the file format. We also recommend that a
  1.2638 -      file or class name and description of purpose be included on the
  1.2639 -      same "printed page" as the copyright notice for easier
  1.2640 -      identification within third-party archives.
  1.2641 -
  1.2642 -   Copyright [yyyy] [name of copyright owner]
  1.2643 -
  1.2644 -   Licensed under the Apache License, Version 2.0 (the "License");
  1.2645 -   you may not use this file except in compliance with the License.
  1.2646 -   You may obtain a copy of the License at
  1.2647 -
  1.2648 -       http://www.apache.org/licenses/LICENSE-2.0
  1.2649 -
  1.2650 -   Unless required by applicable law or agreed to in writing, software
  1.2651 -   distributed under the License is distributed on an "AS IS" BASIS,
  1.2652 -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1.2653 -   See the License for the specific language governing permissions and
  1.2654 -   limitations under the License.
  1.2655 -
  1.2656 ---- end of LICENSE ---
  1.2657 -
  1.2658 --------------------------------------------------------------------------------
  1.2659 -
  1.2660  %% This notice is provided with respect to Mozilla Network Security
  1.2661  Services (NSS), which is supplied with the JDK test suite in the OpenJDK
  1.2662  source code repository. It is licensed under Mozilla Public License (MPL),
  1.2663 @@ -3777,3 +1859,1747 @@
  1.2664  
  1.2665  -------------------------------------------------------------------------------
  1.2666  
  1.2667 +%% This notice is provided with respect to PC/SC Lite for Suse Linux v.1.1.1,
  1.2668 +which may be included with JRE 8, JDK 8, and OpenJDK 8 on Linux and Solaris.
  1.2669 +
  1.2670 +--- begin of LICENSE ---
  1.2671 +
  1.2672 +Copyright (c) 1999-2004 David Corcoran <corcoran@linuxnet.com>
  1.2673 +Copyright (c) 1999-2004 Ludovic Rousseau <ludovic.rousseau (at) free.fr>
  1.2674 +All rights reserved.
  1.2675 +
  1.2676 +Redistribution and use in source and binary forms, with or without
  1.2677 +modification, are permitted provided that the following conditions
  1.2678 +are met:
  1.2679 +
  1.2680 +1. Redistributions of source code must retain the above copyright
  1.2681 +   notice, this list of conditions and the following disclaimer.
  1.2682 +2. Redistributions in binary form must reproduce the above copyright
  1.2683 +   notice, this list of conditions and the following disclaimer in the
  1.2684 +   documentation and/or other materials provided with the distribution.
  1.2685 +3. All advertising materials mentioning features or use of this software
  1.2686 +   must display the following acknowledgement:
  1.2687 +     This product includes software developed by: 
  1.2688 +      David Corcoran <corcoran@linuxnet.com>
  1.2689 +      http://www.linuxnet.com (MUSCLE)
  1.2690 +4. The name of the author may not be used to endorse or promote products
  1.2691 +   derived from this software without specific prior written permission.
  1.2692 +
  1.2693 +Changes to this license can be made only by the copyright author with 
  1.2694 +explicit written consent.
  1.2695 +
  1.2696 +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  1.2697 +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  1.2698 +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  1.2699 +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  1.2700 +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1.2701 +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1.2702 +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1.2703 +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1.2704 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  1.2705 +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1.2706 +
  1.2707 +--- end of LICENSE ---
  1.2708 +
  1.2709 +-------------------------------------------------------------------------------
  1.2710 +
  1.2711 +%% This notice is provided with respect to PorterStemmer v4, which may be 
  1.2712 +included with JRE 8, JDK 8, and OpenJDK 8.
  1.2713 +
  1.2714 +--- begin of LICENSE ---
  1.2715 +
  1.2716 +See: http://tartarus.org/~martin/PorterStemmer
  1.2717 +
  1.2718 +The software is completely free for any purpose, unless notes at the head of
  1.2719 +the program text indicates otherwise (which is rare). In any case, the notes
  1.2720 +about licensing are never more restrictive than the BSD License.
  1.2721 +
  1.2722 +In every case where the software is not written by me (Martin Porter), this
  1.2723 +licensing arrangement has been endorsed by the contributor, and it is
  1.2724 +therefore unnecessary to ask the contributor again to confirm it.
  1.2725 +
  1.2726 +I have not asked any contributors (or their employers, if they have them) for
  1.2727 +proofs that they have the right to distribute their software in this way.
  1.2728 +
  1.2729 +--- end of LICENSE ---
  1.2730 +
  1.2731 +-------------------------------------------------------------------------------
  1.2732 +
  1.2733 +%% This notice is provided with respect to Relax NG Object/Parser v.20050510,
  1.2734 +which may be included with JRE 8, JDK 8, and OpenJDK 8.
  1.2735 +
  1.2736 +--- begin of LICENSE ---
  1.2737 +
  1.2738 +Copyright (c) Kohsuke Kawaguchi
  1.2739 +
  1.2740 +Permission is hereby granted, free of charge, to any person obtaining a copy
  1.2741 +of this software and associated documentation files (the "Software"), to deal
  1.2742 +in the Software without restriction, including without limitation the rights
  1.2743 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1.2744 +copies of the Software, and to permit persons to whom the Software is
  1.2745 +furnished to do so, subject to the following conditions: The above copyright
  1.2746 +notice and this permission notice shall be included in all copies or
  1.2747 +substantial portions of the Software.
  1.2748 +
  1.2749 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.2750 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.2751 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1.2752 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1.2753 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1.2754 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1.2755 +SOFTWARE.
  1.2756 +
  1.2757 +--- end of LICENSE ---
  1.2758 +
  1.2759 +-------------------------------------------------------------------------------
  1.2760 +
  1.2761 +%% This notice is provided with respect to RelaxNGCC v1.12, which may be 
  1.2762 +included with JRE 8, JDK 8, and OpenJDK 8.
  1.2763 +
  1.2764 +--- begin of LICENSE ---
  1.2765 +
  1.2766 +Copyright (c) 2000-2003 Daisuke Okajima and Kohsuke Kawaguchi.  
  1.2767 +All rights reserved.
  1.2768 +
  1.2769 +Redistribution and use in source and binary forms, with or without
  1.2770 +modification, are permitted provided that the following conditions are met:
  1.2771 +
  1.2772 +1. Redistributions of source code must retain the above copyright notice, this
  1.2773 +   list of conditions and the following disclaimer.
  1.2774 +
  1.2775 +2. Redistributions in binary form must reproduce the above copyright notice,
  1.2776 +   this list of conditions and the following disclaimer in the documentation
  1.2777 +   and/or other materials provided with the distribution.
  1.2778 +
  1.2779 +3. The end-user documentation included with the redistribution, if any, must
  1.2780 +   include the following acknowledgment:
  1.2781 +
  1.2782 +    "This product includes software developed by Daisuke Okajima
  1.2783 +    and Kohsuke Kawaguchi (http://relaxngcc.sf.net/)."
  1.2784 +
  1.2785 +Alternately, this acknowledgment may appear in the software itself, if and
  1.2786 +wherever such third-party acknowledgments normally appear.
  1.2787 +
  1.2788 +4. The names of the copyright holders must not be used to endorse or promote
  1.2789 +   products derived from this software without prior written permission. For
  1.2790 +   written permission, please contact the copyright holders.
  1.2791 +
  1.2792 +5. Products derived from this software may not be called "RELAXNGCC", nor may
  1.2793 +  "RELAXNGCC" appear in their name, without prior written permission of the
  1.2794 +  copyright holders.
  1.2795 +
  1.2796 +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  1.2797 +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  1.2798 +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.IN NO EVENT SHALL THE APACHE
  1.2799 +SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  1.2800 +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1.2801 +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  1.2802 +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  1.2803 +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  1.2804 +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  1.2805 +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1.2806 +
  1.2807 +--- end of LICENSE ---
  1.2808 +
  1.2809 +-------------------------------------------------------------------------------
  1.2810 +
  1.2811 +%% This notice is provided with respect to SAX 2.0.1, which may be included 
  1.2812 +with JRE 8, JDK 8, and OpenJDK 8.
  1.2813 +
  1.2814 +--- begin of LICENSE ---
  1.2815 +
  1.2816 + SAX is free!
  1.2817 +
  1.2818 + In fact, it's not possible to own a license to SAX, since it's been placed in
  1.2819 + the public domain.
  1.2820 +
  1.2821 + No Warranty
  1.2822 +
  1.2823 + Because SAX is released to the public domain, there is no warranty for the
  1.2824 + design or for the software implementation, to the extent permitted by
  1.2825 + applicable law. Except when otherwise stated in writing the copyright holders
  1.2826 + and/or other parties provide SAX "as is" without warranty of any kind, either
  1.2827 + expressed or implied, including, but not limited to, the implied warranties
  1.2828 + of merchantability and fitness for a particular purpose. The entire risk as
  1.2829 + to the quality and performance of SAX is with you. Should SAX prove
  1.2830 + defective, you assume the cost of all necessary servicing, repair or
  1.2831 + correction.
  1.2832 +
  1.2833 + In no event unless required by applicable law or agreed to in writing will
  1.2834 + any copyright holder, or any other party who may modify and/or redistribute
  1.2835 + SAX, be liable to you for damages, including any general, special, incidental
  1.2836 + or consequential damages arising out of the use or inability to use SAX
  1.2837 + (including but not limited to loss of data or data being rendered inaccurate
  1.2838 + or losses sustained by you or third parties or a failure of the SAX to
  1.2839 + operate with any other programs), even if such holder or other party has been
  1.2840 + advised of the possibility of such damages.
  1.2841 +
  1.2842 + Copyright Disclaimers 
  1.2843 +
  1.2844 + This page includes statements to that effect by David Megginson, who would
  1.2845 + have been able to claim copyright for the original work.  SAX 1.0
  1.2846 +
  1.2847 + Version 1.0 of the Simple API for XML (SAX), created collectively by the
  1.2848 + membership of the XML-DEV mailing list, is hereby released into the public
  1.2849 + domain.
  1.2850 +
  1.2851 + No one owns SAX: you may use it freely in both commercial and non-commercial
  1.2852 + applications, bundle it with your software distribution, include it on a
  1.2853 + CD-ROM, list the source code in a book, mirror the documentation at your own
  1.2854 + web site, or use it in any other way you see fit.
  1.2855 +
  1.2856 + David Megginson, sax@megginson.com
  1.2857 + 1998-05-11
  1.2858 +
  1.2859 + SAX 2.0 
  1.2860 +
  1.2861 + I hereby abandon any property rights to SAX 2.0 (the Simple API for XML), and
  1.2862 + release all of the SAX 2.0 source code, compiled code, and documentation
  1.2863 + contained in this distribution into the Public Domain. SAX comes with NO
  1.2864 + WARRANTY or guarantee of fitness for any purpose.
  1.2865 +
  1.2866 + David Megginson, david@megginson.com
  1.2867 + 2000-05-05
  1.2868 +
  1.2869 +--- end of LICENSE ---
  1.2870 +
  1.2871 +-------------------------------------------------------------------------------
  1.2872 +
  1.2873 +%% This notice is provided with respect to SoftFloat version 2b, which may be 
  1.2874 +included with JRE 8, JDK 8, and OpenJDK 8 on Linux/ARM.
  1.2875 +
  1.2876 +--- begin of LICENSE ---
  1.2877 +
  1.2878 +Use of any of this software is governed by the terms of the license below:
  1.2879 +
  1.2880 +SoftFloat was written by me, John R. Hauser. This work was made possible in 
  1.2881 +part by the International Computer Science Institute, located at Suite 600, 
  1.2882 +1947 Center Street, Berkeley, California 94704. Funding was partially 
  1.2883 +provided by the National Science Foundation under grant MIP-9311980. The 
  1.2884 +original version of this code was written as part of a project to build 
  1.2885 +a fixed-point vector processor in collaboration with the University of 
  1.2886 +California at Berkeley, overseen by Profs. Nelson Morgan and John Wawrzynek. 
  1.2887 +
  1.2888 +THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort 
  1.2889 +has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT 
  1.2890 +TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO 
  1.2891 +PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ALL 
  1.2892 +LOSSES, COSTS, OR OTHER PROBLEMS THEY INCUR DUE TO THE SOFTWARE, AND WHO 
  1.2893 +FURTHERMORE EFFECTIVELY INDEMNIFY JOHN HAUSER AND THE INTERNATIONAL COMPUTER 
  1.2894 +SCIENCE INSTITUTE (possibly via similar legal warning) AGAINST ALL LOSSES, 
  1.2895 +COSTS, OR OTHER PROBLEMS INCURRED BY THEIR CUSTOMERS AND CLIENTS DUE TO THE 
  1.2896 +SOFTWARE. 
  1.2897 +
  1.2898 +Derivative works are acceptable, even for commercial purposes, provided 
  1.2899 +that the minimal documentation requirements stated in the source code are 
  1.2900 +satisfied. 
  1.2901 +
  1.2902 +--- end of LICENSE ---
  1.2903 +
  1.2904 +-------------------------------------------------------------------------------
  1.2905 +
  1.2906 +%% This notice is provided with respect to Sparkle 1.5,
  1.2907 +which may be included with JRE 8 on Mac OS X.
  1.2908 +
  1.2909 +--- begin of LICENSE ---
  1.2910 +
  1.2911 +Copyright (c) 2012 Sparkle.org and Andy Matuschak
  1.2912 +
  1.2913 +Permission is hereby granted, free of charge, to any person obtaining a copy
  1.2914 +of this software and associated documentation files (the "Software"), to deal
  1.2915 +in the Software without restriction, including without limitation the rights
  1.2916 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1.2917 +copies of the Software, and to permit persons to whom the Software is
  1.2918 +furnished to do so, subject to the following conditions:
  1.2919 +
  1.2920 +The above copyright notice and this permission notice shall be included in all
  1.2921 +copies or substantial portions of the Software.
  1.2922 +
  1.2923 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.2924 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.2925 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1.2926 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1.2927 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1.2928 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1.2929 +SOFTWARE.
  1.2930 +
  1.2931 +--- end of LICENSE ---
  1.2932 +
  1.2933 +-------------------------------------------------------------------------------
  1.2934 +
  1.2935 +%% Portions licensed from Taligent, Inc.
  1.2936 +
  1.2937 +-------------------------------------------------------------------------------
  1.2938 +
  1.2939 +%% This notice is provided with respect to Thai Dictionary, which may be 
  1.2940 +included with JRE 8, JDK 8, and OpenJDK 8.
  1.2941 +
  1.2942 +--- begin of LICENSE ---
  1.2943 +
  1.2944 +Copyright (C) 1982 The Royal Institute, Thai Royal Government.
  1.2945 +
  1.2946 +Copyright (C) 1998 National Electronics and Computer Technology Center,
  1.2947 +National Science and Technology Development Agency,
  1.2948 +Ministry of Science Technology and Environment,
  1.2949 +Thai Royal Government.
  1.2950 +
  1.2951 +Permission is hereby granted, free of charge, to any person obtaining a copy
  1.2952 +of this software and associated documentation files (the "Software"), to deal
  1.2953 +in the Software without restriction, including without limitation the rights
  1.2954 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1.2955 +copies of the Software, and to permit persons to whom the Software is
  1.2956 +furnished to do so, subject to the following conditions:
  1.2957 +
  1.2958 +The above copyright notice and this permission notice shall be included in all
  1.2959 +copies or substantial portions of the Software.
  1.2960 +
  1.2961 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.2962 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.2963 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1.2964 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1.2965 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1.2966 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1.2967 +SOFTWARE.
  1.2968 +
  1.2969 +--- end of LICENSE ---
  1.2970 +
  1.2971 +-------------------------------------------------------------------------------
  1.2972 +
  1.2973 +%% This notice is provided with respect to Unicode 6.2.0 & CLDR 21.0.1
  1.2974 +which may be included with JRE 8, JDK 8, and OpenJDK 8.
  1.2975 +
  1.2976 +--- begin of LICENSE ---
  1.2977 +
  1.2978 +Unicode Terms of Use
  1.2979 +
  1.2980 +For the general privacy policy governing access to this site, see the Unicode
  1.2981 +Privacy Policy. For trademark usage, see the Unicode® Consortium Name and
  1.2982 +Trademark Usage Policy.
  1.2983 +
  1.2984 +A. Unicode Copyright.
  1.2985 +   1. Copyright © 1991-2013 Unicode, Inc. All rights reserved.
  1.2986 +
  1.2987 +   2. Certain documents and files on this website contain a legend indicating
  1.2988 +      that "Modification is permitted." Any person is hereby authorized,
  1.2989 +      without fee, to modify such documents and files to create derivative
  1.2990 +      works conforming to the Unicode® Standard, subject to Terms and
  1.2991 +      Conditions herein.
  1.2992 +
  1.2993 +    3. Any person is hereby authorized, without fee, to view, use, reproduce,
  1.2994 +       and distribute all documents and files solely for informational
  1.2995 +       purposes in the creation of products supporting the Unicode Standard,
  1.2996 +       subject to the Terms and Conditions herein.
  1.2997 +
  1.2998 +    4. Further specifications of rights and restrictions pertaining to the use
  1.2999 +       of the particular set of data files known as the "Unicode Character
  1.3000 +       Database" can be found in Exhibit 1.
  1.3001 +
  1.3002 +    5. Each version of the Unicode Standard has further specifications of
  1.3003 +       rights and restrictions of use. For the book editions (Unicode 5.0 and
  1.3004 +       earlier), these are found on the back of the title page. The online
  1.3005 +       code charts carry specific restrictions. All other files, including
  1.3006 +       online documentation of the core specification for Unicode 6.0 and
  1.3007 +       later, are covered under these general Terms of Use.
  1.3008 +
  1.3009 +    6. No license is granted to "mirror" the Unicode website where a fee is
  1.3010 +       charged for access to the "mirror" site.
  1.3011 +
  1.3012 +    7. Modification is not permitted with respect to this document. All copies
  1.3013 +       of this document must be verbatim.
  1.3014 +
  1.3015 +B. Restricted Rights Legend. Any technical data or software which is licensed
  1.3016 +   to the United States of America, its agencies and/or instrumentalities
  1.3017 +   under this Agreement is commercial technical data or commercial computer
  1.3018 +   software developed exclusively at private expense as defined in FAR 2.101,
  1.3019 +   or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use,
  1.3020 +   duplication, or disclosure by the Government is subject to restrictions as
  1.3021 +   set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov
  1.3022 +   1995) and this Agreement. For Software, in accordance with FAR 12-212 or
  1.3023 +   DFARS 227-7202, as applicable, use, duplication or disclosure by the
  1.3024 +   Government is subject to the restrictions set forth in this Agreement.
  1.3025 +
  1.3026 +C. Warranties and Disclaimers.
  1.3027 +   1. This publication and/or website may include technical or typographical
  1.3028 +      errors or other inaccuracies . Changes are periodically added to the
  1.3029 +      information herein; these changes will be incorporated in new editions
  1.3030 +      of the publication and/or website. Unicode may make improvements and/or
  1.3031 +      changes in the product(s) and/or program(s) described in this
  1.3032 +      publication and/or website at any time.
  1.3033 +
  1.3034 +    2. If this file has been purchased on magnetic or optical media from
  1.3035 +       Unicode, Inc. the sole and exclusive remedy for any claim will be
  1.3036 +       exchange of the defective media within ninety (90) days of original
  1.3037 +       purchase.
  1.3038 +
  1.3039 +    3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR SOFTWARE IS
  1.3040 +       PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED,
  1.3041 +       OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF
  1.3042 +       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
  1.3043 +       UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR
  1.3044 +       OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH
  1.3045 +       ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.
  1.3046 +
  1.3047 +D. Waiver of Damages. In no event shall Unicode or its licensors be liable for
  1.3048 +   any special, incidental, indirect or consequential damages of any kind, or
  1.3049 +   any damages whatsoever, whether or not Unicode was advised of the
  1.3050 +   possibility of the damage, including, without limitation, those resulting
  1.3051 +   from the following: loss of use, data or profits, in connection with the
  1.3052 +   use, modification or distribution of this information or its derivatives.
  1.3053 +
  1.3054 +E.Trademarks & Logos.
  1.3055 +   1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode,
  1.3056 +      Inc.  “The Unicode Consortium” and “Unicode, Inc.” are trade names of
  1.3057 +      Unicode, Inc.  Use of the information and materials found on this
  1.3058 +      website indicates your acknowledgement of Unicode, Inc.’s exclusive
  1.3059 +      worldwide rights in the Unicode Word Mark, the Unicode Logo, and the
  1.3060 +      Unicode trade names.
  1.3061 +
  1.3062 +   2. The Unicode Consortium Name and Trademark Usage Policy (“Trademark
  1.3063 +      Policy”) are incorporated herein by reference and you agree to abide by
  1.3064 +      the provisions of the Trademark Policy, which may be changed from time
  1.3065 +      to time in the sole discretion of Unicode, Inc.
  1.3066 +
  1.3067 +   3. All third party trademarks referenced herein are the property of their
  1.3068 +      respective owners.
  1.3069 +
  1.3070 +Miscellaneous.
  1.3071 +   1. Jurisdiction and Venue. This server is operated from a location in the
  1.3072 +      State of California, United States of America. Unicode makes no
  1.3073 +      representation that the materials are appropriate for use in other
  1.3074 +      locations. If you access this server from other locations, you are
  1.3075 +      responsible for compliance with local laws. This Agreement, all use of
  1.3076 +      this site and any claims and damages resulting from use of this site are
  1.3077 +      governed solely by the laws of the State of California without regard to
  1.3078 +      any principles which would apply the laws of a different jurisdiction.
  1.3079 +      The user agrees that any disputes regarding this site shall be resolved
  1.3080 +      solely in the courts located in Santa Clara County, California. The user
  1.3081 +      agrees said courts have personal jurisdiction and agree to waive any
  1.3082 +      right to transfer the dispute to any other forum.
  1.3083 +
  1.3084 +   2. Modification by Unicode.  Unicode shall have the right to modify this
  1.3085 +      Agreement at any time by posting it to this site. The user may not
  1.3086 +      assign any part of this Agreement without Unicode’s prior written
  1.3087 +      consent.
  1.3088 +
  1.3089 +   3. Taxes. The user agrees to pay any taxes arising from access to this
  1.3090 +      website or use of the information herein, except for those based on
  1.3091 +      Unicode’s net income.
  1.3092 +
  1.3093 +   4. Severability.  If any provision of this Agreement is declared invalid or
  1.3094 +      unenforceable, the remaining provisions of this Agreement shall remain
  1.3095 +      in effect.
  1.3096 +
  1.3097 +   5. Entire Agreement. This Agreement constitutes the entire agreement
  1.3098 +      between the parties.
  1.3099 +
  1.3100 +EXHIBIT 1
  1.3101 +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
  1.3102 +
  1.3103 +Unicode Data Files include all data files under the directories
  1.3104 +http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
  1.3105 +http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
  1.3106 +online code charts under the directory http://www.unicode.org/Public/.
  1.3107 +Software includes any source code published in the Unicode Standard or under
  1.3108 +the directories http://www.unicode.org/Public/,
  1.3109 +http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.
  1.3110 +
  1.3111 +NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
  1.3112 +INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA
  1.3113 +FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO
  1.3114 +BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT
  1.3115 +AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR
  1.3116 +SOFTWARE.
  1.3117 +
  1.3118 +COPYRIGHT AND PERMISSION NOTICE
  1.3119 +
  1.3120 +Copyright © 1991-2012 Unicode, Inc. All rights reserved. Distributed under the
  1.3121 +Terms of Use in http://www.unicode.org/copyright.html.
  1.3122 +
  1.3123 +Permission is hereby granted, free of charge, to any person obtaining a copy
  1.3124 +of the Unicode data files and any associated documentation (the "Data Files")
  1.3125 +or Unicode software and any associated documentation (the "Software") to deal
  1.3126 +in the Data Files or Software without restriction, including without
  1.3127 +limitation the rights to use, copy, modify, merge, publish, distribute, and/or
  1.3128 +sell copies of the Data Files or Software, and to permit persons to whom the
  1.3129 +Data Files or Software are furnished to do so, provided that (a) the above
  1.3130 +copyright notice(s) and this permission notice appear with all copies of the
  1.3131 +Data Files or Software, (b) both the above copyright notice(s) and this
  1.3132 +permission notice appear in associated documentation, and (c) there is clear
  1.3133 +notice in each modified Data File or in the Software as well as in the
  1.3134 +documentation associated with the Data File(s) or Software that the data or
  1.3135 +software has been modified.
  1.3136 +
  1.3137 +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  1.3138 +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1.3139 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
  1.3140 +PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
  1.3141 +THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  1.3142 +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  1.3143 +PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  1.3144 +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
  1.3145 +DATA FILES OR SOFTWARE.
  1.3146 +
  1.3147 +Except as contained in this notice, the name of a copyright holder shall not
  1.3148 +be used in advertising or otherwise to promote the sale, use or other dealings
  1.3149 +in these Data Files or Software without prior written authorization of the
  1.3150 +copyright holder.
  1.3151 +
  1.3152 +Unicode and the Unicode logo are trademarks of Unicode, Inc. in the United
  1.3153 +States and other countries. All third party trademarks referenced herein are
  1.3154 +the property of their respective owners.
  1.3155 +
  1.3156 +--- end of LICENSE ---
  1.3157 +
  1.3158 +-------------------------------------------------------------------------------
  1.3159 +
  1.3160 +%% This notice is provided with respect to UPX v3.01, which may be included 
  1.3161 +with JRE 8 on Windows.
  1.3162 +
  1.3163 +--- begin of LICENSE ---
  1.3164 +
  1.3165 +Use of any of this software is governed by the terms of the license below:
  1.3166 +
  1.3167 +
  1.3168 +                 ooooo     ooo ooooooooo.   ooooooo  ooooo
  1.3169 +                 `888'     `8' `888   `Y88.  `8888    d8'
  1.3170 +                  888       8   888   .d88'    Y888..8P
  1.3171 +                  888       8   888ooo88P'      `8888'
  1.3172 +                  888       8   888            .8PY888.
  1.3173 +                  `88.    .8'   888           d8'  `888b
  1.3174 +                    `YbodP'    o888o        o888o  o88888o
  1.3175 +
  1.3176 +
  1.3177 +                    The Ultimate Packer for eXecutables
  1.3178 +          Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar
  1.3179 +               http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
  1.3180 +                          http://www.nexus.hu/upx
  1.3181 +                            http://upx.tsx.org
  1.3182 +
  1.3183 +
  1.3184 +PLEASE CAREFULLY READ THIS LICENSE AGREEMENT, ESPECIALLY IF YOU PLAN
  1.3185 +TO MODIFY THE UPX SOURCE CODE OR USE A MODIFIED UPX VERSION.
  1.3186 +
  1.3187 +
  1.3188 +ABSTRACT
  1.3189 +========
  1.3190 +
  1.3191 +   UPX and UCL are copyrighted software distributed under the terms
  1.3192 +   of the GNU General Public License (hereinafter the "GPL").
  1.3193 +
  1.3194 +   The stub which is imbedded in each UPX compressed program is part
  1.3195 +   of UPX and UCL, and contains code that is under our copyright. The
  1.3196 +   terms of the GNU General Public License still apply as compressing
  1.3197 +   a program is a special form of linking with our stub.
  1.3198 +
  1.3199 +   As a special exception we grant the free usage of UPX for all
  1.3200 +   executables, including commercial programs.
  1.3201 +   See below for details and restrictions.
  1.3202 +
  1.3203 +
  1.3204 +COPYRIGHT
  1.3205 +=========
  1.3206 +
  1.3207 +   UPX and UCL are copyrighted software. All rights remain with the authors.
  1.3208 +
  1.3209 +   UPX is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
  1.3210 +   UPX is Copyright (C) 1996-2000 Laszlo Molnar
  1.3211 +
  1.3212 +   UCL is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
  1.3213 +
  1.3214 +
  1.3215 +GNU GENERAL PUBLIC LICENSE
  1.3216 +==========================
  1.3217 +
  1.3218 +   UPX and the UCL library are free software; you can redistribute them
  1.3219 +   and/or modify them under the terms of the GNU General Public License as
  1.3220 +   published by the Free Software Foundation; either version 2 of
  1.3221 +   the License, or (at your option) any later version.
  1.3222 +
  1.3223 +   UPX and UCL are distributed in the hope that they will be useful,
  1.3224 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
  1.3225 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1.3226 +   GNU General Public License for more details.
  1.3227 +
  1.3228 +   You should have received a copy of the GNU General Public License
  1.3229 +   along with this program; see the file COPYING.
  1.3230 +
  1.3231 +
  1.3232 +SPECIAL EXCEPTION FOR COMPRESSED EXECUTABLES
  1.3233 +============================================
  1.3234 +
  1.3235 +   The stub which is imbedded in each UPX compressed program is part
  1.3236 +   of UPX and UCL, and contains code that is under our copyright. The
  1.3237 +   terms of the GNU General Public License still apply as compressing
  1.3238 +   a program is a special form of linking with our stub.
  1.3239 +
  1.3240 +   Hereby Markus F.X.J. Oberhumer and Laszlo Molnar grant you special
  1.3241 +   permission to freely use and distribute all UPX compressed programs
  1.3242 +   (including commercial ones), subject to the following restrictions:
  1.3243 +
  1.3244 +   1. You must compress your program with a completely unmodified UPX
  1.3245 +      version; either with our precompiled version, or (at your option)
  1.3246 +      with a self compiled version of the unmodified UPX sources as
  1.3247 +      distributed by us.
  1.3248 +   2. This also implies that the UPX stub must be completely unmodfied, i.e.
  1.3249 +      the stub imbedded in your compressed program must be byte-identical
  1.3250 +      to the stub that is produced by the official unmodified UPX version.
  1.3251 +   3. The decompressor and any other code from the stub must exclusively get
  1.3252 +      used by the unmodified UPX stub for decompressing your program at
  1.3253 +      program startup. No portion of the stub may get read, copied,
  1.3254 +      called or otherwise get used or accessed by your program.
  1.3255 +
  1.3256 +
  1.3257 +ANNOTATIONS
  1.3258 +===========
  1.3259 +
  1.3260 +  - You can use a modified UPX version or modified UPX stub only for
  1.3261 +    programs that are compatible with the GNU General Public License.
  1.3262 +
  1.3263 +  - We grant you special permission to freely use and distribute all UPX
  1.3264 +    compressed programs. But any modification of the UPX stub (such as,
  1.3265 +    but not limited to, removing our copyright string or making your
  1.3266 +    program non-decompressible) will immediately revoke your right to
  1.3267 +    use and distribute a UPX compressed program.
  1.3268 +
  1.3269 +  - UPX is not a software protection tool; by requiring that you use
  1.3270 +    the unmodified UPX version for your proprietary programs we
  1.3271 +    make sure that any user can decompress your program. This protects
  1.3272 +    both you and your users as nobody can hide malicious code -
  1.3273 +    any program that cannot be decompressed is highly suspicious
  1.3274 +    by definition.
  1.3275 +
  1.3276 +  - You can integrate all or part of UPX and UCL into projects that
  1.3277 +    are compatible with the GNU GPL, but obviously you cannot grant
  1.3278 +    any special exceptions beyond the GPL for our code in your project.
  1.3279 +
  1.3280 +  - We want to actively support manufacturers of virus scanners and
  1.3281 +    similar security software. Please contact us if you would like to
  1.3282 +    incorporate parts of UPX or UCL into such a product.
  1.3283 +
  1.3284 +
  1.3285 +
  1.3286 +Markus F.X.J. Oberhumer                   Laszlo Molnar
  1.3287 +markus.oberhumer@jk.uni-linz.ac.at        ml1050@cdata.tvnet.hu
  1.3288 +
  1.3289 +Linz, Austria, 25 Feb 2000
  1.3290 +
  1.3291 +Additional License(s)
  1.3292 +
  1.3293 +The UPX license file is at http://upx.sourceforge.net/upx-license.html.
  1.3294 +
  1.3295 +--- end of LICENSE ---
  1.3296 +
  1.3297 +-------------------------------------------------------------------------------
  1.3298 +
  1.3299 +%% This notice is provided with respect to Xfree86-VidMode Extension 1.0,
  1.3300 +which may be included with JRE 8, JDK 8, and OpenJDK 8 on Linux and Solaris.
  1.3301 +
  1.3302 +--- begin of LICENSE ---
  1.3303 +
  1.3304 +Version 1.1 of XFree86 ProjectLicence.
  1.3305 +
  1.3306 +Copyright (C) 1994-2004 The XFree86 Project, Inc.    All rights reserved.
  1.3307 +
  1.3308 +Permission is hereby granted, free of charge, to any person obtaining a copy of
  1.3309 +this software and associated documentation files (the "Software"), to deal
  1.3310 +in the Software without restriction, including without limitation the rights
  1.3311 +to use, copy, modify, merge, publish, distribute, sublicence, and/or sell
  1.3312 +copies of the Software, and to permit persons to whom the Software is furnished
  1.3313 +to do so,subject to the following conditions:
  1.3314 +
  1.3315 +   1. Redistributions of source code must retain the above copyright
  1.3316 +   notice,this list of conditions, and the following disclaimer.
  1.3317 +
  1.3318 +   2. Redistributions in binary form must reproduce the above copyright notice,
  1.3319 +   this list of conditions and the following disclaimer in the documentation
  1.3320 +   and/or other materials provided with the distribution, and in the same place
  1.3321 +   and form as other copyright, license and disclaimer information.
  1.3322 +
  1.3323 +   3. The end-user documentation included with the redistribution, if any,must
  1.3324 +   include the following acknowledgment: "This product includes
  1.3325 +   software developed by The XFree86 Project, Inc (http://www.xfree86.org/) and
  1.3326 +   its contributors", in the same place and form as other third-party
  1.3327 +   acknowledgments. Alternately, this acknowledgment may appear in the software
  1.3328 +   itself, in the same form and location as other such third-party
  1.3329 +   acknowledgments.
  1.3330 +
  1.3331 +    4. Except as contained in this notice, the name of The XFree86 Project,Inc
  1.3332 +    shall not be used in advertising or otherwise to promote the sale, use
  1.3333 +    or other dealings in this Software without prior written authorization from
  1.3334 +    The XFree86 Project, Inc.
  1.3335 +
  1.3336 +    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  1.3337 +    WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1.3338 +    MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1.3339 +    EVENT SHALL THE XFREE86 PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY
  1.3340 +    DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  1.3341 +    (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR
  1.3342 +    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  1.3343 +    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1.3344 +    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1.3345 +    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  1.3346 +    DAMAGE.  
  1.3347 +
  1.3348 +--- end of LICENSE ---
  1.3349 +
  1.3350 +-------------------------------------------------------------------------------
  1.3351 +
  1.3352 +%% This notice is provided with respect to X Window System 6.8.2, which may be 
  1.3353 +included with JRE 8, JDK 8, and OpenJDK 8 on Linux and Solaris.
  1.3354 +
  1.3355 +--- begin of LICENSE ---
  1.3356 +
  1.3357 +          Licenses
  1.3358 +The X.Org Foundation March 2004
  1.3359 +
  1.3360 +1. Introduction
  1.3361 +
  1.3362 +The X.org Foundation X Window System distribution is a compilation of code and
  1.3363 +documentation from many sources. This document is intended primarily as a
  1.3364 +guide to the licenses used in the distribution: you must check each file
  1.3365 +and/or package for precise redistribution terms. None-the-less, this summary
  1.3366 +may be useful to many users. No software incorporating the XFree86 1.1 license
  1.3367 +has been incorporated.
  1.3368 +
  1.3369 +This document is based on the compilation from XFree86.
  1.3370 +
  1.3371 +2. XFree86 License
  1.3372 +
  1.3373 +XFree86 code without an explicit copyright is covered by the following
  1.3374 +copyright/license:
  1.3375 +
  1.3376 +Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
  1.3377 +
  1.3378 +Permission is hereby granted, free of charge, to any person obtaining a copy
  1.3379 +of this software and associated documentation files (the "Software"), to deal
  1.3380 +in the Software without restriction, including without limitation the rights
  1.3381 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1.3382 +copies of the Software, and to permit persons to whom the Software is
  1.3383 +furnished to do so, subject to the following conditions:
  1.3384 +
  1.3385 +The above copyright notice and this permission notice shall be included in all
  1.3386 +copies or substantial portions of the Software.
  1.3387 +
  1.3388 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.3389 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.3390 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1.3391 +XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1.3392 +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1.3393 +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1.3394 +
  1.3395 +Except as contained in this notice, the name of the XFree86 Project shall not
  1.3396 +be used in advertising or otherwise to promote the sale, use or other dealings
  1.3397 +in this Software without prior written authorization from the XFree86 Project.
  1.3398 +
  1.3399 +3. Other Licenses
  1.3400 +
  1.3401 +Portions of code are covered by the following licenses/copyrights. See
  1.3402 +individual files for the copyright dates.
  1.3403 +
  1.3404 +3.1. X/MIT Copyrights
  1.3405 +
  1.3406 +3.1.1. X Consortium
  1.3407 +
  1.3408 +Copyright (C) <date> X Consortium
  1.3409 +
  1.3410 +Permission is hereby granted, free of charge, to any person obtaining a copy
  1.3411 +of this software and associated documentation files (the "Software"), to deal
  1.3412 +in the Software without restriction, including without limitation the rights
  1.3413 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1.3414 +copies of the Software, and to permit persons to whom the Software is
  1.3415 +furnished to do so, subject to the following conditions:
  1.3416 +
  1.3417 +The above copyright notice and this permission notice shall be included in all
  1.3418 +copies or substantial portions of the Software.
  1.3419 +
  1.3420 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.3421 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.3422 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
  1.3423 +CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  1.3424 +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1.3425 +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1.3426 +
  1.3427 +Except as contained in this notice, the name of the X Consortium shall not be
  1.3428 +used in advertising or otherwise to promote the sale, use or other dealings in
  1.3429 +this Software without prior written authorization from the X Consortium.
  1.3430 +
  1.3431 +X Window System is a trademark of X Consortium, Inc.
  1.3432 +
  1.3433 +3.1.2. The Open Group
  1.3434 +
  1.3435 +Copyright <date> The Open Group
  1.3436 +
  1.3437 +Permission to use, copy, modify, distribute, and sell this software and its
  1.3438 +documentation for any purpose is hereby granted without fee, provided that the
  1.3439 +above copyright notice appear in all copies and that both that copyright
  1.3440 +notice and this permission notice appear in supporting documentation.
  1.3441 +
  1.3442 +The above copyright notice and this permission notice shall be included in all
  1.3443 +copies or substantial portions of the Software.
  1.3444 +
  1.3445 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1.3446 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1.3447 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1.3448 +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  1.3449 +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1.3450 +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1.3451 +
  1.3452 +Except as contained in this notice, the name of The Open Group shall not be
  1.3453 +used in advertising or otherwise to promote the sale, use or other dealings in
  1.3454 +this Software without prior written authorization from The Open Group.  3.2.
  1.3455 +Berkeley-based copyrights:
  1.3456 +
  1.3457 +o
  1.3458 +3.2.1. General
  1.3459 +
  1.3460 +Redistribution and use in source and binary forms, with or without
  1.3461 +modification, are permitted provided that the following conditions are met:
  1.3462 +
  1.3463 +   1. Redistributions of source code must retain the above copyright notice,
  1.3464 +   this list of conditions and the following disclaimer.
  1.3465 +
  1.3466 +   2. Redistributions in binary form must reproduce the above copyright
  1.3467 +   notice, this list of conditions and the following disclaimer in the
  1.3468 +   documentation and/or other materials provided with the distribution.
  1.3469 +
  1.3470 +   3. The name of the author may not be used to endorse or promote products
  1.3471 +   derived from this software without specific prior written permission.
  1.3472 +
  1.3473 +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  1.3474 +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1.3475 +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1.3476 +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1.3477 +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1.3478 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  1.3479 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  1.3480 +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1.3481 +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  1.3482 +POSSIBILITY OF SUCH DAMAGE.  3.2.2. UCB/LBL
  1.3483 +
  1.3484 +Copyright (c) 1993 The Regents of the University of California. All rights
  1.3485 +reserved.
  1.3486 +
  1.3487 +This software was developed by the Computer Systems Engineering group at
  1.3488 +Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed to
  1.3489 +Berkeley.
  1.3490 +
  1.3491 +All advertising materials mentioning features or use of this software must
  1.3492 +display the following acknowledgement: This product includes software
  1.3493 +developed by the University of California, Lawrence Berkeley Laboratory.
  1.3494 +
  1.3495 +Redistribution and use in source and binary forms, with or without
  1.3496 +modification, are permitted provided that the following conditions are met:
  1.3497 +
  1.3498 +   1. Redistributions of source code must retain the above copyright notice,
  1.3499 +   this list of conditions and the following disclaimer.
  1.3500 +
  1.3501 +   2. Redistributions in binary form must reproduce the above copyright
  1.3502 +   notice, this list of conditions and the following disclaimer in the
  1.3503 +   documentation and/or other materials provided with the distribution.
  1.3504 +
  1.3505 +   3. All advertising materials mentioning features or use of this software
  1.3506 +   must display the following acknowledgement: This product includes software
  1.3507 +   developed by the University of California, Berkeley and its contributors.
  1.3508 +
  1.3509 +   4. Neither the name of the University nor the names of its contributors may
  1.3510 +   be used to endorse or promote products derived from this software without
  1.3511 +   specific prior written permission.
  1.3512 +
  1.3513 +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
  1.3514 +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  1.3515 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  1.3516 +DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
  1.3517 +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  1.3518 +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  1.3519 +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  1.3520 +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1.3521 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  1.3522 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  3.2.3. The
  1.3523 +NetBSD Foundation, Inc.
  1.3524 +
  1.3525 +Copyright (c) 2003 The NetBSD Foundation, Inc. All rights reserved.
  1.3526 +
  1.3527 +This code is derived from software contributed to The NetBSD Foundation by Ben
  1.3528 +Collver <collver1@attbi.com>
  1.3529 +
  1.3530 +Redistribution and use in source and binary forms, with or without
  1.3531 +modification, are permitted provided that the following conditions are met:
  1.3532 +
  1.3533 +   1. Redistributions of source code must retain the above copyright notice,
  1.3534 +   this list of conditions and the following disclaimer.
  1.3535 +
  1.3536 +   2. Redistributions in binary form must reproduce the above copyright
  1.3537 +   notice, this list of conditions and the following disclaimer in the
  1.3538 +   documentation and/or other materials provided with the distribution.
  1.3539 +
  1.3540 +   3. All advertising materials mentioning features or use of this software
  1.3541 +   must display the following acknowledgement: This product includes software
  1.3542 +   developed by the NetBSD Foundation, Inc. and its contributors.
  1.3543 +
  1.3544 +   4. Neither the name of The NetBSD Foundation nor the names of its
  1.3545 +   contributors may be used to endorse or promote products derived from this
  1.3546 +   software without specific prior written permission.
  1.3547 +
  1.3548 +THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS
  1.3549 +IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1.3550 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  1.3551 +DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
  1.3552 +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  1.3553 +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  1.3554 +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  1.3555 +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1.3556 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  1.3557 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  3.2.4. Theodore
  1.3558 +Ts'o.
  1.3559 +
  1.3560 +Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All rights
  1.3561 +reserved.
  1.3562 +
  1.3563 +Redistribution and use in source and binary forms, with or without
  1.3564 +modification, are permitted provided that the following conditions are met:
  1.3565 +
  1.3566 +   1. Redistributions of source code must retain the above copyright notice,
  1.3567 +   and the entire permission notice in its entirety, including the disclaimer
  1.3568 +   of warranties.
  1.3569 +
  1.3570 +   2. Redistributions in binary form must reproduce the above copyright
  1.3571 +   notice, this list of conditions and the following disclaimer in the
  1.3572 +   documentation and/or other materials provided with the distribution.
  1.3573 +
  1.3574 +   3. he name of the author may not be used to endorse or promote products
  1.3575 +   derived from this software without specific prior written permission.
  1.3576 +
  1.3577 +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  1.3578 +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  1.3579 +FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED. IN NO
  1.3580 +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1.3581 +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1.3582 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  1.3583 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  1.3584 +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1.3585 +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE
  1.3586 +POSSIBILITY OF SUCH DAMAGE.  3.2.5. Theo de Raadt and Damien Miller
  1.3587 +
  1.3588 +Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. Copyright (c)
  1.3589 +2001-2002 Damien Miller. All rights reserved.
  1.3590 +
  1.3591 +Redistribution and use in source and binary forms, with or without
  1.3592 +modification, are permitted provided that the following conditions are met:
  1.3593 +
  1.3594 +   1. Redistributions of source code must retain the above copyright notice,
  1.3595 +   this list of conditions and the following disclaimer.
  1.3596 +
  1.3597 +   2. Redistributions in binary form must reproduce the above copyright
  1.3598 +   notice, this list of conditions and the following disclaimer in the
  1.3599 +   documentation and/or other materials provided with the distribution.
  1.3600 +
  1.3601 +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  1.3602 +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1.3603 +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1.3604 +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1.3605 +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1.3606 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  1.3607 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  1.3608 +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1.3609 +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  1.3610 +POSSIBILITY OF SUCH DAMAGE.  3.2.6. Todd C. Miller
  1.3611 +
  1.3612 +Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  1.3613 +
  1.3614 +Permission to use, copy, modify, and distribute this software for any purpose
  1.3615 +with or without fee is hereby granted, provided that the above copyright
  1.3616 +notice and this permission notice appear in all copies.
  1.3617 +
  1.3618 +THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL WARRANTIES
  1.3619 +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  1.3620 +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE FOR
  1.3621 +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  1.3622 +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  1.3623 +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  1.3624 +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  3.2.7. Thomas
  1.3625 +Winischhofer
  1.3626 +
  1.3627 +Copyright (C) 2001-2004 Thomas Winischhofer
  1.3628 +
  1.3629 +Redistribution and use in source and binary forms, with or without
  1.3630 +modification, are permitted provided that the following conditions are met:
  1.3631 +
  1.3632 +   1. Redistributions of source code must retain the above copyright notice,
  1.3633 +   this list of conditions and the following disclaimer.
  1.3634 +
  1.3635 +   2. Redistributions in binary form must reproduce the above copyright
  1.3636 +   notice, this list of conditions and the following disclaimer in the
  1.3637 +   documentation and/or other materials provided with the distribution.
  1.3638 +
  1.3639 +   3. The name of the author may not be used to endorse or promote products
  1.3640 +   derived from this software without specific prior written permission.
  1.3641 +
  1.3642 +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  1.3643 +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1.3644 +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1.3645 +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1.3646 +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1.3647 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  1.3648 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  1.3649 +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  1.3650 +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  1.3651 +POSSIBILITY OF SUCH DAMAGE.  3.3. NVIDIA Corp
  1.3652 +
  1.3653 +Copyright (c) 1996 NVIDIA, Corp. All rights reserved.
  1.3654 +
  1.3655 +NOTICE TO USER: The source code is copyrighted under U.S. and international
  1.3656 +laws. NVIDIA, Corp. of Sunnyvale, California owns the copyright and as design
  1.3657 +patents pending on the design and interface of the NV chips. Users and
  1.3658 +possessors of this source code are hereby granted a nonexclusive, royalty-free
  1.3659 +copyright and design patent license to use this code in individual and
  1.3660 +commercial software.
  1.3661 +
  1.3662 +Any use of this source code must include, in the user documentation and
  1.3663 +internal comments to the code, notices to the end user as follows:
  1.3664 +
  1.3665 +Copyright (c) 1996 NVIDIA, Corp. NVIDIA design patents pending in the U.S. and
  1.3666 +foreign countries.
  1.3667 +
  1.3668 +NVIDIA, CORP. MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE
  1.3669 +CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
  1.3670 +WARRANTY OF ANY KIND. NVIDIA, CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO
  1.3671 +THIS SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  1.3672 +FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORP. BE LIABLE
  1.3673 +FOR ANY SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
  1.3674 +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  1.3675 +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  1.3676 +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.  3.4. GLX Public
  1.3677 +License
  1.3678 +
  1.3679 +GLX PUBLIC LICENSE (Version 1.0 (2/11/99)) ("License")
  1.3680 +
  1.3681 +Subject to any third party claims, Silicon Graphics, Inc. ("SGI") hereby
  1.3682 +grants permission to Recipient (defined below), under Recipient's copyrights
  1.3683 +in the Original Software (defined below), to use, copy, modify, merge,
  1.3684 +publish, distribute, sublicense and/or sell copies of Subject Software
  1.3685 +(defined below), and to permit persons to whom the Subject Software is
  1.3686 +furnished in accordance with this License to do the same, subject to all of
  1.3687 +the following terms and conditions, which Recipient accepts by engaging in any
  1.3688 +such use, copying, modifying, merging, publishing, distributing, sublicensing
  1.3689 +or selling:
  1.3690 +
  1.3691 +1. Definitions.
  1.3692 +
  1.3693 +    (a) "Original Software" means source code of computer software code which
  1.3694 +    is described in Exhibit A as Original Software.
  1.3695 +
  1.3696 +    (b) "Modifications" means any addition to or deletion from the substance
  1.3697 +    or structure of either the Original Software or any previous
  1.3698 +    Modifications. When Subject Software is released as a series of files, a
  1.3699 +    Modification means (i) any addition to or deletion from the contents of a
  1.3700 +    file containing Original Software or previous Modifications and (ii) any
  1.3701 +    new file that contains any part of the Original Code or previous
  1.3702 +    Modifications.
  1.3703 +
  1.3704 +    (c) "Subject Software" means the Original Software or Modifications or the
  1.3705 +    combination of the Original Software and Modifications, or portions of any
  1.3706 +    of the foregoing.
  1.3707 +
  1.3708 +    (d) "Recipient" means an individual or a legal entity exercising rights
  1.3709 +    under, and complying with all of the terms of, this License. For legal
  1.3710 +    entities, "Recipient" includes any entity which controls, is controlled
  1.3711 +    by, or is under common control with Recipient. For purposes of this
  1.3712 +    definition, "control" of an entity means (a) the power, direct or
  1.3713 +    indirect, to direct or manage such entity, or (b) ownership of fifty
  1.3714 +    percent (50%) or more of the outstanding shares or beneficial ownership of
  1.3715 +    such entity.
  1.3716 +
  1.3717 +2. Redistribution of Source Code Subject to These Terms. Redistributions of
  1.3718 +Subject Software in source code form must retain the notice set forth in
  1.3719 +Exhibit A, below, in every file. A copy of this License must be included in
  1.3720 +any documentation for such Subject Software where the recipients' rights
  1.3721 +relating to Subject Software are described. Recipient may distribute the
  1.3722 +source code version of Subject Software under a license of Recipient's choice,
  1.3723 +which may contain terms different from this License, provided that (i)
  1.3724 +Recipient is in compliance with the terms of this License, and (ii) the
  1.3725 +license terms include this Section 2 and Sections 3, 4, 7, 8, 10, 12 and 13 of
  1.3726 +this License, which terms may not be modified or superseded by any other terms
  1.3727 +of such license. If Recipient distributes the source code version under a
  1.3728 +different license Recipient must make it absolutely clear that any terms which
  1.3729 +differ from this License are offered by Recipient alone, not by SGI. Recipient
  1.3730 +hereby agrees to indemnify SGI for any liability incurred by SGI as a result
  1.3731 +of any such terms Recipient offers.
  1.3732 +
  1.3733 +3. Redistribution in Executable Form. The notice set forth in Exhibit A must
  1.3734 +be conspicuously included in any notice in an executable version of Subject
  1.3735 +Software, related documentation or collateral in which Recipient describes the
  1.3736 +user's rights relating to the Subject Software. Recipient may distribute the
  1.3737 +executable version of Subject Software under a license of Recipient's choice,
  1.3738 +which may contain terms different from this License, provided that (i)
  1.3739 +Recipient is in compliance with the terms of this License, and (ii) the
  1.3740 +license terms include this Section 3 and Sections 4, 7, 8, 10, 12 and 13 of
  1.3741 +this License, which terms may not be modified or superseded by any other terms
  1.3742 +of such license. If Recipient distributes the executable version under a
  1.3743 +different license Recipient must make it absolutely clear that any terms which
  1.3744 +differ from this License are offered by Recipient alone, not by SGI. Recipient
  1.3745 +hereby agrees to indemnify SGI for any liability incurred by SGI as a result
  1.3746 +of any such terms Recipient offers.
  1.3747 +
  1.3748 +4. Termination. This License and the rights granted hereunder will terminate
  1.3749 +automatically if Recipient fails to comply with terms herein and fails to cure
  1.3750 +such breach within 30 days of the breach. Any sublicense to the Subject
  1.3751 +Software which is properly granted shall survive any termination of this
  1.3752 +License absent termination by the terms of such sublicense. Provisions which,
  1.3753 +by their nature, must remain in effect beyond the termination of this License
  1.3754 +shall survive.
  1.3755 +
  1.3756 +5. No Trademark Rights. This License does not grant any rights to use any
  1.3757 +trade name, trademark or service mark whatsoever. No trade name, trademark or
  1.3758 +service mark of SGI may be used to endorse or promote products derived from
  1.3759 +the Subject Software without prior written permission of SGI.
  1.3760 +
  1.3761 +6. No Other Rights. This License does not grant any rights with respect to the
  1.3762 +OpenGL API or to any software or hardware implementation thereof or to any
  1.3763 +other software whatsoever, nor shall any other rights or licenses not
  1.3764 +expressly granted hereunder arise by implication, estoppel or otherwise with
  1.3765 +respect to the Subject Software. Title to and ownership of the Original
  1.3766 +Software at all times remains with SGI. All rights in the Original Software
  1.3767 +not expressly granted under this License are reserved.
  1.3768 +
  1.3769 +7. Compliance with Laws; Non-Infringement. Recipient shall comply with all
  1.3770 +applicable laws and regulations in connection with use and distribution of the
  1.3771 +Subject Software, including but not limited to, all export and import control
  1.3772 +laws and regulations of the U.S. government and other countries. Recipient may
  1.3773 +not distribute Subject Software that (i) in any way infringes (directly or
  1.3774 +contributorily) the rights (including patent, copyright, trade secret,
  1.3775 +trademark or other intellectual property rights of any kind) of any other
  1.3776 +person or entity or (ii) breaches any representation or warranty, express,
  1.3777 +implied or statutory, which under any applicable law it might be deemed to
  1.3778 +have been distributed.
  1.3779 +
  1.3780 +8. Claims of Infringement. If Recipient at any time has knowledge of any one
  1.3781 +or more third party claims that reproduction, modification, use, distribution,
  1.3782 +import or sale of Subject Software (including particular functionality or code
  1.3783 +incorporated in Subject Software) infringes the third party's intellectual
  1.3784 +property rights, Recipient must place in a well-identified web page bearing
  1.3785 +the title "LEGAL" a description of each such claim and a description of the
  1.3786 +party making each such claim in sufficient detail that a user of the Subject
  1.3787 +Software will know whom to contact regarding the claim. Also, upon gaining
  1.3788 +such knowledge of any such claim, Recipient must conspicuously include the URL
  1.3789 +for such web page in the Exhibit A notice required under Sections 2 and 3,
  1.3790 +above, and in the text of any related documentation, license agreement or
  1.3791 +collateral in which Recipient describes end user's rights relating to the
  1.3792 +Subject Software. If Recipient obtains such knowledge after it makes Subject
  1.3793 +Software available to any other person or entity, Recipient shall take other
  1.3794 +steps (such as notifying appropriate mailing lists or newsgroups) reasonably
  1.3795 +calculated to inform those who received the Subject Software that new
  1.3796 +knowledge has been obtained.
  1.3797 +
  1.3798 +9. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
  1.3799 +WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
  1.3800 +LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS,
  1.3801 +MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON- INFRINGING. SGI ASSUMES NO
  1.3802 +RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
  1.3803 +PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY
  1.3804 +SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
  1.3805 +ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED
  1.3806 +HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  1.3807 +
  1.3808 +10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
  1.3809 +WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY),
  1.3810 +CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY
  1.3811 +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
  1.3812 +CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
  1.3813 +STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
  1.3814 +COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
  1.3815 +THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY
  1.3816 +TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO
  1.3817 +THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT
  1.3818 +ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
  1.3819 +THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.
  1.3820 +
  1.3821 +11. Indemnity. Recipient shall be solely responsible for damages arising,
  1.3822 +directly or indirectly, out of its utilization of rights under this License.
  1.3823 +Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from
  1.3824 +and against any loss, liability, damages, costs or expenses (including the
  1.3825 +payment of reasonable attorneys fees) arising out of Recipient's use,
  1.3826 +modification, reproduction and distribution of the Subject Software or out of
  1.3827 +any representation or warranty made by Recipient.
  1.3828 +
  1.3829 +12. U.S. Government End Users. The Subject Software is a "commercial item"
  1.3830 +consisting of "commercial computer software" as such terms are defined in
  1.3831 +title 48 of the Code of Federal Regulations and all U.S. Government End Users
  1.3832 +acquire only the rights set forth in this License and are subject to the terms
  1.3833 +of this License.
  1.3834 +
  1.3835 +13. Miscellaneous. This License represents the complete agreement concerning
  1.3836 +subject matter hereof. If any provision of this License is held to be
  1.3837 +unenforceable, such provision shall be reformed so as to achieve as nearly as
  1.3838 +possible the same economic effect as the original provision and the remainder
  1.3839 +of this License will remain in effect. This License shall be governed by and
  1.3840 +construed in accordance with the laws of the United States and the State of
  1.3841 +California as applied to agreements entered into and to be performed entirely
  1.3842 +within California between California residents. Any litigation relating to
  1.3843 +this License shall be subject to the exclusive jurisdiction of the Federal
  1.3844 +Courts of the Northern District of California (or, absent subject matter
  1.3845 +jurisdiction in such courts, the courts of the State of California), with
  1.3846 +venue lying exclusively in Santa Clara County, California, with the losing
  1.3847 +party responsible for costs, including without limitation, court costs and
  1.3848 +reasonable attorneys fees and expenses. The application of the United Nations
  1.3849 +Convention on Contracts for the International Sale of Goods is expressly
  1.3850 +excluded. Any law or regulation which provides that the language of a contract
  1.3851 +shall be construed against the drafter shall not apply to this License.
  1.3852 +
  1.3853 +Exhibit A
  1.3854 +
  1.3855 +The contents of this file are subject to Sections 2, 3, 4, 7, 8, 10, 12 and 13
  1.3856 +of the GLX Public License Version 1.0 (the "License"). You may not use this
  1.3857 +file except in compliance with those sections of the License. You may obtain a
  1.3858 +copy of the License at Silicon Graphics, Inc., attn: Legal Services, 2011 N.
  1.3859 +Shoreline Blvd., Mountain View, CA 94043 or at
  1.3860 +http://www.sgi.com/software/opensource/glx/license.html.
  1.3861 +
  1.3862 +Software distributed under the License is distributed on an "AS IS" basis. ALL
  1.3863 +WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
  1.3864 +WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF NON-
  1.3865 +INFRINGEMENT. See the License for the specific language governing rights and
  1.3866 +limitations under the License.
  1.3867 +
  1.3868 +The Original Software is GLX version 1.2 source code, released February, 1999.
  1.3869 +The developer of the Original Software is Silicon Graphics, Inc. Those
  1.3870 +portions of the Subject Software created by Silicon Graphics, Inc. are
  1.3871 +Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved.  3.5. CID
  1.3872 +Font Code Public License
  1.3873 +
  1.3874 +CID FONT CODE PUBLIC LICENSE (Version 1.0 (3/31/99))("License")
  1.3875 +
  1.3876 +Subject to any applicable third party claims, Silicon Graphics, Inc. ("SGI")
  1.3877 +hereby grants permission to Recipient (defined below), under SGI's copyrights
  1.3878 +in the Original Software (defined below), to use, copy, modify, merge,
  1.3879 +publish, distribute, sublicense and/or sell copies of Subject Software
  1.3880 +(defined below) in both source code and executable form, and to permit persons
  1.3881 +to whom the Subject Software is furnished in accordance with this License to
  1.3882 +do the same, subject to all of the following terms and conditions, which
  1.3883 +Recipient accepts by engaging in any such use, copying, modifying, merging,
  1.3884 +publication, distributing, sublicensing or selling:
  1.3885 +
  1.3886 +1. Definitions.
  1.3887 +
  1.3888 +    a. "Original Software" means source code of computer software code that is
  1.3889 +    described in Exhibit A as Original Software.
  1.3890 +
  1.3891 +    b. "Modifications" means any addition to or deletion from the substance or
  1.3892 +    structure of either the Original Software or any previous Modifications.
  1.3893 +    When Subject Software is released as a series of files, a Modification
  1.3894 +    means (i) any addition to or deletion from the contents of a file
  1.3895 +    containing Original Software or previous Modifications and (ii) any new
  1.3896 +    file that contains any part of the Original Code or previous
  1.3897 +    Modifications.
  1.3898 +
  1.3899 +    c. "Subject Software" means the Original Software or Modifications or the
  1.3900 +    combination of the Original Software and Modifications, or portions of any
  1.3901 +    of the foregoing.
  1.3902 +
  1.3903 +    d. "Recipient" means an individual or a legal entity exercising rights
  1.3904 +    under the terms of this License. For legal entities, "Recipient" includes
  1.3905 +    any entity that controls, is controlled by, or is under common control
  1.3906 +    with Recipient. For purposes of this definition, "control" of an entity
  1.3907 +    means (i) the power, direct or indirect, to direct or manage such entity,
  1.3908 +    or (ii) ownership of fifty percent (50%) or more of the outstanding shares
  1.3909 +    or beneficial ownership of such entity.
  1.3910 +
  1.3911 +    e. "Required Notice" means the notice set forth in Exhibit A to this
  1.3912 +    License.
  1.3913 +
  1.3914 +    f. "Accompanying Technology" means any software or other technology that
  1.3915 +    is not a Modification and that is distributed or made publicly available
  1.3916 +    by Recipient with the Subject Software. Separate software files that do
  1.3917 +    not contain any Original Software or any previous Modification shall not
  1.3918 +    be deemed a Modification, even if such software files are aggregated as
  1.3919 +    part of a product, or in any medium of storage, with any file that does
  1.3920 +    contain Original Software or any previous Modification.
  1.3921 +
  1.3922 +2. License Terms. All distribution of the Subject Software must be made
  1.3923 +subject to the terms of this License. A copy of this License and the Required
  1.3924 +Notice must be included in any documentation for Subject Software where
  1.3925 +Recipient's rights relating to Subject Software and/or any Accompanying
  1.3926 +Technology are described. Distributions of Subject Software in source code
  1.3927 +form must also include the Required Notice in every file distributed. In
  1.3928 +addition, a ReadMe file entitled "Important Legal Notice" must be distributed
  1.3929 +with each distribution of one or more files that incorporate Subject Software.
  1.3930 +That file must be included with distributions made in both source code and
  1.3931 +executable form. A copy of the License and the Required Notice must be
  1.3932 +included in that file. Recipient may distribute Accompanying Technology under
  1.3933 +a license of Recipient's choice, which may contain terms different from this
  1.3934 +License, provided that (i) Recipient is in compliance with the terms of this
  1.3935 +License, (ii) such other license terms do not modify or supersede the terms of
  1.3936 +this License as applicable to the Subject Software, (iii) Recipient hereby
  1.3937 +indemnifies SGI for any liability incurred by SGI as a result of the
  1.3938 +distribution of Accompanying Technology or the use of other license terms.
  1.3939 +
  1.3940 +3. Termination. This License and the rights granted hereunder will terminate
  1.3941 +automatically if Recipient fails to comply with terms herein and fails to cure
  1.3942 +such breach within 30 days of the breach. Any sublicense to the Subject
  1.3943 +Software that is properly granted shall survive any termination of this
  1.3944 +License absent termination by the terms of such sublicense. Provisions which,
  1.3945 +by their nature, must remain in effect beyond the termination of this License
  1.3946 +shall survive.
  1.3947 +
  1.3948 +4. Trademark Rights. This License does not grant any rights to use any trade
  1.3949 +name, trademark or service mark whatsoever. No trade name, trademark or
  1.3950 +service mark of SGI may be used to endorse or promote products derived from or
  1.3951 +incorporating any Subject Software without prior written permission of SGI.
  1.3952 +
  1.3953 +5. No Other Rights. No rights or licenses not expressly granted hereunder
  1.3954 +shall arise by implication, estoppel or otherwise. Title to and ownership of
  1.3955 +the Original Software at all times remains with SGI. All rights in the
  1.3956 +Original Software not expressly granted under this License are reserved.
  1.3957 +
  1.3958 +6. Compliance with Laws; Non-Infringement. Recipient shall comply with all
  1.3959 +applicable laws and regulations in connection with use and distribution of the
  1.3960 +Subject Software, including but not limited to, all export and import control
  1.3961 +laws and regulations of the U.S. government and other countries. Recipient may
  1.3962 +not distribute Subject Software that (i) in any way infringes (directly or
  1.3963 +contributorily) the rights (including patent, copyright, trade secret,
  1.3964 +trademark or other intellectual property rights of any kind) of any other
  1.3965 +person or entity, or (ii) breaches any representation or warranty, express,
  1.3966 +implied or statutory, which under any applicable law it might be deemed to
  1.3967 +have been distributed.
  1.3968 +
  1.3969 +7. Claims of Infringement. If Recipient at any time has knowledge of any one
  1.3970 +or more third party claims that reproduction, modification, use, distribution,
  1.3971 +import or sale of Subject Software (including particular functionality or code
  1.3972 +incorporated in Subject Software) infringes the third party's intellectual
  1.3973 +property rights, Recipient must place in a well-identified web page bearing
  1.3974 +the title "LEGAL" a description of each such claim and a description of the
  1.3975 +party making each such claim in sufficient detail that a user of the Subject
  1.3976 +Software will know whom to contact regarding the claim. Also, upon gaining
  1.3977 +such knowledge of any such claim, Recipient must conspicuously include the URL
  1.3978 +for such web page in the Required Notice, and in the text of any related
  1.3979 +documentation, license agreement or collateral in which Recipient describes
  1.3980 +end user's rights relating to the Subject Software. If Recipient obtains such
  1.3981 +knowledge after it makes Subject Software available to any other person or
  1.3982 +entity, Recipient shall take other steps (such as notifying appropriate
  1.3983 +mailing lists or newsgroups) reasonably calculated to provide such knowledge
  1.3984 +to those who received the Subject Software.
  1.3985 +
  1.3986 +8. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
  1.3987 +WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
  1.3988 +LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS,
  1.3989 +MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. SGI ASSUMES NO
  1.3990 +RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
  1.3991 +PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY
  1.3992 +SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
  1.3993 +ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED
  1.3994 +HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  1.3995 +
  1.3996 +9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
  1.3997 +WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY),
  1.3998 +CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY CLAIM,
  1.3999 +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  1.4000 +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SUBJECT SOFTWARE OR
  1.4001 +THE USE OR OTHER DEALINGS IN THE SUBJECT SOFTWARE. SOME JURISDICTIONS DO NOT
  1.4002 +ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES, SO THIS EXCLUSION AND
  1.4003 +LIMITATION MAY NOT APPLY TO RECIPIENT TO THE EXTENT SO DISALLOWED.
  1.4004 +
  1.4005 +10. Indemnity. Recipient shall be solely responsible for damages arising,
  1.4006 +directly or indirectly, out of its utilization of rights under this License.
  1.4007 +Recipient will defend, indemnify and hold SGI and its successors and assigns
  1.4008 +harmless from and against any loss, liability, damages, costs or expenses
  1.4009 +(including the payment of reasonable attorneys fees) arising out of
  1.4010 +(Recipient's use, modification, reproduction and distribution of the Subject
  1.4011 +Software or out of any representation or warranty made by Recipient.
  1.4012 +
  1.4013 +11. U.S. Government End Users. The Subject Software is a "commercial item"
  1.4014 +consisting of "commercial computer software" as such terms are defined in
  1.4015 +title 48 of the Code of Federal Regulations and all U.S. Government End Users
  1.4016 +acquire only the rights set forth in this License and are subject to the terms
  1.4017 +of this License.
  1.4018 +
  1.4019 +12. Miscellaneous. This License represents the complete agreement concerning
  1.4020 +subject matter hereof. If any provision of this License is held to be
  1.4021 +unenforceable by any judicial or administrative authority having proper
  1.4022 +jurisdiction with respect thereto, such provision shall be reformed so as to
  1.4023 +achieve as nearly as possible the same economic effect as the original
  1.4024 +provision and the remainder of this License will remain in effect. This
  1.4025 +License shall be governed by and construed in accordance with the laws of the
  1.4026 +United States and the State of California as applied to agreements entered
  1.4027 +into and to be performed entirely within California between California
  1.4028 +residents. Any litigation relating to this License shall be subject to the
  1.4029 +exclusive jurisdiction of the Federal Courts of the Northern District of
  1.4030 +California (or, absent subject matter jurisdiction in such courts, the courts
  1.4031 +of the State of California), with venue lying exclusively in Santa Clara
  1.4032 +County, California, with the losing party responsible for costs, including
  1.4033 +without limitation, court costs and reasonable attorneys fees and expenses.
  1.4034 +The application of the United Nations Convention on Contracts for the
  1.4035 +International Sale of Goods is expressly excluded. Any law or regulation that
  1.4036 +provides that the language of a contract shall be construed against the
  1.4037 +drafter shall not apply to this License.
  1.4038 +
  1.4039 +Exhibit A
  1.4040 +
  1.4041 +Copyright (c) 1994-1999 Silicon Graphics, Inc.
  1.4042 +
  1.4043 +The contents of this file are subject to the CID Font Code Public License
  1.4044 +Version 1.0 (the "License"). You may not use this file except in compliance
  1.4045 +with the License. You may obtain a copy of the License at Silicon Graphics,
  1.4046 +Inc., attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043
  1.4047 +or at http://www.sgi.com/software/opensource/cid/license.html
  1.4048 +
  1.4049 +Software distributed under the License is distributed on an "AS IS" basis. ALL
  1.4050 +WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
  1.4051 +WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF
  1.4052 +NON-INFRINGEMENT. See the License for the specific language governing rights
  1.4053 +and limitations under the License.
  1.4054 +
  1.4055 +The Original Software (as defined in the License) is CID font code that was
  1.4056 +developed by Silicon Graphics, Inc. Those portions of the Subject Software (as
  1.4057 +defined in the License) that were created by Silicon Graphics, Inc. are
  1.4058 +Copyright (c) 1994-1999 Silicon Graphics, Inc. All Rights Reserved.
  1.4059 +
  1.4060 +[NOTE: When using this text in connection with Subject Software delivered
  1.4061 +solely in object code form, Recipient may replace the words "this file" with
  1.4062 +"this software" in both the first and second sentences.] 3.6. Bitstream Vera
  1.4063 +Fonts Copyright
  1.4064 +
  1.4065 +The fonts have a generous copyright, allowing derivative works (as long as
  1.4066 +"Bitstream" or "Vera" are not in the names), and full redistribution (so long
  1.4067 +as they are not *sold* by themselves). They can be be bundled, redistributed
  1.4068 +and sold with any software.
  1.4069 +
  1.4070 +The fonts are distributed under the following copyright:
  1.4071 +
  1.4072 +Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a
  1.4073 +trademark of Bitstream, Inc.
  1.4074 +
  1.4075 +Permission is hereby granted, free of charge, to any person obtaining a copy
  1.4076 +of the fonts accompanying this license ("Fonts") and associated documentation
  1.4077 +files (the "Font Software"), to reproduce and distribute the Font Software,
  1.4078 +including without limitation the rights to use, copy, merge, publish,
  1.4079 +distribute, and/or sell copies of the Font Software, and to permit persons to
  1.4080 +whom the Font Software is furnished to do so, subject to the following
  1.4081 +conditions:
  1.4082 +
  1.4083 +The above copyright and trademark notices and this permission notice shall be
  1.4084 +included in all copies of one or more of the Font Software typefaces.
  1.4085 +
  1.4086 +The Font Software may be modified, altered, or added to, and in particular the
  1.4087 +designs of glyphs or characters in the Fonts may be modified and additional
  1.4088 +glyphs or characters may be added to the Fonts, only if the fonts are renamed
  1.4089 +to names not containing either the words "Bitstream" or the word "Vera".
  1.4090 +
  1.4091 +This License becomes null and void to the extent applicable to Fonts or Font
  1.4092 +Software that has been modified and is distributed under the "Bitstream Vera"
  1.4093 +names.
  1.4094 +
  1.4095 +The Font Software may be sold as part of a larger software package but no copy
  1.4096 +of one or more of the Font Software typefaces may be sold by itself.
  1.4097 +
  1.4098 +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  1.4099 +OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
  1.4100 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
  1.4101 +TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION
  1.4102 +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
  1.4103 +SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION
  1.4104 +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO
  1.4105 +USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
  1.4106 +
  1.4107 +Except as contained in this notice, the names of Gnome, the Gnome Foundation,
  1.4108 +and Bitstream Inc., shall not be used in advertising or otherwise to promote
  1.4109 +the sale, use or other dealings in this Font Software without prior written
  1.4110 +authorization from the Gnome Foundation or Bitstream Inc., respectively. For
  1.4111 +further information, contact: fonts at gnome dot org.  3.7. Bigelow & Holmes
  1.4112 +Inc and URW++ GmbH Luxi font license
  1.4113 +
  1.4114 +Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font instruction
  1.4115 +code copyright (c) 2001 by URW++ GmbH. All Rights Reserved. Luxi is a
  1.4116 +registered trademark of Bigelow & Holmes Inc.
  1.4117 +
  1.4118 +Permission is hereby granted, free of charge, to any person obtaining a copy
  1.4119 +of these Fonts and associated documentation files (the "Font Software"), to
  1.4120 +deal in the Font Software, including without limitation the rights to use,
  1.4121 +copy, merge, publish, distribute, sublicense, and/or sell copies of the Font
  1.4122 +Software, and to permit persons to whom the Font Software is furnished to do
  1.4123 +so, subject to the following conditions:
  1.4124 +
  1.4125 +The above copyright and trademark notices and this permission notice shall be
  1.4126 +included in all copies of one or more of the Font Software.
  1.4127 +
  1.4128 +The Font Software may not be modified, altered, or added to, and in particular
  1.4129 +the designs of glyphs or characters in the Fonts may not be modified nor may
  1.4130 +additional glyphs or characters be added to the Fonts. This License becomes
  1.4131 +null and void when the Fonts or Font Software have been modified.
  1.4132 +
  1.4133 +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  1.4134 +OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
  1.4135 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
  1.4136 +TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BIGELOW & HOLMES INC. OR URW++
  1.4137 +GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY
  1.4138 +GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN
  1.4139 +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
  1.4140 +INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
  1.4141 +SOFTWARE.
  1.4142 +
  1.4143 +Except as contained in this notice, the names of Bigelow & Holmes Inc. and
  1.4144 +URW++ GmbH. shall not be used in advertising or otherwise to promote the sale,
  1.4145 +use or other dealings in this Font Software without prior written
  1.4146 +authorization from Bigelow & Holmes Inc. and URW++ GmbH.
  1.4147 +
  1.4148 +For further information, contact:
  1.4149 +
  1.4150 +info@urwpp.de or design@bigelowandholmes.com
  1.4151 +
  1.4152 +
  1.4153 +--- end of LICENSE ---
  1.4154 +
  1.4155 +-------------------------------------------------------------------------------
  1.4156 +
  1.4157 +%% This notice is provided with respect to zlib v1.2.5, which may be included 
  1.4158 +with JRE 8, JDK 8, and OpenJDK 8.
  1.4159 +
  1.4160 +--- begin of LICENSE ---
  1.4161 +
  1.4162 +  version 1.2.5, July 18th, 2005
  1.4163 +
  1.4164 +  Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
  1.4165 +
  1.4166 +  This software is provided 'as-is', without any express or implied
  1.4167 +  warranty.  In no event will the authors be held liable for any damages
  1.4168 +  arising from the use of this software.
  1.4169 +
  1.4170 +  Permission is granted to anyone to use this software for any purpose,
  1.4171 +  including commercial applications, and to alter it and redistribute it
  1.4172 +  freely, subject to the following restrictions:
  1.4173 +
  1.4174 +  1. The origin of this software must not be misrepresented; you must not
  1.4175 +     claim that you wrote the original software. If you use this software
  1.4176 +     in a product, an acknowledgment in the product documentation would be
  1.4177 +     appreciated but is not required.
  1.4178 +  2. Altered source versions must be plainly marked as such, and must not be
  1.4179 +     misrepresented as being the original software.
  1.4180 +  3. This notice may not be removed or altered from any source distribution.
  1.4181 +
  1.4182 +  Jean-loup Gailly        Mark Adler
  1.4183 +  jloup@gzip.org          madler@alumni.caltech.edu
  1.4184 +
  1.4185 +--- end of LICENSE ---
  1.4186 +
  1.4187 +-------------------------------------------------------------------------------
  1.4188 +
  1.4189 +%% This notice is provided with respect to the following which may be 
  1.4190 +included with JRE 8, JDK 8, and OpenJDK 8, except where noted:
  1.4191 +
  1.4192 +  Apache Commons Math 2.2
  1.4193 +  Apache Derby 10.10.1.2        [included with JDK 8]
  1.4194 +  Apache Jakarta BCEL 5.2 
  1.4195 +  Apache Jakarta Regexp 1.4 
  1.4196 +  Apache Santuario XML Security for Java 1.5.4
  1.4197 +  Apache Xalan-Java 2.7.1 
  1.4198 +  Apache Xerces Java 2.10.0 
  1.4199 +  Apache XML Resolver 1.1 
  1.4200 +  Dynalink 0.5
  1.4201 +
  1.4202 +
  1.4203 +--- begin of LICENSE ---
  1.4204 +
  1.4205 +                                 Apache License
  1.4206 +                           Version 2.0, January 2004
  1.4207 +                        http://www.apache.org/licenses/
  1.4208 +
  1.4209 +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1.4210 +
  1.4211 +   1. Definitions.
  1.4212 +
  1.4213 +      "License" shall mean the terms and conditions for use, reproduction,
  1.4214 +      and distribution as defined by Sections 1 through 9 of this document.
  1.4215 +
  1.4216 +      "Licensor" shall mean the copyright owner or entity authorized by
  1.4217 +      the copyright owner that is granting the License.
  1.4218 +
  1.4219 +      "Legal Entity" shall mean the union of the acting entity and all
  1.4220 +      other entities that control, are controlled by, or are under common
  1.4221 +      control with that entity. For the purposes of this definition,
  1.4222 +      "control" means (i) the power, direct or indirect, to cause the
  1.4223 +      direction or management of such entity, whether by contract or
  1.4224 +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1.4225 +      outstanding shares, or (iii) beneficial ownership of such entity.
  1.4226 +
  1.4227 +      "You" (or "Your") shall mean an individual or Legal Entity
  1.4228 +      exercising permissions granted by this License.
  1.4229 +
  1.4230 +      "Source" form shall mean the preferred form for making modifications,
  1.4231 +      including but not limited to software source code, documentation
  1.4232 +      source, and configuration files.
  1.4233 +
  1.4234 +      "Object" form shall mean any form resulting from mechanical
  1.4235 +      transformation or translation of a Source form, including but
  1.4236 +      not limited to compiled object code, generated documentation,
  1.4237 +      and conversions to other media types.
  1.4238 +
  1.4239 +      "Work" shall mean the work of authorship, whether in Source or
  1.4240 +      Object form, made available under the License, as indicated by a
  1.4241 +      copyright notice that is included in or attached to the work
  1.4242 +      (an example is provided in the Appendix below).
  1.4243 +
  1.4244 +      "Derivative Works" shall mean any work, whether in Source or Object
  1.4245 +      form, that is based on (or derived from) the Work and for which the
  1.4246 +      editorial revisions, annotations, elaborations, or other modifications
  1.4247 +      represent, as a whole, an original work of authorship. For the purposes
  1.4248 +      of this License, Derivative Works shall not include works that remain
  1.4249 +      separable from, or merely link (or bind by name) to the interfaces of,
  1.4250 +      the Work and Derivative Works thereof.
  1.4251 +
  1.4252 +      "Contribution" shall mean any work of authorship, including
  1.4253 +      the original version of the Work and any modifications or additions
  1.4254 +      to that Work or Derivative Works thereof, that is intentionally
  1.4255 +      submitted to Licensor for inclusion in the Work by the copyright owner
  1.4256 +      or by an individual or Legal Entity authorized to submit on behalf of
  1.4257 +      the copyright owner. For the purposes of this definition, "submitted"
  1.4258 +      means any form of electronic, verbal, or written communication sent
  1.4259 +      to the Licensor or its representatives, including but not limited to
  1.4260 +      communication on electronic mailing lists, source code control systems,
  1.4261 +      and issue tracking systems that are managed by, or on behalf of, the
  1.4262 +      Licensor for the purpose of discussing and improving the Work, but
  1.4263 +      excluding communication that is conspicuously marked or otherwise
  1.4264 +      designated in writing by the copyright owner as "Not a Contribution."
  1.4265 +
  1.4266 +      "Contributor" shall mean Licensor and any individual or Legal Entity
  1.4267 +      on behalf of whom a Contribution has been received by Licensor and
  1.4268 +      subsequently incorporated within the Work.
  1.4269 +
  1.4270 +   2. Grant of Copyright License. Subject to the terms and conditions of
  1.4271 +      this License, each Contributor hereby grants to You a perpetual,
  1.4272 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1.4273 +      copyright license to reproduce, prepare Derivative Works of,
  1.4274 +      publicly display, publicly perform, sublicense, and distribute the
  1.4275 +      Work and such Derivative Works in Source or Object form.
  1.4276 +
  1.4277 +   3. Grant of Patent License. Subject to the terms and conditions of
  1.4278 +      this License, each Contributor hereby grants to You a perpetual,
  1.4279 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1.4280 +      (except as stated in this section) patent license to make, have made,
  1.4281 +      use, offer to sell, sell, import, and otherwise transfer the Work,
  1.4282 +      where such license applies only to those patent claims licensable
  1.4283 +      by such Contributor that are necessarily infringed by their
  1.4284 +      Contribution(s) alone or by combination of their Contribution(s)
  1.4285 +      with the Work to which such Contribution(s) was submitted. If You
  1.4286 +      institute patent litigation against any entity (including a
  1.4287 +      cross-claim or counterclaim in a lawsuit) alleging that the Work
  1.4288 +      or a Contribution incorporated within the Work constitutes direct
  1.4289 +      or contributory patent infringement, then any patent licenses
  1.4290 +      granted to You under this License for that Work shall terminate
  1.4291 +      as of the date such litigation is filed.
  1.4292 +
  1.4293 +   4. Redistribution. You may reproduce and distribute copies of the
  1.4294 +      Work or Derivative Works thereof in any medium, with or without
  1.4295 +      modifications, and in Source or Object form, provided that You
  1.4296 +      meet the following conditions:
  1.4297 +
  1.4298 +      (a) You must give any other recipients of the Work or
  1.4299 +          Derivative Works a copy of this License; and
  1.4300 +
  1.4301 +      (b) You must cause any modified files to carry prominent notices
  1.4302 +          stating that You changed the files; and
  1.4303 +
  1.4304 +      (c) You must retain, in the Source form of any Derivative Works
  1.4305 +          that You distribute, all copyright, patent, trademark, and
  1.4306 +          attribution notices from the Source form of the Work,
  1.4307 +          excluding those notices that do not pertain to any part of
  1.4308 +          the Derivative Works; and
  1.4309 +
  1.4310 +      (d) If the Work includes a "NOTICE" text file as part of its
  1.4311 +          distribution, then any Derivative Works that You distribute must
  1.4312 +          include a readable copy of the attribution notices contained
  1.4313 +          within such NOTICE file, excluding those notices that do not
  1.4314 +          pertain to any part of the Derivative Works, in at least one
  1.4315 +          of the following places: within a NOTICE text file distributed
  1.4316 +          as part of the Derivative Works; within the Source form or
  1.4317 +          documentation, if provided along with the Derivative Works; or,
  1.4318 +          within a display generated by the Derivative Works, if and
  1.4319 +          wherever such third-party notices normally appear. The contents
  1.4320 +          of the NOTICE file are for informational purposes only and
  1.4321 +          do not modify the License. You may add Your own attribution
  1.4322 +          notices within Derivative Works that You distribute, alongside
  1.4323 +          or as an addendum to the NOTICE text from the Work, provided
  1.4324 +          that such additional attribution notices cannot be construed
  1.4325 +          as modifying the License.
  1.4326 +
  1.4327 +      You may add Your own copyright statement to Your modifications and
  1.4328 +      may provide additional or different license terms and conditions
  1.4329 +      for use, reproduction, or distribution of Your modifications, or
  1.4330 +      for any such Derivative Works as a whole, provided Your use,
  1.4331 +      reproduction, and distribution of the Work otherwise complies with
  1.4332 +      the conditions stated in this License.
  1.4333 +
  1.4334 +   5. Submission of Contributions. Unless You explicitly state otherwise,
  1.4335 +      any Contribution intentionally submitted for inclusion in the Work
  1.4336 +      by You to the Licensor shall be under the terms and conditions of
  1.4337 +      this License, without any additional terms or conditions.
  1.4338 +      Notwithstanding the above, nothing herein shall supersede or modify
  1.4339 +      the terms of any separate license agreement you may have executed
  1.4340 +      with Licensor regarding such Contributions.
  1.4341 +
  1.4342 +   6. Trademarks. This License does not grant permission to use the trade
  1.4343 +      names, trademarks, service marks, or product names of the Licensor,
  1.4344 +      except as required for reasonable and customary use in describing the
  1.4345 +      origin of the Work and reproducing the content of the NOTICE file.
  1.4346 +
  1.4347 +   7. Disclaimer of Warranty. Unless required by applicable law or
  1.4348 +      agreed to in writing, Licensor provides the Work (and each
  1.4349 +      Contributor provides its Contributions) on an "AS IS" BASIS,
  1.4350 +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1.4351 +      implied, including, without limitation, any warranties or conditions
  1.4352 +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1.4353 +      PARTICULAR PURPOSE. You are solely responsible for determining the
  1.4354 +      appropriateness of using or redistributing the Work and assume any
  1.4355 +      risks associated with Your exercise of permissions under this License.
  1.4356 +
  1.4357 +   8. Limitation of Liability. In no event and under no legal theory,
  1.4358 +      whether in tort (including negligence), contract, or otherwise,
  1.4359 +      unless required by applicable law (such as deliberate and grossly
  1.4360 +      negligent acts) or agreed to in writing, shall any Contributor be
  1.4361 +      liable to You for damages, including any direct, indirect, special,
  1.4362 +      incidental, or consequential damages of any character arising as a
  1.4363 +      result of this License or out of the use or inability to use the
  1.4364 +      Work (including but not limited to damages for loss of goodwill,
  1.4365 +      work stoppage, computer failure or malfunction, or any and all
  1.4366 +      other commercial damages or losses), even if such Contributor
  1.4367 +      has been advised of the possibility of such damages.
  1.4368 +
  1.4369 +   9. Accepting Warranty or Additional Liability. While redistributing
  1.4370 +      the Work or Derivative Works thereof, You may choose to offer,
  1.4371 +      and charge a fee for, acceptance of support, warranty, indemnity,
  1.4372 +      or other liability obligations and/or rights consistent with this
  1.4373 +      License. However, in accepting such obligations, You may act only
  1.4374 +      on Your own behalf and on Your sole responsibility, not on behalf
  1.4375 +      of any other Contributor, and only if You agree to indemnify,
  1.4376 +      defend, and hold each Contributor harmless for any liability
  1.4377 +      incurred by, or claims asserted against, such Contributor by reason
  1.4378 +      of your accepting any such warranty or additional liability.
  1.4379 +
  1.4380 +   END OF TERMS AND CONDITIONS
  1.4381 +
  1.4382 +   APPENDIX: How to apply the Apache License to your work.
  1.4383 +
  1.4384 +      To apply the Apache License to your work, attach the following
  1.4385 +      boilerplate notice, with the fields enclosed by brackets "[]"
  1.4386 +      replaced with your own identifying information. (Don't include
  1.4387 +      the brackets!)  The text should be enclosed in the appropriate
  1.4388 +      comment syntax for the file format. We also recommend that a
  1.4389 +      file or class name and description of purpose be included on the
  1.4390 +      same "printed page" as the copyright notice for easier
  1.4391 +      identification within third-party archives.
  1.4392 +
  1.4393 +   Copyright [yyyy] [name of copyright owner]
  1.4394 +
  1.4395 +   Licensed under the Apache License, Version 2.0 (the "License");
  1.4396 +   you may not use this file except in compliance with the License.
  1.4397 +   You may obtain a copy of the License at
  1.4398 +
  1.4399 +       http://www.apache.org/licenses/LICENSE-2.0
  1.4400 +
  1.4401 +   Unless required by applicable law or agreed to in writing, software
  1.4402 +   distributed under the License is distributed on an "AS IS" BASIS,
  1.4403 +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1.4404 +   See the License for the specific language governing permissions and
  1.4405 +   limitations under the License.
  1.4406 +
  1.4407 +--- end of LICENSE ---
  1.4408 +
  1.4409 +-------------------------------------------------------------------------------
  1.4410 +

mercurial