summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/configureapp.cpp')
-rw-r--r--tools/configure/configureapp.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 66b0fec899..050dd6b8e1 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -2985,12 +2985,7 @@ void Configure::displayConfig()
env = "Unset";
sout << " PATH=\r\n " << env << endl;
- if (dictionary["EDITION"] == "OpenSource") {
- sout << "You are licensed to use this software under the terms of the GNU GPL version 3.";
- sout << "You are licensed to use this software under the terms of the Lesser GNU LGPL version 2.1." << endl;
- sout << "See " << dictionary["LICENSE FILE"] << "3" << endl << endl
- << " or " << dictionary["LICENSE FILE"] << "L" << endl << endl;
- } else {
+ if (dictionary[QStringLiteral("EDITION")] != QStringLiteral("OpenSource")) {
QString l1 = licenseInfo[ "LICENSEE" ];
QString l2 = licenseInfo[ "LICENSEID" ];
QString l3 = dictionary["EDITION"] + ' ' + "Edition";