• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.jcheck/H30-Oct-2021-32

common/H30-Oct-2021-114,15996,527

corba/H30-Oct-2021-222,258119,389

hotspot/H30-Oct-2021-1,625,4571,142,337

jaxp/H30-Oct-2021-583,108273,874

jaxws/H30-Oct-2021-558,120295,079

jdk/H30-Oct-2021-6,906,1454,465,084

langtools/H30-Oct-2021-593,511306,747

make/H30-Oct-2021-9,3936,280

nashorn/H30-Oct-2021-213,660136,288

test/H30-Oct-2021-631539

ASSEMBLY_EXCEPTIONH A D30-Oct-20211.5 KiB2822

LICENSEH A D30-Oct-202118.8 KiB348280

MakefileH A D30-Oct-20216.2 KiB13376

READMEH A D30-Oct-20211.5 KiB4129

THIRD_PARTY_READMEH A D30-Oct-2021153.4 KiB3,3192,574

configureH A D03-May-20221.7 KiB396

get_source.shH A D30-Oct-20213 KiB10146

README

1README:
2  This file should be located at the top of the OpenJDK Mercurial root
3  repository. A full OpenJDK repository set (forest) should also include
4  the following 6 nested repositories:
5    "jdk", "hotspot", "langtools", "corba", "jaxws"  and "jaxp".
6
7  The root repository can be obtained with something like:
8    hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8
9
10  You can run the get_source.sh script located in the root repository to get
11  the other needed repositories:
12    cd openjdk8 && sh ./get_source.sh
13
14  People unfamiliar with Mercurial should read the first few chapters of
15  the Mercurial book: http://hgbook.red-bean.com/read/
16
17  See http://openjdk.java.net/ for more information about OpenJDK.
18
19Simple Build Instructions:
20
21  0. Get the necessary system software/packages installed on your system, see
22     http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html
23
24  1. If you don't have a jdk7u7 or newer jdk, download and install it from
25     http://java.sun.com/javase/downloads/index.jsp
26     Add the /bin directory of this installation to your PATH environment
27     variable.
28
29  2. Configure the build:
30       bash ./configure
31
32  3. Build the OpenJDK:
33       make all
34     The resulting JDK image should be found in build/*/images/j2sdk-image
35
36where make is GNU make 3.81 or newer, /usr/bin/make on Linux usually
37is 3.81 or newer. Note that on Solaris, GNU make is called "gmake".
38
39Complete details are available in the file:
40     http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html
41

THIRD_PARTY_README

1DO NOT TRANSLATE OR LOCALIZE.
2-----------------------------
3
4%% This notice is provided with respect to ASM Bytecode Manipulation
5Framework v5.0.3, which may be included with JRE 8, and JDK 8, and
6OpenJDK 8.
7
8--- begin of LICENSE ---
9
10Copyright (c) 2000-2011 France T??l??com
11All rights reserved.
12
13Redistribution and use in source and binary forms, with or without
14modification, are permitted provided that the following conditions
15are met:
16
171. Redistributions of source code must retain the above copyright
18   notice, this list of conditions and the following disclaimer.
19
202. Redistributions in binary form must reproduce the above copyright
21   notice, this list of conditions and the following disclaimer in the
22   documentation and/or other materials provided with the distribution.
23
243. Neither the name of the copyright holders nor the names of its
25   contributors may be used to endorse or promote products derived from
26   this software without specific prior written permission.
27
28THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
32LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
38THE POSSIBILITY OF SUCH DAMAGE.
39
40--- end of LICENSE ---
41
42--------------------------------------------------------------------------------
43
44%% This notice is provided with respect to BSDiff v4.3, which may be
45included with JRE 8, JDK 8, and OpenJDK 8.
46
47--- begin of LICENSE ---
48
49Copyright 2003-2005 Colin Percival
50All rights reserved
51
52Redistribution and use in source and binary forms, with or without
53modification, are permitted providing that the following conditions
54are met:
551. Redistributions of source code must retain the above copyright
56notice, this list of conditions and the following disclaimer.
572. Redistributions in binary form must reproduce the above copyright
58notice, this list of conditions and the following disclaimer in the
59documentation and/or other materials provided with the distribution.
60
61THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
62IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
63WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
64ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
65DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
66DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
67OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
68HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
69STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
70IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
71POSSIBILITY OF SUCH DAMAGE.
72
73--- end of LICENSE ---
74
75-------------------------------------------------------------------------------
76
77%% This notice is provided with respect to CodeViewer 1.0, which may be
78included with JDK 8.
79
80--- begin of LICENSE ---
81
82Copyright 1999 by CoolServlets.com.
83
84Any errors or suggested improvements to this class can be reported as
85instructed on CoolServlets.com. We hope you enjoy this program... your
86comments will encourage further development!  This software is distributed
87under the terms of the BSD License.  Redistribution and use in source and
88binary forms, with or without modification, are permitted provided that the
89following conditions are met:
90
911. Redistributions of source code must retain the above copyright notice, this
92   list of conditions and the following disclaimer.
93
942. Redistributions in binary form must reproduce the above copyright notice,
95   this list of conditions and the following disclaimer in the documentation
96   and/or other materials provided with the distribution.
97
98Neither name of CoolServlets.com nor the names of its contributors may be
99used to endorse or promote products derived from this software without
100specific prior written permission.
101
102THIS SOFTWARE IS PROVIDED BY COOLSERVLETS.COM AND CONTRIBUTORS ``AS IS'' AND
103ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
104WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
105DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
106DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
107(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
108LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
109ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
110(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
111SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
112
113
114--- end of LICENSE ---
115
116-------------------------------------------------------------------------------
117
118%% This notice is provided with respect to Cryptix AES 3.2.0, which may be
119included with JRE 8, JDK 8, and OpenJDK 8.
120
121--- begin of LICENSE ---
122
123Cryptix General License
124
125Copyright (c) 1995-2005 The Cryptix Foundation Limited.
126All rights reserved.
127
128Redistribution and use in source and binary forms, with or without
129modification, are permitted provided that the following conditions are
130met:
131
132  1. Redistributions of source code must retain the copyright notice,
133     this list of conditions and the following disclaimer.
134
135  2. Redistributions in binary form must reproduce the above copyright
136     notice, this list of conditions and the following disclaimer in
137     the documentation and/or other materials provided with the
138     distribution.
139
140THIS SOFTWARE IS PROVIDED BY THE CRYPTIX FOUNDATION LIMITED AND
141CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
142INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
143MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
144IN NO EVENT SHALL THE CRYPTIX FOUNDATION LIMITED OR CONTRIBUTORS BE
145LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
146CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
147SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
148BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
149WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
150OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
151IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
152
153--- end of LICENSE ---
154
155-------------------------------------------------------------------------------
156
157%% This notice is provided with respect to CUP Parser Generator for
158Java 0.11b, which may be included with JRE 8, JDK 8, and OpenJDK 8.
159
160--- begin of LICENSE ---
161
162Copyright 1996-2015 by Scott Hudson, Frank Flannery, C. Scott Ananian, Michael Petter
163
164Permission to use, copy, modify, and distribute this software and its
165documentation for any purpose and without fee is hereby granted, provided
166that the above copyright notice appear in all copies and that both the
167copyright notice and this permission notice and warranty disclaimer appear in
168supporting documentation, and that the names of the authors or their
169employers not be used in advertising or publicity pertaining to distribution of
170the software without specific, written prior permission.
171
172The authors and their employers disclaim all warranties with regard to
173this software, including all implied warranties of merchantability and fitness.
174In no event shall the authors or their employers be liable for any special,
175indirect or consequential damages or any damages whatsoever resulting from
176loss of use, data or profits, whether in an action of contract, negligence or
177other tortious action, arising out of or in connection with the use or
178performance of this software.
179
180--- end of LICENSE ---
181
182-------------------------------------------------------------------------------
183
184%% This notice is provided with respect to DejaVu fonts v2.34, which may be
185included with JRE 8, and JDK 8, and OpenJDK 8.
186
187--- begin of LICENSE ---
188
189Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
190Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
191
192
193Bitstream Vera Fonts Copyright
194------------------------------
195
196Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
197a trademark of Bitstream, Inc.
198
199Permission is hereby granted, free of charge, to any person obtaining a copy
200of the fonts accompanying this license ("Fonts") and associated
201documentation files (the "Font Software"), to reproduce and distribute the
202Font Software, including without limitation the rights to use, copy, merge,
203publish, distribute, and/or sell copies of the Font Software, and to permit
204persons to whom the Font Software is furnished to do so, subject to the
205following conditions:
206
207The above copyright and trademark notices and this permission notice shall
208be included in all copies of one or more of the Font Software typefaces.
209
210The Font Software may be modified, altered, or added to, and in particular
211the designs of glyphs or characters in the Fonts may be modified and
212additional glyphs or characters may be added to the Fonts, only if the fonts
213are renamed to names not containing either the words "Bitstream" or the word
214"Vera".
215
216This License becomes null and void to the extent applicable to Fonts or Font
217Software that has been modified and is distributed under the "Bitstream
218Vera" names.
219
220The Font Software may be sold as part of a larger software package but no
221copy of one or more of the Font Software typefaces may be sold by itself.
222
223THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
224OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
225FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
226TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
227FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
228ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
229WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
230THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
231FONT SOFTWARE.
232
233Except as contained in this notice, the names of Gnome, the Gnome
234Foundation, and Bitstream Inc., shall not be used in advertising or
235otherwise to promote the sale, use or other dealings in this Font Software
236without prior written authorization from the Gnome Foundation or Bitstream
237Inc., respectively. For further information, contact: fonts at gnome dot
238org.
239
240Arev Fonts Copyright
241------------------------------
242
243Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
244
245Permission is hereby granted, free of charge, to any person obtaining
246a copy of the fonts accompanying this license ("Fonts") and
247associated documentation files (the "Font Software"), to reproduce
248and distribute the modifications to the Bitstream Vera Font Software,
249including without limitation the rights to use, copy, merge, publish,
250distribute, and/or sell copies of the Font Software, and to permit
251persons to whom the Font Software is furnished to do so, subject to
252the following conditions:
253
254The above copyright and trademark notices and this permission notice
255shall be included in all copies of one or more of the Font Software
256typefaces.
257
258The Font Software may be modified, altered, or added to, and in
259particular the designs of glyphs or characters in the Fonts may be
260modified and additional glyphs or characters may be added to the
261Fonts, only if the fonts are renamed to names not containing either
262the words "Tavmjong Bah" or the word "Arev".
263
264This License becomes null and void to the extent applicable to Fonts
265or Font Software that has been modified and is distributed under the
266"Tavmjong Bah Arev" names.
267
268The Font Software may be sold as part of a larger software package but
269no copy of one or more of the Font Software typefaces may be sold by
270itself.
271
272THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
273EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
274MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
275OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
276TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
277INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
278DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
279FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
280OTHER DEALINGS IN THE FONT SOFTWARE.
281
282Except as contained in this notice, the name of Tavmjong Bah shall not
283be used in advertising or otherwise to promote the sale, use or other
284dealings in this Font Software without prior written authorization
285from Tavmjong Bah. For further information, contact: tavmjong @ free
286. fr.
287
288TeX Gyre DJV Math
289-----------------
290Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
291
292Math extensions done by B. Jackowski, P. Strzelczyk and P. Pianowski
293(on behalf of TeX users groups) are in public domain.
294
295Letters imported from Euler Fraktur from AMSfonts are (c) American
296Mathematical Society (see below).
297Bitstream Vera Fonts Copyright
298Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera
299is a trademark of Bitstream, Inc.
300
301Permission is hereby granted, free of charge, to any person obtaining a copy
302of the fonts accompanying this license ("Fonts") and associated documentation
303files (the "Font Software"), to reproduce and distribute the Font Software,
304including without limitation the rights to use, copy, merge, publish,
305distribute, and/or sell copies of the Font Software, and to permit persons
306to whom the Font Software is furnished to do so, subject to the following
307conditions:
308
309The above copyright and trademark notices and this permission notice
310shall be included in all copies of one or more of the Font Software typefaces.
311
312The Font Software may be modified, altered, or added to, and in particular
313the designs of glyphs or characters in the Fonts may be modified and
314additional glyphs or characters may be added to the Fonts, only if the
315fonts are renamed to names not containing either the words "Bitstream"
316or the word "Vera".
317
318This License becomes null and void to the extent applicable to Fonts or
319Font Software that has been modified and is distributed under the
320"Bitstream Vera" names.
321
322The Font Software may be sold as part of a larger software package but
323no copy of one or more of the Font Software typefaces may be sold by itself.
324
325THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
326OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
327FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
328TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
329FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
330ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
331WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
332OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN
333THE FONT SOFTWARE.
334Except as contained in this notice, the names of GNOME, the GNOME
335Foundation, and Bitstream Inc., shall not be used in advertising or
336otherwise to promote the sale, use or other dealings in this Font Software
337without prior written authorization from the GNOME Foundation or
338Bitstream Inc., respectively.
339For further information, contact: fonts at gnome dot org.
340
341AMSFonts (v. 2.2) copyright
342
343The PostScript Type 1 implementation of the AMSFonts produced by and
344previously distributed by Blue Sky Research and Y&Y, Inc. are now freely
345available for general use. This has been accomplished through the
346cooperation
347of a consortium of scientific publishers with Blue Sky Research and Y&Y.
348Members of this consortium include:
349
350Elsevier Science IBM Corporation Society for Industrial and Applied
351Mathematics (SIAM) Springer-Verlag American Mathematical Society (AMS)
352
353In order to assure the authenticity of these fonts, copyright will be
354held by the American Mathematical Society. This is not meant to restrict
355in any way the legitimate use of the fonts, such as (but not limited to)
356electronic distribution of documents containing these fonts, inclusion of
357these fonts into other public domain or commercial font collections or computer
358applications, use of the outline data to create derivative fonts and/or
359faces, etc. However, the AMS does require that the AMS copyright notice be
360removed from any derivative versions of the fonts which have been altered in
361any way. In addition, to ensure the fidelity of TeX documents using Computer
362Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces,
363has requested that any alterations which yield different font metrics be
364given a different name.
365
366--- end of LICENSE ---
367
368-------------------------------------------------------------------------------
369
370%% This notice is provided with respect to Document Object Model (DOM) Level 2
371& 3, which may be included with JRE 8, JDK 8, and OpenJDK 8.
372
373--- begin of LICENSE ---
374
375W3C SOFTWARE NOTICE AND LICENSE
376
377http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
378
379This work (and included software, documentation such as READMEs, or other
380related items) is being provided by the copyright holders under the following
381license. By obtaining, using and/or copying this work, you (the licensee)
382agree that you have read, understood, and will comply with the following terms
383and conditions.
384
385Permission to copy, modify, and distribute this software and its
386documentation, with or without modification, for any purpose and without fee
387or royalty is hereby granted, provided that you include the following on ALL
388copies of the software and documentation or portions thereof, including
389modifications:
390
391   1.The full text of this NOTICE in a location viewable to users of the
392   redistributed or derivative work.
393
394   2.Any pre-existing intellectual property disclaimers, notices, or terms and
395   conditions. If none exist, the W3C Software Short Notice should be included
396   (hypertext is preferred, text is permitted) within the body of any
397   redistributed or derivative code.
398
399   3.Notice of any changes or modifications to the files, including the date
400   changes were made. (We recommend you provide URIs to the location from
401   which the code is derived.)
402
403THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
404MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
405LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
406PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY
407THIRD PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
408
409COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
410OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
411DOCUMENTATION.  The name and trademarks of copyright holders may NOT be used
412in advertising or publicity pertaining to the software without specific,
413written prior permission. Title to copyright in this software and any
414associated documentation will at all times remain with copyright holders.
415
416____________________________________
417
418This formulation of W3C's notice and license became active on December 31
4192002. This version removes the copyright ownership notice such that this
420license can be used with materials other than those owned by the W3C, reflects
421that ERCIM is now a host of the W3C, includes references to this specific
422dated version of the license, and removes the ambiguous grant of "use".
423Otherwise, this version is the same as the previous version and is written so
424as to preserve the Free Software Foundation's assessment of GPL compatibility
425and OSI's certification under the Open Source Definition. Please see our
426Copyright FAQ for common questions about using materials from our site,
427including specific terms and conditions for packages like libwww, Amaya, and
428Jigsaw. Other questions about this notice can be directed to
429site-policy@w3.org.
430
431--- end of LICENSE ---
432
433-------------------------------------------------------------------------------
434
435%% This notice is provided with respect to Dynalink v0.5, which may be
436included with JRE 8, JDK 8, and OpenJDK 8.
437
438--- begin of LICENSE ---
439
440Copyright (c) 2009-2013, Attila Szegedi
441
442All rights reserved.Redistribution and use in source and binary forms, with or
443without modification, are permitted provided that the following conditions are
444met:* Redistributions of source code must retain the above copyright notice,
445this list of conditions and the following disclaimer.  * Redistributions in
446binary form must reproduce the above copyright notice,   this list of
447conditions and the following disclaimer in the documentation  and/or other
448materials provided with the distribution.  * Neither the name of Attila
449Szegedi nor the names of its contributors may be used to endorse or promote
450products derived from this software without specific prior written permission.
451
452THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"AND
453ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
454WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
455DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
456FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
457DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
458SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
459CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
460OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
461OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF SUCH DAMAGE.
462
463--- end of LICENSE ---
464
465-------------------------------------------------------------------------------
466
467%% This notice is provided with respect to Elliptic Curve Cryptography, which
468may be included with JRE 8, JDK 8, and OpenJDK 8.
469
470You are receiving a copy of the Elliptic Curve Cryptography library in source
471form with the JDK 8 and OpenJDK 8 source distributions, and as object code in
472the JRE 8 & JDK 8 runtimes.
473
474In the case of the JRE & JDK runtimes, the terms of the Oracle license do
475NOT apply to the Elliptic Curve Cryptography library; it is licensed under the
476following license, separately from Oracle's JDK & JRE.  If you do not wish to
477install the Elliptic Curve Cryptography library, you may delete the
478Elliptic Curve Cryptography library:
479   - On Solaris and Linux systems: delete $(JAVA_HOME)/lib/libsunec.so
480   - On Windows systems: delete $(JAVA_HOME)\bin\sunec.dll
481   - On Mac systems, delete:
482      for JRE: /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libsunec.dylib
483      for JDK: $(JAVA_HOME)/jre/lib/libsunec.dylib
484
485Written Offer for ECC Source Code
486  For third party technology that you receive from Oracle in binary form
487  which is licensed under an open source license that gives you the right
488  to receive the source code for that binary, you can obtain a copy of
489  the applicable source code from this page:
490     http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/file/tip/src/share/native/sun/security/ec/impl
491
492  If the source code for the technology was not provided to you with the
493  binary, you can also receive a copy of the source code on physical
494  media by submitting a written request to:
495
496     Oracle America, Inc.
497     Attn: Associate General Counsel,
498     Development and Engineering Legal
499     500 Oracle Parkway, 10th Floor
500     Redwood Shores, CA 94065
501
502  Or, you may send an email to Oracle using the form at:
503     http://www.oracle.com/goto/opensourcecode/request
504
505  Your request should include:
506    - The name of the component or binary file(s) for which you are requesting
507      the source code
508    - The name and version number of the Oracle product containing the binary
509    - The date you received the Oracle product
510    - Your name
511    - Your company name (if applicable)
512    - Your return mailing address and email and
513    - A telephone number in the event we need to reach you.
514
515  We may charge you a fee to cover the cost of physical media and processing.
516  Your request must be sent (i) within three (3) years of the date you
517  received the Oracle product that included the component or binary
518  file(s) that are the subject of your request, or (ii) in the case of
519  code licensed under the GPL v3, for as long as Oracle offers spare
520  parts or customer support for that product model.
521
522--- begin of LICENSE ---
523
524                  GNU LESSER GENERAL PUBLIC LICENSE
525                       Version 2.1, February 1999
526
527 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
528 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
529 Everyone is permitted to copy and distribute verbatim copies
530 of this license document, but changing it is not allowed.
531
532[This is the first released version of the Lesser GPL.  It also counts
533 as the successor of the GNU Library Public License, version 2, hence
534 the version number 2.1.]
535
536                            Preamble
537
538  The licenses for most software are designed to take away your
539freedom to share and change it.  By contrast, the GNU General Public
540Licenses are intended to guarantee your freedom to share and change
541free software--to make sure the software is free for all its users.
542
543  This license, the Lesser General Public License, applies to some
544specially designated software packages--typically libraries--of the
545Free Software Foundation and other authors who decide to use it.  You
546can use it too, but we suggest you first think carefully about whether
547this license or the ordinary General Public License is the better
548strategy to use in any particular case, based on the explanations below.
549
550  When we speak of free software, we are referring to freedom of use,
551not price.  Our General Public Licenses are designed to make sure that
552you have the freedom to distribute copies of free software (and charge
553for this service if you wish); that you receive source code or can get
554it if you want it; that you can change the software and use pieces of
555it in new free programs; and that you are informed that you can do
556these things.
557
558  To protect your rights, we need to make restrictions that forbid
559distributors to deny you these rights or to ask you to surrender these
560rights.  These restrictions translate to certain responsibilities for
561you if you distribute copies of the library or if you modify it.
562
563  For example, if you distribute copies of the library, whether gratis
564or for a fee, you must give the recipients all the rights that we gave
565you.  You must make sure that they, too, receive or can get the source
566code.  If you link other code with the library, you must provide
567complete object files to the recipients, so that they can relink them
568with the library after making changes to the library and recompiling
569it.  And you must show them these terms so they know their rights.
570
571  We protect your rights with a two-step method: (1) we copyright the
572library, and (2) we offer you this license, which gives you legal
573permission to copy, distribute and/or modify the library.
574
575  To protect each distributor, we want to make it very clear that
576there is no warranty for the free library.  Also, if the library is
577modified by someone else and passed on, the recipients should know
578that what they have is not the original version, so that the original
579author's reputation will not be affected by problems that might be
580introduced by others.
581
582  Finally, software patents pose a constant threat to the existence of
583any free program.  We wish to make sure that a company cannot
584effectively restrict the users of a free program by obtaining a
585restrictive license from a patent holder.  Therefore, we insist that
586any patent license obtained for a version of the library must be
587consistent with the full freedom of use specified in this license.
588
589  Most GNU software, including some libraries, is covered by the
590ordinary GNU General Public License.  This license, the GNU Lesser
591General Public License, applies to certain designated libraries, and
592is quite different from the ordinary General Public License.  We use
593this license for certain libraries in order to permit linking those
594libraries into non-free programs.
595
596  When a program is linked with a library, whether statically or using
597a shared library, the combination of the two is legally speaking a
598combined work, a derivative of the original library.  The ordinary
599General Public License therefore permits such linking only if the
600entire combination fits its criteria of freedom.  The Lesser General
601Public License permits more lax criteria for linking other code with
602the library.
603
604  We call this license the "Lesser" General Public License because it
605does Less to protect the user's freedom than the ordinary General
606Public License.  It also provides other free software developers Less
607of an advantage over competing non-free programs.  These disadvantages
608are the reason we use the ordinary General Public License for many
609libraries.  However, the Lesser license provides advantages in certain
610special circumstances.
611
612  For example, on rare occasions, there may be a special need to
613encourage the widest possible use of a certain library, so that it becomes
614a de-facto standard.  To achieve this, non-free programs must be
615allowed to use the library.  A more frequent case is that a free
616library does the same job as widely used non-free libraries.  In this
617case, there is little to gain by limiting the free library to free
618software only, so we use the Lesser General Public License.
619
620  In other cases, permission to use a particular library in non-free
621programs enables a greater number of people to use a large body of
622free software.  For example, permission to use the GNU C Library in
623non-free programs enables many more people to use the whole GNU
624operating system, as well as its variant, the GNU/Linux operating
625system.
626
627  Although the Lesser General Public License is Less protective of the
628users' freedom, it does ensure that the user of a program that is
629linked with the Library has the freedom and the wherewithal to run
630that program using a modified version of the Library.
631
632  The precise terms and conditions for copying, distribution and
633modification follow.  Pay close attention to the difference between a
634"work based on the library" and a "work that uses the library".  The
635former contains code derived from the library, whereas the latter must
636be combined with the library in order to run.
637
638                  GNU LESSER GENERAL PUBLIC LICENSE
639   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
640
641  0. This License Agreement applies to any software library or other
642program which contains a notice placed by the copyright holder or
643other authorized party saying it may be distributed under the terms of
644this Lesser General Public License (also called "this License").
645Each licensee is addressed as "you".
646
647  A "library" means a collection of software functions and/or data
648prepared so as to be conveniently linked with application programs
649(which use some of those functions and data) to form executables.
650
651  The "Library", below, refers to any such software library or work
652which has been distributed under these terms.  A "work based on the
653Library" means either the Library or any derivative work under
654copyright law: that is to say, a work containing the Library or a
655portion of it, either verbatim or with modifications and/or translated
656straightforwardly into another language.  (Hereinafter, translation is
657included without limitation in the term "modification".)
658
659  "Source code" for a work means the preferred form of the work for
660making modifications to it.  For a library, complete source code means
661all the source code for all modules it contains, plus any associated
662interface definition files, plus the scripts used to control compilation
663and installation of the library.
664
665  Activities other than copying, distribution and modification are not
666covered by this License; they are outside its scope.  The act of
667running a program using the Library is not restricted, and output from
668such a program is covered only if its contents constitute a work based
669on the Library (independent of the use of the Library in a tool for
670writing it).  Whether that is true depends on what the Library does
671and what the program that uses the Library does.
672
673  1. You may copy and distribute verbatim copies of the Library's
674complete source code as you receive it, in any medium, provided that
675you conspicuously and appropriately publish on each copy an
676appropriate copyright notice and disclaimer of warranty; keep intact
677all the notices that refer to this License and to the absence of any
678warranty; and distribute a copy of this License along with the
679Library.
680
681  You may charge a fee for the physical act of transferring a copy,
682and you may at your option offer warranty protection in exchange for a
683fee.
684
685  2. You may modify your copy or copies of the Library or any portion
686of it, thus forming a work based on the Library, and copy and
687distribute such modifications or work under the terms of Section 1
688above, provided that you also meet all of these conditions:
689
690    a) The modified work must itself be a software library.
691
692    b) You must cause the files modified to carry prominent notices
693    stating that you changed the files and the date of any change.
694
695    c) You must cause the whole of the work to be licensed at no
696    charge to all third parties under the terms of this License.
697
698    d) If a facility in the modified Library refers to a function or a
699    table of data to be supplied by an application program that uses
700    the facility, other than as an argument passed when the facility
701    is invoked, then you must make a good faith effort to ensure that,
702    in the event an application does not supply such function or
703    table, the facility still operates, and performs whatever part of
704    its purpose remains meaningful.
705
706    (For example, a function in a library to compute square roots has
707    a purpose that is entirely well-defined independent of the
708    application.  Therefore, Subsection 2d requires that any
709    application-supplied function or table used by this function must
710    be optional: if the application does not supply it, the square
711    root function must still compute square roots.)
712
713These requirements apply to the modified work as a whole.  If
714identifiable sections of that work are not derived from the Library,
715and can be reasonably considered independent and separate works in
716themselves, then this License, and its terms, do not apply to those
717sections when you distribute them as separate works.  But when you
718distribute the same sections as part of a whole which is a work based
719on the Library, the distribution of the whole must be on the terms of
720this License, whose permissions for other licensees extend to the
721entire whole, and thus to each and every part regardless of who wrote
722it.
723
724Thus, it is not the intent of this section to claim rights or contest
725your rights to work written entirely by you; rather, the intent is to
726exercise the right to control the distribution of derivative or
727collective works based on the Library.
728
729In addition, mere aggregation of another work not based on the Library
730with the Library (or with a work based on the Library) on a volume of
731a storage or distribution medium does not bring the other work under
732the scope of this License.
733
734  3. You may opt to apply the terms of the ordinary GNU General Public
735License instead of this License to a given copy of the Library.  To do
736this, you must alter all the notices that refer to this License, so
737that they refer to the ordinary GNU General Public License, version 2,
738instead of to this License.  (If a newer version than version 2 of the
739ordinary GNU General Public License has appeared, then you can specify
740that version instead if you wish.)  Do not make any other change in
741these notices.
742
743  Once this change is made in a given copy, it is irreversible for
744that copy, so the ordinary GNU General Public License applies to all
745subsequent copies and derivative works made from that copy.
746
747  This option is useful when you wish to copy part of the code of
748the Library into a program that is not a library.
749
750  4. You may copy and distribute the Library (or a portion or
751derivative of it, under Section 2) in object code or executable form
752under the terms of Sections 1 and 2 above provided that you accompany
753it with the complete corresponding machine-readable source code, which
754must be distributed under the terms of Sections 1 and 2 above on a
755medium customarily used for software interchange.
756
757  If distribution of object code is made by offering access to copy
758from a designated place, then offering equivalent access to copy the
759source code from the same place satisfies the requirement to
760distribute the source code, even though third parties are not
761compelled to copy the source along with the object code.
762
763  5. A program that contains no derivative of any portion of the
764Library, but is designed to work with the Library by being compiled or
765linked with it, is called a "work that uses the Library".  Such a
766work, in isolation, is not a derivative work of the Library, and
767therefore falls outside the scope of this License.
768
769  However, linking a "work that uses the Library" with the Library
770creates an executable that is a derivative of the Library (because it
771contains portions of the Library), rather than a "work that uses the
772library".  The executable is therefore covered by this License.
773Section 6 states terms for distribution of such executables.
774
775  When a "work that uses the Library" uses material from a header file
776that is part of the Library, the object code for the work may be a
777derivative work of the Library even though the source code is not.
778Whether this is true is especially significant if the work can be
779linked without the Library, or if the work is itself a library.  The
780threshold for this to be true is not precisely defined by law.
781
782  If such an object file uses only numerical parameters, data
783structure layouts and accessors, and small macros and small inline
784functions (ten lines or less in length), then the use of the object
785file is unrestricted, regardless of whether it is legally a derivative
786work.  (Executables containing this object code plus portions of the
787Library will still fall under Section 6.)
788
789  Otherwise, if the work is a derivative of the Library, you may
790distribute the object code for the work under the terms of Section 6.
791Any executables containing that work also fall under Section 6,
792whether or not they are linked directly with the Library itself.
793
794  6. As an exception to the Sections above, you may also combine or
795link a "work that uses the Library" with the Library to produce a
796work containing portions of the Library, and distribute that work
797under terms of your choice, provided that the terms permit
798modification of the work for the customer's own use and reverse
799engineering for debugging such modifications.
800
801  You must give prominent notice with each copy of the work that the
802Library is used in it and that the Library and its use are covered by
803this License.  You must supply a copy of this License.  If the work
804during execution displays copyright notices, you must include the
805copyright notice for the Library among them, as well as a reference
806directing the user to the copy of this License.  Also, you must do one
807of these things:
808
809    a) Accompany the work with the complete corresponding
810    machine-readable source code for the Library including whatever
811    changes were used in the work (which must be distributed under
812    Sections 1 and 2 above); and, if the work is an executable linked
813    with the Library, with the complete machine-readable "work that
814    uses the Library", as object code and/or source code, so that the
815    user can modify the Library and then relink to produce a modified
816    executable containing the modified Library.  (It is understood
817    that the user who changes the contents of definitions files in the
818    Library will not necessarily be able to recompile the application
819    to use the modified definitions.)
820
821    b) Use a suitable shared library mechanism for linking with the
822    Library.  A suitable mechanism is one that (1) uses at run time a
823    copy of the library already present on the user's computer system,
824    rather than copying library functions into the executable, and (2)
825    will operate properly with a modified version of the library, if
826    the user installs one, as long as the modified version is
827    interface-compatible with the version that the work was made with.
828
829    c) Accompany the work with a written offer, valid for at
830    least three years, to give the same user the materials
831    specified in Subsection 6a, above, for a charge no more
832    than the cost of performing this distribution.
833
834    d) If distribution of the work is made by offering access to copy
835    from a designated place, offer equivalent access to copy the above
836    specified materials from the same place.
837
838    e) Verify that the user has already received a copy of these
839    materials or that you have already sent this user a copy.
840
841  For an executable, the required form of the "work that uses the
842Library" must include any data and utility programs needed for
843reproducing the executable from it.  However, as a special exception,
844the materials to be distributed need not include anything that is
845normally distributed (in either source or binary form) with the major
846components (compiler, kernel, and so on) of the operating system on
847which the executable runs, unless that component itself accompanies
848the executable.
849
850  It may happen that this requirement contradicts the license
851restrictions of other proprietary libraries that do not normally
852accompany the operating system.  Such a contradiction means you cannot
853use both them and the Library together in an executable that you
854distribute.
855
856  7. You may place library facilities that are a work based on the
857Library side-by-side in a single library together with other library
858facilities not covered by this License, and distribute such a combined
859library, provided that the separate distribution of the work based on
860the Library and of the other library facilities is otherwise
861permitted, and provided that you do these two things:
862
863    a) Accompany the combined library with a copy of the same work
864    based on the Library, uncombined with any other library
865    facilities.  This must be distributed under the terms of the
866    Sections above.
867
868    b) Give prominent notice with the combined library of the fact
869    that part of it is a work based on the Library, and explaining
870    where to find the accompanying uncombined form of the same work.
871
872  8. You may not copy, modify, sublicense, link with, or distribute
873the Library except as expressly provided under this License.  Any
874attempt otherwise to copy, modify, sublicense, link with, or
875distribute the Library is void, and will automatically terminate your
876rights under this License.  However, parties who have received copies,
877or rights, from you under this License will not have their licenses
878terminated so long as such parties remain in full compliance.
879
880  9. You are not required to accept this License, since you have not
881signed it.  However, nothing else grants you permission to modify or
882distribute the Library or its derivative works.  These actions are
883prohibited by law if you do not accept this License.  Therefore, by
884modifying or distributing the Library (or any work based on the
885Library), you indicate your acceptance of this License to do so, and
886all its terms and conditions for copying, distributing or modifying
887the Library or works based on it.
888
889  10. Each time you redistribute the Library (or any work based on the
890Library), the recipient automatically receives a license from the
891original licensor to copy, distribute, link with or modify the Library
892subject to these terms and conditions.  You may not impose any further
893restrictions on the recipients' exercise of the rights granted herein.
894You are not responsible for enforcing compliance by third parties with
895this License.
896
897  11. If, as a consequence of a court judgment or allegation of patent
898infringement or for any other reason (not limited to patent issues),
899conditions are imposed on you (whether by court order, agreement or
900otherwise) that contradict the conditions of this License, they do not
901excuse you from the conditions of this License.  If you cannot
902distribute so as to satisfy simultaneously your obligations under this
903License and any other pertinent obligations, then as a consequence you
904may not distribute the Library at all.  For example, if a patent
905license would not permit royalty-free redistribution of the Library by
906all those who receive copies directly or indirectly through you, then
907the only way you could satisfy both it and this License would be to
908refrain entirely from distribution of the Library.
909
910If any portion of this section is held invalid or unenforceable under any
911particular circumstance, the balance of the section is intended to apply,
912and the section as a whole is intended to apply in other circumstances.
913
914It is not the purpose of this section to induce you to infringe any
915patents or other property right claims or to contest validity of any
916such claims; this section has the sole purpose of protecting the
917integrity of the free software distribution system which is
918implemented by public license practices.  Many people have made
919generous contributions to the wide range of software distributed
920through that system in reliance on consistent application of that
921system; it is up to the author/donor to decide if he or she is willing
922to distribute software through any other system and a licensee cannot
923impose that choice.
924
925This section is intended to make thoroughly clear what is believed to
926be a consequence of the rest of this License.
927
928  12. If the distribution and/or use of the Library is restricted in
929certain countries either by patents or by copyrighted interfaces, the
930original copyright holder who places the Library under this License may add
931an explicit geographical distribution limitation excluding those countries,
932so that distribution is permitted only in or among countries not thus
933excluded.  In such case, this License incorporates the limitation as if
934written in the body of this License.
935
936  13. The Free Software Foundation may publish revised and/or new
937versions of the Lesser General Public License from time to time.
938Such new versions will be similar in spirit to the present version,
939but may differ in detail to address new problems or concerns.
940
941Each version is given a distinguishing version number.  If the Library
942specifies a version number of this License which applies to it and
943"any later version", you have the option of following the terms and
944conditions either of that version or of any later version published by
945the Free Software Foundation.  If the Library does not specify a
946license version number, you may choose any version ever published by
947the Free Software Foundation.
948
949  14. If you wish to incorporate parts of the Library into other free
950programs whose distribution conditions are incompatible with these,
951write to the author to ask for permission.  For software which is
952copyrighted by the Free Software Foundation, write to the Free
953Software Foundation; we sometimes make exceptions for this.  Our
954decision will be guided by the two goals of preserving the free status
955of all derivatives of our free software and of promoting the sharing
956and reuse of software generally.
957
958                            NO WARRANTY
959
960  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
961WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
962EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
963OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
964KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
965IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
966PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
967LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
968THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
969
970  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
971WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
972AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
973FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
974CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
975LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
976RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
977FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
978SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
979DAMAGES.
980
981                     END OF TERMS AND CONDITIONS
982
983           How to Apply These Terms to Your New Libraries
984
985  If you develop a new library, and you want it to be of the greatest
986possible use to the public, we recommend making it free software that
987everyone can redistribute and change.  You can do so by permitting
988redistribution under these terms (or, alternatively, under the terms of the
989ordinary General Public License).
990
991  To apply these terms, attach the following notices to the library.  It is
992safest to attach them to the start of each source file to most effectively
993convey the exclusion of warranty; and each file should have at least the
994"copyright" line and a pointer to where the full notice is found.
995
996    <one line to give the library's name and a brief idea of what it does.>
997    Copyright (C) <year>  <name of author>
998
999    This library is free software; you can redistribute it and/or
1000    modify it under the terms of the GNU Lesser General Public
1001    License as published by the Free Software Foundation; either
1002    version 2.1 of the License, or (at your option) any later version.
1003
1004    This library is distributed in the hope that it will be useful,
1005    but WITHOUT ANY WARRANTY; without even the implied warranty of
1006    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
1007    Lesser General Public License for more details.
1008
1009    You should have received a copy of the GNU Lesser General Public
1010    License along with this library; if not, write to the Free Software
1011    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
1012
1013Also add information on how to contact you by electronic and paper mail.
1014
1015You should also get your employer (if you work as a programmer) or your
1016school, if any, to sign a "copyright disclaimer" for the library, if
1017necessary.  Here is a sample; alter the names:
1018
1019  Yoyodyne, Inc., hereby disclaims all copyright interest in the
1020  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
1021
1022  <signature of Ty Coon>, 1 April 1990
1023  Ty Coon, President of Vice
1024
1025That's all there is to it!
1026
1027--- end of LICENSE ---
1028
1029-------------------------------------------------------------------------------
1030
1031%% This notice is provided with respect to  ECMAScript Language
1032Specification ECMA-262 Edition 5.1 which may be included with
1033JRE 8, JDK 8, and OpenJDK 8.
1034
1035--- begin of LICENSE ---
1036
1037Copyright notice
1038Copyright ?? 2011 Ecma International
1039Ecma International
1040Rue du Rhone 114
1041CH-1204 Geneva
1042Tel: +41 22 849 6000
1043Fax: +41 22 849 6001
1044Web: http://www.ecma-international.org
1045
1046This document and possible translations of it may be copied and furnished to
1047others, and derivative works that comment on or otherwise explain it or assist
1048in its implementation may be prepared, copied, published, and distributed, in
1049whole or in part, without restriction of any kind, provided that the above
1050copyright notice and this section are included on all such copies and derivative
1051works. However, this document itself may not be modified in any way, including
1052by removing the copyright notice or references to Ecma International, except as
1053needed for the purpose of developing any document or deliverable produced by
1054Ecma International (in which case the rules applied to copyrights must be
1055followed) or as required to translate it into languages other than English. The
1056limited permissions granted above are perpetual and will not be revoked by Ecma
1057International or its successors or assigns. This document and the information
1058contained herein is provided on an "AS IS" basis and ECMA INTERNATIONAL
1059DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
1060WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP
1061RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
1062PURPOSE." Software License
1063
1064All Software contained in this document ("Software)" is protected by copyright
1065and is being made available under the "BSD License", included below. This
1066Software may be subject to third party rights (rights from parties other than
1067Ecma International), including patent rights, and no licenses under such third
1068party rights are granted under this license even if the third party concerned is
1069a member of Ecma International. SEE THE ECMA CODE OF CONDUCT IN PATENT MATTERS
1070AVAILABLE AT http://www.ecma-international.org/memento/codeofconduct.htm FOR
1071INFORMATION REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO
1072IMPLEMENT ECMA INTERNATIONAL STANDARDS*. Redistribution and use in source and
1073binary forms, with or without modification, are permitted provided that the
1074following conditions are met:
1075
10761. Redistributions of source code must retain the above copyright notice, this
1077list of conditions and the following disclaimer.
1078
10792. Redistributions in binary form must reproduce the above copyright notice,
1080this list of conditions and the following disclaimer in the documentation and/or
1081other materials provided with the distribution.
1082
10833. Neither the name of the authors nor Ecma International may be used to endorse
1084or promote products derived from this software without specific prior written
1085permission.
1086
1087THIS SOFTWARE IS PROVIDED BY THE ECMA INTERNATIONAL "AS IS" AND ANY EXPRESS OR
1088IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1089MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
1090SHALL ECMA INTERNATIONAL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1091SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1092PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1093BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1094CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1095IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
1096OF SUCH DAMAGE.
1097--- end of LICENSE ---
1098
1099-------------------------------------------------------------------------------
1100
1101%% This notice is provided with respect to freebXML Registry 3.0 & 3.1,
1102which may be included with JRE 8, JDK 8, and OpenJDK 8.
1103
1104--- begin of LICENSE ---
1105
1106freebxml:  Copyright (c) 2001 freebxml.org.  All rights reserved.
1107
1108The names "The freebXML Registry Project" and "freebxml Software
1109Foundation" must not be used to endorse or promote products derived
1110from this software or be used in a product name without prior
1111written permission. For written permission, please contact
1112ebxmlrr-team@lists.sourceforge.net.
1113
1114This software consists of voluntary contributions made by many individuals
1115on behalf of the the freebxml Software Foundation. For more information on
1116the freebxml Software Foundation, please see <http://www.freebxml.org/>.
1117
1118This product includes software developed by the Apache Software Foundation
1119(http://www.apache.org/).
1120
1121The freebxml License, Version 1.1 5
1122Copyright (c) 2001 freebxml.org. All rights reserved.
1123
1124Redistribution and use in source and binary forms, with or without
1125modification, are permitted provided that the following conditions
1126are met:
1127
1128 1. Redistributions of source code must retain the above copyright
1129    notice, this list of conditions and the following disclaimer.
1130
1131 2. Redistributions in binary form must reproduce the above copyright
1132    notice, this list of conditions and the following disclaimer in
1133    the documentation and/or other materials provided with the
1134    distribution.
1135
1136 3. The end-user documentation included with the redistribution, if
1137    any, must include the following acknowlegement:
1138       "This product includes software developed by
1139        freebxml.org (http://www.freebxml.org/)."
1140    Alternately, this acknowlegement may appear in the software itself,
1141    if and wherever such third-party acknowlegements normally appear.
1142
1143 4. The names "The freebXML Registry Project", "freebxml Software
1144    Foundation" must not be used to endorse or promote products derived
1145    from this software without prior written permission. For written
1146    permission, please contact ebxmlrr-team@lists.sourceforge.net.
1147
1148 5. Products derived from this software may not be called "freebxml",
1149    "freebXML Registry" nor may freebxml" appear in their names without
1150    prior written permission of the freebxml Group.
1151
1152THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
1153WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1154OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1155DISCLAIMED.  IN NO EVENT SHALL THE freebxml SOFTWARE FOUNDATION OR
1156ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1157SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1158LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
1159USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1160ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1161OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1162OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1163SUCH DAMAGE.
1164
1165--- end of LICENSE ---
1166
1167-------------------------------------------------------------------------------
1168
1169%% This notice is provided with respect to IAIK PKCS#11 Wrapper,
1170which may be included with JRE 8, JDK 8, and OpenJDK 8.
1171
1172--- begin of LICENSE ---
1173
1174IAIK PKCS#11 Wrapper License
1175
1176Copyright (c) 2002 Graz University of Technology. All rights reserved.
1177
1178Redistribution and use in source and binary forms, with or without
1179modification, are permitted provided that the following conditions are met:
1180
11811. Redistributions of source code must retain the above copyright notice, this
1182   list of conditions and the following disclaimer.
1183
11842. Redistributions in binary form must reproduce the above copyright notice,
1185   this list of conditions and the following disclaimer in the documentation
1186   and/or other materials provided with the distribution.
1187
11883. The end-user documentation included with the redistribution, if any, must
1189   include the following acknowledgment:
1190
1191   "This product includes software developed by IAIK of Graz University of
1192    Technology."
1193
1194   Alternately, this acknowledgment may appear in the software itself, if and
1195   wherever such third-party acknowledgments normally appear.
1196
11974. The names "Graz University of Technology" and "IAIK of Graz University of
1198   Technology" must not be used to endorse or promote products derived from this
1199   software without prior written permission.
1200
12015. Products derived from this software may not be called "IAIK PKCS Wrapper",
1202   nor may "IAIK" appear in their name, without prior written permission of
1203   Graz University of Technology.
1204
1205THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
1206INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1207FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1208LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
1209OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1210SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1211INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1212CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1213ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1214POSSIBILITY OF SUCH DAMAGE.
1215
1216--- end of LICENSE ---
1217
1218-------------------------------------------------------------------------------
1219
1220%% This notice is provided with respect to ICU4C 4.0.1 and ICU4J 4.4, which
1221may be included with JRE 8, JDK 8, and OpenJDK 8.
1222
1223--- begin of LICENSE ---
1224
1225Copyright (c) 1995-2010 International Business Machines Corporation and others
1226
1227All rights reserved.
1228
1229Permission is hereby granted, free of charge, to any person obtaining a copy
1230of this software and associated documentation files (the "Software"), to deal
1231in the Software without restriction, including without limitation the rights
1232to use, copy, modify, merge, publish, distribute, and/or sell copies of the
1233Software, and to permit persons to whom the Software is furnished to do so,
1234provided that the above copyright notice(s) and this permission notice appear
1235in all copies of the Software and that both the above copyright notice(s) and
1236this permission notice appear in supporting documentation.
1237
1238THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1239IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1240FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
1241NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
1242LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY
1243DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1244ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1245CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1246
1247Except as contained in this notice, the name of a copyright holder shall not
1248be used in advertising or otherwise to promote the sale, use or other dealings
1249in this Software without prior written authorization of the copyright holder.
1250All trademarks and registered trademarks mentioned herein are the property of
1251their respective owners.
1252
1253--- end of LICENSE ---
1254
1255-------------------------------------------------------------------------------
1256
1257%% This notice is provided with respect to IJG JPEG 6b, which may be
1258included with JRE 8, JDK 8, and OpenJDK 8.
1259
1260--- begin of LICENSE ---
1261
1262This software is copyright (C) 1991-1998, Thomas G. Lane.
1263All Rights Reserved except as specified below.
1264
1265Permission is hereby granted to use, copy, modify, and distribute this
1266software (or portions thereof) for any purpose, without fee, subject to these
1267conditions:
1268(1) If any part of the source code for this software is distributed, then this
1269README file must be included, with this copyright and no-warranty notice
1270unaltered; and any additions, deletions, or changes to the original files
1271must be clearly indicated in accompanying documentation.
1272(2) If only executable code is distributed, then the accompanying
1273documentation must state that "this software is based in part on the work of
1274the Independent JPEG Group".
1275(3) Permission for use of this software is granted only if the user accepts
1276full responsibility for any undesirable consequences; the authors accept
1277NO LIABILITY for damages of any kind.
1278
1279These conditions apply to any software derived from or based on the IJG code,
1280not just to the unmodified library.  If you use our work, you ought to
1281acknowledge us.
1282
1283Permission is NOT granted for the use of any IJG author's name or company name
1284in advertising or publicity relating to this software or products derived from
1285it.  This software may be referred to only as "the Independent JPEG Group's
1286software".
1287
1288We specifically permit and encourage the use of this software as the basis of
1289commercial products, provided that all warranty or liability claims are
1290assumed by the product vendor.
1291
1292--- end of LICENSE ---
1293
1294--------------------------------------------------------------------------------
1295
1296%% This notice is provided with respect to Jing 20030619, which may
1297be included with JRE 8, JDK 8, and OpenJDK 8.
1298
1299--- begin of LICENSE  ---
1300
1301Copyright (c) 2001-2003 Thai Open Source Software Center Ltd All
1302rights reserved.
1303
1304Redistribution and use in source and binary forms, with or without
1305modification, are permitted provided that the following conditions
1306are met:
1307
1308Redistributions of source code must retain the above copyright
1309notice, this list of conditions and the following disclaimer.
1310
1311Redistributions in binary form must reproduce the above copyright
1312notice, this list of conditions and the following disclaimer in the
1313documentation and/or other materials provided with the distribution.
1314
1315Neither the name of the Thai Open Source Software Center Ltd nor
1316the names of its contributors may be used to endorse or promote
1317products derived from this software without specific prior written
1318permission.
1319
1320THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1321"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1322LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1323FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1324REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1325SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1326LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
1327USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1328ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1329OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1330OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1331SUCH DAMAGE.
1332
1333--- end of LICENSE  ---
1334
1335--------------------------------------------------------------------------------
1336
1337%% This notice is provided with respect to Joni v2.1.16, which may be
1338included with JRE 8, JDK 8, and OpenJDK 8.
1339
1340--- begin of LICENSE ---
1341
1342Copyright (c) 2017 JRuby Team
1343
1344Permission is hereby granted, free of charge, to any person obtaining a copy
1345of this software and associated documentation files (the "Software"), to deal
1346in the Software without restriction, including without limitation the rights
1347to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1348copies of the Software, and to permit persons to whom the Software is
1349furnished to do so, subject to the following conditions:
1350
1351The above copyright notice and this permission notice shall be included in all
1352copies or substantial portions of the Software.
1353
1354THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1355IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1356FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1357AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1358LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1359OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1360SOFTWARE.
1361
1362--- end of LICENSE ---
1363
1364-------------------------------------------------------------------------------
1365
1366%% This notice is provided with respect to JOpt-Simple v3.0,  which may be
1367included with JRE 8, JDK 8, and OpenJDK 8.
1368
1369--- begin of LICENSE ---
1370
1371 Copyright (c) 2004-2009 Paul R. Holser, Jr.
1372
1373 Permission is hereby granted, free of charge, to any person obtaining
1374 a copy of this software and associated documentation files (the
1375 "Software"), to deal in the Software without restriction, including
1376 without limitation the rights to use, copy, modify, merge, publish,
1377 distribute, sublicense, and/or sell copies of the Software, and to
1378 permit persons to whom the Software is furnished to do so, subject to
1379 the following conditions:
1380
1381 The above copyright notice and this permission notice shall be
1382 included in all copies or substantial portions of the Software.
1383
1384 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1385 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1386 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1387 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1388 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1389 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1390 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1391
1392--- end of LICENSE ---
1393
1394--------------------------------------------------------------------------------
1395
1396%% This notice is provided with respect to Kerberos functionality, which
1397which may be included with JRE 8, JDK 8, and OpenJDK 8.
1398
1399--- begin of LICENSE ---
1400
1401 (C) Copyright IBM Corp. 1999 All Rights Reserved.
1402 Copyright 1997 The Open Group Research Institute. All rights reserved.
1403
1404--- end of LICENSE ---
1405
1406-------------------------------------------------------------------------------
1407
1408%% This notice is provided with respect to Kerberos functionality from
1409FundsXpress, INC., which may be included with JRE 8, JDK 8, and OpenJDK 8.
1410
1411--- begin of LICENSE ---
1412
1413 Copyright (C) 1998 by the FundsXpress, INC.
1414
1415 All rights reserved.
1416
1417 Export of this software from the United States of America may require
1418 a specific license from the United States Government.  It is the
1419 responsibility of any person or organization contemplating export to
1420 obtain such a license before exporting.
1421
1422 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
1423 distribute this software and its documentation for any purpose and
1424 without fee is hereby granted, provided that the above copyright
1425 notice appear in all copies and that both that copyright notice and
1426 this permission notice appear in supporting documentation, and that
1427 the name of FundsXpress. not be used in advertising or publicity pertaining
1428 to distribution of the software without specific, written prior
1429 permission.  FundsXpress makes no representations about the suitability of
1430 this software for any purpose.  It is provided "as is" without express
1431 or implied warranty.
1432
1433 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1434 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1435 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1436
1437
1438--- end of LICENSE ---
1439
1440-------------------------------------------------------------------------------
1441
1442%% This notice is provided with respect to Kronos OpenGL headers, which may be
1443included with JDK 8 and OpenJDK 8 source distributions.
1444
1445--- begin of LICENSE ---
1446
1447 Copyright (c) 2007 The Khronos Group Inc.
1448
1449 Permission is hereby granted, free of charge, to any person obtaining a copy
1450 of this software and/or associated documentation files (the "Materials"), to
1451 deal in the Materials without restriction, including without limitation the
1452 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1453 sell copies of the Materials, and to permit persons to whom the Materials are
1454 furnished to do so, subject to the following conditions:
1455
1456 The above copyright notice and this permission notice shall be included in all
1457 copies or substantial portions of the Materials.
1458
1459 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1460 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1461 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
1462 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1463 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1464 OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE
1465 MATERIALS.
1466
1467--- end of LICENSE ---
1468
1469-------------------------------------------------------------------------------
1470
1471%% Portions Copyright Eastman Kodak Company 1991-2003
1472
1473-------------------------------------------------------------------------------
1474
1475%% This notice is provided with respect to libpng 1.6.37, which may be
1476included with JRE 8, JDK 8, and OpenJDK 8.
1477
1478--- begin of LICENSE ---
1479
1480COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
1481=========================================
1482
1483PNG Reference Library License version 2
1484---------------------------------------
1485
1486 * Copyright (c) 1995-2019 The PNG Reference Library Authors.
1487 * Copyright (c) 2018-2019 Cosmin Truta.
1488 * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
1489 * Copyright (c) 1996-1997 Andreas Dilger.
1490 * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
1491
1492The software is supplied "as is", without warranty of any kind,
1493express or implied, including, without limitation, the warranties
1494of merchantability, fitness for a particular purpose, title, and
1495non-infringement.  In no event shall the Copyright owners, or
1496anyone distributing the software, be liable for any damages or
1497other liability, whether in contract, tort or otherwise, arising
1498from, out of, or in connection with the software, or the use or
1499other dealings in the software, even if advised of the possibility
1500of such damage.
1501
1502Permission is hereby granted to use, copy, modify, and distribute
1503this software, or portions hereof, for any purpose, without fee,
1504subject to the following restrictions:
1505
1506 1. The origin of this software must not be misrepresented; you
1507    must not claim that you wrote the original software.  If you
1508    use this software in a product, an acknowledgment in the product
1509    documentation would be appreciated, but is not required.
1510
1511 2. Altered source versions must be plainly marked as such, and must
1512    not be misrepresented as being the original software.
1513
1514 3. This Copyright notice may not be removed or altered from any
1515    source or altered source distribution.
1516
1517
1518PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
1519-----------------------------------------------------------------------
1520
1521libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are
1522Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
1523derived from libpng-1.0.6, and are distributed according to the same
1524disclaimer and license as libpng-1.0.6 with the following individuals
1525added to the list of Contributing Authors:
1526
1527    Simon-Pierre Cadieux
1528    Eric S. Raymond
1529    Mans Rullgard
1530    Cosmin Truta
1531    Gilles Vollant
1532    James Yu
1533    Mandar Sahastrabuddhe
1534    Google Inc.
1535    Vadim Barkov
1536
1537and with the following additions to the disclaimer:
1538
1539    There is no warranty against interference with your enjoyment of
1540    the library or against infringement.  There is no warranty that our
1541    efforts or the library will fulfill any of your particular purposes
1542    or needs.  This library is provided with all faults, and the entire
1543    risk of satisfactory quality, performance, accuracy, and effort is
1544    with the user.
1545
1546Some files in the "contrib" directory and some configure-generated
1547files that are distributed with libpng have other copyright owners, and
1548are released under other open source licenses.
1549
1550libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
1551Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
1552libpng-0.96, and are distributed according to the same disclaimer and
1553license as libpng-0.96, with the following individuals added to the
1554list of Contributing Authors:
1555
1556    Tom Lane
1557    Glenn Randers-Pehrson
1558    Willem van Schaik
1559
1560libpng versions 0.89, June 1996, through 0.96, May 1997, are
1561Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
1562and are distributed according to the same disclaimer and license as
1563libpng-0.88, with the following individuals added to the list of
1564Contributing Authors:
1565
1566    John Bowler
1567    Kevin Bracey
1568    Sam Bushell
1569    Magnus Holmgren
1570    Greg Roelofs
1571    Tom Tanner
1572
1573Some files in the "scripts" directory have other copyright owners,
1574but are released under this license.
1575
1576libpng versions 0.5, May 1995, through 0.88, January 1996, are
1577Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
1578
1579For the purposes of this copyright and license, "Contributing Authors"
1580is defined as the following set of individuals:
1581
1582    Andreas Dilger
1583    Dave Martindale
1584    Guy Eric Schalnat
1585    Paul Schmidt
1586    Tim Wegner
1587
1588The PNG Reference Library is supplied "AS IS".  The Contributing
1589Authors and Group 42, Inc. disclaim all warranties, expressed or
1590implied, including, without limitation, the warranties of
1591merchantability and of fitness for any purpose.  The Contributing
1592Authors and Group 42, Inc. assume no liability for direct, indirect,
1593incidental, special, exemplary, or consequential damages, which may
1594result from the use of the PNG Reference Library, even if advised of
1595the possibility of such damage.
1596
1597Permission is hereby granted to use, copy, modify, and distribute this
1598source code, or portions hereof, for any purpose, without fee, subject
1599to the following restrictions:
1600
1601 1. The origin of this source code must not be misrepresented.
1602
1603 2. Altered versions must be plainly marked as such and must not
1604    be misrepresented as being the original source.
1605
1606 3. This Copyright notice may not be removed or altered from any
1607    source or altered source distribution.
1608
1609The Contributing Authors and Group 42, Inc. specifically permit,
1610without fee, and encourage the use of this source code as a component
1611to supporting the PNG file format in commercial products.  If you use
1612this source code in a product, acknowledgment is not required but would
1613be appreciated.
1614
1615TRADEMARK:
1616
1617The name "libpng" has not been registered by the Copyright owner
1618as a trademark in any jurisdiction.  However, because libpng has
1619been distributed and maintained world-wide, continually since 1995,
1620the Copyright owner claims "common-law trademark protection" in any
1621jurisdiction where common-law trademark is recognized.
1622
1623OSI CERTIFICATION:
1624
1625Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is
1626a certification mark of the Open Source Initiative. OSI has not addressed
1627the additional disclaimers inserted at version 1.0.7.
1628
1629EXPORT CONTROL:
1630
1631The Copyright owner believes that the Export Control Classification
1632Number (ECCN) for libpng is EAR99, which means not subject to export
1633controls or International Traffic in Arms Regulations (ITAR) because
1634it is open source, publicly available software, that does not contain
1635any encryption software.  See the EAR, paragraphs 734.3(b)(3) and
1636734.7(b).
1637
1638Glenn Randers-Pehrson
1639glennrp at users.sourceforge.net
1640July 15, 2018
1641
1642--- end of LICENSE ---
1643
1644-------------------------------------------------------------------------------
1645
1646%% This notice is provided with respect to GIFLIB 5.2.1 & libungif 4.1.3,
1647which may be included with JRE 8, JDK 8, and OpenJDK 8.
1648
1649--- begin of LICENSE ---
1650
1651The GIFLIB distribution is Copyright (c) 1997  Eric S. Raymond
1652
1653Permission is hereby granted, free of charge, to any person obtaining a copy
1654of this software and associated documentation files (the "Software"), to deal
1655in the Software without restriction, including without limitation the rights
1656to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1657copies of the Software, and to permit persons to whom the Software is
1658furnished to do so, subject to the following conditions:
1659
1660The above copyright notice and this permission notice shall be included in
1661all copies or substantial portions of the Software.
1662
1663THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1664IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1665FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
1666AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1667LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1668OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1669THE SOFTWARE.
1670
1671--- end of LICENSE ---
1672
1673-------------------------------------------------------------------------------
1674
1675%% This notice is provided with respect to Little CMS 2.11, which may be
1676included with JRE 8, JDK 8, and OpenJDK 8.
1677
1678--- begin of LICENSE ---
1679
1680Little CMS
1681Copyright (c) 1998-2020 Marti Maria Saguer
1682
1683Permission is hereby granted, free of charge, to any person obtaining a copy
1684of this software and associated documentation files (the "Software"), to deal
1685in the Software without restriction, including without limitation the rights
1686to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1687copies of the Software, and to permit persons to whom the Software is
1688furnished to do so, subject to the following conditions:
1689
1690The above copyright notice and this permission notice shall be included in all
1691copies or substantial portions of the Software.
1692
1693THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1694IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1695FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1696AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1697LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1698OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1699SOFTWARE.
1700
1701--- end of LICENSE ---
1702
1703-------------------------------------------------------------------------------
1704
1705%% Lucida is a registered trademark or trademark of Bigelow & Holmes in the
1706U.S. and other countries.
1707
1708-------------------------------------------------------------------------------
1709
1710%% This notice is provided with respect to Mesa 3D Graphics Library v4.1,
1711which may be included with JRE 8, JDK 8, and OpenJDK 8 source distributions.
1712
1713--- begin of LICENSE ---
1714
1715 Mesa 3-D Graphics Library v19.2.1
1716
1717 Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
1718
1719 Permission is hereby granted, free of charge, to any person obtaining a
1720 copy of this software and associated documentation files (the "Software"),
1721 to deal in the Software without restriction, including without limitation
1722 the rights to use, copy, modify, merge, publish, distribute, sublicense,
1723 and/or sell copies of the Software, and to permit persons to whom the
1724 Software is furnished to do so, subject to the following conditions:
1725
1726 The above copyright notice and this permission notice shall be included
1727 in all copies or substantial portions of the Software.
1728
1729 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1730 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1731 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1732 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1733 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1734 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1735 SOFTWARE.
1736
1737Attention, Contributors
1738
1739When contributing to the Mesa project you must agree to the licensing terms
1740of the component to which you're contributing.
1741The following section lists the primary components of the Mesa distribution
1742and their respective licenses.
1743Mesa Component Licenses
1744
1745
1746
1747Component         Location               License
1748------------------------------------------------------------------
1749Main Mesa code    src/mesa/              MIT
1750Device drivers    src/mesa/drivers/*     MIT, generally
1751
1752Gallium code      src/gallium/           MIT
1753
1754Ext headers       GL/glext.h             Khronos
1755                  GL/glxext.h            Khronos
1756                  GL/wglext.h            Khronos
1757                  KHR/khrplatform.h      Khronos
1758
1759*****************************************************************************
1760
1761----
1762include/GL/gl.h :
1763
1764
1765 Mesa 3-D graphics library
1766
1767 Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.
1768 Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
1769
1770 Permission is hereby granted, free of charge, to any person obtaining a
1771 copy of this software and associated documentation files (the "Software"),
1772 to deal in the Software without restriction, including without limitation
1773 the rights to use, copy, modify, merge, publish, distribute, sublicense,
1774 and/or sell copies of the Software, and to permit persons to whom the
1775 Software is furnished to do so, subject to the following conditions:
1776
1777 The above copyright notice and this permission notice shall be included
1778 in all copies or substantial portions of the Software.
1779
1780 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1781 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1782 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1783 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1784 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1785 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1786 OTHER DEALINGS IN THE SOFTWARE.
1787
1788 *****************************************************************************
1789
1790----
1791include/GL/glext.h
1792include/GL/glxext.h
1793include/GL/wglxext.h :
1794
1795
1796 Copyright (c) 2013 - 2018 The Khronos Group Inc.
1797
1798 Permission is hereby granted, free of charge, to any person obtaining a
1799 copy of this software and/or associated documentation files (the
1800 "Materials"), to deal in the Materials without restriction, including
1801 without limitation the rights to use, copy, modify, merge, publish,
1802 distribute, sublicense, and/or sell copies of the Materials, and to
1803 permit persons to whom the Materials are furnished to do so, subject to
1804 the following conditions:
1805
1806 The above copyright notice and this permission notice shall be included
1807 in all copies or substantial portions of the Materials.
1808
1809 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1810 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1811 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1812 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1813 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1814 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1815 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
1816
1817 *****************************************************************************
1818
1819----
1820include/KHR/khrplatform.h :
1821
1822 Copyright (c) 2008 - 2018 The Khronos Group Inc.
1823
1824 Permission is hereby granted, free of charge, to any person obtaining a
1825 copy of this software and/or associated documentation files (the
1826 "Materials"), to deal in the Materials without restriction, including
1827 without limitation the rights to use, copy, modify, merge, publish,
1828 distribute, sublicense, and/or sell copies of the Materials, and to
1829 permit persons to whom the Materials are furnished to do so, subject to
1830 the following conditions:
1831
1832 The above copyright notice and this permission notice shall be included
1833 in all copies or substantial portions of the Materials.
1834
1835 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1836 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1837 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1838 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1839 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1840 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1841 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
1842
1843 *****************************************************************************
1844
1845--- end of LICENSE ---
1846
1847-------------------------------------------------------------------------------
1848
1849%% This notice is provided with respect to Mozilla Network Security
1850Services (NSS), which is supplied with the JDK test suite in the OpenJDK
1851source code repository. It is licensed under Mozilla Public License (MPL),
1852version 2.0.
1853
1854The NSS libraries are supplied in executable form, built from unmodified
1855NSS source code labeled with the "NSS_3_16_RTM" HG tag.
1856
1857The NSS source code is available in the OpenJDK source code repository at:
1858    jdk/test/sun/security/pkcs11/nss/src
1859
1860The NSS libraries are available in the OpenJDK source code repository at:
1861    jdk/test/sun/security/pkcs11/nss/lib
1862
1863--- begin of LICENSE ---
1864
1865Mozilla Public License Version 2.0
1866==================================
1867
18681. Definitions
1869--------------
1870
18711.1. "Contributor"
1872    means each individual or legal entity that creates, contributes to
1873    the creation of, or owns Covered Software.
1874
18751.2. "Contributor Version"
1876    means the combination of the Contributions of others (if any) used
1877    by a Contributor and that particular Contributor's Contribution.
1878
18791.3. "Contribution"
1880    means Covered Software of a particular Contributor.
1881
18821.4. "Covered Software"
1883    means Source Code Form to which the initial Contributor has attached
1884    the notice in Exhibit A, the Executable Form of such Source Code
1885    Form, and Modifications of such Source Code Form, in each case
1886    including portions thereof.
1887
18881.5. "Incompatible With Secondary Licenses"
1889    means
1890
1891    (a) that the initial Contributor has attached the notice described
1892        in Exhibit B to the Covered Software; or
1893
1894    (b) that the Covered Software was made available under the terms of
1895        version 1.1 or earlier of the License, but not also under the
1896        terms of a Secondary License.
1897
18981.6. "Executable Form"
1899    means any form of the work other than Source Code Form.
1900
19011.7. "Larger Work"
1902    means a work that combines Covered Software with other material, in
1903    a separate file or files, that is not Covered Software.
1904
19051.8. "License"
1906    means this document.
1907
19081.9. "Licensable"
1909    means having the right to grant, to the maximum extent possible,
1910    whether at the time of the initial grant or subsequently, any and
1911    all of the rights conveyed by this License.
1912
19131.10. "Modifications"
1914    means any of the following:
1915
1916    (a) any file in Source Code Form that results from an addition to,
1917        deletion from, or modification of the contents of Covered
1918        Software; or
1919
1920    (b) any new file in Source Code Form that contains any Covered
1921        Software.
1922
19231.11. "Patent Claims" of a Contributor
1924    means any patent claim(s), including without limitation, method,
1925    process, and apparatus claims, in any patent Licensable by such
1926    Contributor that would be infringed, but for the grant of the
1927    License, by the making, using, selling, offering for sale, having
1928    made, import, or transfer of either its Contributions or its
1929    Contributor Version.
1930
19311.12. "Secondary License"
1932    means either the GNU General Public License, Version 2.0, the GNU
1933    Lesser General Public License, Version 2.1, the GNU Affero General
1934    Public License, Version 3.0, or any later versions of those
1935    licenses.
1936
19371.13. "Source Code Form"
1938    means the form of the work preferred for making modifications.
1939
19401.14. "You" (or "Your")
1941    means an individual or a legal entity exercising rights under this
1942    License. For legal entities, "You" includes any entity that
1943    controls, is controlled by, or is under common control with You. For
1944    purposes of this definition, "control" means (a) the power, direct
1945    or indirect, to cause the direction or management of such entity,
1946    whether by contract or otherwise, or (b) ownership of more than
1947    fifty percent (50%) of the outstanding shares or beneficial
1948    ownership of such entity.
1949
19502. License Grants and Conditions
1951--------------------------------
1952
19532.1. Grants
1954
1955Each Contributor hereby grants You a world-wide, royalty-free,
1956non-exclusive license:
1957
1958(a) under intellectual property rights (other than patent or trademark)
1959    Licensable by such Contributor to use, reproduce, make available,
1960    modify, display, perform, distribute, and otherwise exploit its
1961    Contributions, either on an unmodified basis, with Modifications, or
1962    as part of a Larger Work; and
1963
1964(b) under Patent Claims of such Contributor to make, use, sell, offer
1965    for sale, have made, import, and otherwise transfer either its
1966    Contributions or its Contributor Version.
1967
19682.2. Effective Date
1969
1970The licenses granted in Section 2.1 with respect to any Contribution
1971become effective for each Contribution on the date the Contributor first
1972distributes such Contribution.
1973
19742.3. Limitations on Grant Scope
1975
1976The licenses granted in this Section 2 are the only rights granted under
1977this License. No additional rights or licenses will be implied from the
1978distribution or licensing of Covered Software under this License.
1979Notwithstanding Section 2.1(b) above, no patent license is granted by a
1980Contributor:
1981
1982(a) for any code that a Contributor has removed from Covered Software;
1983    or
1984
1985(b) for infringements caused by: (i) Your and any other third party's
1986    modifications of Covered Software, or (ii) the combination of its
1987    Contributions with other software (except as part of its Contributor
1988    Version); or
1989
1990(c) under Patent Claims infringed by Covered Software in the absence of
1991    its Contributions.
1992
1993This License does not grant any rights in the trademarks, service marks,
1994or logos of any Contributor (except as may be necessary to comply with
1995the notice requirements in Section 3.4).
1996
19972.4. Subsequent Licenses
1998
1999No Contributor makes additional grants as a result of Your choice to
2000distribute the Covered Software under a subsequent version of this
2001License (see Section 10.2) or under the terms of a Secondary License (if
2002permitted under the terms of Section 3.3).
2003
20042.5. Representation
2005
2006Each Contributor represents that the Contributor believes its
2007Contributions are its original creation(s) or it has sufficient rights
2008to grant the rights to its Contributions conveyed by this License.
2009
20102.6. Fair Use
2011
2012This License is not intended to limit any rights You have under
2013applicable copyright doctrines of fair use, fair dealing, or other
2014equivalents.
2015
20162.7. Conditions
2017
2018Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
2019in Section 2.1.
2020
20213. Responsibilities
2022-------------------
2023
20243.1. Distribution of Source Form
2025
2026All distribution of Covered Software in Source Code Form, including any
2027Modifications that You create or to which You contribute, must be under
2028the terms of this License. You must inform recipients that the Source
2029Code Form of the Covered Software is governed by the terms of this
2030License, and how they can obtain a copy of this License. You may not
2031attempt to alter or restrict the recipients' rights in the Source Code
2032Form.
2033
20343.2. Distribution of Executable Form
2035
2036If You distribute Covered Software in Executable Form then:
2037
2038(a) such Covered Software must also be made available in Source Code
2039    Form, as described in Section 3.1, and You must inform recipients of
2040    the Executable Form how they can obtain a copy of such Source Code
2041    Form by reasonable means in a timely manner, at a charge no more
2042    than the cost of distribution to the recipient; and
2043
2044(b) You may distribute such Executable Form under the terms of this
2045    License, or sublicense it under different terms, provided that the
2046    license for the Executable Form does not attempt to limit or alter
2047    the recipients' rights in the Source Code Form under this License.
2048
20493.3. Distribution of a Larger Work
2050
2051You may create and distribute a Larger Work under terms of Your choice,
2052provided that You also comply with the requirements of this License for
2053the Covered Software. If the Larger Work is a combination of Covered
2054Software with a work governed by one or more Secondary Licenses, and the
2055Covered Software is not Incompatible With Secondary Licenses, this
2056License permits You to additionally distribute such Covered Software
2057under the terms of such Secondary License(s), so that the recipient of
2058the Larger Work may, at their option, further distribute the Covered
2059Software under the terms of either this License or such Secondary
2060License(s).
2061
20623.4. Notices
2063
2064You may not remove or alter the substance of any license notices
2065(including copyright notices, patent notices, disclaimers of warranty,
2066or limitations of liability) contained within the Source Code Form of
2067the Covered Software, except that You may alter any license notices to
2068the extent required to remedy known factual inaccuracies.
2069
20703.5. Application of Additional Terms
2071
2072You may choose to offer, and to charge a fee for, warranty, support,
2073indemnity or liability obligations to one or more recipients of Covered
2074Software. However, You may do so only on Your own behalf, and not on
2075behalf of any Contributor. You must make it absolutely clear that any
2076such warranty, support, indemnity, or liability obligation is offered by
2077You alone, and You hereby agree to indemnify every Contributor for any
2078liability incurred by such Contributor as a result of warranty, support,
2079indemnity or liability terms You offer. You may include additional
2080disclaimers of warranty and limitations of liability specific to any
2081jurisdiction.
2082
20834. Inability to Comply Due to Statute or Regulation
2084---------------------------------------------------
2085
2086If it is impossible for You to comply with any of the terms of this
2087License with respect to some or all of the Covered Software due to
2088statute, judicial order, or regulation then You must: (a) comply with
2089the terms of this License to the maximum extent possible; and (b)
2090describe the limitations and the code they affect. Such description must
2091be placed in a text file included with all distributions of the Covered
2092Software under this License. Except to the extent prohibited by statute
2093or regulation, such description must be sufficiently detailed for a
2094recipient of ordinary skill to be able to understand it.
2095
20965. Termination
2097--------------
2098
20995.1. The rights granted under this License will terminate automatically
2100if You fail to comply with any of its terms. However, if You become
2101compliant, then the rights granted under this License from a particular
2102Contributor are reinstated (a) provisionally, unless and until such
2103Contributor explicitly and finally terminates Your grants, and (b) on an
2104ongoing basis, if such Contributor fails to notify You of the
2105non-compliance by some reasonable means prior to 60 days after You have
2106come back into compliance. Moreover, Your grants from a particular
2107Contributor are reinstated on an ongoing basis if such Contributor
2108notifies You of the non-compliance by some reasonable means, this is the
2109first time You have received notice of non-compliance with this License
2110from such Contributor, and You become compliant prior to 30 days after
2111Your receipt of the notice.
2112
21135.2. If You initiate litigation against any entity by asserting a patent
2114infringement claim (excluding declaratory judgment actions,
2115counter-claims, and cross-claims) alleging that a Contributor Version
2116directly or indirectly infringes any patent, then the rights granted to
2117You by any and all Contributors for the Covered Software under Section
21182.1 of this License shall terminate.
2119
21205.3. In the event of termination under Sections 5.1 or 5.2 above, all
2121end user license agreements (excluding distributors and resellers) which
2122have been validly granted by You or Your distributors under this License
2123prior to termination shall survive termination.
2124
2125************************************************************************
2126*                                                                      *
2127*  6. Disclaimer of Warranty                                           *
2128*  -------------------------                                           *
2129*                                                                      *
2130*  Covered Software is provided under this License on an "as is"       *
2131*  basis, without warranty of any kind, either expressed, implied, or  *
2132*  statutory, including, without limitation, warranties that the       *
2133*  Covered Software is free of defects, merchantable, fit for a        *
2134*  particular purpose or non-infringing. The entire risk as to the     *
2135*  quality and performance of the Covered Software is with You.        *
2136*  Should any Covered Software prove defective in any respect, You     *
2137*  (not any Contributor) assume the cost of any necessary servicing,   *
2138*  repair, or correction. This disclaimer of warranty constitutes an   *
2139*  essential part of this License. No use of any Covered Software is   *
2140*  authorized under this License except under this disclaimer.         *
2141*                                                                      *
2142************************************************************************
2143
2144************************************************************************
2145*                                                                      *
2146*  7. Limitation of Liability                                          *
2147*  --------------------------                                          *
2148*                                                                      *
2149*  Under no circumstances and under no legal theory, whether tort      *
2150*  (including negligence), contract, or otherwise, shall any           *
2151*  Contributor, or anyone who distributes Covered Software as          *
2152*  permitted above, be liable to You for any direct, indirect,         *
2153*  special, incidental, or consequential damages of any character      *
2154*  including, without limitation, damages for lost profits, loss of    *
2155*  goodwill, work stoppage, computer failure or malfunction, or any    *
2156*  and all other commercial damages or losses, even if such party      *
2157*  shall have been informed of the possibility of such damages. This   *
2158*  limitation of liability shall not apply to liability for death or   *
2159*  personal injury resulting from such party's negligence to the       *
2160*  extent applicable law prohibits such limitation. Some               *
2161*  jurisdictions do not allow the exclusion or limitation of           *
2162*  incidental or consequential damages, so this exclusion and          *
2163*  limitation may not apply to You.                                    *
2164*                                                                      *
2165************************************************************************
2166
21678. Litigation
2168-------------
2169
2170Any litigation relating to this License may be brought only in the
2171courts of a jurisdiction where the defendant maintains its principal
2172place of business and such litigation shall be governed by laws of that
2173jurisdiction, without reference to its conflict-of-law provisions.
2174Nothing in this Section shall prevent a party's ability to bring
2175cross-claims or counter-claims.
2176
21779. Miscellaneous
2178----------------
2179
2180This License represents the complete agreement concerning the subject
2181matter hereof. If any provision of this License is held to be
2182unenforceable, such provision shall be reformed only to the extent
2183necessary to make it enforceable. Any law or regulation which provides
2184that the language of a contract shall be construed against the drafter
2185shall not be used to construe this License against a Contributor.
2186
218710. Versions of the License
2188---------------------------
2189
219010.1. New Versions
2191
2192Mozilla Foundation is the license steward. Except as provided in Section
219310.3, no one other than the license steward has the right to modify or
2194publish new versions of this License. Each version will be given a
2195distinguishing version number.
2196
219710.2. Effect of New Versions
2198
2199You may distribute the Covered Software under the terms of the version
2200of the License under which You originally received the Covered Software,
2201or under the terms of any subsequent version published by the license
2202steward.
2203
220410.3. Modified Versions
2205
2206If you create software not governed by this License, and you want to
2207create a new license for such software, you may create and use a
2208modified version of this License if you rename the license and remove
2209any references to the name of the license steward (except to note that
2210such modified license differs from this License).
2211
221210.4. Distributing Source Code Form that is Incompatible With Secondary
2213Licenses
2214
2215If You choose to distribute Source Code Form that is Incompatible With
2216Secondary Licenses under the terms of this version of the License, the
2217notice described in Exhibit B of this License must be attached.
2218
2219Exhibit A - Source Code Form License Notice
2220-------------------------------------------
2221
2222  This Source Code Form is subject to the terms of the Mozilla Public
2223  License, v. 2.0. If a copy of the MPL was not distributed with this
2224  file, You can obtain one at http://mozilla.org/MPL/2.0/.
2225
2226If it is not possible or desirable to put the notice in a particular
2227file, then You may include the notice in a location (such as a LICENSE
2228file in a relevant directory) where a recipient would be likely to look
2229for such a notice.
2230
2231You may add additional accurate notices of copyright ownership.
2232
2233Exhibit B - "Incompatible With Secondary Licenses" Notice
2234---------------------------------------------------------
2235
2236  This Source Code Form is "Incompatible With Secondary Licenses", as
2237  defined by the Mozilla Public License, v. 2.0.
2238
2239--- end of LICENSE ---
2240
2241-------------------------------------------------------------------------------
2242
2243%% This notice is provided with respect to PC/SC Lite v1.8.26,
2244which may be included with JRE 8, JDK 8, and OpenJDK 8 on Linux and Solaris.
2245
2246--- begin of LICENSE ---
2247
2248Copyright (c) 1999-2003 David Corcoran <corcoran@linuxnet.com>
2249Copyright (c) 2001-2011 Ludovic Rousseau <ludovic.rousseau@free.fr>
2250All rights reserved.
2251
2252Redistribution and use in source and binary forms, with or without
2253modification, are permitted provided that the following conditions
2254are met:
2255
22561. Redistributions of source code must retain the above copyright
2257   notice, this list of conditions and the following disclaimer.
22582. Redistributions in binary form must reproduce the above copyright
2259   notice, this list of conditions and the following disclaimer in the
2260   documentation and/or other materials provided with the distribution.
22613. The name of the author may not be used to endorse or promote products
2262   derived from this software without specific prior written permission.
2263
2264Changes to this license can be made only by the copyright author with
2265explicit written consent.
2266
2267THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2268IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2269OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2270IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2271INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2272NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2273DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2274THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2275(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2276THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2277
2278--- end of LICENSE ---
2279
2280-------------------------------------------------------------------------------
2281
2282%% This notice is provided with respect to PorterStemmer v4, which may be
2283included with JRE 8, JDK 8, and OpenJDK 8.
2284
2285--- begin of LICENSE ---
2286
2287See: http://tartarus.org/~martin/PorterStemmer
2288
2289The software is completely free for any purpose, unless notes at the head of
2290the program text indicates otherwise (which is rare). In any case, the notes
2291about licensing are never more restrictive than the BSD License.
2292
2293In every case where the software is not written by me (Martin Porter), this
2294licensing arrangement has been endorsed by the contributor, and it is
2295therefore unnecessary to ask the contributor again to confirm it.
2296
2297I have not asked any contributors (or their employers, if they have them) for
2298proofs that they have the right to distribute their software in this way.
2299
2300--- end of LICENSE ---
2301
2302-------------------------------------------------------------------------------
2303
2304%% This notice is provided with respect to Relax NG Object/Parser v.20050510,
2305which may be included with JRE 8, JDK 8, and OpenJDK 8.
2306
2307--- begin of LICENSE ---
2308
2309Copyright (c) Kohsuke Kawaguchi
2310
2311Permission is hereby granted, free of charge, to any person obtaining a copy
2312of this software and associated documentation files (the "Software"), to deal
2313in the Software without restriction, including without limitation the rights
2314to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2315copies of the Software, and to permit persons to whom the Software is
2316furnished to do so, subject to the following conditions: The above copyright
2317notice and this permission notice shall be included in all copies or
2318substantial portions of the Software.
2319
2320THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2321IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2322FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2323AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2324LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2325OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2326SOFTWARE.
2327
2328--- end of LICENSE ---
2329
2330-------------------------------------------------------------------------------
2331
2332%% This notice is provided with respect to RelaxNGCC v1.12, which may be
2333included with JRE 8, JDK 8, and OpenJDK 8.
2334
2335--- begin of LICENSE ---
2336
2337Copyright (c) 2000-2003 Daisuke Okajima and Kohsuke Kawaguchi.
2338All rights reserved.
2339
2340Redistribution and use in source and binary forms, with or without
2341modification, are permitted provided that the following conditions are met:
2342
23431. Redistributions of source code must retain the above copyright notice, this
2344   list of conditions and the following disclaimer.
2345
23462. Redistributions in binary form must reproduce the above copyright notice,
2347   this list of conditions and the following disclaimer in the documentation
2348   and/or other materials provided with the distribution.
2349
23503. The end-user documentation included with the redistribution, if any, must
2351   include the following acknowledgment:
2352
2353    "This product includes software developed by Daisuke Okajima
2354    and Kohsuke Kawaguchi (http://relaxngcc.sf.net/)."
2355
2356Alternately, this acknowledgment may appear in the software itself, if and
2357wherever such third-party acknowledgments normally appear.
2358
23594. The names of the copyright holders must not be used to endorse or promote
2360   products derived from this software without prior written permission. For
2361   written permission, please contact the copyright holders.
2362
23635. Products derived from this software may not be called "RELAXNGCC", nor may
2364  "RELAXNGCC" appear in their name, without prior written permission of the
2365  copyright holders.
2366
2367THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
2368INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
2369FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.IN NO EVENT SHALL THE APACHE
2370SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2371INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2372LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2373PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2374LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2375NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
2376EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2377
2378--- end of LICENSE ---
2379
2380-------------------------------------------------------------------------------
2381
2382%% This notice is provided with respect to Relax NG Datatype 1.0, which
2383may be included with JRE 8, JDK 8, and OpenJDK 8.
2384
2385--- begin of LICENSE  ---
2386
2387Copyright (c) 2005, 2010 Thai Open Source Software Center Ltd
2388All rights reserved.
2389
2390Redistribution and use in source and binary forms, with or without
2391modification, are permitted provided that the following conditions are
2392met:
2393
2394    Redistributions of source code must retain the above copyright
2395    notice, this list of conditions and the following disclaimer.
2396
2397    Redistributions in binary form must reproduce the above copyright
2398    notice, this list of conditions and the following disclaimer in
2399    the documentation and/or other materials provided with the
2400    distribution.
2401
2402    Neither the names of the copyright holders nor the names of its
2403    contributors may be used to endorse or promote products derived
2404    from this software without specific prior written permission.
2405
2406THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2407"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2408LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2409A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
2410CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2411EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2412PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2413PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2414LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2415NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2416SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2417
2418--- end of LICENSE  ---
2419
2420--------------------------------------------------------------------------------
2421
2422%% This notice is provided with respect to SoftFloat version 2b, which may be
2423included with JRE 8, JDK 8, and OpenJDK 8 on Linux/ARM.
2424
2425--- begin of LICENSE ---
2426
2427Use of any of this software is governed by the terms of the license below:
2428
2429SoftFloat was written by me, John R. Hauser. This work was made possible in
2430part by the International Computer Science Institute, located at Suite 600,
24311947 Center Street, Berkeley, California 94704. Funding was partially
2432provided by the National Science Foundation under grant MIP-9311980. The
2433original version of this code was written as part of a project to build
2434a fixed-point vector processor in collaboration with the University of
2435California at Berkeley, overseen by Profs. Nelson Morgan and John Wawrzynek.
2436
2437THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort
2438has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
2439TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO
2440PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ALL
2441LOSSES, COSTS, OR OTHER PROBLEMS THEY INCUR DUE TO THE SOFTWARE, AND WHO
2442FURTHERMORE EFFECTIVELY INDEMNIFY JOHN HAUSER AND THE INTERNATIONAL COMPUTER
2443SCIENCE INSTITUTE (possibly via similar legal warning) AGAINST ALL LOSSES,
2444COSTS, OR OTHER PROBLEMS INCURRED BY THEIR CUSTOMERS AND CLIENTS DUE TO THE
2445SOFTWARE.
2446
2447Derivative works are acceptable, even for commercial purposes, provided
2448that the minimal documentation requirements stated in the source code are
2449satisfied.
2450
2451--- end of LICENSE ---
2452
2453-------------------------------------------------------------------------------
2454
2455%% This notice is provided with respect to Sparkle 1.5,
2456which may be included with JRE 8 on Mac OS X.
2457
2458--- begin of LICENSE ---
2459
2460Copyright (c) 2012 Sparkle.org and Andy Matuschak
2461
2462Permission is hereby granted, free of charge, to any person obtaining a copy
2463of this software and associated documentation files (the "Software"), to deal
2464in the Software without restriction, including without limitation the rights
2465to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2466copies of the Software, and to permit persons to whom the Software is
2467furnished to do so, subject to the following conditions:
2468
2469The above copyright notice and this permission notice shall be included in all
2470copies or substantial portions of the Software.
2471
2472THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2473IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2474FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2475AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2476LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2477OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2478SOFTWARE.
2479
2480--- end of LICENSE ---
2481
2482-------------------------------------------------------------------------------
2483
2484%% Portions licensed from Taligent, Inc.
2485
2486-------------------------------------------------------------------------------
2487
2488%% This notice is provided with respect to Thai Dictionary, which may be
2489included with JRE 8, JDK 8, and OpenJDK 8.
2490
2491--- begin of LICENSE ---
2492
2493Copyright (C) 1982 The Royal Institute, Thai Royal Government.
2494
2495Copyright (C) 1998 National Electronics and Computer Technology Center,
2496National Science and Technology Development Agency,
2497Ministry of Science Technology and Environment,
2498Thai Royal Government.
2499
2500Permission is hereby granted, free of charge, to any person obtaining a copy
2501of this software and associated documentation files (the "Software"), to deal
2502in the Software without restriction, including without limitation the rights
2503to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2504copies of the Software, and to permit persons to whom the Software is
2505furnished to do so, subject to the following conditions:
2506
2507The above copyright notice and this permission notice shall be included in all
2508copies or substantial portions of the Software.
2509
2510THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2511IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2512FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2513AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2514LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2515OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2516SOFTWARE.
2517
2518--- end of LICENSE ---
2519
2520-------------------------------------------------------------------------------
2521
2522%% This notice is provided with respect to Unicode 6.2.0 & CLDR 21.0.1
2523which may be included with JRE 8, JDK 8, and OpenJDK 8.
2524
2525--- begin of LICENSE ---
2526
2527Unicode Terms of Use
2528
2529For the general privacy policy governing access to this site, see the Unicode
2530Privacy Policy. For trademark usage, see the Unicode?? Consortium Name and
2531Trademark Usage Policy.
2532
2533A. Unicode Copyright.
2534   1. Copyright ?? 1991-2013 Unicode, Inc. All rights reserved.
2535
2536   2. Certain documents and files on this website contain a legend indicating
2537      that "Modification is permitted." Any person is hereby authorized,
2538      without fee, to modify such documents and files to create derivative
2539      works conforming to the Unicode?? Standard, subject to Terms and
2540      Conditions herein.
2541
2542    3. Any person is hereby authorized, without fee, to view, use, reproduce,
2543       and distribute all documents and files solely for informational
2544       purposes in the creation of products supporting the Unicode Standard,
2545       subject to the Terms and Conditions herein.
2546
2547    4. Further specifications of rights and restrictions pertaining to the use
2548       of the particular set of data files known as the "Unicode Character
2549       Database" can be found in Exhibit 1.
2550
2551    5. Each version of the Unicode Standard has further specifications of
2552       rights and restrictions of use. For the book editions (Unicode 5.0 and
2553       earlier), these are found on the back of the title page. The online
2554       code charts carry specific restrictions. All other files, including
2555       online documentation of the core specification for Unicode 6.0 and
2556       later, are covered under these general Terms of Use.
2557
2558    6. No license is granted to "mirror" the Unicode website where a fee is
2559       charged for access to the "mirror" site.
2560
2561    7. Modification is not permitted with respect to this document. All copies
2562       of this document must be verbatim.
2563
2564B. Restricted Rights Legend. Any technical data or software which is licensed
2565   to the United States of America, its agencies and/or instrumentalities
2566   under this Agreement is commercial technical data or commercial computer
2567   software developed exclusively at private expense as defined in FAR 2.101,
2568   or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use,
2569   duplication, or disclosure by the Government is subject to restrictions as
2570   set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov
2571   1995) and this Agreement. For Software, in accordance with FAR 12-212 or
2572   DFARS 227-7202, as applicable, use, duplication or disclosure by the
2573   Government is subject to the restrictions set forth in this Agreement.
2574
2575C. Warranties and Disclaimers.
2576   1. This publication and/or website may include technical or typographical
2577      errors or other inaccuracies . Changes are periodically added to the
2578      information herein; these changes will be incorporated in new editions
2579      of the publication and/or website. Unicode may make improvements and/or
2580      changes in the product(s) and/or program(s) described in this
2581      publication and/or website at any time.
2582
2583    2. If this file has been purchased on magnetic or optical media from
2584       Unicode, Inc. the sole and exclusive remedy for any claim will be
2585       exchange of the defective media within ninety (90) days of original
2586       purchase.
2587
2588    3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR SOFTWARE IS
2589       PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED,
2590       OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF
2591       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
2592       UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR
2593       OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH
2594       ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.
2595
2596D. Waiver of Damages. In no event shall Unicode or its licensors be liable for
2597   any special, incidental, indirect or consequential damages of any kind, or
2598   any damages whatsoever, whether or not Unicode was advised of the
2599   possibility of the damage, including, without limitation, those resulting
2600   from the following: loss of use, data or profits, in connection with the
2601   use, modification or distribution of this information or its derivatives.
2602
2603E.Trademarks & Logos.
2604   1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode,
2605      Inc.  ???The Unicode Consortium??? and ???Unicode, Inc.??? are trade names of
2606      Unicode, Inc.  Use of the information and materials found on this
2607      website indicates your acknowledgement of Unicode, Inc.???s exclusive
2608      worldwide rights in the Unicode Word Mark, the Unicode Logo, and the
2609      Unicode trade names.
2610
2611   2. The Unicode Consortium Name and Trademark Usage Policy (???Trademark
2612      Policy???) are incorporated herein by reference and you agree to abide by
2613      the provisions of the Trademark Policy, which may be changed from time
2614      to time in the sole discretion of Unicode, Inc.
2615
2616   3. All third party trademarks referenced herein are the property of their
2617      respective owners.
2618
2619Miscellaneous.
2620   1. Jurisdiction and Venue. This server is operated from a location in the
2621      State of California, United States of America. Unicode makes no
2622      representation that the materials are appropriate for use in other
2623      locations. If you access this server from other locations, you are
2624      responsible for compliance with local laws. This Agreement, all use of
2625      this site and any claims and damages resulting from use of this site are
2626      governed solely by the laws of the State of California without regard to
2627      any principles which would apply the laws of a different jurisdiction.
2628      The user agrees that any disputes regarding this site shall be resolved
2629      solely in the courts located in Santa Clara County, California. The user
2630      agrees said courts have personal jurisdiction and agree to waive any
2631      right to transfer the dispute to any other forum.
2632
2633   2. Modification by Unicode.  Unicode shall have the right to modify this
2634      Agreement at any time by posting it to this site. The user may not
2635      assign any part of this Agreement without Unicode???s prior written
2636      consent.
2637
2638   3. Taxes. The user agrees to pay any taxes arising from access to this
2639      website or use of the information herein, except for those based on
2640      Unicode???s net income.
2641
2642   4. Severability.  If any provision of this Agreement is declared invalid or
2643      unenforceable, the remaining provisions of this Agreement shall remain
2644      in effect.
2645
2646   5. Entire Agreement. This Agreement constitutes the entire agreement
2647      between the parties.
2648
2649EXHIBIT 1
2650UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
2651
2652Unicode Data Files include all data files under the directories
2653http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
2654http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
2655online code charts under the directory http://www.unicode.org/Public/.
2656Software includes any source code published in the Unicode Standard or under
2657the directories http://www.unicode.org/Public/,
2658http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.
2659
2660NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
2661INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA
2662FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO
2663BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT
2664AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR
2665SOFTWARE.
2666
2667COPYRIGHT AND PERMISSION NOTICE
2668
2669Copyright ?? 1991-2012 Unicode, Inc. All rights reserved. Distributed under the
2670Terms of Use in http://www.unicode.org/copyright.html.
2671
2672Permission is hereby granted, free of charge, to any person obtaining a copy
2673of the Unicode data files and any associated documentation (the "Data Files")
2674or Unicode software and any associated documentation (the "Software") to deal
2675in the Data Files or Software without restriction, including without
2676limitation the rights to use, copy, modify, merge, publish, distribute, and/or
2677sell copies of the Data Files or Software, and to permit persons to whom the
2678Data Files or Software are furnished to do so, provided that (a) the above
2679copyright notice(s) and this permission notice appear with all copies of the
2680Data Files or Software, (b) both the above copyright notice(s) and this
2681permission notice appear in associated documentation, and (c) there is clear
2682notice in each modified Data File or in the Software as well as in the
2683documentation associated with the Data File(s) or Software that the data or
2684software has been modified.
2685
2686THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
2687KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2688MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
2689PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
2690THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
2691DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
2692PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
2693ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
2694DATA FILES OR SOFTWARE.
2695
2696Except as contained in this notice, the name of a copyright holder shall not
2697be used in advertising or otherwise to promote the sale, use or other dealings
2698in these Data Files or Software without prior written authorization of the
2699copyright holder.
2700
2701Unicode and the Unicode logo are trademarks of Unicode, Inc. in the United
2702States and other countries. All third party trademarks referenced herein are
2703the property of their respective owners.
2704
2705--- end of LICENSE ---
2706
2707-------------------------------------------------------------------------------
2708
2709%% This notice is provided with respect to UPX v3.01, which may be included
2710with JRE 8 on Windows.
2711
2712--- begin of LICENSE ---
2713
2714Use of any of this software is governed by the terms of the license below:
2715
2716
2717                 ooooo     ooo ooooooooo.   ooooooo  ooooo
2718                 `888'     `8' `888   `Y88.  `8888    d8'
2719                  888       8   888   .d88'    Y888..8P
2720                  888       8   888ooo88P'      `8888'
2721                  888       8   888            .8PY888.
2722                  `88.    .8'   888           d8'  `888b
2723                    `YbodP'    o888o        o888o  o88888o
2724
2725
2726                    The Ultimate Packer for eXecutables
2727          Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar
2728               http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
2729                          http://www.nexus.hu/upx
2730                            http://upx.tsx.org
2731
2732
2733PLEASE CAREFULLY READ THIS LICENSE AGREEMENT, ESPECIALLY IF YOU PLAN
2734TO MODIFY THE UPX SOURCE CODE OR USE A MODIFIED UPX VERSION.
2735
2736
2737ABSTRACT
2738========
2739
2740   UPX and UCL are copyrighted software distributed under the terms
2741   of the GNU General Public License (hereinafter the "GPL").
2742
2743   The stub which is imbedded in each UPX compressed program is part
2744   of UPX and UCL, and contains code that is under our copyright. The
2745   terms of the GNU General Public License still apply as compressing
2746   a program is a special form of linking with our stub.
2747
2748   As a special exception we grant the free usage of UPX for all
2749   executables, including commercial programs.
2750   See below for details and restrictions.
2751
2752
2753COPYRIGHT
2754=========
2755
2756   UPX and UCL are copyrighted software. All rights remain with the authors.
2757
2758   UPX is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
2759   UPX is Copyright (C) 1996-2000 Laszlo Molnar
2760
2761   UCL is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
2762
2763
2764GNU GENERAL PUBLIC LICENSE
2765==========================
2766
2767   UPX and the UCL library are free software; you can redistribute them
2768   and/or modify them under the terms of the GNU General Public License as
2769   published by the Free Software Foundation; either version 2 of
2770   the License, or (at your option) any later version.
2771
2772   UPX and UCL are distributed in the hope that they will be useful,
2773   but WITHOUT ANY WARRANTY; without even the implied warranty of
2774   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2775   GNU General Public License for more details.
2776
2777   You should have received a copy of the GNU General Public License
2778   along with this program; see the file COPYING.
2779
2780
2781SPECIAL EXCEPTION FOR COMPRESSED EXECUTABLES
2782============================================
2783
2784   The stub which is imbedded in each UPX compressed program is part
2785   of UPX and UCL, and contains code that is under our copyright. The
2786   terms of the GNU General Public License still apply as compressing
2787   a program is a special form of linking with our stub.
2788
2789   Hereby Markus F.X.J. Oberhumer and Laszlo Molnar grant you special
2790   permission to freely use and distribute all UPX compressed programs
2791   (including commercial ones), subject to the following restrictions:
2792
2793   1. You must compress your program with a completely unmodified UPX
2794      version; either with our precompiled version, or (at your option)
2795      with a self compiled version of the unmodified UPX sources as
2796      distributed by us.
2797   2. This also implies that the UPX stub must be completely unmodfied, i.e.
2798      the stub imbedded in your compressed program must be byte-identical
2799      to the stub that is produced by the official unmodified UPX version.
2800   3. The decompressor and any other code from the stub must exclusively get
2801      used by the unmodified UPX stub for decompressing your program at
2802      program startup. No portion of the stub may get read, copied,
2803      called or otherwise get used or accessed by your program.
2804
2805
2806ANNOTATIONS
2807===========
2808
2809  - You can use a modified UPX version or modified UPX stub only for
2810    programs that are compatible with the GNU General Public License.
2811
2812  - We grant you special permission to freely use and distribute all UPX
2813    compressed programs. But any modification of the UPX stub (such as,
2814    but not limited to, removing our copyright string or making your
2815    program non-decompressible) will immediately revoke your right to
2816    use and distribute a UPX compressed program.
2817
2818  - UPX is not a software protection tool; by requiring that you use
2819    the unmodified UPX version for your proprietary programs we
2820    make sure that any user can decompress your program. This protects
2821    both you and your users as nobody can hide malicious code -
2822    any program that cannot be decompressed is highly suspicious
2823    by definition.
2824
2825  - You can integrate all or part of UPX and UCL into projects that
2826    are compatible with the GNU GPL, but obviously you cannot grant
2827    any special exceptions beyond the GPL for our code in your project.
2828
2829  - We want to actively support manufacturers of virus scanners and
2830    similar security software. Please contact us if you would like to
2831    incorporate parts of UPX or UCL into such a product.
2832
2833
2834
2835Markus F.X.J. Oberhumer                   Laszlo Molnar
2836markus.oberhumer@jk.uni-linz.ac.at        ml1050@cdata.tvnet.hu
2837
2838Linz, Austria, 25 Feb 2000
2839
2840Additional License(s)
2841
2842The UPX license file is at http://upx.sourceforge.net/upx-license.html.
2843
2844--- end of LICENSE ---
2845
2846-------------------------------------------------------------------------------
2847
2848%% This notice is provided with respect to Xfree86-VidMode Extension 1.0,
2849which may be included with JRE 8, JDK 8, and OpenJDK 8 on Linux and Solaris.
2850
2851--- begin of LICENSE ---
2852
2853Version 1.1 of XFree86 ProjectLicence.
2854
2855Copyright (C) 1994-2004 The XFree86 Project, Inc.    All rights reserved.
2856
2857Permission is hereby granted, free of charge, to any person obtaining a copy of
2858this software and associated documentation files (the "Software"), to deal
2859in the Software without restriction, including without limitation the rights
2860to use, copy, modify, merge, publish, distribute, sublicence, and/or sell
2861copies of the Software, and to permit persons to whom the Software is furnished
2862to do so,subject to the following conditions:
2863
2864   1. Redistributions of source code must retain the above copyright
2865   notice,this list of conditions, and the following disclaimer.
2866
2867   2. Redistributions in binary form must reproduce the above copyright notice,
2868   this list of conditions and the following disclaimer in the documentation
2869   and/or other materials provided with the distribution, and in the same place
2870   and form as other copyright, license and disclaimer information.
2871
2872   3. The end-user documentation included with the redistribution, if any,must
2873   include the following acknowledgment: "This product includes
2874   software developed by The XFree86 Project, Inc (http://www.xfree86.org/) and
2875   its contributors", in the same place and form as other third-party
2876   acknowledgments. Alternately, this acknowledgment may appear in the software
2877   itself, in the same form and location as other such third-party
2878   acknowledgments.
2879
2880    4. Except as contained in this notice, the name of The XFree86 Project,Inc
2881    shall not be used in advertising or otherwise to promote the sale, use
2882    or other dealings in this Software without prior written authorization from
2883    The XFree86 Project, Inc.
2884
2885    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
2886    WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2887    MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
2888    EVENT SHALL THE XFREE86 PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY
2889    DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2890    (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR
2891    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2892    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2893    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2894    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2895    DAMAGE.
2896
2897--- end of LICENSE ---
2898
2899-------------------------------------------------------------------------------
2900
2901%% This notice is provided with respect to xwd v1.0.7, which may be
2902included with JRE 8, JDK 8, and OpenJDK 8 on Linux and Solaris.
2903
2904xwd utility
2905
2906--- begin of LICENSE ---
2907
2908Copyright 1994 Hewlett-Packard Co.
2909Copyright 1996, 1998  The Open Group
2910
2911Permission to use, copy, modify, distribute, and sell this software and its
2912documentation for any purpose is hereby granted without fee, provided that
2913the above copyright notice appear in all copies and that both that
2914copyright notice and this permission notice appear in supporting
2915documentation.
2916
2917The above copyright notice and this permission notice shall be included
2918in all copies or substantial portions of the Software.
2919
2920THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2921OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2922MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2923IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
2924OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2925ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2926OTHER DEALINGS IN THE SOFTWARE.
2927
2928Except as contained in this notice, the name of The Open Group shall
2929not be used in advertising or otherwise to promote the sale, use or
2930other dealings in this Software without prior written authorization
2931from The Open Group.
2932
2933--- end of LICENSE ---
2934_____________________________
2935Copyright notice for HPkeysym.h:
2936/*
2937
2938Copyright 1987, 1998 The Open Group
2939
2940All Rights Reserved.
2941
2942The above copyright notice and this permission notice shall be included
2943in all copies or substantial portions of the Software.
2944
2945THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2946OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2947MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2948IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
2949OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2950ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2951OTHER DEALINGS IN THE SOFTWARE.
2952
2953Except as contained in this notice, the name of The Open Group shall
2954not be used in advertising or otherwise to promote the sale, use or
2955other dealings in this Software without prior written authorization
2956from The Open Group.
2957
2958Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
2959
2960All Rights Reserved
2961
2962Permission to use, copy, modify, and distribute this software and its
2963documentation for any purpose and without fee is hereby granted,
2964provided that the above copyright notice appear in all copies and that
2965both that copyright notice and this permission notice appear in
2966supporting documentation, and that the names of Hewlett Packard
2967or Digital not be
2968used in advertising or publicity pertaining to distribution of the
2969software without specific, written prior permission.
2970
2971DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
2972ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
2973DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
2974ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2975WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
2976ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2977SOFTWARE.
2978
2979HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
2980TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2981WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2982PURPOSE. Hewlett-Packard shall not be liable for errors
2983contained herein or direct, indirect, special, incidental or
2984consequential damages in connection with the furnishing,
2985performance, or use of this material.
2986
2987*/
2988
2989--- end of LICENSE ---
2990
2991-------------------------------------------------------------------------------
2992
2993%% This notice is provided with respect to zlib v1.2.11, which may be included
2994with JRE 8, JDK 8, and OpenJDK 8.
2995
2996--- begin of LICENSE ---
2997
2998  version 1.2.11, January 15th, 2017
2999
3000  Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
3001
3002  This software is provided 'as-is', without any express or implied
3003  warranty.  In no event will the authors be held liable for any damages
3004  arising from the use of this software.
3005
3006  Permission is granted to anyone to use this software for any purpose,
3007  including commercial applications, and to alter it and redistribute it
3008  freely, subject to the following restrictions:
3009
3010  1. The origin of this software must not be misrepresented; you must not
3011     claim that you wrote the original software. If you use this software
3012     in a product, an acknowledgment in the product documentation would be
3013     appreciated but is not required.
3014  2. Altered source versions must be plainly marked as such, and must not be
3015     misrepresented as being the original software.
3016  3. This notice may not be removed or altered from any source distribution.
3017
3018  Jean-loup Gailly        Mark Adler
3019  jloup@gzip.org          madler@alumni.caltech.edu
3020
3021--- end of LICENSE ---
3022
3023-------------------------------------------------------------------------------
3024
3025%% This notice is provided with respect to the following which may be
3026included with JRE 8, JDK 8, and OpenJDK 8.
3027
3028  Apache Commons Math 3.2
3029  Apache Derby 10.11.1.2
3030  Apache Jakarta BCEL 5.1
3031  Apache Santuario XML Security for Java 2.1.3
3032  Apache Xalan-Java 2.7.2
3033  Apache Xerces Java 2.10.0
3034  Apache XML Resolver 1.1
3035
3036
3037--- begin of LICENSE ---
3038
3039                                 Apache License
3040                           Version 2.0, January 2004
3041                        http://www.apache.org/licenses/
3042
3043   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3044
3045   1. Definitions.
3046
3047      "License" shall mean the terms and conditions for use, reproduction,
3048      and distribution as defined by Sections 1 through 9 of this document.
3049
3050      "Licensor" shall mean the copyright owner or entity authorized by
3051      the copyright owner that is granting the License.
3052
3053      "Legal Entity" shall mean the union of the acting entity and all
3054      other entities that control, are controlled by, or are under common
3055      control with that entity. For the purposes of this definition,
3056      "control" means (i) the power, direct or indirect, to cause the
3057      direction or management of such entity, whether by contract or
3058      otherwise, or (ii) ownership of fifty percent (50%) or more of the
3059      outstanding shares, or (iii) beneficial ownership of such entity.
3060
3061      "You" (or "Your") shall mean an individual or Legal Entity
3062      exercising permissions granted by this License.
3063
3064      "Source" form shall mean the preferred form for making modifications,
3065      including but not limited to software source code, documentation
3066      source, and configuration files.
3067
3068      "Object" form shall mean any form resulting from mechanical
3069      transformation or translation of a Source form, including but
3070      not limited to compiled object code, generated documentation,
3071      and conversions to other media types.
3072
3073      "Work" shall mean the work of authorship, whether in Source or
3074      Object form, made available under the License, as indicated by a
3075      copyright notice that is included in or attached to the work
3076      (an example is provided in the Appendix below).
3077
3078      "Derivative Works" shall mean any work, whether in Source or Object
3079      form, that is based on (or derived from) the Work and for which the
3080      editorial revisions, annotations, elaborations, or other modifications
3081      represent, as a whole, an original work of authorship. For the purposes
3082      of this License, Derivative Works shall not include works that remain
3083      separable from, or merely link (or bind by name) to the interfaces of,
3084      the Work and Derivative Works thereof.
3085
3086      "Contribution" shall mean any work of authorship, including
3087      the original version of the Work and any modifications or additions
3088      to that Work or Derivative Works thereof, that is intentionally
3089      submitted to Licensor for inclusion in the Work by the copyright owner
3090      or by an individual or Legal Entity authorized to submit on behalf of
3091      the copyright owner. For the purposes of this definition, "submitted"
3092      means any form of electronic, verbal, or written communication sent
3093      to the Licensor or its representatives, including but not limited to
3094      communication on electronic mailing lists, source code control systems,
3095      and issue tracking systems that are managed by, or on behalf of, the
3096      Licensor for the purpose of discussing and improving the Work, but
3097      excluding communication that is conspicuously marked or otherwise
3098      designated in writing by the copyright owner as "Not a Contribution."
3099
3100      "Contributor" shall mean Licensor and any individual or Legal Entity
3101      on behalf of whom a Contribution has been received by Licensor and
3102      subsequently incorporated within the Work.
3103
3104   2. Grant of Copyright License. Subject to the terms and conditions of
3105      this License, each Contributor hereby grants to You a perpetual,
3106      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3107      copyright license to reproduce, prepare Derivative Works of,
3108      publicly display, publicly perform, sublicense, and distribute the
3109      Work and such Derivative Works in Source or Object form.
3110
3111   3. Grant of Patent License. Subject to the terms and conditions of
3112      this License, each Contributor hereby grants to You a perpetual,
3113      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3114      (except as stated in this section) patent license to make, have made,
3115      use, offer to sell, sell, import, and otherwise transfer the Work,
3116      where such license applies only to those patent claims licensable
3117      by such Contributor that are necessarily infringed by their
3118      Contribution(s) alone or by combination of their Contribution(s)
3119      with the Work to which such Contribution(s) was submitted. If You
3120      institute patent litigation against any entity (including a
3121      cross-claim or counterclaim in a lawsuit) alleging that the Work
3122      or a Contribution incorporated within the Work constitutes direct
3123      or contributory patent infringement, then any patent licenses
3124      granted to You under this License for that Work shall terminate
3125      as of the date such litigation is filed.
3126
3127   4. Redistribution. You may reproduce and distribute copies of the
3128      Work or Derivative Works thereof in any medium, with or without
3129      modifications, and in Source or Object form, provided that You
3130      meet the following conditions:
3131
3132      (a) You must give any other recipients of the Work or
3133          Derivative Works a copy of this License; and
3134
3135      (b) You must cause any modified files to carry prominent notices
3136          stating that You changed the files; and
3137
3138      (c) You must retain, in the Source form of any Derivative Works
3139          that You distribute, all copyright, patent, trademark, and
3140          attribution notices from the Source form of the Work,
3141          excluding those notices that do not pertain to any part of
3142          the Derivative Works; and
3143
3144      (d) If the Work includes a "NOTICE" text file as part of its
3145          distribution, then any Derivative Works that You distribute must
3146          include a readable copy of the attribution notices contained
3147          within such NOTICE file, excluding those notices that do not
3148          pertain to any part of the Derivative Works, in at least one
3149          of the following places: within a NOTICE text file distributed
3150          as part of the Derivative Works; within the Source form or
3151          documentation, if provided along with the Derivative Works; or,
3152          within a display generated by the Derivative Works, if and
3153          wherever such third-party notices normally appear. The contents
3154          of the NOTICE file are for informational purposes only and
3155          do not modify the License. You may add Your own attribution
3156          notices within Derivative Works that You distribute, alongside
3157          or as an addendum to the NOTICE text from the Work, provided
3158          that such additional attribution notices cannot be construed
3159          as modifying the License.
3160
3161      You may add Your own copyright statement to Your modifications and
3162      may provide additional or different license terms and conditions
3163      for use, reproduction, or distribution of Your modifications, or
3164      for any such Derivative Works as a whole, provided Your use,
3165      reproduction, and distribution of the Work otherwise complies with
3166      the conditions stated in this License.
3167
3168   5. Submission of Contributions. Unless You explicitly state otherwise,
3169      any Contribution intentionally submitted for inclusion in the Work
3170      by You to the Licensor shall be under the terms and conditions of
3171      this License, without any additional terms or conditions.
3172      Notwithstanding the above, nothing herein shall supersede or modify
3173      the terms of any separate license agreement you may have executed
3174      with Licensor regarding such Contributions.
3175
3176   6. Trademarks. This License does not grant permission to use the trade
3177      names, trademarks, service marks, or product names of the Licensor,
3178      except as required for reasonable and customary use in describing the
3179      origin of the Work and reproducing the content of the NOTICE file.
3180
3181   7. Disclaimer of Warranty. Unless required by applicable law or
3182      agreed to in writing, Licensor provides the Work (and each
3183      Contributor provides its Contributions) on an "AS IS" BASIS,
3184      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3185      implied, including, without limitation, any warranties or conditions
3186      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3187      PARTICULAR PURPOSE. You are solely responsible for determining the
3188      appropriateness of using or redistributing the Work and assume any
3189      risks associated with Your exercise of permissions under this License.
3190
3191   8. Limitation of Liability. In no event and under no legal theory,
3192      whether in tort (including negligence), contract, or otherwise,
3193      unless required by applicable law (such as deliberate and grossly
3194      negligent acts) or agreed to in writing, shall any Contributor be
3195      liable to You for damages, including any direct, indirect, special,
3196      incidental, or consequential damages of any character arising as a
3197      result of this License or out of the use or inability to use the
3198      Work (including but not limited to damages for loss of goodwill,
3199      work stoppage, computer failure or malfunction, or any and all
3200      other commercial damages or losses), even if such Contributor
3201      has been advised of the possibility of such damages.
3202
3203   9. Accepting Warranty or Additional Liability. While redistributing
3204      the Work or Derivative Works thereof, You may choose to offer,
3205      and charge a fee for, acceptance of support, warranty, indemnity,
3206      or other liability obligations and/or rights consistent with this
3207      License. However, in accepting such obligations, You may act only
3208      on Your own behalf and on Your sole responsibility, not on behalf
3209      of any other Contributor, and only if You agree to indemnify,
3210      defend, and hold each Contributor harmless for any liability
3211      incurred by, or claims asserted against, such Contributor by reason
3212      of your accepting any such warranty or additional liability.
3213
3214   END OF TERMS AND CONDITIONS
3215
3216   APPENDIX: How to apply the Apache License to your work.
3217
3218      To apply the Apache License to your work, attach the following
3219      boilerplate notice, with the fields enclosed by brackets "[]"
3220      replaced with your own identifying information. (Don't include
3221      the brackets!)  The text should be enclosed in the appropriate
3222      comment syntax for the file format. We also recommend that a
3223      file or class name and description of purpose be included on the
3224      same "printed page" as the copyright notice for easier
3225      identification within third-party archives.
3226
3227   Copyright [yyyy] [name of copyright owner]
3228
3229   Licensed under the Apache License, Version 2.0 (the "License");
3230   you may not use this file except in compliance with the License.
3231   You may obtain a copy of the License at
3232
3233       http://www.apache.org/licenses/LICENSE-2.0
3234
3235   Unless required by applicable law or agreed to in writing, software
3236   distributed under the License is distributed on an "AS IS" BASIS,
3237   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3238   See the License for the specific language governing permissions and
3239   limitations under the License.
3240
3241--- end of LICENSE ---
3242
3243-------------------------------------------------------------------------------
3244
3245%% This notice is provided with respect to OASIS PKCS #11 Cryptographic Token
3246Interface v3.0,  which may be included with JRE 8, JDK 8, and OpenJDK 8.
3247
3248--- begin of LICENSE ---
3249
3250Copyright © OASIS Open 2020. All Rights Reserved.
3251
3252    All capitalized terms in the following text have the meanings
3253assigned to them in the OASIS Intellectual Property Rights Policy (the
3254"OASIS IPR Policy"). The full Policy may be found at the OASIS website:
3255[http://www.oasis-open.org/policies-guidelines/ipr]
3256
3257    This document and translations of it may be copied and furnished to
3258others, and derivative works that comment on or otherwise explain it or
3259assist in its implementation may be prepared, copied, published, and
3260distributed, in whole or in part, without restriction of any kind,
3261provided that the above copyright notice and this section are included
3262on all such copies and derivative works. However, this document itself
3263may not be modified in any way, including by removing the copyright
3264notice or references to OASIS, except as needed for the purpose of
3265developing any document or deliverable produced by an OASIS Technical
3266Committee (in which case the rules applicable to copyrights, as set
3267forth in the OASIS IPR Policy, must be followed) or as required to
3268translate it into languages other than English.
3269
3270    The limited permissions granted above are perpetual and will not be
3271revoked by OASIS or its successors or assigns.
3272
3273    This document and the information contained herein is provided on an
3274"AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
3275INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
3276INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED
3277WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. OASIS
3278AND ITS MEMBERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
3279CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THIS DOCUMENT OR ANY
3280PART THEREOF.
3281
3282    [OASIS requests that any OASIS Party or any other party that
3283believes it has patent claims that would necessarily be infringed by
3284implementations of this OASIS Standards Final Deliverable, to notify
3285OASIS TC Administrator and provide an indication of its willingness to
3286grant patent licenses to such patent claims in a manner consistent with
3287the IPR Mode of the OASIS Technical Committee that produced this
3288deliverable.]
3289
3290    [OASIS invites any party to contact the OASIS TC Administrator if it
3291is aware of a claim of ownership of any patent claims that would
3292necessarily be infringed by implementations of this OASIS Standards
3293Final Deliverable by a patent holder that is not willing to provide a
3294license to such patent claims in a manner consistent with the IPR Mode
3295of the OASIS Technical Committee that produced this OASIS Standards
3296Final Deliverable. OASIS may include such claims on its website, but
3297disclaims any obligation to do so.]
3298
3299    [OASIS takes no position regarding the validity or scope of any
3300intellectual property or other rights that might be claimed to pertain
3301to the implementation or use of the technology described in this OASIS
3302Standards Final Deliverable or the extent to which any license under
3303such rights might or might not be available; neither does it represent
3304that it has made any effort to identify any such rights. Information on
3305OASIS' procedures with respect to rights in any document or deliverable
3306produced by an OASIS Technical Committee can be found on the OASIS
3307website. Copies of claims of rights made available for publication and
3308any assurances of licenses to be made available, or the result of an
3309attempt made to obtain a general license or permission for the use of
3310such proprietary rights by implementers or users of this OASIS Standards
3311Final Deliverable, can be obtained from the OASIS TC Administrator.
3312OASIS makes no representation that any information or list of
3313intellectual property rights will at any time be complete, or that any
3314claims in such list are, in fact, Essential Claims.]
3315
3316--- end of LICENSE ---
3317
3318-------------------------------------------------------------------------------
3319