From 5838656f620070db68a5a858fc9828a3e622c52c Mon Sep 17 00:00:00 2001 From: Samir M Date: Fri, 14 Nov 2025 14:29:55 +0100 Subject: [PATCH] =?UTF-8?q?SC-35440=20scripted=20updated=20of=20SonarSourc?= =?UTF-8?q?e=20SA=20to=20SonarSource=20S=C3=A0rl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- CONTRIBUTING.md | 4 ++-- scripts/generate_licenseheaders.sh | 6 +++--- src/pysonar_scanner/__init__.py | 2 +- src/pysonar_scanner/__main__.py | 2 +- src/pysonar_scanner/api.py | 2 +- src/pysonar_scanner/app_logging.py | 2 +- src/pysonar_scanner/cache.py | 2 +- src/pysonar_scanner/configuration/__init__.py | 2 +- src/pysonar_scanner/configuration/cli.py | 2 +- src/pysonar_scanner/configuration/configuration_loader.py | 2 +- src/pysonar_scanner/configuration/coveragerc_loader.py | 2 +- .../configuration/dynamic_defaults_loader.py | 2 +- src/pysonar_scanner/configuration/environment_variables.py | 2 +- src/pysonar_scanner/configuration/properties.py | 2 +- src/pysonar_scanner/configuration/pyproject_toml.py | 2 +- .../configuration/sonar_project_properties.py | 2 +- src/pysonar_scanner/exceptions.py | 2 +- src/pysonar_scanner/jre.py | 2 +- src/pysonar_scanner/scannerengine.py | 2 +- src/pysonar_scanner/utils.py | 2 +- tests/conftest.py | 2 +- tests/its/__main__.py | 2 +- tests/its/conftest.py | 2 +- tests/its/sources/minimal/src/minimal.py | 2 +- tests/its/test_minimal.py | 2 +- tests/its/utils/__init__.py | 2 +- tests/its/utils/cli_client.py | 2 +- tests/its/utils/pysonar-debug.py | 2 +- tests/its/utils/sonarqube_client.py | 2 +- tests/test_environment_variables.py | 2 +- tests/test_properties.py | 2 +- tests/unit/sq_api_utils.py | 2 +- tests/unit/test_api.py | 2 +- tests/unit/test_app_logging.py | 2 +- tests/unit/test_cache.py | 2 +- tests/unit/test_configuration_cli.py | 2 +- tests/unit/test_configuration_loader.py | 2 +- tests/unit/test_coveragerc_loader.py | 2 +- tests/unit/test_exceptions.py | 2 +- tests/unit/test_jre.py | 2 +- tests/unit/test_main.py | 2 +- tests/unit/test_pyproject_toml.py | 2 +- tests/unit/test_scannerengine.py | 2 +- tests/unit/test_sonar_project_properties.py | 2 +- tests/unit/test_utils.py | 2 +- 46 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7c05e8f..e2d89ba3 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-2024 -n "Sonar Scanner Python" -E .py -d src/ + poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2024 -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..45e4e452 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-2024 -n "Sonar Scanner Python" -E .py -d src/ +poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/ ``` diff --git a/scripts/generate_licenseheaders.sh b/scripts/generate_licenseheaders.sh index 429098fd..f1a73847 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-2024 -n "Sonar Scanner Python" -E .py -d src/ +poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/ +poetry run licenseheaders -t license_header.tmpl -o "SonarSource Sàrl" -y 2011-2024 -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..55fd460f 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-2024 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..fb583b17 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-2024 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..5e81b24b 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-2024 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..97db05d4 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-2024 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..fc7dc89c 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-2024 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..55fd460f 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-2024 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 1ddaa280..9c5873a7 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-2024 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 b09a1718..c54b142c 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-2024 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..d9b6525a 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-2024 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..f39f8218 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-2024 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..3876b949 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-2024 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..c4378acc 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-2024 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 1d3ddb91..d4e97601 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-2024 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..7728e5ba 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-2024 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 d81cbaa2..3298123e 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-2024 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..32672dce 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-2024 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..2cf73806 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-2024 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..af30b5ec 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-2024 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..f269f740 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-2024 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..55fd460f 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-2024 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 79aff3d1..1cfcffde 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-2024 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..fbb7641f 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-2024 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..573088de 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-2024 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..55fd460f 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-2024 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..6c82199f 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-2024 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..fc9465ad 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-2024 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..cb5e3c05 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-2024 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..39d2f2f0 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-2024 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..8fbcc890 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-2024 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..34c5aea6 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-2024 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..07074d9b 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-2024 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..a47ecdd1 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-2024 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..6b8e0703 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-2024 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..343b5c91 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-2024 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 a3846186..66379266 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-2024 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..48cc84c5 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-2024 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..eace146a 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-2024 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..80656b1f 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-2024 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..c4888335 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-2024 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 6eab4f7a..4e67c1b1 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-2024 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..5e9bd1e7 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-2024 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..11fa62fd 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-2024 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..8fcb9b98 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-2024 SonarSource Sàrl. # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or