This is an automated email from the ASF dual-hosted git repository. leaves12138 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/paimon-cpp.git
commit 56e8808d58d6d4dd02423a5e86e0c426af0620c9 Author: yonghao.fyh <[email protected]> AuthorDate: Mon May 25 18:24:57 2026 +0800 fix --- LICENSE | 14 ++++++++++++++ NOTICE | 3 +++ 2 files changed, 17 insertions(+) diff --git a/LICENSE b/LICENSE index 94b91de..585c916 100644 --- a/LICENSE +++ b/LICENSE @@ -260,10 +260,24 @@ This product includes code from Apache Arrow. * cmake_modules/DefineOptions.cmake * cmake_modules/san-config.cmake * cmake_modules/SetupCxxFlags.cmake + * third-party toolchain and patches: + - cmake_modules/ThirdpartyToolchain.cmake + - cmake_modules/arrow.diff Copyright: 2016-2024 The Apache Software Foundation. Home page: https://arrow.apache.org/ License: https://www.apache.org/licenses/LICENSE-2.0 + +-------------------------------------------------------------------------------- + +This product includes code from Apache ORC. + +* ORC patch file: + * cmake_modules/orc.diff + +Copyright: 2013 and onwards The Apache Software Foundation. +Home page: https://orc.apache.org/ +License: https://www.apache.org/licenses/LICENSE-2.0 -------------------------------------------------------------------------------- This product includes code from cppjieba. diff --git a/NOTICE b/NOTICE index 08021f3..9160245 100644 --- a/NOTICE +++ b/NOTICE @@ -7,6 +7,9 @@ The Apache Software Foundation (http://www.apache.org/). Apache Arrow Copyright 2016-2024 The Apache Software Foundation +Apache ORC +Copyright 2013 and onwards The Apache Software Foundation + This product includes software from RocksDB project (Apache 2.0 and BSD 3-clause) Copyright (c) 2011-present, Facebook, Inc. All rights reserved. Copyright (c) 2011 The LevelDB Authors. All rights reserved.
