Change the wording for license type in the About Qt box
"the GNU LGPL version 3" -> "GNU (L)GPL" because some parts of Qt are GPL v3 (Qt Charts, Qt VirtualKeyboard, etc.). Fixes: QTBUG-57697 Change-Id: Iceb88244e28b6900c5282b070468fb65b2bf52d2 Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
6857cd60dd
commit
ee91993997
|
|
@ -1844,10 +1844,10 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title)
|
|||
"<p>Qt licensed under our commercial license agreement is appropriate "
|
||||
"for development of proprietary/commercial software where you do not "
|
||||
"want to share any source code with third parties or otherwise cannot "
|
||||
"comply with the terms of the GNU LGPL version 3.</p>"
|
||||
"<p>Qt licensed under the GNU LGPL version 3 is appropriate for the "
|
||||
"comply with the terms of GNU (L)GPL.</p>"
|
||||
"<p>Qt licensed under GNU (L)GPL is appropriate for the "
|
||||
"development of Qt applications provided you can comply with the terms "
|
||||
"and conditions of the GNU LGPL version 3.</p>"
|
||||
"and conditions of the respective licenses.</p>"
|
||||
"<p>Please see <a href=\"http://%2/\">%2</a> "
|
||||
"for an overview of Qt licensing.</p>"
|
||||
"<p>Copyright (C) %1 The Qt Company Ltd and other "
|
||||
|
|
|
|||
Loading…
Reference in New Issue