You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2021/02/25 19:29:22 UTC

[kudu] branch master updated: [thirdparty] Update thirdparty licenses

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 71871ac  [thirdparty] Update thirdparty licenses
71871ac is described below

commit 71871acbb802a22f145236d9e744ffa18afc77c3
Author: Grant Henke <gr...@apache.org>
AuthorDate: Thu Feb 25 11:07:17 2021 -0600

    [thirdparty] Update thirdparty licenses
    
    With some recent changes to the gtest and curl builds in thirdparty
    there are some license changes that should be made. I noticed
    these required changes as a result of a failing kudu-binary jar
    license check.
    
    Change-Id: I70cfc5b524e6ad0dc9a592f6728ff9f65752ff70
    Reviewed-on: http://gerrit.cloudera.org:8080/17123
    Tested-by: Kudu Jenkins
    Reviewed-by: Bankim Bhavsar <ba...@cloudera.com>
---
 thirdparty/LICENSE.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/thirdparty/LICENSE.txt b/thirdparty/LICENSE.txt
index 190941b..dc63b05 100644
--- a/thirdparty/LICENSE.txt
+++ b/thirdparty/LICENSE.txt
@@ -489,7 +489,7 @@ Source: https://code.google.com/archive/p/crcutil/
 
 --------------------------------------------------------------------------------
 thirdparty/src/curl-*/: MIT/X derivative license
-libraries: libcurl
+libraries: libcurl, libnghttp2
 Source: http://curl.haxx.se/
 
   Copyright (c) 1996 - 2020, Daniel Stenberg, daniel@haxx.se, and many
@@ -616,8 +616,8 @@ Source: https://github.com/gcovr/gcovr
 NOTE: optional build-time dependency
 
 --------------------------------------------------------------------------------
-thirdparty/src/gmock-*/: BSD 3-clause license
-libraries: libgmock
+thirdparty/src/googletest-release-*/: BSD 3-clause license
+libraries: libgmock, libgtest
 Source: https://github.com/google/googletest
 NOTE: build-time dependency
 TODO(KUDU-2696): gmock is unnecessarily linked into the kudu cli binary