SCANPY-238 Update license headers#302
Conversation
SummaryUpdate all license headers to reflect new copyright owner and extended date range. Changed copyright owner from 'SonarSource SA.' to 'SonarSource Sàrl' and extended the copyright year range from '2011-2024' to '2011-2026'. Also removed the trailing period from the company name in the license header template. What reviewers should knowThis is a bulk administrative change touching nearly 40 files. The changes are systematic and mechanical:
Expect identical changes across all files: copyright owner name, date range, and removal of the period. No functional code changes. Use a simple text search to spot-check one or two files if desired, then trust the mechanical application of the rest.
|
SummaryUpdates all license headers project-wide to reflect a change in copyright owner from "SonarSource SA" to "SonarSource Sàrl" and extends the copyright year range to 2026. Also removes the trailing period from the owner name. These are cosmetic, administrative-only changes with no functional impact on code behavior. What reviewers should knowWhere to start: Review What changed: The copyright line in headers across all Python source and test files now reads No functional changes: This is purely administrative—no code logic, behavior, or tests were modified. All updates are consistent across ~30+ Python files in Verification approach: Spot-check a few files across different directories to confirm the pattern is applied consistently; checking the template and script is sufficient to understand the entire change.
|
SummaryUpdates all license headers across the project to reflect organizational and date changes. Changes company name from 'SonarSource SA' to 'SonarSource Sàrl', updates copyright year range from 2011-2024 to 2011-2026, and removes trailing period from the license template. Updates build pipeline, documentation, and license generation scripts to use the new values. What reviewers should knowThis is a straightforward automated update of license headers. All changes are identical across the codebase:
No logic changes. Verify the changes are consistent across all files (search for any remaining '2011-2024' or 'SonarSource SA' references if concerned about completeness).
|
thomas-serre-sonarsource
left a comment
There was a problem hiding this comment.
LGTM! Thanks for doing this!!
I think there is still one file where you should do the change CONTRIBUTING.md :
## License header
Before pushing, please check if all files have a license header.
If not all files have a license header please execute:
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d src/
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/
|





No description provided.