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-6983-469e8f031c9b95282ff2cab1388f6c95f4a0045d in repository https://gitbox.apache.org/repos/asf/texera.git
commit 1272137496f5be0b0f4741e72d71d24f5639445a Author: Xuan Gu <[email protected]> AuthorDate: Tue Jul 28 21:49:55 2026 -0700 fix(docs): use a plain year range in NOTICE copyright (#6983) ### What changes were proposed in this PR? Per ASF policy [1], the NOTICE copyright line should use a plain year range, not "and onwards". Changed `Copyright 2025 and onwards The Apache Software Foundation` to `Copyright 2025-2026 The Apache Software Foundation` in the root `NOTICE` and all `*/NOTICE-binary` files. [1] https://www.apache.org/legal/src-headers.html#notice ### Any related issues, documentation, discussions? Closes #6981. To be backported to `release/v1.2` for RC4. ### How was this PR tested? Text-only change; CI license/NOTICE checks pass with no generator drift. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.8) Co-authored-by: Claude Opus 4.8 <[email protected]> --- NOTICE | 2 +- access-control-service/NOTICE-binary | 2 +- amber/NOTICE-binary | 2 +- computing-unit-managing-service/NOTICE-binary | 2 +- config-service/NOTICE-binary | 2 +- file-service/NOTICE-binary | 2 +- notebook-migration-service/NOTICE-binary | 2 +- workflow-compiling-service/NOTICE-binary | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NOTICE b/NOTICE index 259ef6b36b..67ed88502c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 and onwards The Apache Software Foundation +Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/access-control-service/NOTICE-binary b/access-control-service/NOTICE-binary index 953bda837d..59cb329242 100644 --- a/access-control-service/NOTICE-binary +++ b/access-control-service/NOTICE-binary @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 and onwards The Apache Software Foundation +Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/amber/NOTICE-binary b/amber/NOTICE-binary index 5606e588c0..7177637add 100644 --- a/amber/NOTICE-binary +++ b/amber/NOTICE-binary @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 and onwards The Apache Software Foundation +Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/computing-unit-managing-service/NOTICE-binary b/computing-unit-managing-service/NOTICE-binary index 5526d98381..c79c36a74e 100644 --- a/computing-unit-managing-service/NOTICE-binary +++ b/computing-unit-managing-service/NOTICE-binary @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 and onwards The Apache Software Foundation +Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/config-service/NOTICE-binary b/config-service/NOTICE-binary index 953bda837d..59cb329242 100644 --- a/config-service/NOTICE-binary +++ b/config-service/NOTICE-binary @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 and onwards The Apache Software Foundation +Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/file-service/NOTICE-binary b/file-service/NOTICE-binary index 848f924a90..4d2672e627 100644 --- a/file-service/NOTICE-binary +++ b/file-service/NOTICE-binary @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 and onwards The Apache Software Foundation +Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/notebook-migration-service/NOTICE-binary b/notebook-migration-service/NOTICE-binary index 953bda837d..59cb329242 100644 --- a/notebook-migration-service/NOTICE-binary +++ b/notebook-migration-service/NOTICE-binary @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 and onwards The Apache Software Foundation +Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/workflow-compiling-service/NOTICE-binary b/workflow-compiling-service/NOTICE-binary index 1ba34d4bf9..4be686ccfa 100644 --- a/workflow-compiling-service/NOTICE-binary +++ b/workflow-compiling-service/NOTICE-binary @@ -1,5 +1,5 @@ Apache Texera (Incubating) -Copyright 2025 and onwards The Apache Software Foundation +Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
