diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-06-13 10:54:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-06-13 10:55:18 (GMT) |
commit | 82629cb377ff30a53fee49b9d6f8efd86a969c69 (patch) | |
tree | ae3bc1a36cc0b1e910687ff9a5f0fcf2049be407 | |
parent | d24121d62518d4ce8672737d83ef448e8b2a0ae6 (diff) | |
parent | c1d6b135edb08431252c5deabc68a1361a2ee2e3 (diff) | |
download | CMake-82629cb377ff30a53fee49b9d6f8efd86a969c69.zip CMake-82629cb377ff30a53fee49b9d6f8efd86a969c69.tar.gz CMake-82629cb377ff30a53fee49b9d6f8efd86a969c69.tar.bz2 |
Merge topic 'cmake-gui-qt-notice'
c1d6b135ed cmake-gui: Update Qt copyright holder in About dialog
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3441
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx index 5f6ccca..e98cdcf 100644 --- a/Source/QtDialog/CMakeSetupDialog.cxx +++ b/Source/QtDialog/CMakeSetupDialog.cxx @@ -862,7 +862,7 @@ void CMakeSetupDialog::doAbout() "built using Qt %2 (qt-project.org).\n" #ifdef USE_LGPL "\n" - "The Qt Toolkit is Copyright (C) Digia Plc and/or its subsidiary(-ies).\n" + "The Qt Toolkit is Copyright (C) The Qt Company Ltd.\n" "Qt is licensed under terms of the GNU LGPLv" USE_LGPL ", available at:\n" " \"%3\"" #endif |