Skip to content

Commit cc970e1

Browse files
committed
Bug#28692087: Update License Book
1 parent ae4e0bd commit cc970e1

File tree

1 file changed

+109
-1
lines changed

1 file changed

+109
-1
lines changed

LICENSE.txt

Lines changed: 109 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/C++ 8.0.
1212

13-
Last updated: June 2018.
13+
Last updated: September 2018.
1414

1515
Licensing Information
1616

@@ -777,6 +777,114 @@ OpenSSL License
777777
* [including the GNU Public Licence.]
778778
*/
779779

780+
RapidJSON v1.1.0
781+
782+
The following software may be included in this product:
783+
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All
784+
rights reserved.
785+
786+
If you have downloaded a copy of the RapidJSON binary from Tencent, please
787+
note that the RapidJSON binary is licensed under the MIT License.
788+
If you have downloaded a copy of the RapidJSON source code from Tencent,
789+
please note that RapidJSON source code is licensed under the MIT License,
790+
except for the third-party components listed below which are subject to
791+
different license terms. Your integration of RapidJSON into your own
792+
projects may require compliance with the MIT License, as well as the other
793+
licenses applicable to the third-party components included within RapidJSON.
794+
To avoid the problematic JSON license in your own projects, it's sufficient
795+
to exclude the bin/jsonchecker/ directory, as it's the only code under the
796+
JSON license.
797+
A copy of the MIT License is included in this file.
798+
799+
Other dependencies and licenses:
800+
801+
Open Source Software Licensed Under the BSD License:
802+
--------------------------------------------------------------------
803+
804+
The msinttypes r29
805+
Copyright (c) 2006-2013 Alexander Chemeris
806+
All rights reserved.
807+
808+
Redistribution and use in source and binary forms, with or without
809+
modification, are permitted provided that the following conditions are met:
810+
811+
* Redistributions of source code must retain the above copyright notice, this
812+
list of conditions and the following disclaimer.
813+
* Redistributions in binary form must reproduce the above copyright notice,
814+
this list of conditions and the following disclaimer in the documentation
815+
and/or other materials provided with the distribution.
816+
* Neither the name of copyright holder nor the names of its contributors may
817+
be used to endorse or promote products derived from this software without
818+
specific prior written permission.
819+
820+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
821+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
822+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
823+
DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
824+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
825+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
826+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
827+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
828+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
829+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
830+
831+
Open Source Software Licensed Under the JSON License:
832+
--------------------------------------------------------------------
833+
834+
json.org
835+
Copyright (c) 2002 JSON.org
836+
All Rights Reserved.
837+
838+
JSON_checker
839+
Copyright (c) 2002 JSON.org
840+
All Rights Reserved.
841+
842+
843+
Terms of the JSON License:
844+
---------------------------------------------------
845+
846+
Permission is hereby granted, free of charge, to any person obtaining a copy
847+
of this software and associated documentation files (the "Software"), to deal
848+
in the Software without restriction, including without limitation the rights
849+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
850+
copies of the Software, and to permit persons to whom the Software is
851+
furnished to do so, subject to the following conditions:
852+
853+
The above copyright notice and this permission notice shall be included in
854+
all copies or substantial portions of the Software.
855+
856+
The Software shall be used for Good, not Evil.
857+
858+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
859+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
860+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
861+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
862+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
863+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
864+
SOFTWARE.
865+
866+
867+
Terms of the MIT License:
868+
--------------------------------------------------------------------
869+
870+
Permission is hereby granted, free of charge, to any person obtaining a copy
871+
of this software and associated documentation files (the "Software"), to deal
872+
in the Software without restriction, including without limitation the rights
873+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
874+
copies of the Software, and to permit persons to whom the Software is
875+
furnished to do so, subject to the following conditions:
876+
877+
The above copyright notice and this permission notice shall be included in
878+
all copies or substantial portions of the Software.
879+
880+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
881+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
882+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
883+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
884+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
885+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
886+
SOFTWARE.
887+
780888
Commonly Used Licenses
781889

782890
Artistic License (Perl) 1.0

0 commit comments

Comments
 (0)