This is an automated email from the ASF dual-hosted git repository. github-merge-queue[bot] pushed a commit to branch gh-readonly-queue/main/pr-5158-5b09ca1eb14b8e04daa1a83de39ba99078e826f0 in repository https://gitbox.apache.org/repos/asf/texera.git
commit e2bd47337f04e1260b6e7cc6ce0a6c5387d12705 Author: Jiadong Bai <[email protected]> AuthorDate: Sat May 30 00:57:22 2026 -0700 docs: update NOTICE copyright to "2025 and onwards" (#5158) ### What changes were proposed in this PR? Updates the copyright line in `NOTICE` (and the duplicate at `bin/single-node/NOTICE`) from `Copyright 2025 The Apache Software Foundation` to `Copyright 2025 and onwards The Apache Software Foundation`. Following Apache Spark's practice — avoids needing to bump the year on every release. ### Any related issues, documentation, discussions? Closes #5157 ### How was this PR tested? Doc-only change; no tests required. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 (1M context) Co-authored-by: Bob Bai <[email protected]> --- NOTICE | 2 +- bin/single-node/NOTICE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index d0729cd83c..259ef6b36b 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 The Apache Software Foundation +Copyright 2025 and onwards The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/bin/single-node/NOTICE b/bin/single-node/NOTICE index d0729cd83c..259ef6b36b 100644 --- a/bin/single-node/NOTICE +++ b/bin/single-node/NOTICE @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 The Apache Software Foundation +Copyright 2025 and onwards The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
