This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_release_issue in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 7eff1716eb910c605fa324ec47a99454279f2c05 Author: HTHou <[email protected]> AuthorDate: Fri Nov 8 10:04:07 2024 +0800 update license info --- LICENSE | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/LICENSE b/LICENSE index 3d91adc3..7b741bb5 100644 --- a/LICENSE +++ b/LICENSE @@ -247,6 +247,16 @@ License: https://github.com/panagiotisl/chimp/blob/main/LICENCE.md -------------------------------------------------------------------------------- +The following files include code modified from Trino project. + +./java/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/block/* + +Trino is open source software licensed under the Apache License 2.0 and supported by the Trino Software Foundation. +Project page: https://github.com/trinodb/trino +License: https://github.com/trinodb/trino/blob/master/LICENSE + +-------------------------------------------------------------------------------- + The following files include code is copied from lz4 project. ./cpp/src/compress/lz4.c @@ -260,15 +270,15 @@ License: https://github.com/lz4/lz4/blob/dev/LICENSE The following files include code modified from Snappy project. -./tsfile/cpp/third_party/google_snappy/snappy.h -./tsfile/cpp/third_party/google_snappy/snappy.cc -./tsfile/cpp/third_party/google_snappy/snappy-internal.h -./tsfile/cpp/third_party/google_snappy/snappy-sinksource.cc -./tsfile/cpp/third_party/google_snappy/snappy-sinksource.h -./tsfile/cpp/third_party/google_snappy/snappy-stubs-internal.cc -./tsfile/cpp/third_party/google_snappy/snappy-stubs-internal.h -./tsfile/cpp/third_party/google_snappy/snappy-stubs-public.h.in -./tsfile/cpp/third_party/google_snappy/CMakeLists.txt +./cpp/third_party/google_snappy/snappy.h +./cpp/third_party/google_snappy/snappy.cc +./cpp/third_party/google_snappy/snappy-internal.h +./cpp/third_party/google_snappy/snappy-sinksource.cc +./cpp/third_party/google_snappy/snappy-sinksource.h +./cpp/third_party/google_snappy/snappy-stubs-internal.cc +./cpp/third_party/google_snappy/snappy-stubs-internal.h +./cpp/third_party/google_snappy/snappy-stubs-public.h.in +./cpp/third_party/google_snappy/CMakeLists.txt Copyright: 2011, Google Inc. Project page: https://github.com/google/snappy @@ -276,22 +286,11 @@ License: https://github.com/google/snappy/blob/main/COPYING -------------------------------------------------------------------------------- -The following files include code is copied from lz4 project. - -./tsfile/cpp/third_party/lz4/lz4.c -./tsfile/cpp/third_party/lz4/lz4.h - -Copyright: (C) 2011-2020, Yann Collet. -Project page: http://www.lz4.org -License: https://github.com/lz4/lz4/blob/dev/LICENSE - --------------------------------------------------------------------------------- - The following files include code is copied from lzokay project. -./tsfile/cpp/third_party/lzokay/lzokay.cpp -./tsfile/cpp/third_party/lzokay/lzokay.hpp -./tsfile/cpp/third_party/lzokay/LICENSE +./cpp/third_party/lzokay/lzokay.cpp +./cpp/third_party/lzokay/lzokay.hpp +./cpp/third_party/lzokay/LICENSE Copyright: (c) 2018 Jack Andersen Project page: https://github.com/AxioDL/lzokay
