We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8e711 commit 8d293e7Copy full SHA for 8d293e7
1 file changed
CONTRIBUTING.md
@@ -112,6 +112,6 @@ Run `poetry run mypy src/ tests/ --ignore-missing-imports` to execute the type c
112
Before pushing, please check if all files have a license header.
113
If not all files have a license header please execute:
114
```
115
-poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d src/
116
-poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/
+poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2026 -n "Sonar Scanner Python" -E .py -d src/
+poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2026 -n "Sonar Scanner Python" -E .py -d tests/
117
0 commit comments