chore: bump copyright headers to 2026#884
Conversation
The format CI job runs .bin/ory dev headers copyright, which stamps the current year on every source file's copyright header. No commit has landed on master since July 2025, so the header year (2025) is now stale, and the format job fails on any PR or push -- not because of anything in that change, but because this is the first CI run since the year rolled over. Re-running `make format` on current output only touches the copyright year across the tree; there is no other diff.
|
|
|
Important Review skippedToo many files! This PR contains 261 files, which is 111 over the limit of 150. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (261)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The format CI job runs .bin/ory dev headers copyright, which stamps
the current year on every source file's copyright header. No commit
has landed on master since July 2025, so the header year (2025) is now
stale, and the format job fails on any PR or push -- not because of
anything in that change, but because this is the first CI run since
the year rolled over.
Re-running
make formaton current output only touches the copyrightyear across the tree; there is no other diff.