Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates copyright year notices from 2025 to 2026 across the entire codebase. Despite the PR title indicating "fix code style", the changes are purely administrative copyright updates applied consistently to all source files, test files, and examples.
Key Changes
- Updated copyright year from "(c) 2025" to "(c) 2026" in file headers
- Changes applied uniformly across 87 files spanning source code, tests, and examples
- No functional code changes
Reviewed changes
Copilot reviewed 88 out of 88 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/Unit/Util/DateTimeImmutableFactoryTest.php | Updated copyright year to 2026 |
| tests/Unit/Presentation/Factory/*.php | Updated copyright year to 2026 across all factory test files |
| tests/Unit/Presentation/*.php | Updated copyright year to 2026 in presentation test files |
| tests/Unit/Presentation/Component/Property/Value/*.php | Updated copyright year to 2026 in value test files |
| tests/Unit/Presentation/Component/Property/ParameterTest.php | Updated copyright year to 2026 |
| tests/Unit/Domain/ValueObject/*.php | Updated copyright year to 2026 in value object test files |
| tests/Unit/Domain/Entity/*.php | Updated copyright year to 2026 in entity test files |
| tests/Integration/EventsGeneratorTest.php | Updated copyright year to 2026 |
| src/Util/DateTimeImmutableFactory.php | Updated copyright year to 2026 |
| src/Presentation/Factory/*.php | Updated copyright year to 2026 across all factory source files |
| src/Presentation/ContentLine.php | Updated copyright year to 2026 |
| src/Presentation/Component/Property/Value/*.php | Updated copyright year to 2026 across all value classes |
| src/Presentation/Component/Property/*.php | Updated copyright year to 2026 in property classes |
| src/Presentation/Component.php | Updated copyright year to 2026 |
| src/Domain/ValueObject/*.php | Updated copyright year to 2026 across all value object classes |
| src/Domain/ValueObject/Alarm/*.php | Updated copyright year to 2026 in alarm-related value objects |
| src/Domain/Enum/*.php | Updated copyright year to 2026 in enum classes |
| src/Domain/Entity/*.php | Updated copyright year to 2026 in entity classes |
| src/Domain/Collection/*.php | Updated copyright year to 2026 in collection classes |
| examples/*.php | Updated copyright year to 2026 in all example files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * This file is part of the eluceo/iCal package. | ||
| * | ||
| * (c) 2025 Markus Poerschke <markus@poerschke.nrw> | ||
| * (c) 2026 Markus Poerschke <markus@poerschke.nrw> |
There was a problem hiding this comment.
The PR title "fix code style" doesn't accurately describe the changes being made. This PR is updating copyright years from 2025 to 2026 across all files. Consider using a more descriptive title such as "Update copyright year to 2026" or "chore: Update copyright notices for 2026".
No description provided.