diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-06-13 10:57:09 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-06-13 10:58:22 (GMT) |
commit | 95b9d6af80d08e795cde9f94454d2431263dd084 (patch) | |
tree | c27d8906af0e345c6312ff8db9a202f51ff07c43 | |
parent | 069e42f7c34e1a721fcc6101ba2f6827e07e855a (diff) | |
parent | c1d6b135edb08431252c5deabc68a1361a2ee2e3 (diff) | |
download | CMake-95b9d6af80d08e795cde9f94454d2431263dd084.zip CMake-95b9d6af80d08e795cde9f94454d2431263dd084.tar.gz CMake-95b9d6af80d08e795cde9f94454d2431263dd084.tar.bz2 |
Merge branch 'cmake-gui-qt-notice' into release-3.15
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 |