diff --git a/LICENSE b/LICENSE index 3c96ad89..e4fd7107 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2023 - 2026 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/pyproject.toml b/pyproject.toml index 8aab2fbb..cdecefb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ doc = [ "ansys-sphinx-theme==1.6.4", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", - "sphinx_toolbox==4.1.0", + "sphinx_toolbox==4.1.1", ] freeze = [ "pyinstaller==6.17.0", diff --git a/src/ansys/tools/installer/__init__.py b/src/ansys/tools/installer/__init__.py index 93fba8ef..95fd8d0a 100644 --- a/src/ansys/tools/installer/__init__.py +++ b/src/ansys/tools/installer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/__main__.py b/src/ansys/tools/installer/__main__.py index ddce2eaa..2a20cd6d 100644 --- a/src/ansys/tools/installer/__main__.py +++ b/src/ansys/tools/installer/__main__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/auto_updater.py b/src/ansys/tools/installer/auto_updater.py index 2ad5aa1d..6176e6ac 100644 --- a/src/ansys/tools/installer/auto_updater.py +++ b/src/ansys/tools/installer/auto_updater.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/common.py b/src/ansys/tools/installer/common.py index fd01c484..5276bf2f 100644 --- a/src/ansys/tools/installer/common.py +++ b/src/ansys/tools/installer/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/configure.py b/src/ansys/tools/installer/configure.py index 82b0e091..cab1465f 100644 --- a/src/ansys/tools/installer/configure.py +++ b/src/ansys/tools/installer/configure.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/configure_json.py b/src/ansys/tools/installer/configure_json.py index 65fce7f8..5a86d8ac 100644 --- a/src/ansys/tools/installer/configure_json.py +++ b/src/ansys/tools/installer/configure_json.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/constants.py b/src/ansys/tools/installer/constants.py index 1a750f06..771ca401 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # 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 a8622ea4..d1f07ba2 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 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/find_python.py b/src/ansys/tools/installer/find_python.py index 5d2966f9..6f862c63 100644 --- a/src/ansys/tools/installer/find_python.py +++ b/src/ansys/tools/installer/find_python.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/installed_table.py b/src/ansys/tools/installer/installed_table.py index 8c9a221e..0c440f66 100644 --- a/src/ansys/tools/installer/installed_table.py +++ b/src/ansys/tools/installer/installed_table.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/installer.py b/src/ansys/tools/installer/installer.py index 6cab3f57..d76b275a 100644 --- a/src/ansys/tools/installer/installer.py +++ b/src/ansys/tools/installer/installer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/linux_functions.py b/src/ansys/tools/installer/linux_functions.py index 7a641aad..cc1b9a49 100644 --- a/src/ansys/tools/installer/linux_functions.py +++ b/src/ansys/tools/installer/linux_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/main.py b/src/ansys/tools/installer/main.py index c3b492f9..47c1118c 100644 --- a/src/ansys/tools/installer/main.py +++ b/src/ansys/tools/installer/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/misc.py b/src/ansys/tools/installer/misc.py index 1447ff25..ae01c051 100644 --- a/src/ansys/tools/installer/misc.py +++ b/src/ansys/tools/installer/misc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/progress_bar.py b/src/ansys/tools/installer/progress_bar.py index 7305f261..c116e99e 100644 --- a/src/ansys/tools/installer/progress_bar.py +++ b/src/ansys/tools/installer/progress_bar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/uninstall.py b/src/ansys/tools/installer/uninstall.py index 5b864db8..000fb5b3 100644 --- a/src/ansys/tools/installer/uninstall.py +++ b/src/ansys/tools/installer/uninstall.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/vscode.py b/src/ansys/tools/installer/vscode.py index c21543a3..3642c405 100644 --- a/src/ansys/tools/installer/vscode.py +++ b/src/ansys/tools/installer/vscode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/tools/installer/windows_functions.py b/src/ansys/tools/installer/windows_functions.py index 46228dee..fa1a7838 100644 --- a/src/ansys/tools/installer/windows_functions.py +++ b/src/ansys/tools/installer/windows_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_auto_updater.py b/tests/test_auto_updater.py index a935016d..dc408d59 100644 --- a/tests/test_auto_updater.py +++ b/tests/test_auto_updater.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_gui.py b/tests/test_gui.py index dd4d7460..ac83e60e 100644 --- a/tests/test_gui.py +++ b/tests/test_gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_linux_functions.py b/tests/test_linux_functions.py index 877a08f0..976ecda2 100644 --- a/tests/test_linux_functions.py +++ b/tests/test_linux_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 731f1f13..bac8b809 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #