THIRD_PARTY_README

changeset 2175
d1b779ab8225
parent 2174
5a8ba141ed63
child 2183
328c5cddb0a7
equal deleted inserted replaced
2163:e7b44329f4ec 2175:d1b779ab8225
5 Framework v5.0.3, which may be included with JRE 8, and JDK 8, and 5 Framework v5.0.3, which may be included with JRE 8, and JDK 8, and
6 OpenJDK 8. 6 OpenJDK 8.
7 7
8 --- begin of LICENSE --- 8 --- begin of LICENSE ---
9 9
10 Copyright (c) 2000-2011 France Télécom 10 Copyright (c) 2000-2011 France T??l??com
11 All rights reserved. 11 All rights reserved.
12 12
13 Redistribution and use in source and binary forms, with or without 13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions 14 modification, are permitted provided that the following conditions
15 are met: 15 are met:
283 283
284 You are receiving a copy of the Elliptic Curve Cryptography library in source 284 You are receiving a copy of the Elliptic Curve Cryptography library in source
285 form with the JDK 8 and OpenJDK 8 source distributions, and as object code in 285 form with the JDK 8 and OpenJDK 8 source distributions, and as object code in
286 the JRE 8 & JDK 8 runtimes. 286 the JRE 8 & JDK 8 runtimes.
287 287
288 In the case of the JRE 8 & JDK 8 runtimes, the terms of the Oracle license do 288 In the case of the JRE & JDK runtimes, the terms of the Oracle license do
289 NOT apply to the Elliptic Curve Cryptography library; it is licensed under the 289 NOT apply to the Elliptic Curve Cryptography library; it is licensed under the
290 following license, separately from Oracle's JDK & JRE. If you do not wish to 290 following license, separately from Oracle's JDK & JRE. If you do not wish to
291 install the Elliptic Curve Cryptography library, you may delete the library 291 install the Elliptic Curve Cryptography library, you may delete the
292 named libsunec.so (on Solaris and Linux systems) or sunec.dll (on Windows 292 Elliptic Curve Cryptography library:
293 systems) from the JRE bin directory reserved for native libraries. 293 - On Solaris and Linux systems: delete $(JAVA_HOME)/lib/libsunec.so
294 294 - On Windows systems: delete $(JAVA_HOME)\bin\sunec.dll
295 - On Mac systems, delete:
296 for JRE: /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libsunec.dylib
297 for JDK: $(JAVA_HOME)/jre/lib/libsunec.dylib
298
299 Written Offer for ECC Source Code
300 For third party technology that you receive from Oracle in binary form
301 which is licensed under an open source license that gives you the right
302 to receive the source code for that binary, you can obtain a copy of
303 the applicable source code from this page:
304 http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/file/tip/src/share/native/sun/security/ec/impl
305
306 If the source code for the technology was not provided to you with the
307 binary, you can also receive a copy of the source code on physical
308 media by submitting a written request to:
309
310 Oracle America, Inc.
311 Attn: Associate General Counsel,
312 Development and Engineering Legal
313 500 Oracle Parkway, 10th Floor
314 Redwood Shores, CA 94065
315
316 Or, you may send an email to Oracle using the form at:
317 http://www.oracle.com/goto/opensourcecode/request
318
319 Your request should include:
320 - The name of the component or binary file(s) for which you are requesting
321 the source code
322 - The name and version number of the Oracle product containing the binary
323 - The date you received the Oracle product
324 - Your name
325 - Your company name (if applicable)
326 - Your return mailing address and email and
327 - A telephone number in the event we need to reach you.
328
329 We may charge you a fee to cover the cost of physical media and processing.
330 Your request must be sent (i) within three (3) years of the date you
331 received the Oracle product that included the component or binary
332 file(s) that are the subject of your request, or (ii) in the case of
333 code licensed under the GPL v3, for as long as Oracle offers spare
334 parts or customer support for that product model.
295 335
296 --- begin of LICENSE --- 336 --- begin of LICENSE ---
297 337
298 GNU LESSER GENERAL PUBLIC LICENSE 338 GNU LESSER GENERAL PUBLIC LICENSE
299 Version 2.1, February 1999 339 Version 2.1, February 1999
807 JRE 8, JDK 8, and OpenJDK 8. 847 JRE 8, JDK 8, and OpenJDK 8.
808 848
809 --- begin of LICENSE --- 849 --- begin of LICENSE ---
810 850
811 Copyright notice 851 Copyright notice
812 Copyright © 2011 Ecma International 852 Copyright ?? 2011 Ecma International
813 Ecma International 853 Ecma International
814 Rue du Rhone 114 854 Rue du Rhone 114
815 CH-1204 Geneva 855 CH-1204 Geneva
816 Tel: +41 22 849 6000 856 Tel: +41 22 849 6000
817 Fax: +41 22 849 6001 857 Fax: +41 22 849 6001
868 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 908 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
869 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 909 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
870 OF SUCH DAMAGE. 910 OF SUCH DAMAGE.
871 --- end of LICENSE --- 911 --- end of LICENSE ---
872 912
873 %% This notice is provided with respect to Dynalink library which is included
874 with the Nashorn technology.
875
876 --- begin of LICENSE ---
877 Copyright (c) 2009-2013, Attila Szegedi
878
879 Redistribution and use in source and binary forms, with or without
880 modification, are permitted provided that the following conditions are
881 met:
882 * Redistributions of source code must retain the above copyright
883 notice, this list of conditions and the following disclaimer.
884 * Redistributions in binary form must reproduce the above copyright
885 notice, this list of conditions and the following disclaimer in the
886 documentation and/or other materials provided with the distribution.
887 * Neither the name of the copyright holder nor the names of
888 contributors may be used to endorse or promote products derived from
889 this software without specific prior written permission.
890
891 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
892 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
893 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
894 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER
895 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
896 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
897 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
898 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
899 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
900 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
901 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
902 --- end of LICENSE ---
903
904 %% This notice is provided with respect to Joni library which is included
905 with the Nashorn technology.
906
907 --- begin of LICENSE ---
908 Permission is hereby granted, free of charge, to any person obtaining a copy of
909 this software and associated documentation files (the "Software"), to deal in
910 the Software without restriction, including without limitation the rights to
911 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
912 of the Software, and to permit persons to whom the Software is furnished to do
913 so, subject to the following conditions:
914
915 The above copyright notice and this permission notice shall be included in all
916 copies or substantial portions of the Software.
917
918 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
920 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
921 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
922 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
923 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
924 SOFTWARE.
925
926 --- end of LICENSE ---
927
928 -------------------------------------------------------------------------------
929
930 %% This notice is provided with respect to FontConfig 2.5, which may be 913 %% This notice is provided with respect to FontConfig 2.5, which may be
931 included with JRE 8, JDK 8, and OpenJDK 8 source distributions on 914 included with JRE 8, JDK 8, and OpenJDK 8 source distributions on
932 Linux and Solaris. 915 Linux and Solaris.
933 916
934 --- begin of LICENSE --- 917 --- begin of LICENSE ---
935 918
936 Copyright © 2001,2003 Keith Packard 919 Copyright ?? 2001,2003 Keith Packard
937 920
938 Permission to use, copy, modify, distribute, and sell this software and its 921 Permission to use, copy, modify, distribute, and sell this software and its
939 documentation for any purpose is hereby granted without fee, provided that the 922 documentation for any purpose is hereby granted without fee, provided that the
940 above copyright notice appear in all copies and that both that copyright 923 above copyright notice appear in all copies and that both that copyright
941 notice and this permission notice appear in supporting documentation, and that 924 notice and this permission notice appear in supporting documentation, and that
949 PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 932 PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
950 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 933 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
951 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 934 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
952 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 935 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
953 936
937
938 --- end of LICENSE ---
939
940 -------------------------------------------------------------------------------
941
942 %% This notice is provided with respect to freebXML Registry 3.0 & 3.1,
943 which may be included with JRE 8, JDK 8, and OpenJDK 8.
944
945 --- begin of LICENSE ---
946
947 freebxml: Copyright (c) 2001 freebxml.org. All rights reserved.
948
949 The names "The freebXML Registry Project" and "freebxml Software
950 Foundation" must not be used to endorse or promote products derived
951 from this software or be used in a product name without prior
952 written permission. For written permission, please contact
953 ebxmlrr-team@lists.sourceforge.net.
954
955 This software consists of voluntary contributions made by many individuals
956 on behalf of the the freebxml Software Foundation. For more information on
957 the freebxml Software Foundation, please see <http://www.freebxml.org/>.
958
959 This product includes software developed by the Apache Software Foundation
960 (http://www.apache.org/).
961
962 The freebxml License, Version 1.1 5
963 Copyright (c) 2001 freebxml.org. All rights reserved.
964
965 Redistribution and use in source and binary forms, with or without
966 modification, are permitted provided that the following conditions
967 are met:
968
969 1. Redistributions of source code must retain the above copyright
970 notice, this list of conditions and the following disclaimer.
971
972 2. Redistributions in binary form must reproduce the above copyright
973 notice, this list of conditions and the following disclaimer in
974 the documentation and/or other materials provided with the
975 distribution.
976
977 3. The end-user documentation included with the redistribution, if
978 any, must include the following acknowlegement:
979 "This product includes software developed by
980 freebxml.org (http://www.freebxml.org/)."
981 Alternately, this acknowlegement may appear in the software itself,
982 if and wherever such third-party acknowlegements normally appear.
983
984 4. The names "The freebXML Registry Project", "freebxml Software
985 Foundation" must not be used to endorse or promote products derived
986 from this software without prior written permission. For written
987 permission, please contact ebxmlrr-team@lists.sourceforge.net.
988
989 5. Products derived from this software may not be called "freebxml",
990 "freebXML Registry" nor may freebxml" appear in their names without
991 prior written permission of the freebxml Group.
992
993 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
994 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
995 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
996 DISCLAIMED. IN NO EVENT SHALL THE freebxml SOFTWARE FOUNDATION OR
997 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
998 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
999 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
1000 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1001 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1002 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1003 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1004 SUCH DAMAGE.
954 1005
955 --- end of LICENSE --- 1006 --- end of LICENSE ---
956 1007
957 ------------------------------------------------------------------------------- 1008 -------------------------------------------------------------------------------
958 1009
1081 1132
1082 --- end of LICENSE --- 1133 --- end of LICENSE ---
1083 1134
1084 -------------------------------------------------------------------------------- 1135 --------------------------------------------------------------------------------
1085 1136
1137 %% This notice is provided with respect to Jing 20030619, which may
1138 be included with JRE 8, JDK 8, and OpenJDK 8.
1139
1140 --- begin of LICENSE ---
1141
1142 Copyright (c) 2001-2003 Thai Open Source Software Center Ltd All
1143 rights reserved.
1144
1145 Redistribution and use in source and binary forms, with or without
1146 modification, are permitted provided that the following conditions
1147 are met:
1148
1149 Redistributions of source code must retain the above copyright
1150 notice, this list of conditions and the following disclaimer.
1151
1152 Redistributions in binary form must reproduce the above copyright
1153 notice, this list of conditions and the following disclaimer in the
1154 documentation and/or other materials provided with the distribution.
1155
1156 Neither the name of the Thai Open Source Software Center Ltd nor
1157 the names of its contributors may be used to endorse or promote
1158 products derived from this software without specific prior written
1159 permission.
1160
1161 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1162 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1163 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1164 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1165 REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1166 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1167 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
1168 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1169 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1170 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1171 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1172 SUCH DAMAGE.
1173
1174 --- end of LICENSE ---
1175
1176 --------------------------------------------------------------------------------
1177
1086 %% This notice is provided with respect to Joni v1.1.9, which may be 1178 %% This notice is provided with respect to Joni v1.1.9, which may be
1087 included with JRE 8, JDK 8, and OpenJDK 8. 1179 included with JRE 8, JDK 8, and OpenJDK 8.
1088 1180
1089 --- begin of LICENSE --- 1181 --- begin of LICENSE ---
1090 1182
1213 1305
1214 --- end of LICENSE --- 1306 --- end of LICENSE ---
1215 1307
1216 ------------------------------------------------------------------------------- 1308 -------------------------------------------------------------------------------
1217 1309
1218 %% Portions Copyright Eastman Kodak Company 1992 1310 %% Portions Copyright Eastman Kodak Company 1991-2003
1219 1311
1220 ------------------------------------------------------------------------------- 1312 -------------------------------------------------------------------------------
1221 1313
1222 %% This notice is provided with respect to libpng 1.6.16, which may be 1314 %% This notice is provided with respect to libpng 1.6.16, which may be
1223 included with JRE 8, JDK 8, and OpenJDK 8. 1315 included with JRE 8, JDK 8, and OpenJDK 8.
1337 1429
1338 --- end of LICENSE --- 1430 --- end of LICENSE ---
1339 1431
1340 ------------------------------------------------------------------------------- 1432 -------------------------------------------------------------------------------
1341 1433
1342 %% This notice is provided with respect to GIFLIB 5.1.1 & libungif 4.1.3, which may be 1434 %% This notice is provided with respect to GIFLIB 5.1.1 & libungif 4.1.3,
1343 included with JRE 8, JDK 8, and OpenJDK 8. 1435 which may be included with JRE 8, JDK 8, and OpenJDK 8.
1344 1436
1345 --- begin of LICENSE --- 1437 --- begin of LICENSE ---
1346 1438
1347 The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond 1439 The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond
1348 1440
1970 2062
1971 --- end of LICENSE --- 2063 --- end of LICENSE ---
1972 2064
1973 ------------------------------------------------------------------------------- 2065 -------------------------------------------------------------------------------
1974 2066
1975 %% This notice is provided with respect to SAX 2.0.1, which may be included 2067 %% This notice is provided with respect to Relax NG Datatype 1.0, which
1976 with JRE 8, JDK 8, and OpenJDK 8. 2068 may be included with JRE 8, JDK 8, and OpenJDK 8.
1977 2069
1978 --- begin of LICENSE --- 2070 --- begin of LICENSE ---
1979 2071
1980 SAX is free! 2072 Copyright (c) 2005, 2010 Thai Open Source Software Center Ltd
1981 2073 All rights reserved.
1982 In fact, it's not possible to own a license to SAX, since it's been placed in 2074
1983 the public domain. 2075 Redistribution and use in source and binary forms, with or without
1984 2076 modification, are permitted provided that the following conditions are
1985 No Warranty 2077 met:
1986 2078
1987 Because SAX is released to the public domain, there is no warranty for the 2079 Redistributions of source code must retain the above copyright
1988 design or for the software implementation, to the extent permitted by 2080 notice, this list of conditions and the following disclaimer.
1989 applicable law. Except when otherwise stated in writing the copyright holders 2081
1990 and/or other parties provide SAX "as is" without warranty of any kind, either 2082 Redistributions in binary form must reproduce the above copyright
1991 expressed or implied, including, but not limited to, the implied warranties 2083 notice, this list of conditions and the following disclaimer in
1992 of merchantability and fitness for a particular purpose. The entire risk as 2084 the documentation and/or other materials provided with the
1993 to the quality and performance of SAX is with you. Should SAX prove 2085 distribution.
1994 defective, you assume the cost of all necessary servicing, repair or 2086
1995 correction. 2087 Neither the names of the copyright holders nor the names of its
1996 2088 contributors may be used to endorse or promote products derived
1997 In no event unless required by applicable law or agreed to in writing will 2089 from this software without specific prior written permission.
1998 any copyright holder, or any other party who may modify and/or redistribute 2090
1999 SAX, be liable to you for damages, including any general, special, incidental 2091 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2000 or consequential damages arising out of the use or inability to use SAX 2092 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2001 (including but not limited to loss of data or data being rendered inaccurate 2093 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2002 or losses sustained by you or third parties or a failure of the SAX to 2094 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
2003 operate with any other programs), even if such holder or other party has been 2095 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2004 advised of the possibility of such damages. 2096 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2005 2097 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2006 Copyright Disclaimers 2098 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2007 2099 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2008 This page includes statements to that effect by David Megginson, who would 2100 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2009 have been able to claim copyright for the original work. SAX 1.0 2101 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2010 2102
2011 Version 1.0 of the Simple API for XML (SAX), created collectively by the 2103 --- end of LICENSE ---
2012 membership of the XML-DEV mailing list, is hereby released into the public 2104
2013 domain. 2105 --------------------------------------------------------------------------------
2014
2015 No one owns SAX: you may use it freely in both commercial and non-commercial
2016 applications, bundle it with your software distribution, include it on a
2017 CD-ROM, list the source code in a book, mirror the documentation at your own
2018 web site, or use it in any other way you see fit.
2019
2020 David Megginson, sax@megginson.com
2021 1998-05-11
2022
2023 SAX 2.0
2024
2025 I hereby abandon any property rights to SAX 2.0 (the Simple API for XML), and
2026 release all of the SAX 2.0 source code, compiled code, and documentation
2027 contained in this distribution into the Public Domain. SAX comes with NO
2028 WARRANTY or guarantee of fitness for any purpose.
2029
2030 David Megginson, david@megginson.com
2031 2000-05-05
2032
2033 --- end of LICENSE ---
2034
2035 -------------------------------------------------------------------------------
2036 2106
2037 %% This notice is provided with respect to SoftFloat version 2b, which may be 2107 %% This notice is provided with respect to SoftFloat version 2b, which may be
2038 included with JRE 8, JDK 8, and OpenJDK 8 on Linux/ARM. 2108 included with JRE 8, JDK 8, and OpenJDK 8 on Linux/ARM.
2039 2109
2040 --- begin of LICENSE --- 2110 --- begin of LICENSE ---
2140 --- begin of LICENSE --- 2210 --- begin of LICENSE ---
2141 2211
2142 Unicode Terms of Use 2212 Unicode Terms of Use
2143 2213
2144 For the general privacy policy governing access to this site, see the Unicode 2214 For the general privacy policy governing access to this site, see the Unicode
2145 Privacy Policy. For trademark usage, see the Unicode® Consortium Name and 2215 Privacy Policy. For trademark usage, see the Unicode?? Consortium Name and
2146 Trademark Usage Policy. 2216 Trademark Usage Policy.
2147 2217
2148 A. Unicode Copyright. 2218 A. Unicode Copyright.
2149 1. Copyright © 1991-2013 Unicode, Inc. All rights reserved. 2219 1. Copyright ?? 1991-2013 Unicode, Inc. All rights reserved.
2150 2220
2151 2. Certain documents and files on this website contain a legend indicating 2221 2. Certain documents and files on this website contain a legend indicating
2152 that "Modification is permitted." Any person is hereby authorized, 2222 that "Modification is permitted." Any person is hereby authorized,
2153 without fee, to modify such documents and files to create derivative 2223 without fee, to modify such documents and files to create derivative
2154 works conforming to the Unicode® Standard, subject to Terms and 2224 works conforming to the Unicode?? Standard, subject to Terms and
2155 Conditions herein. 2225 Conditions herein.
2156 2226
2157 3. Any person is hereby authorized, without fee, to view, use, reproduce, 2227 3. Any person is hereby authorized, without fee, to view, use, reproduce,
2158 and distribute all documents and files solely for informational 2228 and distribute all documents and files solely for informational
2159 purposes in the creation of products supporting the Unicode Standard, 2229 purposes in the creation of products supporting the Unicode Standard,
2215 from the following: loss of use, data or profits, in connection with the 2285 from the following: loss of use, data or profits, in connection with the
2216 use, modification or distribution of this information or its derivatives. 2286 use, modification or distribution of this information or its derivatives.
2217 2287
2218 E.Trademarks & Logos. 2288 E.Trademarks & Logos.
2219 1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, 2289 1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode,
2220 Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of 2290 Inc. ???The Unicode Consortium??? and ???Unicode, Inc.??? are trade names of
2221 Unicode, Inc. Use of the information and materials found on this 2291 Unicode, Inc. Use of the information and materials found on this
2222 website indicates your acknowledgement of Unicode, Inc.’s exclusive 2292 website indicates your acknowledgement of Unicode, Inc.???s exclusive
2223 worldwide rights in the Unicode Word Mark, the Unicode Logo, and the 2293 worldwide rights in the Unicode Word Mark, the Unicode Logo, and the
2224 Unicode trade names. 2294 Unicode trade names.
2225 2295
2226 2. The Unicode Consortium Name and Trademark Usage Policy (“Trademark 2296 2. The Unicode Consortium Name and Trademark Usage Policy (???Trademark
2227 Policy”) are incorporated herein by reference and you agree to abide by 2297 Policy???) are incorporated herein by reference and you agree to abide by
2228 the provisions of the Trademark Policy, which may be changed from time 2298 the provisions of the Trademark Policy, which may be changed from time
2229 to time in the sole discretion of Unicode, Inc. 2299 to time in the sole discretion of Unicode, Inc.
2230 2300
2231 3. All third party trademarks referenced herein are the property of their 2301 3. All third party trademarks referenced herein are the property of their
2232 respective owners. 2302 respective owners.
2245 agrees said courts have personal jurisdiction and agree to waive any 2315 agrees said courts have personal jurisdiction and agree to waive any
2246 right to transfer the dispute to any other forum. 2316 right to transfer the dispute to any other forum.
2247 2317
2248 2. Modification by Unicode. Unicode shall have the right to modify this 2318 2. Modification by Unicode. Unicode shall have the right to modify this
2249 Agreement at any time by posting it to this site. The user may not 2319 Agreement at any time by posting it to this site. The user may not
2250 assign any part of this Agreement without Unicode’s prior written 2320 assign any part of this Agreement without Unicode???s prior written
2251 consent. 2321 consent.
2252 2322
2253 3. Taxes. The user agrees to pay any taxes arising from access to this 2323 3. Taxes. The user agrees to pay any taxes arising from access to this
2254 website or use of the information herein, except for those based on 2324 website or use of the information herein, except for those based on
2255 Unicode’s net income. 2325 Unicode???s net income.
2256 2326
2257 4. Severability. If any provision of this Agreement is declared invalid or 2327 4. Severability. If any provision of this Agreement is declared invalid or
2258 unenforceable, the remaining provisions of this Agreement shall remain 2328 unenforceable, the remaining provisions of this Agreement shall remain
2259 in effect. 2329 in effect.
2260 2330
2279 AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR 2349 AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR
2280 SOFTWARE. 2350 SOFTWARE.
2281 2351
2282 COPYRIGHT AND PERMISSION NOTICE 2352 COPYRIGHT AND PERMISSION NOTICE
2283 2353
2284 Copyright © 1991-2012 Unicode, Inc. All rights reserved. Distributed under the 2354 Copyright ?? 1991-2012 Unicode, Inc. All rights reserved. Distributed under the
2285 Terms of Use in http://www.unicode.org/copyright.html. 2355 Terms of Use in http://www.unicode.org/copyright.html.
2286 2356
2287 Permission is hereby granted, free of charge, to any person obtaining a copy 2357 Permission is hereby granted, free of charge, to any person obtaining a copy
2288 of the Unicode data files and any associated documentation (the "Data Files") 2358 of the Unicode data files and any associated documentation (the "Data Files")
2289 or Unicode software and any associated documentation (the "Software") to deal 2359 or Unicode software and any associated documentation (the "Software") to deal
2516 %% This notice is provided with respect to X Window System 6.8.2, which may be 2586 %% This notice is provided with respect to X Window System 6.8.2, which may be
2517 included with JRE 8, JDK 8, and OpenJDK 8 on Linux and Solaris. 2587 included with JRE 8, JDK 8, and OpenJDK 8 on Linux and Solaris.
2518 2588
2519 --- begin of LICENSE --- 2589 --- begin of LICENSE ---
2520 2590
2521 Licenses 2591 This is the copyright for the files in src/solaris/native/sun/awt: list.h,
2522 The X.Org Foundation March 2004 2592 multiVis.h, wsutils.h, list.c, multiVis.c
2523 2593 Copyright (c) 1994 Hewlett-Packard Co.
2524 1. Introduction 2594 Copyright (c) 1996 X Consortium
2525 2595
2526 The X.org Foundation X Window System distribution is a compilation of code and 2596 Permission is hereby granted, free of charge, to any person obtaining
2527 documentation from many sources. This document is intended primarily as a 2597 a copy of this software and associated documentation files (the
2528 guide to the licenses used in the distribution: you must check each file 2598 "Software"), to deal in the Software without restriction, including
2529 and/or package for precise redistribution terms. None-the-less, this summary 2599 without limitation the rights to use, copy, modify, merge, publish,
2530 may be useful to many users. No software incorporating the XFree86 1.1 license 2600 distribute, sublicense, and sell copies of the Software, and to
2531 has been incorporated. 2601 permit persons to whom the Software is furnished to do so, subject to
2532 2602 the following conditions:
2533 This document is based on the compilation from XFree86. 2603
2534 2604 The above copyright notice and this permission notice shall be included
2535 2. XFree86 License 2605 in all copies or substantial portions of the Software.
2536 2606
2537 XFree86 code without an explicit copyright is covered by the following 2607 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2538 copyright/license: 2608 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2539 2609 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2540 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. 2610 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
2611 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2612 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2613 OTHER DEALINGS IN THE SOFTWARE.
2614
2615 Except as contained in this notice, the name of the X Consortium shall
2616 not be used in advertising or otherwise to promote the sale, use or
2617 other dealings in this Software without prior written authorization
2618 from the X Consortium.
2619 ___________________________
2620 The files in motif/lib/Xm/util included this copyright:mkdirhier.man,
2621 xmkmf.man, chownxterm.c, makeg.man, mergelib.cpp, lndir.man, makestrs.man,
2622 checktree.c, lndir.c, makestrs.c
2623 Copyright (c) 1993, 1994 X Consortium
2624
2625 Permission is hereby granted, free of charge, to any person obtaining a
2626 copy of this software and associated documentation files (the "Software"),
2627 to deal in the Software without restriction, including without limitation
2628 the rights to use, copy, modify, merge, publish, distribute, sublicense,
2629 and/or sell copies of the Software, and to permit persons to whom the
2630 Software furnished to do so, subject to the following conditions:
2631
2632 The above copyright notice and this permission notice shall be included in
2633 all copies or substantial portions of the Software.
2634
2635 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2636 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2637 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2638 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2639 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
2640 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2641 SOFTWARE.
2642
2643 Except as contained in this notice, the name of the X Consortium shall not
2644 be used in advertising or otherwise to promote the sale, use or other
2645 dealing in this Software without prior written authorization from the
2646 X Consortium.
2647 _____________________________
2648 Xmos_r.h:
2649 /*
2650 Copyright (c) 1996 X Consortium
2541 2651
2542 Permission is hereby granted, free of charge, to any person obtaining a copy 2652 Permission is hereby granted, free of charge, to any person obtaining a copy
2543 of this software and associated documentation files (the "Software"), to deal 2653 of this software and associated documentation files (the "Software"), to deal
2544 in the Software without restriction, including without limitation the rights 2654 in the Software without restriction, including without limitation the rights
2545 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 2655 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2546 copies of the Software, and to permit persons to whom the Software is 2656 copies of the Software, and to permit persons to whom the Software is
2547 furnished to do so, subject to the following conditions: 2657 furnished to do so, subject to the following conditions:
2548 2658
2549 The above copyright notice and this permission notice shall be included in all 2659 The above copyright notice and this permission notice shall be included in
2550 copies or substantial portions of the Software. 2660 all copies or substantial portions of the Software.
2551 2661
2552 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2662 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2553 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2663 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2554 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 2664 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2555 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 2665 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
2556 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 2666 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2557 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 2667 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2558 2668
2559 Except as contained in this notice, the name of the XFree86 Project shall not
2560 be used in advertising or otherwise to promote the sale, use or other dealings
2561 in this Software without prior written authorization from the XFree86 Project.
2562
2563 3. Other Licenses
2564
2565 Portions of code are covered by the following licenses/copyrights. See
2566 individual files for the copyright dates.
2567
2568 3.1. X/MIT Copyrights
2569
2570 3.1.1. X Consortium
2571
2572 Copyright (C) <date> X Consortium
2573
2574 Permission is hereby granted, free of charge, to any person obtaining a copy
2575 of this software and associated documentation files (the "Software"), to deal
2576 in the Software without restriction, including without limitation the rights
2577 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2578 copies of the Software, and to permit persons to whom the Software is
2579 furnished to do so, subject to the following conditions:
2580
2581 The above copyright notice and this permission notice shall be included in all
2582 copies or substantial portions of the Software.
2583
2584 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2585 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2586 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
2587 CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
2588 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2589 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2590
2591 Except as contained in this notice, the name of the X Consortium shall not be 2669 Except as contained in this notice, the name of the X Consortium shall not be
2592 used in advertising or otherwise to promote the sale, use or other dealings in 2670 used in advertising or otherwise to promote the sale, use or other dealings
2593 this Software without prior written authorization from the X Consortium. 2671 in this Software without prior written authorization from the X Consortium.
2594 2672 */
2595 X Window System is a trademark of X Consortium, Inc. 2673
2596 2674 _____________________________
2597 3.1.2. The Open Group 2675 Copyright notice for extutil.h:
2598 2676 Copyright 1989, 1998 The Open Group
2599 Copyright <date> The Open Group 2677
2600 2678 All Rights Reserved.
2601 Permission to use, copy, modify, distribute, and sell this software and its 2679
2602 documentation for any purpose is hereby granted without fee, provided that the 2680 The above copyright notice and this permission notice shall be included in
2603 above copyright notice appear in all copies and that both that copyright 2681 all copies or substantial portions of the Software.
2604 notice and this permission notice appear in supporting documentation.
2605
2606 The above copyright notice and this permission notice shall be included in all
2607 copies or substantial portions of the Software.
2608 2682
2609 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2683 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2610 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2684 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2611 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 2685 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2612 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 2686 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
2613 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 2687 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2614 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 2688 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2615 2689
2616 Except as contained in this notice, the name of The Open Group shall not be 2690 Except as contained in this notice, the name of The Open Group shall not be
2617 used in advertising or otherwise to promote the sale, use or other dealings in 2691 used in advertising or otherwise to promote the sale, use or other dealings
2618 this Software without prior written authorization from The Open Group. 3.2. 2692 in this Software without prior written authorization from The Open Group.
2619 Berkeley-based copyrights: 2693 *
2620 2694 * Author: Jim Fulton, MIT The Open Group
2621 o 2695 *
2622 3.2.1. General 2696 * Xlib Extension-Writing Utilities
2623 2697 *
2624 Redistribution and use in source and binary forms, with or without 2698 * This package contains utilities for writing the client API for various
2625 modification, are permitted provided that the following conditions are met: 2699 * protocol extensions. THESE INTERFACES ARE NOT PART OF THE X STANDARD AND
2626 2700 * ARE SUBJECT TO CHANGE!
2627 1. Redistributions of source code must retain the above copyright notice, 2701 */
2628 this list of conditions and the following disclaimer. 2702
2629 2703 _____________________________
2630 2. Redistributions in binary form must reproduce the above copyright 2704 Copyright notice for HPkeysym.h:
2631 notice, this list of conditions and the following disclaimer in the 2705 /*
2632 documentation and/or other materials provided with the distribution. 2706
2633 2707 Copyright 1987, 1998 The Open Group
2634 3. The name of the author may not be used to endorse or promote products 2708
2635 derived from this software without specific prior written permission. 2709 All Rights Reserved.
2636 2710
2637 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED 2711 The above copyright notice and this permission notice shall be included
2638 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 2712 in all copies or substantial portions of the Software.
2639 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 2713
2640 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2714 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2641 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2715 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2642 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 2716 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2643 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 2717 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
2644 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 2718 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2645 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 2719 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2646 POSSIBILITY OF SUCH DAMAGE. 3.2.2. UCB/LBL 2720 OTHER DEALINGS IN THE SOFTWARE.
2647 2721
2648 Copyright (c) 1993 The Regents of the University of California. All rights 2722 Except as contained in this notice, the name of The Open Group shall
2649 reserved. 2723 not be used in advertising or otherwise to promote the sale, use or
2650 2724 other dealings in this Software without prior written authorization
2651 This software was developed by the Computer Systems Engineering group at 2725 from The Open Group.
2652 Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed to 2726
2653 Berkeley. 2727 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
2654 2728
2655 All advertising materials mentioning features or use of this software must 2729 All Rights Reserved
2656 display the following acknowledgement: This product includes software 2730
2657 developed by the University of California, Lawrence Berkeley Laboratory. 2731 Permission to use, copy, modify, and distribute this software and its
2658 2732 documentation for any purpose and without fee is hereby granted,
2659 Redistribution and use in source and binary forms, with or without 2733 provided that the above copyright notice appear in all copies and that
2660 modification, are permitted provided that the following conditions are met: 2734 both that copyright notice and this permission notice appear in
2661 2735 supporting documentation, and that the names of Hewlett Packard
2662 1. Redistributions of source code must retain the above copyright notice, 2736 or Digital not be
2663 this list of conditions and the following disclaimer. 2737 used in advertising or publicity pertaining to distribution of the
2664 2738 software without specific, written prior permission.
2665 2. Redistributions in binary form must reproduce the above copyright 2739
2666 notice, this list of conditions and the following disclaimer in the 2740 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
2667 documentation and/or other materials provided with the distribution. 2741 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
2668 2742 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
2669 3. All advertising materials mentioning features or use of this software 2743 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2670 must display the following acknowledgement: This product includes software 2744 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
2671 developed by the University of California, Berkeley and its contributors. 2745 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2672
2673 4. Neither the name of the University nor the names of its contributors may
2674 be used to endorse or promote products derived from this software without
2675 specific prior written permission.
2676
2677 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
2678 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2679 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2680 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
2681 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2682 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2683 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2684 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2685 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2686 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3.2.3. The
2687 NetBSD Foundation, Inc.
2688
2689 Copyright (c) 2003 The NetBSD Foundation, Inc. All rights reserved.
2690
2691 This code is derived from software contributed to The NetBSD Foundation by Ben
2692 Collver <collver1@attbi.com>
2693
2694 Redistribution and use in source and binary forms, with or without
2695 modification, are permitted provided that the following conditions are met:
2696
2697 1. Redistributions of source code must retain the above copyright notice,
2698 this list of conditions and the following disclaimer.
2699
2700 2. Redistributions in binary form must reproduce the above copyright
2701 notice, this list of conditions and the following disclaimer in the
2702 documentation and/or other materials provided with the distribution.
2703
2704 3. All advertising materials mentioning features or use of this software
2705 must display the following acknowledgement: This product includes software
2706 developed by the NetBSD Foundation, Inc. and its contributors.
2707
2708 4. Neither the name of The NetBSD Foundation nor the names of its
2709 contributors may be used to endorse or promote products derived from this
2710 software without specific prior written permission.
2711
2712 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS
2713 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2714 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2715 DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
2716 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2717 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2718 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2719 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2720 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2721 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3.2.4. Theodore
2722 Ts'o.
2723
2724 Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All rights
2725 reserved.
2726
2727 Redistribution and use in source and binary forms, with or without
2728 modification, are permitted provided that the following conditions are met:
2729
2730 1. Redistributions of source code must retain the above copyright notice,
2731 and the entire permission notice in its entirety, including the disclaimer
2732 of warranties.
2733
2734 2. Redistributions in binary form must reproduce the above copyright
2735 notice, this list of conditions and the following disclaimer in the
2736 documentation and/or other materials provided with the distribution.
2737
2738 3. he name of the author may not be used to endorse or promote products
2739 derived from this software without specific prior written permission.
2740
2741 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2742 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
2743 FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED. IN NO
2744 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2745 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2746 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2747 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
2748 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2749 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE
2750 POSSIBILITY OF SUCH DAMAGE. 3.2.5. Theo de Raadt and Damien Miller
2751
2752 Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. Copyright (c)
2753 2001-2002 Damien Miller. All rights reserved.
2754
2755 Redistribution and use in source and binary forms, with or without
2756 modification, are permitted provided that the following conditions are met:
2757
2758 1. Redistributions of source code must retain the above copyright notice,
2759 this list of conditions and the following disclaimer.
2760
2761 2. Redistributions in binary form must reproduce the above copyright
2762 notice, this list of conditions and the following disclaimer in the
2763 documentation and/or other materials provided with the distribution.
2764
2765 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
2766 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2767 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
2768 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2769 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2770 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2771 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
2772 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2773 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2774 POSSIBILITY OF SUCH DAMAGE. 3.2.6. Todd C. Miller
2775
2776 Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
2777
2778 Permission to use, copy, modify, and distribute this software for any purpose
2779 with or without fee is hereby granted, provided that the above copyright
2780 notice and this permission notice appear in all copies.
2781
2782 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL WARRANTIES
2783 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2784 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE FOR
2785 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2786 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
2787 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
2788 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3.2.7. Thomas
2789 Winischhofer
2790
2791 Copyright (C) 2001-2004 Thomas Winischhofer
2792
2793 Redistribution and use in source and binary forms, with or without
2794 modification, are permitted provided that the following conditions are met:
2795
2796 1. Redistributions of source code must retain the above copyright notice,
2797 this list of conditions and the following disclaimer.
2798
2799 2. Redistributions in binary form must reproduce the above copyright
2800 notice, this list of conditions and the following disclaimer in the
2801 documentation and/or other materials provided with the distribution.
2802
2803 3. The name of the author may not be used to endorse or promote products
2804 derived from this software without specific prior written permission.
2805
2806 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESSED OR IMPLIED
2807 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2808 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
2809 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2810 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2811 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2812 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
2813 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2814 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2815 POSSIBILITY OF SUCH DAMAGE. 3.3. NVIDIA Corp
2816
2817 Copyright (c) 1996 NVIDIA, Corp. All rights reserved.
2818
2819 NOTICE TO USER: The source code is copyrighted under U.S. and international
2820 laws. NVIDIA, Corp. of Sunnyvale, California owns the copyright and as design
2821 patents pending on the design and interface of the NV chips. Users and
2822 possessors of this source code are hereby granted a nonexclusive, royalty-free
2823 copyright and design patent license to use this code in individual and
2824 commercial software.
2825
2826 Any use of this source code must include, in the user documentation and
2827 internal comments to the code, notices to the end user as follows:
2828
2829 Copyright (c) 1996 NVIDIA, Corp. NVIDIA design patents pending in the U.S. and
2830 foreign countries.
2831
2832 NVIDIA, CORP. MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE
2833 CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
2834 WARRANTY OF ANY KIND. NVIDIA, CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO
2835 THIS SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
2836 FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORP. BE LIABLE
2837 FOR ANY SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
2838 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2839 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
2840 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE. 3.4. GLX Public
2841 License
2842
2843 GLX PUBLIC LICENSE (Version 1.0 (2/11/99)) ("License")
2844
2845 Subject to any third party claims, Silicon Graphics, Inc. ("SGI") hereby
2846 grants permission to Recipient (defined below), under Recipient's copyrights
2847 in the Original Software (defined below), to use, copy, modify, merge,
2848 publish, distribute, sublicense and/or sell copies of Subject Software
2849 (defined below), and to permit persons to whom the Subject Software is
2850 furnished in accordance with this License to do the same, subject to all of
2851 the following terms and conditions, which Recipient accepts by engaging in any
2852 such use, copying, modifying, merging, publishing, distributing, sublicensing
2853 or selling:
2854
2855 1. Definitions.
2856
2857 (a) "Original Software" means source code of computer software code which
2858 is described in Exhibit A as Original Software.
2859
2860 (b) "Modifications" means any addition to or deletion from the substance
2861 or structure of either the Original Software or any previous
2862 Modifications. When Subject Software is released as a series of files, a
2863 Modification means (i) any addition to or deletion from the contents of a
2864 file containing Original Software or previous Modifications and (ii) any
2865 new file that contains any part of the Original Code or previous
2866 Modifications.
2867
2868 (c) "Subject Software" means the Original Software or Modifications or the
2869 combination of the Original Software and Modifications, or portions of any
2870 of the foregoing.
2871
2872 (d) "Recipient" means an individual or a legal entity exercising rights
2873 under, and complying with all of the terms of, this License. For legal
2874 entities, "Recipient" includes any entity which controls, is controlled
2875 by, or is under common control with Recipient. For purposes of this
2876 definition, "control" of an entity means (a) the power, direct or
2877 indirect, to direct or manage such entity, or (b) ownership of fifty
2878 percent (50%) or more of the outstanding shares or beneficial ownership of
2879 such entity.
2880
2881 2. Redistribution of Source Code Subject to These Terms. Redistributions of
2882 Subject Software in source code form must retain the notice set forth in
2883 Exhibit A, below, in every file. A copy of this License must be included in
2884 any documentation for such Subject Software where the recipients' rights
2885 relating to Subject Software are described. Recipient may distribute the
2886 source code version of Subject Software under a license of Recipient's choice,
2887 which may contain terms different from this License, provided that (i)
2888 Recipient is in compliance with the terms of this License, and (ii) the
2889 license terms include this Section 2 and Sections 3, 4, 7, 8, 10, 12 and 13 of
2890 this License, which terms may not be modified or superseded by any other terms
2891 of such license. If Recipient distributes the source code version under a
2892 different license Recipient must make it absolutely clear that any terms which
2893 differ from this License are offered by Recipient alone, not by SGI. Recipient
2894 hereby agrees to indemnify SGI for any liability incurred by SGI as a result
2895 of any such terms Recipient offers.
2896
2897 3. Redistribution in Executable Form. The notice set forth in Exhibit A must
2898 be conspicuously included in any notice in an executable version of Subject
2899 Software, related documentation or collateral in which Recipient describes the
2900 user's rights relating to the Subject Software. Recipient may distribute the
2901 executable version of Subject Software under a license of Recipient's choice,
2902 which may contain terms different from this License, provided that (i)
2903 Recipient is in compliance with the terms of this License, and (ii) the
2904 license terms include this Section 3 and Sections 4, 7, 8, 10, 12 and 13 of
2905 this License, which terms may not be modified or superseded by any other terms
2906 of such license. If Recipient distributes the executable version under a
2907 different license Recipient must make it absolutely clear that any terms which
2908 differ from this License are offered by Recipient alone, not by SGI. Recipient
2909 hereby agrees to indemnify SGI for any liability incurred by SGI as a result
2910 of any such terms Recipient offers.
2911
2912 4. Termination. This License and the rights granted hereunder will terminate
2913 automatically if Recipient fails to comply with terms herein and fails to cure
2914 such breach within 30 days of the breach. Any sublicense to the Subject
2915 Software which is properly granted shall survive any termination of this
2916 License absent termination by the terms of such sublicense. Provisions which,
2917 by their nature, must remain in effect beyond the termination of this License
2918 shall survive.
2919
2920 5. No Trademark Rights. This License does not grant any rights to use any
2921 trade name, trademark or service mark whatsoever. No trade name, trademark or
2922 service mark of SGI may be used to endorse or promote products derived from
2923 the Subject Software without prior written permission of SGI.
2924
2925 6. No Other Rights. This License does not grant any rights with respect to the
2926 OpenGL API or to any software or hardware implementation thereof or to any
2927 other software whatsoever, nor shall any other rights or licenses not
2928 expressly granted hereunder arise by implication, estoppel or otherwise with
2929 respect to the Subject Software. Title to and ownership of the Original
2930 Software at all times remains with SGI. All rights in the Original Software
2931 not expressly granted under this License are reserved.
2932
2933 7. Compliance with Laws; Non-Infringement. Recipient shall comply with all
2934 applicable laws and regulations in connection with use and distribution of the
2935 Subject Software, including but not limited to, all export and import control
2936 laws and regulations of the U.S. government and other countries. Recipient may
2937 not distribute Subject Software that (i) in any way infringes (directly or
2938 contributorily) the rights (including patent, copyright, trade secret,
2939 trademark or other intellectual property rights of any kind) of any other
2940 person or entity or (ii) breaches any representation or warranty, express,
2941 implied or statutory, which under any applicable law it might be deemed to
2942 have been distributed.
2943
2944 8. Claims of Infringement. If Recipient at any time has knowledge of any one
2945 or more third party claims that reproduction, modification, use, distribution,
2946 import or sale of Subject Software (including particular functionality or code
2947 incorporated in Subject Software) infringes the third party's intellectual
2948 property rights, Recipient must place in a well-identified web page bearing
2949 the title "LEGAL" a description of each such claim and a description of the
2950 party making each such claim in sufficient detail that a user of the Subject
2951 Software will know whom to contact regarding the claim. Also, upon gaining
2952 such knowledge of any such claim, Recipient must conspicuously include the URL
2953 for such web page in the Exhibit A notice required under Sections 2 and 3,
2954 above, and in the text of any related documentation, license agreement or
2955 collateral in which Recipient describes end user's rights relating to the
2956 Subject Software. If Recipient obtains such knowledge after it makes Subject
2957 Software available to any other person or entity, Recipient shall take other
2958 steps (such as notifying appropriate mailing lists or newsgroups) reasonably
2959 calculated to inform those who received the Subject Software that new
2960 knowledge has been obtained.
2961
2962 9. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
2963 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
2964 LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS,
2965 MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON- INFRINGING. SGI ASSUMES NO
2966 RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
2967 PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY
2968 SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
2969 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED
2970 HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
2971
2972 10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
2973 WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY),
2974 CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY
2975 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
2976 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
2977 STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
2978 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
2979 THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY
2980 TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO
2981 THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT
2982 ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
2983 THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.
2984
2985 11. Indemnity. Recipient shall be solely responsible for damages arising,
2986 directly or indirectly, out of its utilization of rights under this License.
2987 Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from
2988 and against any loss, liability, damages, costs or expenses (including the
2989 payment of reasonable attorneys fees) arising out of Recipient's use,
2990 modification, reproduction and distribution of the Subject Software or out of
2991 any representation or warranty made by Recipient.
2992
2993 12. U.S. Government End Users. The Subject Software is a "commercial item"
2994 consisting of "commercial computer software" as such terms are defined in
2995 title 48 of the Code of Federal Regulations and all U.S. Government End Users
2996 acquire only the rights set forth in this License and are subject to the terms
2997 of this License.
2998
2999 13. Miscellaneous. This License represents the complete agreement concerning
3000 subject matter hereof. If any provision of this License is held to be
3001 unenforceable, such provision shall be reformed so as to achieve as nearly as
3002 possible the same economic effect as the original provision and the remainder
3003 of this License will remain in effect. This License shall be governed by and
3004 construed in accordance with the laws of the United States and the State of
3005 California as applied to agreements entered into and to be performed entirely
3006 within California between California residents. Any litigation relating to
3007 this License shall be subject to the exclusive jurisdiction of the Federal
3008 Courts of the Northern District of California (or, absent subject matter
3009 jurisdiction in such courts, the courts of the State of California), with
3010 venue lying exclusively in Santa Clara County, California, with the losing
3011 party responsible for costs, including without limitation, court costs and
3012 reasonable attorneys fees and expenses. The application of the United Nations
3013 Convention on Contracts for the International Sale of Goods is expressly
3014 excluded. Any law or regulation which provides that the language of a contract
3015 shall be construed against the drafter shall not apply to this License.
3016
3017 Exhibit A
3018
3019 The contents of this file are subject to Sections 2, 3, 4, 7, 8, 10, 12 and 13
3020 of the GLX Public License Version 1.0 (the "License"). You may not use this
3021 file except in compliance with those sections of the License. You may obtain a
3022 copy of the License at Silicon Graphics, Inc., attn: Legal Services, 2011 N.
3023 Shoreline Blvd., Mountain View, CA 94043 or at
3024 http://www.sgi.com/software/opensource/glx/license.html.
3025
3026 Software distributed under the License is distributed on an "AS IS" basis. ALL
3027 WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
3028 WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF NON-
3029 INFRINGEMENT. See the License for the specific language governing rights and
3030 limitations under the License.
3031
3032 The Original Software is GLX version 1.2 source code, released February, 1999.
3033 The developer of the Original Software is Silicon Graphics, Inc. Those
3034 portions of the Subject Software created by Silicon Graphics, Inc. are
3035 Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved. 3.5. CID
3036 Font Code Public License
3037
3038 CID FONT CODE PUBLIC LICENSE (Version 1.0 (3/31/99))("License")
3039
3040 Subject to any applicable third party claims, Silicon Graphics, Inc. ("SGI")
3041 hereby grants permission to Recipient (defined below), under SGI's copyrights
3042 in the Original Software (defined below), to use, copy, modify, merge,
3043 publish, distribute, sublicense and/or sell copies of Subject Software
3044 (defined below) in both source code and executable form, and to permit persons
3045 to whom the Subject Software is furnished in accordance with this License to
3046 do the same, subject to all of the following terms and conditions, which
3047 Recipient accepts by engaging in any such use, copying, modifying, merging,
3048 publication, distributing, sublicensing or selling:
3049
3050 1. Definitions.
3051
3052 a. "Original Software" means source code of computer software code that is
3053 described in Exhibit A as Original Software.
3054
3055 b. "Modifications" means any addition to or deletion from the substance or
3056 structure of either the Original Software or any previous Modifications.
3057 When Subject Software is released as a series of files, a Modification
3058 means (i) any addition to or deletion from the contents of a file
3059 containing Original Software or previous Modifications and (ii) any new
3060 file that contains any part of the Original Code or previous
3061 Modifications.
3062
3063 c. "Subject Software" means the Original Software or Modifications or the
3064 combination of the Original Software and Modifications, or portions of any
3065 of the foregoing.
3066
3067 d. "Recipient" means an individual or a legal entity exercising rights
3068 under the terms of this License. For legal entities, "Recipient" includes
3069 any entity that controls, is controlled by, or is under common control
3070 with Recipient. For purposes of this definition, "control" of an entity
3071 means (i) the power, direct or indirect, to direct or manage such entity,
3072 or (ii) ownership of fifty percent (50%) or more of the outstanding shares
3073 or beneficial ownership of such entity.
3074
3075 e. "Required Notice" means the notice set forth in Exhibit A to this
3076 License.
3077
3078 f. "Accompanying Technology" means any software or other technology that
3079 is not a Modification and that is distributed or made publicly available
3080 by Recipient with the Subject Software. Separate software files that do
3081 not contain any Original Software or any previous Modification shall not
3082 be deemed a Modification, even if such software files are aggregated as
3083 part of a product, or in any medium of storage, with any file that does
3084 contain Original Software or any previous Modification.
3085
3086 2. License Terms. All distribution of the Subject Software must be made
3087 subject to the terms of this License. A copy of this License and the Required
3088 Notice must be included in any documentation for Subject Software where
3089 Recipient's rights relating to Subject Software and/or any Accompanying
3090 Technology are described. Distributions of Subject Software in source code
3091 form must also include the Required Notice in every file distributed. In
3092 addition, a ReadMe file entitled "Important Legal Notice" must be distributed
3093 with each distribution of one or more files that incorporate Subject Software.
3094 That file must be included with distributions made in both source code and
3095 executable form. A copy of the License and the Required Notice must be
3096 included in that file. Recipient may distribute Accompanying Technology under
3097 a license of Recipient's choice, which may contain terms different from this
3098 License, provided that (i) Recipient is in compliance with the terms of this
3099 License, (ii) such other license terms do not modify or supersede the terms of
3100 this License as applicable to the Subject Software, (iii) Recipient hereby
3101 indemnifies SGI for any liability incurred by SGI as a result of the
3102 distribution of Accompanying Technology or the use of other license terms.
3103
3104 3. Termination. This License and the rights granted hereunder will terminate
3105 automatically if Recipient fails to comply with terms herein and fails to cure
3106 such breach within 30 days of the breach. Any sublicense to the Subject
3107 Software that is properly granted shall survive any termination of this
3108 License absent termination by the terms of such sublicense. Provisions which,
3109 by their nature, must remain in effect beyond the termination of this License
3110 shall survive.
3111
3112 4. Trademark Rights. This License does not grant any rights to use any trade
3113 name, trademark or service mark whatsoever. No trade name, trademark or
3114 service mark of SGI may be used to endorse or promote products derived from or
3115 incorporating any Subject Software without prior written permission of SGI.
3116
3117 5. No Other Rights. No rights or licenses not expressly granted hereunder
3118 shall arise by implication, estoppel or otherwise. Title to and ownership of
3119 the Original Software at all times remains with SGI. All rights in the
3120 Original Software not expressly granted under this License are reserved.
3121
3122 6. Compliance with Laws; Non-Infringement. Recipient shall comply with all
3123 applicable laws and regulations in connection with use and distribution of the
3124 Subject Software, including but not limited to, all export and import control
3125 laws and regulations of the U.S. government and other countries. Recipient may
3126 not distribute Subject Software that (i) in any way infringes (directly or
3127 contributorily) the rights (including patent, copyright, trade secret,
3128 trademark or other intellectual property rights of any kind) of any other
3129 person or entity, or (ii) breaches any representation or warranty, express,
3130 implied or statutory, which under any applicable law it might be deemed to
3131 have been distributed.
3132
3133 7. Claims of Infringement. If Recipient at any time has knowledge of any one
3134 or more third party claims that reproduction, modification, use, distribution,
3135 import or sale of Subject Software (including particular functionality or code
3136 incorporated in Subject Software) infringes the third party's intellectual
3137 property rights, Recipient must place in a well-identified web page bearing
3138 the title "LEGAL" a description of each such claim and a description of the
3139 party making each such claim in sufficient detail that a user of the Subject
3140 Software will know whom to contact regarding the claim. Also, upon gaining
3141 such knowledge of any such claim, Recipient must conspicuously include the URL
3142 for such web page in the Required Notice, and in the text of any related
3143 documentation, license agreement or collateral in which Recipient describes
3144 end user's rights relating to the Subject Software. If Recipient obtains such
3145 knowledge after it makes Subject Software available to any other person or
3146 entity, Recipient shall take other steps (such as notifying appropriate
3147 mailing lists or newsgroups) reasonably calculated to provide such knowledge
3148 to those who received the Subject Software.
3149
3150 8. DISCLAIMER OF WARRANTY. SUBJECT SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
3151 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
3152 LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS,
3153 MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. SGI ASSUMES NO
3154 RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD ANY SOFTWARE
3155 PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR ANY
3156 SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
3157 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED
3158 HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
3159
3160 9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
3161 WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY),
3162 CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY CLAIM,
3163 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
3164 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SUBJECT SOFTWARE OR
3165 THE USE OR OTHER DEALINGS IN THE SUBJECT SOFTWARE. SOME JURISDICTIONS DO NOT
3166 ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES, SO THIS EXCLUSION AND
3167 LIMITATION MAY NOT APPLY TO RECIPIENT TO THE EXTENT SO DISALLOWED.
3168
3169 10. Indemnity. Recipient shall be solely responsible for damages arising,
3170 directly or indirectly, out of its utilization of rights under this License.
3171 Recipient will defend, indemnify and hold SGI and its successors and assigns
3172 harmless from and against any loss, liability, damages, costs or expenses
3173 (including the payment of reasonable attorneys fees) arising out of
3174 (Recipient's use, modification, reproduction and distribution of the Subject
3175 Software or out of any representation or warranty made by Recipient.
3176
3177 11. U.S. Government End Users. The Subject Software is a "commercial item"
3178 consisting of "commercial computer software" as such terms are defined in
3179 title 48 of the Code of Federal Regulations and all U.S. Government End Users
3180 acquire only the rights set forth in this License and are subject to the terms
3181 of this License.
3182
3183 12. Miscellaneous. This License represents the complete agreement concerning
3184 subject matter hereof. If any provision of this License is held to be
3185 unenforceable by any judicial or administrative authority having proper
3186 jurisdiction with respect thereto, such provision shall be reformed so as to
3187 achieve as nearly as possible the same economic effect as the original
3188 provision and the remainder of this License will remain in effect. This
3189 License shall be governed by and construed in accordance with the laws of the
3190 United States and the State of California as applied to agreements entered
3191 into and to be performed entirely within California between California
3192 residents. Any litigation relating to this License shall be subject to the
3193 exclusive jurisdiction of the Federal Courts of the Northern District of
3194 California (or, absent subject matter jurisdiction in such courts, the courts
3195 of the State of California), with venue lying exclusively in Santa Clara
3196 County, California, with the losing party responsible for costs, including
3197 without limitation, court costs and reasonable attorneys fees and expenses.
3198 The application of the United Nations Convention on Contracts for the
3199 International Sale of Goods is expressly excluded. Any law or regulation that
3200 provides that the language of a contract shall be construed against the
3201 drafter shall not apply to this License.
3202
3203 Exhibit A
3204
3205 Copyright (c) 1994-1999 Silicon Graphics, Inc.
3206
3207 The contents of this file are subject to the CID Font Code Public License
3208 Version 1.0 (the "License"). You may not use this file except in compliance
3209 with the License. You may obtain a copy of the License at Silicon Graphics,
3210 Inc., attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043
3211 or at http://www.sgi.com/software/opensource/cid/license.html
3212
3213 Software distributed under the License is distributed on an "AS IS" basis. ALL
3214 WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
3215 WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF
3216 NON-INFRINGEMENT. See the License for the specific language governing rights
3217 and limitations under the License.
3218
3219 The Original Software (as defined in the License) is CID font code that was
3220 developed by Silicon Graphics, Inc. Those portions of the Subject Software (as
3221 defined in the License) that were created by Silicon Graphics, Inc. are
3222 Copyright (c) 1994-1999 Silicon Graphics, Inc. All Rights Reserved.
3223
3224 [NOTE: When using this text in connection with Subject Software delivered
3225 solely in object code form, Recipient may replace the words "this file" with
3226 "this software" in both the first and second sentences.] 3.6. Bitstream Vera
3227 Fonts Copyright
3228
3229 The fonts have a generous copyright, allowing derivative works (as long as
3230 "Bitstream" or "Vera" are not in the names), and full redistribution (so long
3231 as they are not *sold* by themselves). They can be be bundled, redistributed
3232 and sold with any software.
3233
3234 The fonts are distributed under the following copyright:
3235
3236 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a
3237 trademark of Bitstream, Inc.
3238
3239 Permission is hereby granted, free of charge, to any person obtaining a copy
3240 of the fonts accompanying this license ("Fonts") and associated documentation
3241 files (the "Font Software"), to reproduce and distribute the Font Software,
3242 including without limitation the rights to use, copy, merge, publish,
3243 distribute, and/or sell copies of the Font Software, and to permit persons to
3244 whom the Font Software is furnished to do so, subject to the following
3245 conditions:
3246
3247 The above copyright and trademark notices and this permission notice shall be
3248 included in all copies of one or more of the Font Software typefaces.
3249
3250 The Font Software may be modified, altered, or added to, and in particular the
3251 designs of glyphs or characters in the Fonts may be modified and additional
3252 glyphs or characters may be added to the Fonts, only if the fonts are renamed
3253 to names not containing either the words "Bitstream" or the word "Vera".
3254
3255 This License becomes null and void to the extent applicable to Fonts or Font
3256 Software that has been modified and is distributed under the "Bitstream Vera"
3257 names.
3258
3259 The Font Software may be sold as part of a larger software package but no copy
3260 of one or more of the Font Software typefaces may be sold by itself.
3261
3262 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3263 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
3264 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
3265 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION
3266 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
3267 SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION
3268 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO
3269 USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
3270
3271 Except as contained in this notice, the names of Gnome, the Gnome Foundation,
3272 and Bitstream Inc., shall not be used in advertising or otherwise to promote
3273 the sale, use or other dealings in this Font Software without prior written
3274 authorization from the Gnome Foundation or Bitstream Inc., respectively. For
3275 further information, contact: fonts at gnome dot org. 3.7. Bigelow & Holmes
3276 Inc and URW++ GmbH Luxi font license
3277
3278 Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font instruction
3279 code copyright (c) 2001 by URW++ GmbH. All Rights Reserved. Luxi is a
3280 registered trademark of Bigelow & Holmes Inc.
3281
3282 Permission is hereby granted, free of charge, to any person obtaining a copy
3283 of these Fonts and associated documentation files (the "Font Software"), to
3284 deal in the Font Software, including without limitation the rights to use,
3285 copy, merge, publish, distribute, sublicense, and/or sell copies of the Font
3286 Software, and to permit persons to whom the Font Software is furnished to do
3287 so, subject to the following conditions:
3288
3289 The above copyright and trademark notices and this permission notice shall be
3290 included in all copies of one or more of the Font Software.
3291
3292 The Font Software may not be modified, altered, or added to, and in particular
3293 the designs of glyphs or characters in the Fonts may not be modified nor may
3294 additional glyphs or characters be added to the Fonts. This License becomes
3295 null and void when the Fonts or Font Software have been modified.
3296
3297 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3298 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
3299 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
3300 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BIGELOW & HOLMES INC. OR URW++
3301 GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY
3302 GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN
3303 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
3304 INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
3305 SOFTWARE. 2746 SOFTWARE.
3306 2747
3307 Except as contained in this notice, the names of Bigelow & Holmes Inc. and 2748 HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
3308 URW++ GmbH. shall not be used in advertising or otherwise to promote the sale, 2749 TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3309 use or other dealings in this Font Software without prior written 2750 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3310 authorization from Bigelow & Holmes Inc. and URW++ GmbH. 2751 PURPOSE. Hewlett-Packard shall not be liable for errors
3311 2752 contained herein or direct, indirect, special, incidental or
3312 For further information, contact: 2753 consequential damages in connection with the furnishing,
3313 2754 performance, or use of this material.
3314 info@urwpp.de or design@bigelowandholmes.com 2755
3315 2756 */
2757 _____________________________________
2758 Copyright notice in keysym2ucs.h:
2759
2760 Copyright 1987, 1994, 1998 The Open Group
2761
2762 Permission to use, copy, modify, distribute, and sell this software and its
2763 documentation for any purpose is hereby granted without fee, provided that
2764 the above copyright notice appear in all copies and that both that
2765 copyright notice and this permission notice appear in supporting
2766 documentation.
2767
2768 The above copyright notice and this permission notice shall be included
2769 in all copies or substantial portions of the Software.
2770
2771 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2772 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2773 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2774 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
2775 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2776 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2777 OTHER DEALINGS IN THE SOFTWARE.
2778
2779 Except as contained in this notice, the name of The Open Group shall
2780 not be used in advertising or otherwise to promote the sale, use or
2781 other dealings in this Software without prior written authorization
2782 from The Open Group.
2783
2784
2785 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts
2786
2787 All Rights Reserved
2788
2789 Permission to use, copy, modify, and distribute this software and its
2790 documentation for any purpose and without fee is hereby granted,
2791 provided that the above copyright notice appear in all copies and that
2792 both that copyright notice and this permission notice appear in
2793 supporting documentation, and that the name of Digital not be
2794 used in advertising or publicity pertaining to distribution of the
2795 software without specific, written prior permission.
2796
2797 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
2798 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
2799 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
2800 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2801 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
2802 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2803 SOFTWARE.
2804
2805 */
3316 2806
3317 --- end of LICENSE --- 2807 --- end of LICENSE ---
3318 2808
3319 ------------------------------------------------------------------------------- 2809 -------------------------------------------------------------------------------
3320 2810
3323 2813
3324 --- begin of LICENSE --- 2814 --- begin of LICENSE ---
3325 2815
3326 version 1.2.11, January 15th, 2017 2816 version 1.2.11, January 15th, 2017
3327 2817
3328 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler 2818 Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
3329 2819
3330 This software is provided 'as-is', without any express or implied 2820 This software is provided 'as-is', without any express or implied
3331 warranty. In no event will the authors be held liable for any damages 2821 warranty. In no event will the authors be held liable for any damages
3332 arising from the use of this software. 2822 arising from the use of this software.
3333 2823
3359 Apache Jakarta Regexp 1.4 2849 Apache Jakarta Regexp 1.4
3360 Apache Santuario XML Security for Java 1.5.4 2850 Apache Santuario XML Security for Java 1.5.4
3361 Apache Xalan-Java 2.7.1 2851 Apache Xalan-Java 2.7.1
3362 Apache Xerces Java 2.10.0 2852 Apache Xerces Java 2.10.0
3363 Apache XML Resolver 1.1 2853 Apache XML Resolver 1.1
3364 Dynalink 0.5
3365 2854
3366 2855
3367 --- begin of LICENSE --- 2856 --- begin of LICENSE ---
3368 2857
3369 Apache License 2858 Apache License

mercurial