FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

SC-45754 Migrate to dateless license headers by claire-villard-sonarsource · Pull Request #53 · SonarSource/sonar-custom-plugin-example · GitHub

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

Copy link
Copy Markdown
Contributor

No description provided.

sonar-review-alpha Bot commented Apr 10, 2026
edited
Loading

Copy link
Copy Markdown

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

sonar-review-alpha Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

claire-villard-sonarsource merged commit 6c57bea into 10.x Apr 10, 2026
3 checks passed
claire-villard-sonarsource deleted the claire/SC-45754/dateless-headers branch April 10, 2026 12:18
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL