From ee3066df74aa0e920f5e46531cb22cbf1d89b8f1 Mon Sep 17 00:00:00 2001 From: Guillaume Dequenne Date: Fri, 22 Nov 2024 14:16:47 +0100 Subject: [PATCH] Regenerate license for Python files --- .../typeshed_serializer/runners/__init__.py | 13 +++++-------- .../typeshed_serializer/runners/tox_runner.py | 13 +++++-------- .../typeshed_serializer/serializer/__init__.py | 13 +++++-------- .../typeshed_serializer/serializer/serializers.py | 13 +++++-------- .../typeshed_serializer/serializer/symbols.py | 13 +++++-------- .../serializer/symbols_merger.py | 13 +++++-------- .../serializer/typeshed_serializer.py | 13 +++++-------- .../typeshed_serializer/tests/__init__.py | 13 +++++-------- .../typeshed_serializer/tests/conftest.py | 13 +++++-------- .../typeshed_serializer/tests/runners/__init__.py | 13 +++++-------- .../tests/runners/test_tox_runner.py | 13 +++++-------- .../typeshed_serializer/tests/test_serializers.py | 13 +++++-------- .../typeshed_serializer/tests/test_symbols.py | 13 +++++-------- .../tests/test_symbols_merger.py | 13 +++++-------- .../tests/test_typeshed_serializer.py | 13 +++++-------- .../typeshed_serializer/tests/utils/__init__.py | 13 +++++-------- .../tests/utils/test_folder_manager.py | 13 +++++-------- 17 files changed, 85 insertions(+), 136 deletions(-) diff --git a/python-frontend/typeshed_serializer/runners/__init__.py b/python-frontend/typeshed_serializer/runners/__init__.py index 66a4c7ebaf..f50406df4a 100644 --- a/python-frontend/typeshed_serializer/runners/__init__.py +++ b/python-frontend/typeshed_serializer/runners/__init__.py @@ -4,17 +4,14 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # diff --git a/python-frontend/typeshed_serializer/runners/tox_runner.py b/python-frontend/typeshed_serializer/runners/tox_runner.py index 3f3d0886c3..c69d5aa775 100644 --- a/python-frontend/typeshed_serializer/runners/tox_runner.py +++ b/python-frontend/typeshed_serializer/runners/tox_runner.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # import contextlib diff --git a/python-frontend/typeshed_serializer/serializer/__init__.py b/python-frontend/typeshed_serializer/serializer/__init__.py index 66a4c7ebaf..f50406df4a 100644 --- a/python-frontend/typeshed_serializer/serializer/__init__.py +++ b/python-frontend/typeshed_serializer/serializer/__init__.py @@ -4,17 +4,14 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # diff --git a/python-frontend/typeshed_serializer/serializer/serializers.py b/python-frontend/typeshed_serializer/serializer/serializers.py index 85f7aae43b..9ea4917ba5 100644 --- a/python-frontend/typeshed_serializer/serializer/serializers.py +++ b/python-frontend/typeshed_serializer/serializer/serializers.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # import os diff --git a/python-frontend/typeshed_serializer/serializer/symbols.py b/python-frontend/typeshed_serializer/serializer/symbols.py index 3895ed0bc0..938aa8325d 100644 --- a/python-frontend/typeshed_serializer/serializer/symbols.py +++ b/python-frontend/typeshed_serializer/serializer/symbols.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # import logging diff --git a/python-frontend/typeshed_serializer/serializer/symbols_merger.py b/python-frontend/typeshed_serializer/serializer/symbols_merger.py index 4c4b8022f0..6ab1263619 100644 --- a/python-frontend/typeshed_serializer/serializer/symbols_merger.py +++ b/python-frontend/typeshed_serializer/serializer/symbols_merger.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # from typing import Dict, Set, List diff --git a/python-frontend/typeshed_serializer/serializer/typeshed_serializer.py b/python-frontend/typeshed_serializer/serializer/typeshed_serializer.py index 8b15c6df0f..204f4edd34 100644 --- a/python-frontend/typeshed_serializer/serializer/typeshed_serializer.py +++ b/python-frontend/typeshed_serializer/serializer/typeshed_serializer.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # from serializer.serializers import MicrosoftStubsSerializer, TypeshedSerializer, CustomStubsSerializer, ImporterSerializer diff --git a/python-frontend/typeshed_serializer/tests/__init__.py b/python-frontend/typeshed_serializer/tests/__init__.py index 66a4c7ebaf..f50406df4a 100644 --- a/python-frontend/typeshed_serializer/tests/__init__.py +++ b/python-frontend/typeshed_serializer/tests/__init__.py @@ -4,17 +4,14 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # diff --git a/python-frontend/typeshed_serializer/tests/conftest.py b/python-frontend/typeshed_serializer/tests/conftest.py index a8e7a0c3fc..cc286288bc 100644 --- a/python-frontend/typeshed_serializer/tests/conftest.py +++ b/python-frontend/typeshed_serializer/tests/conftest.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # import os diff --git a/python-frontend/typeshed_serializer/tests/runners/__init__.py b/python-frontend/typeshed_serializer/tests/runners/__init__.py index 66a4c7ebaf..f50406df4a 100644 --- a/python-frontend/typeshed_serializer/tests/runners/__init__.py +++ b/python-frontend/typeshed_serializer/tests/runners/__init__.py @@ -4,17 +4,14 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # diff --git a/python-frontend/typeshed_serializer/tests/runners/test_tox_runner.py b/python-frontend/typeshed_serializer/tests/runners/test_tox_runner.py index 048d403e73..ecd9628664 100644 --- a/python-frontend/typeshed_serializer/tests/runners/test_tox_runner.py +++ b/python-frontend/typeshed_serializer/tests/runners/test_tox_runner.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # import unittest diff --git a/python-frontend/typeshed_serializer/tests/test_serializers.py b/python-frontend/typeshed_serializer/tests/test_serializers.py index e6877673bd..f8888f2e10 100644 --- a/python-frontend/typeshed_serializer/tests/test_serializers.py +++ b/python-frontend/typeshed_serializer/tests/test_serializers.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # import logging diff --git a/python-frontend/typeshed_serializer/tests/test_symbols.py b/python-frontend/typeshed_serializer/tests/test_symbols.py index 06126163fe..13e1a4616e 100644 --- a/python-frontend/typeshed_serializer/tests/test_symbols.py +++ b/python-frontend/typeshed_serializer/tests/test_symbols.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # from unittest import mock diff --git a/python-frontend/typeshed_serializer/tests/test_symbols_merger.py b/python-frontend/typeshed_serializer/tests/test_symbols_merger.py index 16c211db77..ebf3acd009 100644 --- a/python-frontend/typeshed_serializer/tests/test_symbols_merger.py +++ b/python-frontend/typeshed_serializer/tests/test_symbols_merger.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # from unittest.mock import Mock diff --git a/python-frontend/typeshed_serializer/tests/test_typeshed_serializer.py b/python-frontend/typeshed_serializer/tests/test_typeshed_serializer.py index 5684162672..5d6ce08a1a 100644 --- a/python-frontend/typeshed_serializer/tests/test_typeshed_serializer.py +++ b/python-frontend/typeshed_serializer/tests/test_typeshed_serializer.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # from unittest.mock import Mock diff --git a/python-frontend/typeshed_serializer/tests/utils/__init__.py b/python-frontend/typeshed_serializer/tests/utils/__init__.py index 66a4c7ebaf..f50406df4a 100644 --- a/python-frontend/typeshed_serializer/tests/utils/__init__.py +++ b/python-frontend/typeshed_serializer/tests/utils/__init__.py @@ -4,17 +4,14 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # diff --git a/python-frontend/typeshed_serializer/tests/utils/test_folder_manager.py b/python-frontend/typeshed_serializer/tests/utils/test_folder_manager.py index 60d674bb25..032d109fe7 100644 --- a/python-frontend/typeshed_serializer/tests/utils/test_folder_manager.py +++ b/python-frontend/typeshed_serializer/tests/utils/test_folder_manager.py @@ -4,18 +4,15 @@ # mailto:info AT sonarsource DOT com # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. +# modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the Sonar Source-Available License for more details. # -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the Sonar Source-Available License +# along with this program; if not, see https://sonarsource.com/license/ssal/ # import os