|
| 1 | +This software uses the following third-party libraries under the following licenses: |
| 2 | +| woff2 | Apache License Version 2.0 | Library code and tests are embedded under com.itextpdf.io.font.woff2 package. |
| 3 | +| jai_imageio:1.0_01 | BSD | Library code and tests are embedded under com.itextpdf.io.codec package. |
| 4 | +| libtiff | | Library code and tests are embedded under com.itextpdf.io.codec package. |
| 5 | +| brotli | MIT | Library code and tests are embedded under com.itextpdf.io.codec.brotli.dec package. |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +------------------------------------------------------------------------------------------------------------------------ |
| 11 | + |
| 12 | + |
| 13 | +woff2 full license agreement text is below: |
| 14 | + |
| 15 | + Copyright 2013 Google Inc. All Rights Reserved. |
| 16 | + |
| 17 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 18 | + you may not use this file except in compliance with the License. |
| 19 | + You may obtain a copy of the License at |
| 20 | + |
| 21 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 22 | + |
| 23 | + Unless required by applicable law or agreed to in writing, software |
| 24 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 25 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 26 | + See the License for the specific language governing permissions and |
| 27 | + limitations under the License. |
| 28 | + |
| 29 | + The parts of ots.h & opentype-sanitiser.h that we need, taken from the |
| 30 | + https://code.google.com/p/ots/ project. |
| 31 | + |
| 32 | + This is part of java port of project hosted at https://github.com/google/woff2 |
| 33 | + |
| 34 | + |
| 35 | +------------------------------------------------------------------------------------------------------------------------ |
| 36 | + |
| 37 | + |
| 38 | +jai_imageio full license agreement text is below: |
| 39 | + |
| 40 | + Copyright 2003-2012 by Paulo Soares. |
| 41 | + |
| 42 | + This code was originally released in 2001 by SUN (see class |
| 43 | + com.sun.media.imageioimpl.plugins.tiff.TIFFLZWDecompressor.java) |
| 44 | + using the BSD license in a specific wording. In a mail dating from |
| 45 | + January 23, 2008, Brian Burkhalter (@sun.com) gave us permission |
| 46 | + to use the code under the following version of the BSD license: |
| 47 | + |
| 48 | + Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved. |
| 49 | + |
| 50 | + Redistribution and use in source and binary forms, with or without |
| 51 | + modification, are permitted provided that the following conditions |
| 52 | + are met: |
| 53 | + |
| 54 | + - Redistribution of source code must retain the above copyright |
| 55 | + notice, this list of conditions and the following disclaimer. |
| 56 | + |
| 57 | + - Redistribution in binary form must reproduce the above copyright |
| 58 | + notice, this list of conditions and the following disclaimer in |
| 59 | + the documentation and/or other materials provided with the |
| 60 | + distribution. |
| 61 | + |
| 62 | + Neither the name of Sun Microsystems, Inc. or the names of |
| 63 | + contributors may be used to endorse or promote products derived |
| 64 | + from this software without specific prior written permission. |
| 65 | + |
| 66 | + This software is provided "AS IS," without a warranty of any |
| 67 | + kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND |
| 68 | + WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, |
| 69 | + FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY |
| 70 | + EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL |
| 71 | + NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF |
| 72 | + USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS |
| 73 | + DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR |
| 74 | + ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, |
| 75 | + CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND |
| 76 | + REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR |
| 77 | + INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE |
| 78 | + POSSIBILITY OF SUCH DAMAGES. |
| 79 | + |
| 80 | + You acknowledge that this software is not designed or intended for |
| 81 | + use in the design, construction, operation or maintenance of any |
| 82 | + nuclear facility. |
| 83 | + |
| 84 | + |
| 85 | +------------------------------------------------------------------------------------------------------------------------ |
| 86 | + |
| 87 | + |
| 88 | +libtiff full license agreement text is below: |
| 89 | + |
| 90 | + Copyright 2003-2012 by Paulo Soares. |
| 91 | + |
| 92 | + This list of constants was originally released with libtiff |
| 93 | + under the following license: |
| 94 | + |
| 95 | + Copyright (c) 1988-1997 Sam Leffler |
| 96 | + Copyright (c) 1991-1997 Silicon Graphics, Inc. |
| 97 | + |
| 98 | + Permission to use, copy, modify, distribute, and sell this software and |
| 99 | + its documentation for any purpose is hereby granted without fee, provided |
| 100 | + that (i) the above copyright notices and this permission notice appear in |
| 101 | + all copies of the software and related documentation, and (ii) the names of |
| 102 | + Sam Leffler and Silicon Graphics may not be used in any advertising or |
| 103 | + publicity relating to the software without the specific, prior written |
| 104 | + permission of Sam Leffler and Silicon Graphics. |
| 105 | + |
| 106 | + THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, |
| 107 | + EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY |
| 108 | + WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. |
| 109 | + |
| 110 | + IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR |
| 111 | + ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, |
| 112 | + OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, |
| 113 | + WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF |
| 114 | + LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE |
| 115 | + OF THIS SOFTWARE. |
| 116 | + |
| 117 | + |
| 118 | +------------------------------------------------------------------------------------------------------------------------ |
| 119 | + |
| 120 | + |
| 121 | +brotli full license agreement text is below: |
| 122 | + |
| 123 | + Copyright 2015 Google Inc. All Rights Reserved. |
| 124 | + |
| 125 | + Distributed under MIT license. |
| 126 | + See file LICENSE for detail or copy at https://opensource.org/licenses/MIT |
0 commit comments