Skip to content

Commit 17c8307

Browse files
committed
Merge remote-tracking branch 'origin/release/8.1' into trunk
2 parents 8546613 + f71bfcb commit 17c8307

File tree

1 file changed

+1
-140
lines changed

1 file changed

+1
-140
lines changed

LICENSE.txt

Lines changed: 1 addition & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Introduction
1010
third-party software which may be included in this distribution of
1111
MySQL Connector/C++ 8.1 (and later).
1212

13-
Last updated: May 2023
13+
Last updated: June 2023
1414

1515
Licensing Information
1616

@@ -2058,145 +2058,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20582058
======================================================================
20592059
======================================================================
20602060

2061-
OpenSSL 1.x
2062-
2063-
You are receiving a copy of OpenSSL as part of this product in
2064-
object code form. The terms of the Oracle license do NOT apply to
2065-
OpenSSL. OpenSSL is licensed under a double license, of the OpenSSL
2066-
License and the original SSLeay license, separate from the Oracle
2067-
product. If you do not wish to install this library, you may remove
2068-
it, but the Oracle program might not operate properly or at all
2069-
without it.
2070-
2071-
---------------------------------------------------------------------
2072-
2073-
LICENSE ISSUES
2074-
==============
2075-
2076-
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
2077-
the OpenSSL License and the original SSLeay license apply to the toolkit.
2078-
See below for the actual license texts.
2079-
2080-
OpenSSL License
2081-
---------------
2082-
2083-
/* ====================================================================
2084-
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
2085-
*
2086-
* Redistribution and use in source and binary forms, with or without
2087-
* modification, are permitted provided that the following conditions
2088-
* are met:
2089-
*
2090-
* 1. Redistributions of source code must retain the above copyright
2091-
* notice, this list of conditions and the following disclaimer.
2092-
*
2093-
* 2. Redistributions in binary form must reproduce the above copyright
2094-
* notice, this list of conditions and the following disclaimer in
2095-
* the documentation and/or other materials provided with the
2096-
* distribution.
2097-
*
2098-
* 3. All advertising materials mentioning features or use of this
2099-
* software must display the following acknowledgment:
2100-
* "This product includes software developed by the OpenSSL Project
2101-
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
2102-
*
2103-
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
2104-
* endorse or promote products derived from this software without
2105-
* prior written permission. For written permission, please contact
2106-
2107-
*
2108-
* 5. Products derived from this software may not be called "OpenSSL"
2109-
* nor may "OpenSSL" appear in their names without prior written
2110-
* permission of the OpenSSL Project.
2111-
*
2112-
* 6. Redistributions of any form whatsoever must retain the following
2113-
* acknowledgment:
2114-
* "This product includes software developed by the OpenSSL Project
2115-
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
2116-
*
2117-
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
2118-
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2119-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2120-
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
2121-
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2122-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2123-
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2124-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2125-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2126-
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2127-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2128-
* OF THE POSSIBILITY OF SUCH DAMAGE.
2129-
* ====================================================================
2130-
*
2131-
* This product includes cryptographic software written by Eric Young
2132-
* ([email protected]). This product includes software written by Tim
2133-
* Hudson ([email protected]).
2134-
*
2135-
*/
2136-
2137-
Original SSLeay License
2138-
-----------------------
2139-
2140-
/* Copyright (C) 1995-1998 Eric Young ([email protected])
2141-
* All rights reserved.
2142-
*
2143-
* This package is an SSL implementation written
2144-
* by Eric Young ([email protected]).
2145-
* The implementation was written so as to conform with Netscapes SSL.
2146-
*
2147-
* This library is free for commercial and non-commercial use as long as
2148-
* the following conditions are aheared to. The following conditions
2149-
* apply to all code found in this distribution, be it the RC4, RSA,
2150-
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
2151-
* included with this distribution is covered by the same copyright terms
2152-
* except that the holder is Tim Hudson ([email protected]).
2153-
*
2154-
* Copyright remains Eric Young's, and as such any Copyright notices in
2155-
* the code are not to be removed.
2156-
* If this package is used in a product, Eric Young should be given attribution
2157-
* as the author of the parts of the library used.
2158-
* This can be in the form of a textual message at program startup or
2159-
* in documentation (online or textual) provided with the package.
2160-
*
2161-
* Redistribution and use in source and binary forms, with or without
2162-
* modification, are permitted provided that the following conditions
2163-
* are met:
2164-
* 1. Redistributions of source code must retain the copyright
2165-
* notice, this list of conditions and the following disclaimer.
2166-
* 2. Redistributions in binary form must reproduce the above copyright
2167-
* notice, this list of conditions and the following disclaimer in the
2168-
* documentation and/or other materials provided with the distribution.
2169-
* 3. All advertising materials mentioning features or use of this software
2170-
* must display the following acknowledgement:
2171-
* "This product includes cryptographic software written by
2172-
* Eric Young ([email protected])"
2173-
* The word 'cryptographic' can be left out if the rouines from the library
2174-
* being used are not cryptographic related :-).
2175-
* 4. If you include any Windows specific code (or a derivative thereof) from
2176-
* the apps directory (application code) you must include an acknowledgement:
2177-
* "This product includes software written by Tim Hudson ([email protected])"
2178-
*
2179-
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
2180-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2181-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2182-
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2183-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2184-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2185-
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2186-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2187-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2188-
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2189-
* SUCH DAMAGE.
2190-
*
2191-
* The licence and distribution terms for any publically available version or
2192-
* derivative of this code cannot be changed. i.e. this code cannot simply be
2193-
* copied and put under another distribution licence
2194-
* [including the GNU Public Licence.]
2195-
*/
2196-
2197-
======================================================================
2198-
======================================================================
2199-
22002061
OpenSSL 3.0
22012062

22022063
You may be receiving a copy of OpenSSL 3.0 as part of this product in

0 commit comments

Comments
 (0)