diff options
author | Brad King <brad.king@kitware.com> | 2019-06-12 16:39:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-06-12 16:39:25 (GMT) |
commit | c1d6b135edb08431252c5deabc68a1361a2ee2e3 (patch) | |
tree | 9d742fb2f139e7765c8586d27b05b7cadac16d66 /Source | |
parent | a4231943117f5ba3dd0fdc6c8b1824334162b69f (diff) | |
download | CMake-c1d6b135edb08431252c5deabc68a1361a2ee2e3.zip CMake-c1d6b135edb08431252c5deabc68a1361a2ee2e3.tar.gz CMake-c1d6b135edb08431252c5deabc68a1361a2ee2e3.tar.bz2 |
cmake-gui: Update Qt copyright holder in About dialog
Qt is now copyright "The Qt Company Ltd.".
Diffstat (limited to 'Source')
-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 |