diff options
author | jutaipal <juhani.taipale@digia.com> | 2012-10-09 03:25:52 -0700 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-14 03:41:49 +0200 |
commit | 3fbc68b372741d04f477915bb09efbd2a277a570 (patch) | |
tree | 46cc2889800d5647a5b91a0b73a3a6267b2bd2ef /tools/configure/tools.cpp | |
parent | c680ca946be60ce9c2629a3fef62c5a29407b355 (diff) |
More copyright changes to Digia Plc in translations and tools
Change-Id: Idb88b4e72548dfa641c6b8ce78a661fa61757ad0
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Simo Fรคlt <simo.falt@digia.com>
Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tools/configure/tools.cpp')
-rw-r--r-- | tools/configure/tools.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp index eaedb9bc28..53b7b431f8 100644 --- a/tools/configure/tools.cpp +++ b/tools/configure/tools.cpp @@ -59,7 +59,7 @@ void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString const QString &path) { if (dictionary[ "BUILDNOKIA" ] == "yes") { - dictionary["EDITION"] = "NokiaInternalBuild"; + dictionary["EDITION"] = "DigiaInternalBuild"; dictionary["LICENSE_FILE"] = ""; // No License for nokia developers dictionary["QT_EDITION"] = "QT_EDITION_OPENSOURCE"; return; // No license key checking in internal builds @@ -206,7 +206,7 @@ void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString if (dictionary.value("DONE") == "error") { cout << "You are not licensed for the " << dictionary["PLATFORM NAME"] << " platform." << endl << endl; - cout << "Please contact qt-info@nokia.com to upgrade your license" << endl; + cout << "Please contact http://www.qt-project.org/legal to upgrade your license" << endl; cout << "to include the " << dictionary["PLATFORM NAME"] << " platform, or install the" << endl; cout << "Qt Open Source Edition if you intend to develop free software." << endl; return; |