1==> edk2/License.txt <== 2Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved. 3Copyright (c) 2008 - 2010, Apple Inc. All rights reserved. 4Copyright (c) 2011 - 2015, ARM Limited. All rights reserved. 5Copyright (c) 2014 - 2015, Linaro Limited. All rights reserved. 6Copyright (c) 2013 - 2015, Red Hat, Inc. 7 8Redistribution and use in source and binary forms, with or without 9modification, are permitted provided that the following conditions 10are met: 11 12* Redistributions of source code must retain the above copyright 13 notice, this list of conditions and the following disclaimer. 14* Redistributions in binary form must reproduce the above copyright 15 notice, this list of conditions and the following disclaimer in 16 the documentation and/or other materials provided with the 17 distribution. 18 19THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 21LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 22FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 23COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 24INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 25BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 26LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 29ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30POSSIBILITY OF SUCH DAMAGE. 31 32==> edk2/OvmfPkg/License.txt <== 33Copyright (c) 2012, Intel Corporation. All rights reserved. 34 35Redistribution and use in source and binary forms, with or without 36modification, are permitted provided that the following conditions 37are met: 38 39* Redistributions of source code must retain the above copyright 40 notice, this list of conditions and the following disclaimer. 41* Redistributions in binary form must reproduce the above copyright 42 notice, this list of conditions and the following disclaimer in 43 the documentation and/or other materials provided with the 44 distribution. 45 46THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 47"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 48LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 49FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 50COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 51INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 52BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 53LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 54CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 55LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 56ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 57POSSIBILITY OF SUCH DAMAGE. 58 59 60Some files are subject to the following license, the MIT license. Those files 61are located in: 62- OvmfPkg/Include/IndustryStandard/Xen/ 63- OvmfPkg/XenBusDxe/ 64- OvmfPkg/XenPvBlkDxe/ 65 66Permission is hereby granted, free of charge, to any person obtaining a copy 67of this software and associated documentation files (the "Software"), to deal 68in the Software without restriction, including without limitation the rights 69to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 70copies of the Software, and to permit persons to whom the Software is 71furnished to do so, subject to the following conditions: 72 73The above copyright notice and this permission notice shall be included in 74all copies or substantial portions of the Software. 75 76THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 77IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 78FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 79AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 80LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 81OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 82THE SOFTWARE. 83 84==> edk2/CryptoPkg/Library/OpensslLib/openssl/LICENSE <== 85 86 LICENSE ISSUES 87 ============== 88 89 The OpenSSL toolkit stays under a double license, i.e. both the conditions of 90 the OpenSSL License and the original SSLeay license apply to the toolkit. 91 See below for the actual license texts. 92 93 OpenSSL License 94 --------------- 95 96/* ==================================================================== 97 * Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved. 98 * 99 * Redistribution and use in source and binary forms, with or without 100 * modification, are permitted provided that the following conditions 101 * are met: 102 * 103 * 1. Redistributions of source code must retain the above copyright 104 * notice, this list of conditions and the following disclaimer. 105 * 106 * 2. Redistributions in binary form must reproduce the above copyright 107 * notice, this list of conditions and the following disclaimer in 108 * the documentation and/or other materials provided with the 109 * distribution. 110 * 111 * 3. All advertising materials mentioning features or use of this 112 * software must display the following acknowledgment: 113 * "This product includes software developed by the OpenSSL Project 114 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 115 * 116 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 117 * endorse or promote products derived from this software without 118 * prior written permission. For written permission, please contact 119 * openssl-core@openssl.org. 120 * 121 * 5. Products derived from this software may not be called "OpenSSL" 122 * nor may "OpenSSL" appear in their names without prior written 123 * permission of the OpenSSL Project. 124 * 125 * 6. Redistributions of any form whatsoever must retain the following 126 * acknowledgment: 127 * "This product includes software developed by the OpenSSL Project 128 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 129 * 130 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 131 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 132 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 133 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 134 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 135 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 136 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 137 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 138 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 139 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 140 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 141 * OF THE POSSIBILITY OF SUCH DAMAGE. 142 * ==================================================================== 143 * 144 * This product includes cryptographic software written by Eric Young 145 * (eay@cryptsoft.com). This product includes software written by Tim 146 * Hudson (tjh@cryptsoft.com). 147 * 148 */ 149 150 Original SSLeay License 151 ----------------------- 152 153/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 154 * All rights reserved. 155 * 156 * This package is an SSL implementation written 157 * by Eric Young (eay@cryptsoft.com). 158 * The implementation was written so as to conform with Netscapes SSL. 159 * 160 * This library is free for commercial and non-commercial use as long as 161 * the following conditions are aheared to. The following conditions 162 * apply to all code found in this distribution, be it the RC4, RSA, 163 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 164 * included with this distribution is covered by the same copyright terms 165 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 166 * 167 * Copyright remains Eric Young's, and as such any Copyright notices in 168 * the code are not to be removed. 169 * If this package is used in a product, Eric Young should be given attribution 170 * as the author of the parts of the library used. 171 * This can be in the form of a textual message at program startup or 172 * in documentation (online or textual) provided with the package. 173 * 174 * Redistribution and use in source and binary forms, with or without 175 * modification, are permitted provided that the following conditions 176 * are met: 177 * 1. Redistributions of source code must retain the copyright 178 * notice, this list of conditions and the following disclaimer. 179 * 2. Redistributions in binary form must reproduce the above copyright 180 * notice, this list of conditions and the following disclaimer in the 181 * documentation and/or other materials provided with the distribution. 182 * 3. All advertising materials mentioning features or use of this software 183 * must display the following acknowledgement: 184 * "This product includes cryptographic software written by 185 * Eric Young (eay@cryptsoft.com)" 186 * The word 'cryptographic' can be left out if the rouines from the library 187 * being used are not cryptographic related :-). 188 * 4. If you include any Windows specific code (or a derivative thereof) from 189 * the apps directory (application code) you must include an acknowledgement: 190 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 191 * 192 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 193 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 194 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 195 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 196 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 197 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 198 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 199 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 200 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 201 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 202 * SUCH DAMAGE. 203 * 204 * The licence and distribution terms for any publically available version or 205 * derivative of this code cannot be changed. i.e. this code cannot simply be 206 * copied and put under another distribution licence 207 * [including the GNU Public Licence.] 208 */ 209 210