chore: name the copyright holder in every licence appendix - #98
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughThe change replaces the Apache License copyright placeholder in five license files with ChangesLicense attribution
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates the copyright attribution consistently across the root and package license files without changing product behavior. No current merge-readiness risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3922e63c1c
ℹ️ 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".
| identification within third-party archives. | ||
|
|
||
| Copyright [yyyy] [name of copyright owner] | ||
| Copyright 2026 Dmitry Prudnikov |
There was a problem hiding this comment.
Restore the unmodified Apache-2.0 license text
The bracketed line is part of the Apache-2.0 appendix's example header: the preceding paragraph instructs users to replace those fields when attaching the boilerplate to a work, not in the license copy itself. Making this replacement in all five LICENSE files means the repository and published distributions no longer carry the canonical Apache-2.0 text despite declaring Apache-2.0, which can cause exact-text compliance or license-scanning failures. Keep the placeholder in each license and put the project-specific copyright in NOTICE (where it already appears) or in source-file headers.
Useful? React with 👍 / 👎.



All five Apache-2.0 licence files (root and the four packages) still carried the template placeholder
Copyright [yyyy] [name of copyright owner]; they now name the maintainer, matching the NOTICE files.