Update copyright year to 2026 and standardize SPDX headers#373
Merged
nicholas-fedor merged 1 commit intomainfrom Mar 2, 2026
Merged
Update copyright year to 2026 and standardize SPDX headers#373nicholas-fedor merged 1 commit intomainfrom
nicholas-fedor merged 1 commit intomainfrom
Conversation
…aders - Update copyright year from 2025 to 2026 across all project files - Standardize license headers to SPDX-License-Identifier format - Add missing license headers to main entry point and generated mocks - Update documented minimum Go version requirement from 1.16 to 1.26 - Fix import alias formatting for bubbletea package in ProgramRunner mock
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (16)
WalkthroughCopyright year updates from 2025 to 2026 and license header standardization from full GNU AGPL text to SPDX-License-Identifier format across the project. Documentation updated for Go version requirement. One import alias added to internal/cli/mocks/ProgramRunner.go for bubbletea package. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #373 +/- ##
===========================================
- Coverage 69.68% 56.23% -13.46%
===========================================
Files 6 6
Lines 353 489 +136
===========================================
+ Hits 246 275 +29
- Misses 97 197 +100
- Partials 10 17 +7
🚀 New features to boost your workflow:
|
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.
This PR updates the copyright year and standardizes file headers.
Changes
Summary by CodeRabbit
Chores
Documentation