Skip to content

Commit e135d53

Browse files
committed
Updated the LICENSE files
1 parent e7f0ff1 commit e135d53

File tree

1 file changed

+162
-5
lines changed

1 file changed

+162
-5
lines changed

LICENSE.txt

Lines changed: 162 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
Licensing Information User Manual
22

3-
MySQL Connector/Python 8.1 (and later)
3+
MySQL Connector/Python 8.2.0 Community
44
__________________________________________________________________
55

66
Introduction
77

88
This License Information User Manual contains Oracle's product license
99
and other licensing information, including licensing information for
1010
third-party software which may be included in this distribution of
11-
MySQL Connector/Python 8.1 (and later).
11+
MySQL Connector/Python 8.2.0 Community.
1212

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

1515
Licensing Information
1616

17-
This is a release of MySQL Connector/Python 8.1 (and later), brought to
17+
This release of MySQL Connector/Python 8.2.0 Community is brought to
1818
you by the MySQL team at Oracle. This software is released under
1919
version 2 of the GNU General Public License (GPLv2), as set forth
2020
below, with the following additional permissions:
2121

22-
This distribution of MySQL Connector/Python 8.1 (and later) is
22+
This distribution of MySQL Connector/Python 8.2.0 Community is
2323
distributed with certain software (including but not limited to
2424
OpenSSL) that is licensed under separate terms, as designated in a
2525
particular file or component or in the license documentation. Without
@@ -2112,6 +2112,163 @@ See Apache License v2.0, January 2004 in the
21122112
======================================================================
21132113
======================================================================
21142114

2115+
OpenTelemetry C++
2116+
2117+
// Copyright The OpenTelemetry Authors
2118+
// SPDX-License-Identifier: Apache-2.0
2119+
2120+
LICENSE:
2121+
Apache License
2122+
Version 2.0, January 2004
2123+
http://www.apache.org/licenses/
2124+
A copy of the Apache License v2.0, January 2004 license can be found
2125+
in the 'Standard Licenses' section.
2126+
2127+
2128+
4th party code included
2129+
=======================
2130+
exporters/etw
2131+
-------------
2132+
TraceLogging Dynamic for Windows
2133+
2134+
Copyright (c) Microsoft Corporation. All rights reserved.
2135+
2136+
MIT License
2137+
2138+
Permission is hereby granted, free of charge, to any person obtaining a copy
2139+
of this software and associated documentation files (the "Software"), to deal
2140+
in the Software without restriction, including without limitation the rights
2141+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2142+
copies of the Software, and to permit persons to whom the Software is
2143+
furnished to do so, subject to the following conditions:
2144+
2145+
The above copyright notice and this permission notice shall be included in all
2146+
copies or substantial portions of the Software.
2147+
2148+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2149+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2150+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2151+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2152+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2153+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2154+
SOFTWARE.
2155+
2156+
2157+
2158+
4th Party Libraries
2159+
===================
2160+
opentelemetry-proto
2161+
-------------------
2162+
// Copyright 2019, OpenTelemetry Authors
2163+
// Copyright 2020, OpenTelemetry Authors
2164+
//
2165+
// Licensed under the Apache License, Version 2.0 (the "License");
2166+
// you may not use this file except in compliance with the License.
2167+
// You may obtain a copy of the License at
2168+
//
2169+
// http://www.apache.org/licenses/LICENSE-2.0
2170+
//
2171+
// Unless required by applicable law or agreed to in writing, software
2172+
// distributed under the License is distributed on an "AS IS" BASIS,
2173+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2174+
// See the License for the specific language governing permissions and
2175+
// limitations under the License.
2176+
2177+
Apache License Text as listed above
2178+
2179+
------------------------------------------------------------------------------
2180+
protobuf
2181+
--------
2182+
2183+
Copyright 2008 Google Inc. All rights reserved.
2184+
2185+
Redistribution and use in source and binary forms, with or without
2186+
modification, are permitted provided that the following conditions are
2187+
met:
2188+
2189+
* Redistributions of source code must retain the above copyright
2190+
notice, this list of conditions and the following disclaimer.
2191+
* Redistributions in binary form must reproduce the above
2192+
copyright notice, this list of conditions and the following disclaimer
2193+
in the documentation and/or other materials provided with the
2194+
distribution.
2195+
* Neither the name of Google Inc. nor the names of its
2196+
contributors may be used to endorse or promote products derived from
2197+
this software without specific prior written permission.
2198+
2199+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2200+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2201+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2202+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2203+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2204+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2205+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2206+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2207+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2208+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2209+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2210+
2211+
Code generated by the Protocol Buffer compiler is owned by the owner
2212+
of the input file used when generating it. This code is not
2213+
standalone and requires a support library to be linked with it. This
2214+
support library is itself covered by the above license.
2215+
2216+
------------------------------------------------------------------------------
2217+
json (nlohmann)
2218+
----
2219+
MIT License
2220+
2221+
Copyright (c) 2013-2022 Niels Lohmann
2222+
2223+
Permission is hereby granted, free of charge, to any person obtaining a copy
2224+
of this software and associated documentation files (the "Software"), to deal
2225+
in the Software without restriction, including without limitation the rights
2226+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2227+
copies of the Software, and to permit persons to whom the Software is
2228+
furnished to do so, subject to the following conditions:
2229+
2230+
The above copyright notice and this permission notice shall be included in all
2231+
copies or substantial portions of the Software.
2232+
2233+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2234+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2235+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2236+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2237+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2238+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2239+
SOFTWARE.
2240+
2241+
------------------------------------------------------------------------------
2242+
2243+
2244+
curl
2245+
----
2246+
COPYRIGHT AND PERMISSION NOTICE
2247+
2248+
Copyright (c) 1996 - 2023, Daniel Stenberg, <[email protected]>, and many
2249+
contributors, see the THANKS file.
2250+
2251+
All rights reserved.
2252+
2253+
Permission to use, copy, modify, and distribute this software for any purpose
2254+
with or without fee is hereby granted, provided that the above copyright
2255+
notice and this permission notice appear in all copies.
2256+
2257+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2258+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2259+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
2260+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
2261+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
2262+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
2263+
OR OTHER DEALINGS IN THE SOFTWARE.
2264+
2265+
Except as contained in this notice, the name of a copyright holder shall not
2266+
be used in advertising or otherwise to promote the sale, use or other dealings
2267+
in this Software without prior written authorization of the copyright holder.
2268+
2269+
======================================================================
2270+
======================================================================
2271+
21152272
opentelemetry-python
21162273

21172274
You may be receiving a copy of the opentelemetry-python library with this

0 commit comments

Comments
 (0)