|
1 | 1 | Licensing Information User Manual
|
2 | 2 |
|
3 |
| -MySQL Connector/Python 8.0 |
| 3 | +MySQL Connector/Python 8.1 (and later) |
4 | 4 | __________________________________________________________________
|
5 | 5 |
|
6 | 6 | Introduction
|
7 | 7 |
|
8 | 8 | This License Information User Manual contains Oracle's product license
|
9 | 9 | and other licensing information, including licensing information for
|
10 | 10 | third-party software which may be included in this distribution of
|
11 |
| - MySQL Connector/Python 8.0. |
| 11 | + MySQL Connector/Python 8.1 (and later). |
12 | 12 |
|
13 |
| - Last updated: February 2023 |
| 13 | + Last updated: June 2023 |
14 | 14 |
|
15 | 15 | Licensing Information
|
16 | 16 |
|
17 |
| - This is a release of MySQL Connector/Python 8.0, brought to you by the |
18 |
| - MySQL team at Oracle. This software is released under version 2 of the |
19 |
| - GNU General Public License (GPLv2), as set forth below, with the |
20 |
| - following additional permissions: |
| 17 | + This is a release of MySQL Connector/Python 8.1 (and later), brought to |
| 18 | + you by the MySQL team at Oracle. This software is released under |
| 19 | + version 2 of the GNU General Public License (GPLv2), as set forth |
| 20 | + below, with the following additional permissions: |
21 | 21 |
|
22 |
| - This distribution of MySQL Connector/Python 8.0 is distributed with |
23 |
| - certain software (including but not limited to OpenSSL) that is |
24 |
| - licensed under separate terms, as designated in a particular file or |
25 |
| - component or in the license documentation. Without limiting your rights |
26 |
| - under the GPLv2, the authors of MySQL hereby grant you an additional |
27 |
| - permission to link the program and your derivative works with the |
28 |
| - separately licensed software that they have included with the program. |
| 22 | + This distribution of MySQL Connector/Python 8.1 (and later) is |
| 23 | + distributed with certain software (including but not limited to |
| 24 | + OpenSSL) that is licensed under separate terms, as designated in a |
| 25 | + particular file or component or in the license documentation. Without |
| 26 | + limiting your rights under the GPLv2, the authors of MySQL hereby grant |
| 27 | + you an additional permission to link the program and your derivative |
| 28 | + works with the separately licensed software that they have included |
| 29 | + with the program. |
29 | 30 |
|
30 | 31 | Without limiting the foregoing grant of rights under the GPLv2 and
|
31 | 32 | additional permission as to separately licensed software, this
|
@@ -2086,145 +2087,6 @@ OpenSSL (See its own license section)
|
2086 | 2087 | ======================================================================
|
2087 | 2088 | ======================================================================
|
2088 | 2089 |
|
2089 |
| -OpenSSL 1.x |
2090 |
| - |
2091 |
| -You are receiving a copy of OpenSSL as part of this product in |
2092 |
| -object code form. The terms of the Oracle license do NOT apply to |
2093 |
| -OpenSSL. OpenSSL is licensed under a double license, of the OpenSSL |
2094 |
| -License and the original SSLeay license, separate from the Oracle |
2095 |
| -product. If you do not wish to install this library, you may remove |
2096 |
| -it, but the Oracle program might not operate properly or at all |
2097 |
| -without it. |
2098 |
| - |
2099 |
| ---------------------------------------------------------------------- |
2100 |
| - |
2101 |
| - LICENSE ISSUES |
2102 |
| - ============== |
2103 |
| - |
2104 |
| - The OpenSSL toolkit stays under a double license, i.e. both the conditions of |
2105 |
| - the OpenSSL License and the original SSLeay license apply to the toolkit. |
2106 |
| - See below for the actual license texts. |
2107 |
| - |
2108 |
| - OpenSSL License |
2109 |
| - --------------- |
2110 |
| - |
2111 |
| -/* ==================================================================== |
2112 |
| - * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved. |
2113 |
| - * |
2114 |
| - * Redistribution and use in source and binary forms, with or without |
2115 |
| - * modification, are permitted provided that the following conditions |
2116 |
| - * are met: |
2117 |
| - * |
2118 |
| - * 1. Redistributions of source code must retain the above copyright |
2119 |
| - * notice, this list of conditions and the following disclaimer. |
2120 |
| - * |
2121 |
| - * 2. Redistributions in binary form must reproduce the above copyright |
2122 |
| - * notice, this list of conditions and the following disclaimer in |
2123 |
| - * the documentation and/or other materials provided with the |
2124 |
| - * distribution. |
2125 |
| - * |
2126 |
| - * 3. All advertising materials mentioning features or use of this |
2127 |
| - * software must display the following acknowledgment: |
2128 |
| - * "This product includes software developed by the OpenSSL Project |
2129 |
| - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
2130 |
| - * |
2131 |
| - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
2132 |
| - * endorse or promote products derived from this software without |
2133 |
| - * prior written permission. For written permission, please contact |
2134 |
| - |
2135 |
| - * |
2136 |
| - * 5. Products derived from this software may not be called "OpenSSL" |
2137 |
| - * nor may "OpenSSL" appear in their names without prior written |
2138 |
| - * permission of the OpenSSL Project. |
2139 |
| - * |
2140 |
| - * 6. Redistributions of any form whatsoever must retain the following |
2141 |
| - * acknowledgment: |
2142 |
| - * "This product includes software developed by the OpenSSL Project |
2143 |
| - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
2144 |
| - * |
2145 |
| - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
2146 |
| - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
2147 |
| - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
2148 |
| - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
2149 |
| - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
2150 |
| - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
2151 |
| - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
2152 |
| - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
2153 |
| - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
2154 |
| - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
2155 |
| - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
2156 |
| - * OF THE POSSIBILITY OF SUCH DAMAGE. |
2157 |
| - * ==================================================================== |
2158 |
| - * |
2159 |
| - * This product includes cryptographic software written by Eric Young |
2160 |
| - * ( [email protected]). This product includes software written by Tim |
2161 |
| - |
2162 |
| - * |
2163 |
| - */ |
2164 |
| - |
2165 |
| - Original SSLeay License |
2166 |
| - ----------------------- |
2167 |
| - |
2168 |
| -/* Copyright (C) 1995-1998 Eric Young ( [email protected]) |
2169 |
| - * All rights reserved. |
2170 |
| - * |
2171 |
| - * This package is an SSL implementation written |
2172 |
| - * by Eric Young ( [email protected]). |
2173 |
| - * The implementation was written so as to conform with Netscapes SSL. |
2174 |
| - * |
2175 |
| - * This library is free for commercial and non-commercial use as long as |
2176 |
| - * the following conditions are aheared to. The following conditions |
2177 |
| - * apply to all code found in this distribution, be it the RC4, RSA, |
2178 |
| - * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
2179 |
| - * included with this distribution is covered by the same copyright terms |
2180 |
| - * except that the holder is Tim Hudson ( [email protected]). |
2181 |
| - * |
2182 |
| - * Copyright remains Eric Young's, and as such any Copyright notices in |
2183 |
| - * the code are not to be removed. |
2184 |
| - * If this package is used in a product, Eric Young should be given attribution |
2185 |
| - * as the author of the parts of the library used. |
2186 |
| - * This can be in the form of a textual message at program startup or |
2187 |
| - * in documentation (online or textual) provided with the package. |
2188 |
| - * |
2189 |
| - * Redistribution and use in source and binary forms, with or without |
2190 |
| - * modification, are permitted provided that the following conditions |
2191 |
| - * are met: |
2192 |
| - * 1. Redistributions of source code must retain the copyright |
2193 |
| - * notice, this list of conditions and the following disclaimer. |
2194 |
| - * 2. Redistributions in binary form must reproduce the above copyright |
2195 |
| - * notice, this list of conditions and the following disclaimer in the |
2196 |
| - * documentation and/or other materials provided with the distribution. |
2197 |
| - * 3. All advertising materials mentioning features or use of this software |
2198 |
| - * must display the following acknowledgement: |
2199 |
| - * "This product includes cryptographic software written by |
2200 |
| - |
2201 |
| - * The word 'cryptographic' can be left out if the rouines from the library |
2202 |
| - * being used are not cryptographic related :-). |
2203 |
| - * 4. If you include any Windows specific code (or a derivative thereof) from |
2204 |
| - * the apps directory (application code) you must include an acknowledgement: |
2205 |
| - * "This product includes software written by Tim Hudson ( [email protected])" |
2206 |
| - * |
2207 |
| - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
2208 |
| - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
2209 |
| - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
2210 |
| - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
2211 |
| - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
2212 |
| - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
2213 |
| - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
2214 |
| - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
2215 |
| - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
2216 |
| - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
2217 |
| - * SUCH DAMAGE. |
2218 |
| - * |
2219 |
| - * The licence and distribution terms for any publically available version or |
2220 |
| - * derivative of this code cannot be changed. i.e. this code cannot simply be |
2221 |
| - * copied and put under another distribution licence |
2222 |
| - * [including the GNU Public Licence.] |
2223 |
| - */ |
2224 |
| - |
2225 |
| - ====================================================================== |
2226 |
| - ====================================================================== |
2227 |
| - |
2228 | 2090 | OpenSSL 3.0
|
2229 | 2091 |
|
2230 | 2092 | You may be receiving a copy of OpenSSL 3.0 as part of this product in
|
|
0 commit comments