@@ -3,46 +3,37 @@ Licensing Information User Manual
3
3
MySQL Connector/Python
4
4
__________________________________________________________________
5
5
6
- This is a license book. It contains Oracle's product license and other
7
- licensing information, including licensing information for third-party
8
- software which may be included in this GPL release of MySQL
9
- Connector/Python.
10
-
11
- Last updated: December 2017.
12
-
13
6
Introduction
14
7
15
- This Licensing Information document is a part of the product or program
16
- documentation under the terms of your Oracle license agreement and is
17
- intended to help you understand the program editions, entitlements,
18
- restrictions, prerequisites, special license rights, and/or separately
19
- licensed third party technology terms associated with the Oracle
20
- software program(s) covered by this document (the "Program(s)").
21
- Entitled or restricted use products or components identified in this
22
- document that are not provided with the particular Program may be
23
- obtained from the Oracle Software Delivery Cloud website
24
- (https://edelivery.oracle.com/) or from media Oracle may provide. If
25
- you have a question about your license rights and obligations, please
26
- contact your Oracle sales representative, review the information
27
- provided in Oracle's Software Investment Guide
28
- (http://www.oracle.com/us/corporate/pricing/software-investment-guide/i
29
- ndex.html), and/or contact the applicable Oracle License Management
30
- Services representative listed on
31
- http://www.oracle.com/us/corporate/license-management-services/index.ht
32
- ml.
8
+ This License Information User Manual contains Oracle's product license
9
+ and other licensing information, including licensing information for
10
+ third-party software which may be included in this distribution of
11
+ MySQL Connector/Python.
12
+
13
+ Last updated: January 2018.
33
14
34
15
Licensing Information
35
16
36
17
Product License - MySQL Connector/Python
37
18
38
19
This is a release of MySQL Connector/Python, the dual-license Python
39
- API for MySQL . For the avoidance of doubt, this particular copy of the
20
+ API for MySQL. For the avoidance of doubt, this particular copy of the
40
21
software is released under version 2 of the GNU General Public License.
41
22
MySQL Connector/Python is brought to you by the MySQL team at Oracle.
42
23
43
- Copyright (c) 2012, 2017 , Oracle and/or its affiliates. All rights
24
+ Copyright (c) 2012, 2018 , Oracle and/or its affiliates. All rights
44
25
reserved.
45
26
27
+ Election of GPLv2
28
+
29
+ For the avoidance of doubt, except that if any license choice other
30
+ than GPL or LGPL is available it will apply instead, Oracle elects to
31
+ use only the General Public License version 2 (GPLv2) at this time for
32
+ any software where a choice of GPL license versions is made available
33
+ with the language indicating that GPLv2 or any later version may be
34
+ used, or where a choice of which version of the GPL is applied is
35
+ otherwise unspecified.
36
+
46
37
GNU General Public License Version 2.0, June 1991
47
38
48
39
The following applies to all products licensed under the GNU General
@@ -427,34 +418,23 @@ MySQL FOSS License Exception
427
418
This software is OSI Certified Open Source Software. OSI Certified is a
428
419
certification mark of the Open Source Initiative.
429
420
430
- GPLv2 Disclaimer
431
-
432
- For the avoidance of doubt, except that if any license choice other
433
- than GPL or LGPL is available it will apply instead, Oracle elects to
434
- use only the General Public License version 2 (GPLv2) at this time for
435
- any software where a choice of GPL license versions is made available
436
- with the language indicating that GPLv2 or any later version may be
437
- used, or where a choice of which version of the GPL is applied is
438
- otherwise unspecified.
439
-
440
421
Written Offer for Source Code
441
422
442
- For third-party software that you receive from Oracle in binary form
443
- which is licensed under an open source license that gives you the right
444
- to receive the source code for that binary, you can obtain a copy of
445
- the applicable source code by visiting
423
+ For any software that you receive from Oracle in binary form which is
424
+ licensed under an open source license that gives you the right to
425
+ receive the source code for that binary, you can obtain a copy of the
426
+ applicable source code by visiting
446
427
http://www.oracle.com/goto/opensourcecode. If the source code for the
447
428
binary was not provided to you with the binary, you can also receive a
448
429
copy of the source code on physical media by submitting a written
449
430
request to the address listed below or by sending an email to Oracle
450
431
using the following link:
451
-
452
- http://www.oracle.com/goto/opensourcecode/request
453
- Oracle America, Inc.
454
- Attn: Senior Vice President
455
- Development and Engineering Legal
456
- 500 Oracle Parkway, 10th Floor
457
- Redwood Shores, CA 94065
432
+ http://www.oracle.com/goto/opensourcecode/request.
433
+ Oracle America, Inc.
434
+ Attn: Senior Vice President
435
+ Development and Engineering Legal
436
+ 500 Oracle Parkway, 10th Floor
437
+ Redwood Shores, CA 94065
458
438
459
439
Your request should include:
460
440
@@ -477,7 +457,7 @@ Written Offer for Source Code
477
457
processing.
478
458
479
459
Your request must be sent
480
- a. within three (3) years of the date you received the Oracleproduct
460
+ a. within three (3) years of the date you received the Oracle product
481
461
that included the binary that is the subject of your request, or
482
462
b. in the case of code licensed under the GPL v3 for as long as Oracle
483
463
offers spare parts or customer support for that product model.
@@ -489,7 +469,7 @@ Licenses for Third-Party Components
489
469
used to test MySQL Connector/Python. We are thankful to all individuals
490
470
that have created these.
491
471
492
- Django 1.5.1 License
472
+ Django 1.5.1
493
473
494
474
The following software may be included in this product:
495
475
Copyright (c) Django Software Foundation and individual contributors.
@@ -526,10 +506,9 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
526
506
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
527
507
POSSIBILITY OF SUCH DAMAGE.
528
508
529
- Google Protocol Buffers License
530
-
531
- The following software may be included in this product:
509
+ Google Protocol Buffers
532
510
511
+ The following software may be included in this product:
533
512
Protocol Buffers (aka Google protobuf)
534
513
535
514
Google Protocol Buffers - protobuf
0 commit comments