Skip to content

Commit

Permalink
docs(license): update LICENSE.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Feb 18, 2025
1 parent e888669 commit 307bf36
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1,074 deletions.
23 changes: 22 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@

This project includes code from the Go project, BSD 3-clause license + PATENTS
weak patent termination clause
(https://github.com/golang/go/blob/master/PATENTS).
(https://github.com/golang/go/blob/master/PATENTS):

* arrow/flight/cookie_middleware.go

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -234,3 +236,22 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------

This project includes code from the LLVM project:

* arrow/compute/internal/kernels/_lib/types.h

Apache License v2.0 with LLVM Exceptions.
See https://llvm.org/LICENSE.txt for license information.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

--------------------------------------------------------------------------------

This project includes code from the brotli project (https://github.com/google/brotli):

* parquet/compress/brotli.go

Copyright: 2013 Google Inc. All Rights Reserved
Distributed under MIT License.
1 change: 0 additions & 1 deletion arrow/compute/internal/kernels/_lib/base_arithmetic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <stdint.h>
#include <limits.h>
#include "types.h"
#include "vendored/safe-math.h"

// Corresponds to equivalent ArithmeticOp enum in base_arithmetic.go
// for passing across which operation to perform. This allows simpler
Expand Down
Loading

0 comments on commit 307bf36

Please sign in to comment.