summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-12 16:39:25 (GMT)
committerBrad King <brad.king@kitware.com>2019-06-12 16:39:25 (GMT)
commitc1d6b135edb08431252c5deabc68a1361a2ee2e3 (patch)
tree9d742fb2f139e7765c8586d27b05b7cadac16d66 /Source
parenta4231943117f5ba3dd0fdc6c8b1824334162b69f (diff)
downloadCMake-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.cxx2
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