This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 2c0f7243da2a403143637e1b841d6f3b3b0bc05a
Author: Alexey Serbin <[email protected]>
AuthorDate: Thu Feb 6 23:13:25 2020 -0800

    [thirdparty] libcurl is now run-time dependency
    
    Since we started using libcurl in cloud instance detection, curl
    migrated from build-time into run-time dependency.
    
    Change-Id: Ie3d970aea0ac4fdc69fd80d6df8e5245b60fb457
    Reviewed-on: http://gerrit.cloudera.org:8080/15181
    Reviewed-by: Adar Dembo <[email protected]>
    Tested-by: Kudu Jenkins
---
 .../mini-cluster/LICENSE-BINARY-JAR-LINUX.txt      | 27 ++++++++++++++++++
 thirdparty/LICENSE.txt                             | 32 ++++++++++++++++++----
 2 files changed, 54 insertions(+), 5 deletions(-)

diff --git a/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt 
b/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
index 71330be..218f950 100644
--- a/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
+++ b/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
@@ -56,6 +56,33 @@ Source: Centos 6.6 yum repository
   recognition of their trademark status should be given).
 
 
--------------------------------------------------------------------------------
+curl: MIT/X derivative license
+libraries: libcurl
+Source: http://curl.haxx.se/
+
+  Copyright (c) 1996 - 2020, Daniel Stenberg, [email protected], and many
+  contributors, see the THANKS file.
+
+  All rights reserved.
+
+  Permission to use, copy, modify, and distribute this software for any purpose
+  with or without fee is hereby granted, provided that the above copyright
+  notice and this permission notice appear in all copies.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+  DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+  OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+  USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+  Except as contained in this notice, the name of a copyright holder shall not
+  be used in advertising or otherwise to promote the sale, use or other
+  dealings in this Software without prior written authorization of the
+  copyright holder.
+
+--------------------------------------------------------------------------------
 Cyrus SASL: BSD license
 libraries: libsasl2, libanonymous, libgssapiv2, liblogin, libplain, libsasldb
 libraries: libgs2, libdigestmd5, libcrammd5, libscram, libntlm
diff --git a/thirdparty/LICENSE.txt b/thirdparty/LICENSE.txt
index b9faf73..a1845b8 100644
--- a/thirdparty/LICENSE.txt
+++ b/thirdparty/LICENSE.txt
@@ -488,6 +488,33 @@ libraries: libcrcutil
 Source: https://code.google.com/archive/p/crcutil/
 
 
--------------------------------------------------------------------------------
+thirdparty/src/curl-*/: MIT/X derivative license
+libraries: libcurl
+Source: http://curl.haxx.se/
+
+  Copyright (c) 1996 - 2020, Daniel Stenberg, [email protected], and many
+  contributors, see the THANKS file.
+
+  All rights reserved.
+
+  Permission to use, copy, modify, and distribute this software for any purpose
+  with or without fee is hereby granted, provided that the above copyright
+  notice and this permission notice appear in all copies.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+  DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+  OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+  USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+  Except as contained in this notice, the name of a copyright holder shall not
+  be used in advertising or otherwise to promote the sale, use or other
+  dealings in this Software without prior written authorization of the
+  copyright holder.
+
+--------------------------------------------------------------------------------
 thirdparty/src/libunwind-*/: X11 license
 libraries: libunwind
 Source: http://savannah.nongnu.org/projects/libunwind/
@@ -621,11 +648,6 @@ Source: https://hive.apache.org
 NOTE: build-time dependency
 
 
--------------------------------------------------------------------------------
-thirdparty/src/curl-*/: MIT/X derivative license
-Source: http://curl.haxx.se/
-NOTE: build-time dependency
-
---------------------------------------------------------------------------------
 thirdparty/src/chrony-*/: GPLv2 license (https://www.gnu.org/licenses/gpl.html)
 Source: https://chrony.tuxfamily.org/
 NOTE: build-time dependency

Reply via email to