Skip to content

Commit 8d293e7

Browse files
SCANPY-238 Changed license info in CONTRIBUTING.md (fix after review(
1 parent aa8e711 commit 8d293e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ Run `poetry run mypy src/ tests/ --ignore-missing-imports` to execute the type c
112112
Before pushing, please check if all files have a license header.
113113
If not all files have a license header please execute:
114114
```
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/
115+
poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2026 -n "Sonar Scanner Python" -E .py -d src/
116+
poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2026 -n "Sonar Scanner Python" -E .py -d tests/
117117
```

0 commit comments

Comments
 (0)