@@ -10,7 +10,7 @@ Introduction
10
10
third-party software which may be included in this distribution of
11
11
MySQL Connector/C++ 8.0.
12
12
13
- Last updated: January 2022
13
+ Last updated: March 2022
14
14
15
15
Licensing Information
16
16
@@ -475,7 +475,8 @@ Licenses for Third-Party Components
475
475
476
476
The following sections contain licensing information for libraries that
477
477
may be included with this product. We are thankful to all individuals
478
- that have created these.
478
+ that have created these. Standard licenses referenced herein are
479
+ detailed in the Standard Licenses section.
479
480
480
481
Cyrus SASL
481
482
@@ -1914,7 +1915,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1914
1915
======================================================================
1915
1916
======================================================================
1916
1917
1917
- OpenSSL License
1918
+ OpenSSL 1.x
1918
1919
1919
1920
You are receiving a copy of OpenSSL as part of this product in object
1920
1921
code form. The terms of the Oracle license do NOT apply to OpenSSL.
@@ -2050,6 +2051,31 @@ OpenSSL License
2050
2051
======================================================================
2051
2052
======================================================================
2052
2053
2054
+ OpenSSL 3.0
2055
+
2056
+ You may be receiving a copy of OpenSSL 3.0 as part of this product in
2057
+ object code form.
2058
+ The terms of the Oracle license do NOT apply to OpenSSL 3.0.
2059
+ OpenSSL 3.0 is licensed under the Apache 2.0 license, separate from
2060
+ the Oracle product.
2061
+ If you do not wish to install this library, you may remove it, but
2062
+ the Oracle program might not operate properly or at all without it.
2063
+
2064
+ /*
2065
+ * Copyright 2003-2022 The OpenSSL Project Authors. All Rights Reserved.
2066
+ *
2067
+ * Licensed under the Apache License 2.0 (the "License"). You may not use
2068
+ * this file except in compliance with the License. You can obtain a copy
2069
+ * in the file LICENSE in the source distribution or at
2070
+ * https://www.openssl.org/source/license.html
2071
+ */
2072
+
2073
+ See Apache License Version 2.0, January 2004 in the
2074
+ 'Standard Licenses' section.
2075
+
2076
+ ======================================================================
2077
+ ======================================================================
2078
+
2053
2079
RapidJSON v1.1.0
2054
2080
2055
2081
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All
@@ -2557,6 +2583,221 @@ Public License instead of this License.
2557
2583
======================================================================
2558
2584
======================================================================
2559
2585
2586
+ Standard Licenses
2587
+
2588
+ Apache License Version 2.0, January 2004
2589
+
2590
+ The following applies to all products licensed under the Apache 2.0
2591
+ License: You may not use the identified files except in compliance
2592
+ with the Apache License, Version 2.0 (the "License.") You may obtain a
2593
+ copy of the License at http://www.apache.org/licenses/LICENSE-2.0. A
2594
+ copy of the license is also reproduced below. Unless required by
2595
+ applicable law or agreed to in writing, software distributed under the
2596
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
2597
+ CONDITIONS OF ANY KIND, either express or implied. See the License for
2598
+ the specific language governing permissions and limitations under the
2599
+ License.
2600
+
2601
+ Apache License Version 2.0, January 2004 http://www.apache.org/licenses/
2602
+
2603
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2604
+
2605
+ 1. Definitions.
2606
+
2607
+ "License" shall mean the terms and conditions for use, reproduction,
2608
+ and distribution as defined by Sections 1 through 9 of this document.
2609
+
2610
+ "Licensor" shall mean the copyright owner or entity authorized by the
2611
+ copyright owner that is granting the License.
2612
+
2613
+ "Legal Entity" shall mean the union of the acting entity and all other
2614
+ entities that control, are controlled by, or are under common control
2615
+ with that entity. For the purposes of this definition, "control" means
2616
+ (i) the power, direct or indirect, to cause the direction or
2617
+ management of such entity, whether by contract or otherwise, or (ii)
2618
+ ownership of fifty percent (50%) or more of the outstanding shares, or
2619
+ (iii) beneficial ownership of such entity.
2620
+
2621
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
2622
+ permissions granted by this License.
2623
+
2624
+ "Source" form shall mean the preferred form for making modifications,
2625
+ including but not limited to software source code, documentation
2626
+ source, and configuration files.
2627
+
2628
+ "Object" form shall mean any form resulting from mechanical
2629
+ transformation or translation of a Source form, including but not
2630
+ limited to compiled object code, generated documentation, and
2631
+ conversions to other media types.
2632
+
2633
+ "Work" shall mean the work of authorship, whether in Source or Object
2634
+ form, made available under the License, as indicated by a copyright
2635
+ notice that is included in or attached to the work (an example is
2636
+ provided in the Appendix below).
2637
+
2638
+ "Derivative Works" shall mean any work, whether in Source or Object
2639
+ form, that is based on (or derived from) the Work and for which the
2640
+ editorial revisions, annotations, elaborations, or other modifications
2641
+ represent, as a whole, an original work of authorship. For the
2642
+ purposes of this License, Derivative Works shall not include works
2643
+ that remain separable from, or merely link (or bind by name) to the
2644
+ interfaces of, the Work and Derivative Works thereof.
2645
+
2646
+ "Contribution" shall mean any work of authorship, including the
2647
+ original version of the Work and any modifications or additions to
2648
+ that Work or Derivative Works thereof, that is intentionally submitted
2649
+ to Licensor for inclusion in the Work by the copyright owner or by an
2650
+ individual or Legal Entity authorized to submit on behalf of the
2651
+ copyright owner. For the purposes of this definition, "submitted"
2652
+ means any form of electronic, verbal, or written communication sent to
2653
+ the Licensor or its representatives, including but not limited to
2654
+ communication on electronic mailing lists, source code control
2655
+ systems, and issue tracking systems that are managed by, or on behalf
2656
+ of, the Licensor for the purpose of discussing and improving the Work,
2657
+ but excluding communication that is conspicuously marked or otherwise
2658
+ designated in writing by the copyright owner as "Not a Contribution."
2659
+
2660
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2661
+ on behalf of whom a Contribution has been received by Licensor and
2662
+ subsequently incorporated within the Work.
2663
+
2664
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2665
+ this License, each Contributor hereby grants to You a perpetual,
2666
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2667
+ copyright license to reproduce, prepare Derivative Works of, publicly
2668
+ display, publicly perform, sublicense, and distribute the Work and
2669
+ such Derivative Works in Source or Object form.
2670
+
2671
+ 3. Grant of Patent License. Subject to the terms and conditions of
2672
+ this License, each Contributor hereby grants to You a perpetual,
2673
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except
2674
+ as stated in this section) patent license to make, have made, use,
2675
+ offer to sell, sell, import, and otherwise transfer the Work, where
2676
+ such license applies only to those patent claims licensable by such
2677
+ Contributor that are necessarily infringed by their Contribution(s)
2678
+ alone or by combination of their Contribution(s) with the Work to
2679
+ which such Contribution(s) was submitted. If You institute patent
2680
+ litigation against any entity (including a cross-claim or counterclaim
2681
+ in a lawsuit) alleging that the Work or a Contribution incorporated
2682
+ within the Work constitutes direct or contributory patent
2683
+ infringement, then any patent licenses granted to You under this
2684
+ License for that Work shall terminate as of the date such litigation
2685
+ is filed.
2686
+
2687
+ 4. Redistribution. You may reproduce and distribute copies of the Work
2688
+ or Derivative Works thereof in any medium, with or without
2689
+ modifications, and in Source or Object form, provided that You meet
2690
+ the following conditions:
2691
+
2692
+ (a) You must give any other recipients of the Work or Derivative Works
2693
+ a copy of this License; and
2694
+
2695
+ (b) You must cause any modified files to carry prominent notices
2696
+ stating that You changed the files; and
2697
+
2698
+ (c) You must retain, in the Source form of any Derivative Works that
2699
+ You distribute, all copyright, patent, trademark, and attribution
2700
+ notices from the Source form of the Work, excluding those notices that
2701
+ do not pertain to any part of the Derivative Works; and
2702
+
2703
+ (d) If the Work includes a "NOTICE" text file as part of its
2704
+ distribution, then any Derivative Works that You distribute must
2705
+ include a readable copy of the attribution notices contained
2706
+
2707
+ within such NOTICE file, excluding those notices that do not pertain
2708
+ to any part of the Derivative Works, in at least one of the following
2709
+ places: within a NOTICE text file distributed as part of the
2710
+ Derivative Works; within the Source form or documentation, if provided
2711
+ along with the Derivative Works; or, within a display generated by the
2712
+ Derivative Works, if and wherever such third-party notices normally
2713
+ appear. The contents of the NOTICE file are for informational purposes
2714
+ only and do not modify the License. You may add Your own attribution
2715
+ notices within Derivative Works that You distribute, alongside or as
2716
+ an addendum to the NOTICE text from the Work, provided that such
2717
+ additional attribution notices cannot be construed as modifying the
2718
+ License.
2719
+
2720
+ You may add Your own copyright statement to Your modifications and may
2721
+ provide additional or different license terms and conditions for use,
2722
+ reproduction, or distribution of Your modifications, or for any such
2723
+ Derivative Works as a whole, provided Your use, reproduction, and
2724
+ distribution of the Work otherwise complies with the conditions stated
2725
+ in this License.
2726
+
2727
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2728
+ any Contribution intentionally submitted for inclusion in the Work by
2729
+ You to the Licensor shall be under the terms and conditions of this
2730
+ License, without any additional terms or conditions. Notwithstanding
2731
+ the above, nothing herein shall supersede or modify the terms of any
2732
+ separate license agreement you may have executed with Licensor
2733
+ regarding such Contributions.
2734
+
2735
+ 6. Trademarks. This License does not grant permission to use the trade
2736
+ names, trademarks, service marks, or product names of the Licensor,
2737
+ except as required for reasonable and customary use in describing the
2738
+ origin of the Work and reproducing the content of the NOTICE file.
2739
+
2740
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed
2741
+ to in writing, Licensor provides the Work (and each Contributor
2742
+ provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR
2743
+ CONDITIONS OF ANY KIND, either express or implied, including, without
2744
+ limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
2745
+ MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely
2746
+ responsible for determining the appropriateness of using or
2747
+ redistributing the Work and assume any risks associated with Your
2748
+ exercise of permissions under this License.
2749
+
2750
+ 8. Limitation of Liability. In no event and under no legal theory,
2751
+ whether in tort (including negligence), contract, or otherwise, unless
2752
+ required by applicable law (such as deliberate and grossly negligent
2753
+ acts) or agreed to in writing, shall any Contributor be liable to You
2754
+ for damages, including any direct, indirect, special, incidental, or
2755
+ consequential damages of any character arising as a result of this
2756
+ License or out of the use or inability to use the Work (including but
2757
+ not limited to damages for loss of goodwill, work stoppage, computer
2758
+ failure or malfunction, or any and all other commercial damages or
2759
+ losses), even if such Contributor has been advised of the possibility
2760
+ of such damages.
2761
+
2762
+ 9. Accepting Warranty or Additional Liability. While redistributing
2763
+ the Work or Derivative Works thereof, You may choose to offer, and
2764
+ charge a fee for, acceptance of support, warranty, indemnity, or other
2765
+ liability obligations and/or rights consistent with this
2766
+ License. However, in accepting such obligations, You may act only on
2767
+ Your own behalf and on Your sole responsibility, not on behalf of any
2768
+ other Contributor, and only if You agree to indemnify, defend, and
2769
+ hold each Contributor harmless for any liability incurred by, or
2770
+ claims asserted against, such Contributor by reason of your accepting
2771
+ any such warranty or additional liability.
2772
+
2773
+ END OF TERMS AND CONDITIONS
2774
+
2775
+ APPENDIX: How to apply the Apache License to your work
2776
+
2777
+ To apply the Apache License to your work, attach the following boilerplate
2778
+ notice, with the fields enclosed by brackets "[]" replaced with your own
2779
+ identifying information. (Don't include the brackets!) The text should be
2780
+ enclosed in the appropriate comment syntax for the file format. We also
2781
+ recommend that a file or class name and description of purpose be included
2782
+ on the same "printed page" as the copyright notice for easier identification
2783
+ within third-party archives.
2784
+
2785
+ Copyright [yyyy] [name of copyright owner]
2786
+
2787
+ Licensed under the Apache License, Version 2.0 (the "License");
2788
+ you may not use this file except in compliance with the License.
2789
+ You may obtain a copy of the License at
2790
+ http://www.apache.org/licenses/LICENSE-2.0
2791
+
2792
+ Unless required by applicable law or agreed to in writing, software
2793
+ distributed under the License is distributed on an "AS IS" BASIS,
2794
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2795
+ implied. See the License for the specific language governing permissions
2796
+ and limitations under the License.
2797
+
2798
+ ======================================================================
2799
+ ======================================================================
2800
+
2560
2801
Written Offer for Source Code
2561
2802
2562
2803
For any software that you receive from Oracle in binary form which is
0 commit comments