Update copyright year to 2026#735
Merged
Merged
Conversation
Refreshes the copyright header on all tracked source files to bump the year to 2026, using the canonical text from the IDEA copyright profile. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The previous commit's copyright-header pass had a bug in the shared update-copyright script (fixed separately in the agents submodule): for hash-style files where a doc comment immediately follows the license header (separated only by a blank line), the header-detection loop kept consuming through the blank line and swallowed the doc comment along with the header. Restores the lost comments in the affected files while keeping the 2026/https header. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e0c1000681
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This legacy sed-based script duplicated the copyright-update workflow now provided by the update-copyright skill's Python script in the agents submodule, and was no longer referenced anywhere in the repo. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
armiol
approved these changes
Jul 17, 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.
Summary
.idea/copyright/TeamDev_Open_Source.xml. Files without an existing header were left untouched, per policy.Note
The primary goal of updating the year now is to allow the Delivery Server project use latest
config. Delivery Server got copyright year update for all its files, including those distributed byconfig. So we need the current year to avoid rollback of the year on./config/pull.agents: the header update initially swallowed the trailing doc comments in 7 hash-style files (gcs.properties,scripts/decrypt.sh,scripts/ensure-reports-updated.sh,scripts/publish-artifacts.sh,scripts/request-package-names.sh,scripts/trigger-publishing.sh,scripts/update-copyright.sh) where a doc comment immediately follows the license header, separated only by a blank line. This commit restores that documentation while keeping the 2026/https header. (The root-cause fix to the sharedupdate-copyrightscript itself lives in theagentssubmodule and is tracked separately, out of scope for this PR.)Test plan
update_copyright.py --dry-runthen live; verified file count/diffs.master+ a fixed script, and re-ran a repo-wide--dry-runconfirming zero files remain to update../gradlew :buildSrc:build detekt(JAVA_HOME 17) — BUILD SUCCESSFUL.spine-code-reviewandkotlin-engineerboth APPROVE.🤖 Generated with Claude Code