File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
33pushd " $SCRIPT_DIR /.."
44
5- poetry run licenseheaders -t license_header.tmpl -o " SonarSource SA " -y 2011-2024 -n " Sonar Scanner Python" -E .py -d src/
6- poetry run licenseheaders -t license_header.tmpl -o " SonarSource SA " -y 2011-2024 -n " Sonar Scanner Python" -E .py -d tests/
7- poetry run licenseheaders -t license_header.tmpl -o " SonarSource SA " -y 2011-2024 -n " Sonar Scanner Python" -E .py -d its -x its/sources/** .py
5+ poetry run licenseheaders -t license_header.tmpl -o " SonarSource Sàrl " -y 2011-2026 -n " Sonar Scanner Python" -E .py -d src/
6+ poetry run licenseheaders -t license_header.tmpl -o " SonarSource Sàrl " -y 2011-2026 -n " Sonar Scanner Python" -E .py -d tests/
7+ poetry run licenseheaders -t license_header.tmpl -o " SonarSource Sàrl " -y 2011-2026 -n " Sonar Scanner Python" -E .py -d its -x its/sources/** .py
88
99popd
You can’t perform that action at this time.
0 commit comments