[#10421] improvement (docs): Update Apache Gravitino copyright year to 2026 in NOTICE files (#10422)#10423
Merged
yuqi1129 merged 1 commit intoapache:mainfrom Mar 13, 2026
Conversation
…year to 2026 in NOTICE files (apache#10422) ### What changes were proposed in this pull request? Update the Apache Gravitino copyright year to 2026 in `NOTICE.bin`, `NOTICE.iceberg`, `NOTICE.lance`, and `NOTICE.trino`. Only the "Apache Gravitino" product copyright lines are changed; third-party component copyright lines are left untouched. ### Why are the changes needed? Fix: apache#10421 The copyright year for the Apache Gravitino product itself was outdated (2024/2025) in four NOTICE files ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A — documentation/metadata change only.
Contributor
There was a problem hiding this comment.
Pull request overview
Cherry-picks documentation/metadata updates to refresh the Apache Gravitino product copyright year to 2026 across multiple NOTICE files.
Changes:
- Updated the Apache Gravitino product copyright line to 2026 in
NOTICE.bin,NOTICE.iceberg,NOTICE.lance, andNOTICE.trino - Updated multiple Apache Gravitino copyright occurrences within
NOTICE.iceberg
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| NOTICE.trino | Updates Apache Gravitino product copyright year to 2026 |
| NOTICE.lance | Updates Apache Gravitino product copyright year to 2026 |
| NOTICE.iceberg | Updates Apache Gravitino product copyright year to 2026 (multiple occurrences) |
| NOTICE.bin | Updates Apache Gravitino product copyright year to 2026 |
You can also share your feedback on Copilot code review. Take the survey.
Code Coverage Report
|
yuqi1129
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Cherry-pick of #10422 from branch-1.2 to main.
Update the Apache Gravitino copyright year to 2026 in
NOTICE.bin,NOTICE.iceberg,NOTICE.lance, andNOTICE.trino. Only the "Apache Gravitino" product copyright lines are changed; third-party component copyright lines are left untouched.Why are the changes needed?
Fix: #10421
The copyright year for the Apache Gravitino product itself was outdated (2024/2025) in four NOTICE files.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A — documentation/metadata change only.