Skip to content

Commit 53eaed6

Browse files
committed
Update License Book of router & meb
Approved By: Erlend Dahl <[email protected]>
2 parents 999e1f9 + 6c8522d commit 53eaed6

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

router/LICENSE.router

Lines changed: 32 additions & 7 deletions
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 Router 8.0.
1212

13-
Last updated: September 2019
13+
Last updated: February 2020
1414

1515
Licensing Information
1616

@@ -27,7 +27,7 @@ Licensing Information
2727
to link the program and your derivative works with the separately
2828
licensed software that they have included with the program.
2929

30-
Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights
30+
Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights
3131
reserved.
3232

3333
Election of GPLv2
@@ -516,7 +516,6 @@ covered by the above license.
516516
libevent
517517

518518
The following software may be included in this product:
519-
520519
Copyright (c) 2000-2007 Niels Provos <[email protected]>
521520
Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
522521

@@ -612,6 +611,34 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
612611
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
613612
THE SOFTWARE.
614613

614+
LZ4
615+
616+
The following software may be included in this product:
617+
LZ4 Library
618+
Copyright (c) 2011-2016, Yann Collet
619+
All rights reserved.
620+
621+
Redistribution and use in source and binary forms, with or without
622+
modification, are permitted provided that the following conditions are met:
623+
624+
* Redistributions of source code must retain the above copyright notice,
625+
this list of conditions and the following disclaimer.
626+
627+
* Redistributions in binary form must reproduce the above copyright notice,
628+
this list of conditions and the following disclaimer in the documentation
629+
and/or other materials provided with the distribution.
630+
631+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
632+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
633+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
634+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
635+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAG
636+
ES
637+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
638+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
639+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
640+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
641+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
615642

616643
OpenSSL License
617644

@@ -626,16 +653,14 @@ OpenSSL License
626653

627654
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
628655
the OpenSSL License and the original SSLeay license apply to the toolkit.
629-
See below for the actual license texts. Actually both licenses are BSD-style
630-
Open Source licenses. In case of any license issues related to OpenSSL
631-
please contact [email protected].
656+
See below for the actual license texts.
632657

633658
OpenSSL License
634659
---------------
635660

636661
/* ====================================================================
637662

638-
* Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
663+
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
639664
*
640665

641666
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)