Skip to content

Commit 00d7055

Browse files
committed
Updated gpl/commercial license and readme text for C/Python 8.0.21 release
1 parent d80dd13 commit 00d7055

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MySQL Connector/Python 8.0 - Release Notes & Changes
33
====================================================
44

55
MySQL Connector/Python
6-
Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2009, 2020, Oracle and/or its affiliates.
77

88
Full release notes:
99
http://dev.mysql.com/doc/relnotes/connector-python/en/

LICENSE.txt

Lines changed: 26 additions & 1 deletion
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/Python 8.0.
1212

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

1515
Licensing Information
1616

@@ -1237,6 +1237,31 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12371237
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
12381238
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12391239

1240+
Six
1241+
1242+
The following software may be included in this product:
1243+
1244+
Six
1245+
Copyright (c) 2010-2020 Benjamin Peterson
1246+
1247+
Permission is hereby granted, free of charge, to any person obtaining a copy of
1248+
this software and associated documentation files (the "Software"), to deal in
1249+
the Software without restriction, including without limitation the rights to
1250+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1251+
of the Software, and to permit persons to whom the Software is furnished to do
1252+
so, subject to the following conditions:
1253+
1254+
The above copyright notice and this permission notice shall be included in
1255+
all copies or substantial portions of the Software.
1256+
1257+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1258+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1259+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1260+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1261+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1262+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1263+
THE SOFTWARE.
1264+
12401265
Commonly Used Licenses
12411266

12421267
Artistic License (Perl) 1.0

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MySQL Connector/Python 8.0
33
==========================
44

55
MySQL Connector/Python
6-
Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2009, 2020, Oracle and/or its affiliates.
77

88
License information can be found in the LICENSE.txt file.
99

@@ -29,7 +29,7 @@ They can be found in the examples/ directory.
2929
License
3030
=======
3131

32-
Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
32+
Copyright (c) 2011, 2020, Oracle and/or its affiliates.
3333

3434
This is a release of MySQL Connector/Python, Oracle's Python driver for MySQL.
3535

cpyint

0 commit comments

Comments
 (0)