This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch branch-0.10.bak in repository https://gitbox.apache.org/repos/asf/uniffle.git
commit 23ff0ea10fedf4ccce1852ae54223fd6790d4cd0 Author: roryqi <[email protected]> AuthorDate: Fri Dec 27 20:55:05 2024 +0800 [#2304] improvement: Update the year of NOTICE (#2313) ### What changes were proposed in this pull request? Update the year of NOTICE ### Why are the changes needed? Fix: #2304 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. --- NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 0b491637f..2cfb9fb7c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Uniffle (incubating) -Copyright 2022 The Apache Software Foundation. +Copyright 2022 and onwards The Apache Software Foundation. This product includes software developed at The Apache Software Foundation (https://www.apache.org/).
