From: Tuukka Lehtonen Date: Thu, 18 Apr 2019 12:09:42 +0000 (+0300) Subject: Added missing 3rd party component licenses to the license list X-Git-Tag: v1.43.0~136^2~162 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=794b35359a233c3afa17a5a3a42fd022ebdf8413 Added missing 3rd party component licenses to the license list * Caffeine * PGJDBC-NG * SnakeYAML * ZT Process Executor * Protocol Buffers * gRPC-Java Some more may still be missing. gitlab #288 Change-Id: I9868c77c323572b3b78a20a0644083dd6a1b298c --- diff --git a/license.html b/license.html index 35990493b..cac8ec5bb 100644 --- a/license.html +++ b/license.html @@ -254,7 +254,7 @@ Copyright (c) 2011-2016, Yann Collet EPL - 8.1.0 + 9.2.0 fastutil: Fast & compact type-specific collections for Java @@ -502,7 +502,7 @@ Copyright (c) 2011-2016, Yann Collet MIT License (https://jsoup.org/license) - 1.8.3 + 1.11.3
Copyright © 2009 - 2017 Jonathan Hedley (jonathan@hedley.net)
@@ -554,6 +554,48 @@ Copyright (c) 2011-2016, Yann Collet 1.10.0-patch1 + + Caffeine + + Apache Software License 2.0 + +2.6.2 + + + PGJDBC-NG + + BSD 3-Clause License + +0.7.1 + + + SnakeYAML + + Apache Software License 2.0 + +1.23 + + + ZT Process Executor + + Apache Software License 2.0 + +1.10 + + + Protocol Buffers + + Protocol Buffers License (BSD 3-Clause style) + +3.5.1, Google's data interchange format + + + gRPC-Java + + Apache Software License 2.0 + +1.14, An RPC library and framework + @@ -832,6 +874,44 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

Protocol Buffers License - BSD 3-Clause style

+ +
Copyright 2008 Google Inc.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+    * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+    * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Code generated by the Protocol Buffer compiler is owned by the owner
+of the input file used when generating it.  This code is not
+standalone and requires a support library to be linked with it.  This
+support library is itself covered by the above license.
+

Bouncycastle License