Conversation
Update all tracked code files, REUSE.toml, hack/license-header.txt and hack/boilerplate.go.txt to use the year-free SPDX copyright text. addlicense does not rewrite files that already contain an SPDX license marker, so existing year-bearing SPDX-FileCopyrightText headers were rewritten in-place via sed. No dedicated automation step is required. Fixes ironcore-dev#778 Signed-off-by: Felix Riegger <felix.riegger@sap.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (91)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe pull request replaces year-specific SPDX copyright text with year-free SAP SE and IronCore contributor attribution in REUSE metadata, templates, production files, and tests. SPDX license identifiers and runtime behavior remain unchanged. ChangesCopyright header migration
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This updates repository copyright notices to year-free SPDX attribution without changing application behavior or licensing identifiers. No current merge-readiness risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
Full details: Linked Issues checkExplanation The changes remove year values from the reported SPDX copyright headers, preserve the SPDX license identifiers, and document the sed-based rewrite process. The provided context does not confirm that make check-license passes. ✨ 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 |
Update all tracked code files, REUSE.toml, hack/license-header.txt and hack/boilerplate.go.txt to use the year-free SPDX copyright text.
addlicense does not rewrite files that already contain an SPDX license marker, so existing year-bearing SPDX-FileCopyrightText headers were rewritten in-place via sed. No dedicated automation step is required.
Fixes #778
Summary by CodeRabbit