SC-45749 Migrate to dateless license headers#286
SC-45749 Migrate to dateless license headers#286claire-villard-sonarsource merged 1 commit intomasterfrom
Conversation
SummaryThis PR removes date ranges from all copyright headers across the project and standardizes them to a dateless format. Specifically:
This aligns copyright headers with modern best practices where copyright dates are not maintained inline. What reviewers should knowScope: 125 files changed, all with identical 2-line modifications (removing date ranges). Files to spot-check:
Pattern: All changes follow the same pattern—the only variation is between different header styles (Java block comments, Maven pom.xml, etc.), but the date removal is consistent everywhere. No functional impact: This is purely a header metadata update. No imports, logic, dependencies, or test behavior are affected. The stat diff of "+1, -1" on every file confirms only header lines were touched.
|
jerome-chetelat-sonarsource
left a comment
There was a problem hiding this comment.
There's the license in README.md to change
5bbef07 to
88806d0
Compare
Good catch! Done |
There was a problem hiding this comment.
LGTM! ✅
Clean, purely mechanical change — no logic, no behavior, no risk. Every one of the 125 modified files has exactly one line changed: the copyright year range stripped out, leaving only the copyright holder name. The README.md change also standardizes the phrasing to match the rest of the codebase ("Copyright (C) SonarSource Sàrl" instead of the previous "Copyright 2011-2025 SonarSource.").
|





Please be aware that we are not actively looking for feature contributions. The truth is that it's extremely difficult for someone outside SonarSource to comply with our roadmap and expectations. Therefore, we typically only accept minor cosmetic changes and typo fixes. If you would like to see a new feature, please create a new thread in the forum "Suggest new features".
With that in mind, if you would like to submit a code contribution, make sure that you adhere to the following guidelines and all tests are passing:
We will try to give you feedback on your contribution as quickly as possible.
Thank You!
The SonarSource Team