diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc1722d1..f03a8e4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,8 +60,8 @@ jobs: uses: ./.github/actions/config-poetry - run: | poetry run black src/ tests/ --check - 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/ + 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/ git diff --name-only --exit-code ./src ./tests documentation: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8dd95a36..d5df394e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -112,6 +112,6 @@ Run `poetry run mypy src/ tests/ --ignore-missing-imports` to execute the type c 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/ +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/ ``` diff --git a/license_header.tmpl b/license_header.tmpl index 7d85d4b2..a06d0dd6 100644 --- a/license_header.tmpl +++ b/license_header.tmpl @@ -1,5 +1,5 @@ ${projectname} -Copyright (C) ${years} ${owner}. +Copyright (C) ${years} ${owner} mailto:info AT sonarsource DOT com This program is free software; you can redistribute it and/or diff --git a/scripts/generate_licenseheaders.sh b/scripts/generate_licenseheaders.sh index 429098fd..04ecefb8 100755 --- a/scripts/generate_licenseheaders.sh +++ b/scripts/generate_licenseheaders.sh @@ -2,8 +2,8 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) pushd "$SCRIPT_DIR/.." -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/ -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 +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/ +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 popd diff --git a/src/pysonar_scanner/__init__.py b/src/pysonar_scanner/__init__.py index 4a86252c..47dfde1d 100644 --- a/src/pysonar_scanner/__init__.py +++ b/src/pysonar_scanner/__init__.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/__main__.py b/src/pysonar_scanner/__main__.py index 9f68efe0..22c66f62 100644 --- a/src/pysonar_scanner/__main__.py +++ b/src/pysonar_scanner/__main__.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/api.py b/src/pysonar_scanner/api.py index 621c135e..43db3e89 100644 --- a/src/pysonar_scanner/api.py +++ b/src/pysonar_scanner/api.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/app_logging.py b/src/pysonar_scanner/app_logging.py index 95b33cc2..ce5a068f 100644 --- a/src/pysonar_scanner/app_logging.py +++ b/src/pysonar_scanner/app_logging.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/cache.py b/src/pysonar_scanner/cache.py index 0431386d..7eeb7c93 100644 --- a/src/pysonar_scanner/cache.py +++ b/src/pysonar_scanner/cache.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/__init__.py b/src/pysonar_scanner/configuration/__init__.py index 4a86252c..47dfde1d 100644 --- a/src/pysonar_scanner/configuration/__init__.py +++ b/src/pysonar_scanner/configuration/__init__.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/cli.py b/src/pysonar_scanner/configuration/cli.py index 87566ad4..acf520fa 100644 --- a/src/pysonar_scanner/configuration/cli.py +++ b/src/pysonar_scanner/configuration/cli.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/configuration_loader.py b/src/pysonar_scanner/configuration/configuration_loader.py index 74f33fec..6442112d 100644 --- a/src/pysonar_scanner/configuration/configuration_loader.py +++ b/src/pysonar_scanner/configuration/configuration_loader.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/coveragerc_loader.py b/src/pysonar_scanner/configuration/coveragerc_loader.py index 3744e219..d2b8e8fc 100644 --- a/src/pysonar_scanner/configuration/coveragerc_loader.py +++ b/src/pysonar_scanner/configuration/coveragerc_loader.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/dynamic_defaults_loader.py b/src/pysonar_scanner/configuration/dynamic_defaults_loader.py index 064513f0..bd46267a 100644 --- a/src/pysonar_scanner/configuration/dynamic_defaults_loader.py +++ b/src/pysonar_scanner/configuration/dynamic_defaults_loader.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/environment_variables.py b/src/pysonar_scanner/configuration/environment_variables.py index 3bc53e69..fa3c31a6 100644 --- a/src/pysonar_scanner/configuration/environment_variables.py +++ b/src/pysonar_scanner/configuration/environment_variables.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/properties.py b/src/pysonar_scanner/configuration/properties.py index b6becae0..10d740c7 100644 --- a/src/pysonar_scanner/configuration/properties.py +++ b/src/pysonar_scanner/configuration/properties.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/pyproject_toml.py b/src/pysonar_scanner/configuration/pyproject_toml.py index b60e9eba..98d8e0f0 100644 --- a/src/pysonar_scanner/configuration/pyproject_toml.py +++ b/src/pysonar_scanner/configuration/pyproject_toml.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/configuration/sonar_project_properties.py b/src/pysonar_scanner/configuration/sonar_project_properties.py index f115c7f6..0bd4eb21 100644 --- a/src/pysonar_scanner/configuration/sonar_project_properties.py +++ b/src/pysonar_scanner/configuration/sonar_project_properties.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/exceptions.py b/src/pysonar_scanner/exceptions.py index 81e53189..cc086d56 100644 --- a/src/pysonar_scanner/exceptions.py +++ b/src/pysonar_scanner/exceptions.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/jre.py b/src/pysonar_scanner/jre.py index 96bd6d70..e9466c20 100644 --- a/src/pysonar_scanner/jre.py +++ b/src/pysonar_scanner/jre.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/scannerengine.py b/src/pysonar_scanner/scannerengine.py index fd6c639c..62b1d862 100644 --- a/src/pysonar_scanner/scannerengine.py +++ b/src/pysonar_scanner/scannerengine.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/src/pysonar_scanner/utils.py b/src/pysonar_scanner/utils.py index 3ca32828..9d6ea223 100644 --- a/src/pysonar_scanner/utils.py +++ b/src/pysonar_scanner/utils.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/conftest.py b/tests/conftest.py index 0783f1aa..5015ff28 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/its/__main__.py b/tests/its/__main__.py index 4a86252c..47dfde1d 100644 --- a/tests/its/__main__.py +++ b/tests/its/__main__.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/its/conftest.py b/tests/its/conftest.py index 3eca9849..d4e3cd4e 100644 --- a/tests/its/conftest.py +++ b/tests/its/conftest.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/its/sources/minimal/src/minimal.py b/tests/its/sources/minimal/src/minimal.py index 066a5930..089722ff 100644 --- a/tests/its/sources/minimal/src/minimal.py +++ b/tests/its/sources/minimal/src/minimal.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/its/test_minimal.py b/tests/its/test_minimal.py index d1959e8f..d39f5f79 100644 --- a/tests/its/test_minimal.py +++ b/tests/its/test_minimal.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/its/utils/__init__.py b/tests/its/utils/__init__.py index 4a86252c..47dfde1d 100644 --- a/tests/its/utils/__init__.py +++ b/tests/its/utils/__init__.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/its/utils/cli_client.py b/tests/its/utils/cli_client.py index 6a8829de..6013ec6d 100644 --- a/tests/its/utils/cli_client.py +++ b/tests/its/utils/cli_client.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/its/utils/pysonar-debug.py b/tests/its/utils/pysonar-debug.py index 3934c0aa..1e4f4f58 100644 --- a/tests/its/utils/pysonar-debug.py +++ b/tests/its/utils/pysonar-debug.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/its/utils/sonarqube_client.py b/tests/its/utils/sonarqube_client.py index 2ca777b9..d528bba5 100644 --- a/tests/its/utils/sonarqube_client.py +++ b/tests/its/utils/sonarqube_client.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/test_environment_variables.py b/tests/test_environment_variables.py index 0ea6dc85..0d61ec03 100644 --- a/tests/test_environment_variables.py +++ b/tests/test_environment_variables.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/test_properties.py b/tests/test_properties.py index c6284137..da3d35af 100644 --- a/tests/test_properties.py +++ b/tests/test_properties.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/sq_api_utils.py b/tests/unit/sq_api_utils.py index 996a10a0..b73b6e61 100644 --- a/tests/unit/sq_api_utils.py +++ b/tests/unit/sq_api_utils.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_api.py b/tests/unit/test_api.py index 3a9483bf..2c26626e 100644 --- a/tests/unit/test_api.py +++ b/tests/unit/test_api.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_app_logging.py b/tests/unit/test_app_logging.py index 4105ca03..4ff059c9 100644 --- a/tests/unit/test_app_logging.py +++ b/tests/unit/test_app_logging.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_cache.py b/tests/unit/test_cache.py index 56db023c..f3f6f189 100644 --- a/tests/unit/test_cache.py +++ b/tests/unit/test_cache.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_configuration_cli.py b/tests/unit/test_configuration_cli.py index 297f80cc..781cde3b 100644 --- a/tests/unit/test_configuration_cli.py +++ b/tests/unit/test_configuration_cli.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_configuration_loader.py b/tests/unit/test_configuration_loader.py index a221acc8..82340abf 100644 --- a/tests/unit/test_configuration_loader.py +++ b/tests/unit/test_configuration_loader.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_coveragerc_loader.py b/tests/unit/test_coveragerc_loader.py index 473222cd..5031bc06 100644 --- a/tests/unit/test_coveragerc_loader.py +++ b/tests/unit/test_coveragerc_loader.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_exceptions.py b/tests/unit/test_exceptions.py index c4f65f5b..00fc23f6 100644 --- a/tests/unit/test_exceptions.py +++ b/tests/unit/test_exceptions.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_jre.py b/tests/unit/test_jre.py index d7658417..03383bc1 100644 --- a/tests/unit/test_jre.py +++ b/tests/unit/test_jre.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_main.py b/tests/unit/test_main.py index 9b9de3ad..eda65cb9 100644 --- a/tests/unit/test_main.py +++ b/tests/unit/test_main.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_pyproject_toml.py b/tests/unit/test_pyproject_toml.py index 1b836b2e..4e07a88a 100644 --- a/tests/unit/test_pyproject_toml.py +++ b/tests/unit/test_pyproject_toml.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_scannerengine.py b/tests/unit/test_scannerengine.py index 33bf5c1b..a829de56 100644 --- a/tests/unit/test_scannerengine.py +++ b/tests/unit/test_scannerengine.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_sonar_project_properties.py b/tests/unit/test_sonar_project_properties.py index 3f698ca5..5c84a4d9 100644 --- a/tests/unit/test_sonar_project_properties.py +++ b/tests/unit/test_sonar_project_properties.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index 62188b31..1abd3d9c 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -1,6 +1,6 @@ # # Sonar Scanner Python -# Copyright (C) 2011-2024 SonarSource SA. +# Copyright (C) 2011-2026 SonarSource Sàrl # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or