From 0622236a0f566270a2e9a799ff61cefac78255c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:13:11 +0200 Subject: [PATCH] docs: fix typo in about message I just saw the proposition of modification of Maxime in the toolkit PR. I'm adding it here too. --- src/ansys/tools/installer/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/tools/installer/constants.py b/src/ansys/tools/installer/constants.py index c58f3cff..70705fe5 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -37,7 +37,7 @@

Created by the PyAnsys Team.

Project build using PySide6, Copyright 2024 The Qt Company Ltd, and PyInstaller.

The graphical user interface (GUI) components are licensed under LGPL v3.0.

-

Except for the GUI components, your use of this software is governed by the MIT License. In addition, this installer allows you to access and install software that is licensed under separate terms ("Separately Licensed Software"). If you chose to install such Separately Licensed Software, you acknowledge that you are responsible for complying with any associated terms and conditions.

+

Except for the GUI components, your use of this software is governed by the MIT License. In addition, this installer allows you to access and install software that is licensed under separate terms ("Separately Licensed Software"). If you choose to install such Separately Licensed Software, you acknowledge that you are responsible for complying with any associated terms and conditions.

Copyright 2023 - 2024 ANSYS, Inc. All rights reserved.

If you have any questions or issues, please open an issue in python-installer-qt-gui Issues page.

Alternatively, you can contact us at pyansys.core@ansys.com.