You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2019/11/10 06:45:05 UTC

[kudu] branch branch-1.10.x updated (41172ad -> 98bb8d2)

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

alexey pushed a change to branch branch-1.10.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.


    from 41172ad  [examples] update version to 1.10.1
     new 990f612  [build-support] add info on libyaml-cpp
     new 98bb8d2  [thirdparty] add license info about yaml-cpp

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../mini-cluster/LICENSE-BINARY-JAR-LINUX.txt      | 25 ++++++++++++++++++++++
 thirdparty/LICENSE.txt                             | 25 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)


[kudu] 02/02: [thirdparty] add license info about yaml-cpp

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 98bb8d2fc16bf4e81730ea351b18124858849fa6
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Tue Nov 5 19:22:51 2019 +0100

    [thirdparty] add license info about yaml-cpp
    
    Added license information on yaml-cpp (build/test-only dependency)
    into thirdparty/LICENSE.txt.
    
    This patch doesn't have any functional modifications.
    
    Change-Id: I65dfaa917fdf4f0831471b3e730bf8be19ebdc2d
    Reviewed-on: http://gerrit.cloudera.org:8080/14637
    Tested-by: Kudu Jenkins
    Reviewed-by: Alexey Serbin <as...@cloudera.com>
    (cherry picked from commit 9e6e729dfa9ab8613c4f0daf78c4b4a7feeef38c)
      Conflicts:
          thirdparty/LICENSE.txt
      modified:
          thirdparty/LICENSE.txt
          commit description
              Removed chrony-related part from the cherry-picked changelist
    Reviewed-on: http://gerrit.cloudera.org:8080/14681
    Tested-by: Alexey Serbin <as...@cloudera.com>
---
 thirdparty/LICENSE.txt | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/thirdparty/LICENSE.txt b/thirdparty/LICENSE.txt
index bc2dab0..9f0afe4 100644
--- a/thirdparty/LICENSE.txt
+++ b/thirdparty/LICENSE.txt
@@ -631,6 +631,31 @@ thirdparty/thrift-*/: Apache License v2.0
 libraries: libthrift
 Source: https://thrift.apache.org
 
+--------------------------------------------------------------------------------
+thirdparty/src/yaml-cpp-yaml-cpp-*/: MIT license
+libraries: libyaml-cpp
+Source: https://github.com/jbeder/yaml-cpp
+
+Copyright (c) 2008-2015 Jesse Beder.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+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. 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.
+
 ================================================================================
 BUILD-ONLY DEPENDENCIES
 ================================================================================


[kudu] 01/02: [build-support] add info on libyaml-cpp

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 990f612bbc5dd251fe5820959b29a7d54fed1293
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Wed Oct 30 21:41:08 2019 -0700

    [build-support] add info on libyaml-cpp
    
    Added license information on libyaml-cpp into the
    mini-cluster binary license file on linux.
    
    Change-Id: I7ea9371501cfe669b32acf0615bf9b9b29cbff06
    Reviewed-on: http://gerrit.cloudera.org:8080/14599
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <gr...@apache.org>
    (cherry picked from commit 973e5cdf8fbcedcdcc659d980f3a3a69dc4f109f)
      modified:   build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
      modified:   the original commit description
                     removed information on libnuma license
    Reviewed-on: http://gerrit.cloudera.org:8080/14680
    Reviewed-by: Alexey Serbin <as...@cloudera.com>
    Tested-by: Alexey Serbin <as...@cloudera.com>
---
 .../mini-cluster/LICENSE-BINARY-JAR-LINUX.txt      | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt b/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
index 1a1708f..71330be 100644
--- a/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
+++ b/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
@@ -100,6 +100,31 @@ Source: Centos 6.6 yum repository
   OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 --------------------------------------------------------------------------------
+yaml-cpp: BSD license
+libraries: libyaml-cpp
+Source: yaml-cpp-yaml-cpp-0.6.2 source tarball
+
+  Copyright (c) 2008-2015 Jesse Beder.
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  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. 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.
+
+--------------------------------------------------------------------------------
 NSS Softokn Cryptographic Module Freebl Library: MPL 2.0 license
 libraries: libfreebl3
 Source: Centos 6.6 yum repository