From 4e575fe4b9a2835b34647031925dd7b1b1850d97 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:36:38 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/ansys/pre-commit-hooks: v0.7.2 → v0.8.0](https://github.com/ansys/pre-commit-hooks/compare/v0.7.2...v0.8.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83f73b90..2021ecb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: check-github-workflows - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.7.2 + rev: v0.8.0 hooks: - id: add-license-headers args: From d0e8fc24f95d596446e229b27e82d97d4f74eee2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:40:37 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/ansys/tools/installer/__init__.py | 2 +- src/ansys/tools/installer/__main__.py | 2 +- src/ansys/tools/installer/auto_updater.py | 2 +- src/ansys/tools/installer/common.py | 2 +- src/ansys/tools/installer/configure.py | 2 +- src/ansys/tools/installer/configure_json.py | 2 +- src/ansys/tools/installer/constants.py | 2 +- src/ansys/tools/installer/create_virtual_environment.py | 2 +- src/ansys/tools/installer/find_python.py | 2 +- src/ansys/tools/installer/installed_table.py | 2 +- src/ansys/tools/installer/installer.py | 2 +- src/ansys/tools/installer/linux_functions.py | 2 +- src/ansys/tools/installer/main.py | 2 +- src/ansys/tools/installer/misc.py | 2 +- src/ansys/tools/installer/progress_bar.py | 2 +- src/ansys/tools/installer/uninstall.py | 2 +- src/ansys/tools/installer/vscode.py | 2 +- src/ansys/tools/installer/windows_functions.py | 2 +- tests/test_auto_updater.py | 2 +- tests/test_gui.py | 2 +- tests/test_linux_functions.py | 2 +- tests/test_metadata.py | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/ansys/tools/installer/__init__.py b/src/ansys/tools/installer/__init__.py index 95fd8d0a..ab88c652 100644 --- a/src/ansys/tools/installer/__init__.py +++ b/src/ansys/tools/installer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/__main__.py b/src/ansys/tools/installer/__main__.py index 2a20cd6d..6fcd7dbb 100644 --- a/src/ansys/tools/installer/__main__.py +++ b/src/ansys/tools/installer/__main__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/auto_updater.py b/src/ansys/tools/installer/auto_updater.py index 6176e6ac..dad3c84b 100644 --- a/src/ansys/tools/installer/auto_updater.py +++ b/src/ansys/tools/installer/auto_updater.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/common.py b/src/ansys/tools/installer/common.py index 813fee3c..3c67df1b 100644 --- a/src/ansys/tools/installer/common.py +++ b/src/ansys/tools/installer/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/configure.py b/src/ansys/tools/installer/configure.py index 18856be1..dd20fd7b 100644 --- a/src/ansys/tools/installer/configure.py +++ b/src/ansys/tools/installer/configure.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/configure_json.py b/src/ansys/tools/installer/configure_json.py index 5a86d8ac..07f17c7d 100644 --- a/src/ansys/tools/installer/configure_json.py +++ b/src/ansys/tools/installer/configure_json.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/constants.py b/src/ansys/tools/installer/constants.py index edae1b81..c39c1593 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/create_virtual_environment.py b/src/ansys/tools/installer/create_virtual_environment.py index 4b94812b..bc750df9 100644 --- a/src/ansys/tools/installer/create_virtual_environment.py +++ b/src/ansys/tools/installer/create_virtual_environment.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/find_python.py b/src/ansys/tools/installer/find_python.py index 92572c03..3c96be7b 100644 --- a/src/ansys/tools/installer/find_python.py +++ b/src/ansys/tools/installer/find_python.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/installed_table.py b/src/ansys/tools/installer/installed_table.py index 45024b00..ce25ac25 100644 --- a/src/ansys/tools/installer/installed_table.py +++ b/src/ansys/tools/installer/installed_table.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/installer.py b/src/ansys/tools/installer/installer.py index d76b275a..d9af9442 100644 --- a/src/ansys/tools/installer/installer.py +++ b/src/ansys/tools/installer/installer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/linux_functions.py b/src/ansys/tools/installer/linux_functions.py index d761300e..472a6e23 100644 --- a/src/ansys/tools/installer/linux_functions.py +++ b/src/ansys/tools/installer/linux_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/main.py b/src/ansys/tools/installer/main.py index 15f257cd..26695fde 100644 --- a/src/ansys/tools/installer/main.py +++ b/src/ansys/tools/installer/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/misc.py b/src/ansys/tools/installer/misc.py index ae01c051..8ec871e1 100644 --- a/src/ansys/tools/installer/misc.py +++ b/src/ansys/tools/installer/misc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/progress_bar.py b/src/ansys/tools/installer/progress_bar.py index c116e99e..ab7c686c 100644 --- a/src/ansys/tools/installer/progress_bar.py +++ b/src/ansys/tools/installer/progress_bar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/uninstall.py b/src/ansys/tools/installer/uninstall.py index 1326df7b..7d3fad40 100644 --- a/src/ansys/tools/installer/uninstall.py +++ b/src/ansys/tools/installer/uninstall.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/vscode.py b/src/ansys/tools/installer/vscode.py index cac19c5b..1b42ba52 100644 --- a/src/ansys/tools/installer/vscode.py +++ b/src/ansys/tools/installer/vscode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/windows_functions.py b/src/ansys/tools/installer/windows_functions.py index fa1a7838..55bcc449 100644 --- a/src/ansys/tools/installer/windows_functions.py +++ b/src/ansys/tools/installer/windows_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_auto_updater.py b/tests/test_auto_updater.py index dc408d59..93f8bdf5 100644 --- a/tests/test_auto_updater.py +++ b/tests/test_auto_updater.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_gui.py b/tests/test_gui.py index fe48b8ed..125cce3c 100644 --- a/tests/test_gui.py +++ b/tests/test_gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_linux_functions.py b/tests/test_linux_functions.py index 218a9538..092632d0 100644 --- a/tests/test_linux_functions.py +++ b/tests/test_linux_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_metadata.py b/tests/test_metadata.py index bac8b809..558c95b7 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. # SPDX-License-Identifier: MIT # # From 017b35b7650e87792b10a0fff4e5bc6db938fee7 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:31:41 +0200 Subject: [PATCH 3/3] Update accept.txt --- doc/styles/config/vocabularies/ANSYS/accept.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/styles/config/vocabularies/ANSYS/accept.txt b/doc/styles/config/vocabularies/ANSYS/accept.txt index f12aecd2..4e86b28e 100644 --- a/doc/styles/config/vocabularies/ANSYS/accept.txt +++ b/doc/styles/config/vocabularies/ANSYS/accept.txt @@ -8,4 +8,6 @@ PyAnsys Python python Spyder +Synopsys +synopsys Windows