Skip to content

SC-45754 Migrate to dateless license headers#53

Merged
claire-villard-sonarsource merged 1 commit into
10.xfrom
claire/SC-45754/dateless-headers
Apr 10, 2026
Merged

SC-45754 Migrate to dateless license headers#53
claire-villard-sonarsource merged 1 commit into
10.xfrom
claire/SC-45754/dateless-headers

Conversation

@claire-villard-sonarsource
Copy link
Copy Markdown
Contributor

No description provided.

@sonar-review-alpha
Copy link
Copy Markdown

sonar-review-alpha Bot commented Apr 10, 2026

Summary

This PR removes date information from copyright headers across all Java and JavaScript files in the project, changing from Copyright (C) 2009-2025 SonarSource Sàrl to Copyright (C) SonarSource Sàrl.

The change affects 47 files total:

  • 24 Java source files and their variations
  • 23 JavaScript and CSS files (configuration, build scripts, and web components)

This is a straightforward maintenance task that eliminates the need to update year ranges in copyright notices annually.

What reviewers should know

What to check:

  • Verify all copyright headers follow the new dateless format consistently
  • Confirm no unintended changes beyond the copyright line (all diffs show only the date range removal)
  • No functional code changes, build changes, or dependency modifications

Pattern to review:
All changes follow this single pattern:

- * Copyright (C) 2009-2025 SonarSource Sàrl
+ * Copyright (C) SonarSource Sàrl

No blockers: This is a purely administrative update with zero risk to functionality or testing.


  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback

Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ✅

Clean, mechanical change — every file has exactly one line modified (the copyright year range removed), no functional code touched, and the change is applied consistently across all 47 files.

🗣️ Give feedback

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@claire-villard-sonarsource claire-villard-sonarsource merged commit 6c57bea into 10.x Apr 10, 2026
3 checks passed
@claire-villard-sonarsource claire-villard-sonarsource deleted the claire/SC-45754/dateless-headers branch April 10, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants