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:07 UTC

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

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
 ================================================================================