You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/04/19 20:56:37 UTC

[arrow] branch master updated: ARROW-16232: [C++] Include OpenTelemetry in LICENSE.txt

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 10d17df11e ARROW-16232: [C++] Include OpenTelemetry in LICENSE.txt
10d17df11e is described below

commit 10d17df11e7169b8e614e28aea8ebc1351484496
Author: David Li <li...@gmail.com>
AuthorDate: Wed Apr 20 05:56:27 2022 +0900

    ARROW-16232: [C++] Include OpenTelemetry in LICENSE.txt
    
    Closes #12921 from lidavidm/ARROW-16232
    
    Authored-by: David Li <li...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 LICENSE.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/LICENSE.txt b/LICENSE.txt
index fac9b05b62..8fe852f20b 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -2248,3 +2248,11 @@ SOFTWARE.
 
 The file src/arrow/util/io_util.cc contains code from the CPython project
 which is made available under the Python Software Foundation License Version 2.
+
+--------------------------------------------------------------------------------
+
+3rdparty dependency opentelemetry-cpp is statically linked in certain binary
+distributions. opentelemetry-cpp is made available under the Apache License 2.0.
+
+Copyright The OpenTelemetry Authors
+SPDX-License-Identifier: Apache-2.0