This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
commit 13a8c3f3ab845bb903c5773594b32b228215d3f2 Author: roryqi <[email protected]> AuthorDate: Mon Dec 30 14:10:30 2024 +0800 [#2305] improvement: Add copyright for PingCAP (#2312) ### What changes were proposed in this pull request? Add copyright for PingCAP ### Why are the changes needed? Fix: #2305 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. --- LICENSE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LICENSE b/LICENSE index eca6f5fca..65b1efcc8 100644 --- a/LICENSE +++ b/LICENSE @@ -204,5 +204,8 @@ This product bundles a third-party component under the Apache 2.0 License. + Tikv + Copyright (c) 2017-present, PingCAP, Inc. Released under the Apache 2.0 license. See [LICENSE](https://github.com/tikv/raft-engine/blob/master/LICENSE) for details. + ./rust/experimental/server/src/readable_size.rs
