summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.cpp
diff options
context:
space:
mode:
authorjutaipal <juhani.taipale@digia.com>2012-10-09 10:25:52 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-14 01:41:49 (GMT)
commit3fbc68b372741d04f477915bb09efbd2a277a570 (patch)
tree46cc2889800d5647a5b91a0b73a3a6267b2bd2ef /tools/configure/configureapp.cpp
parentc680ca946be60ce9c2629a3fef62c5a29407b355 (diff)
downloadQt-3fbc68b372741d04f477915bb09efbd2a277a570.zip
Qt-3fbc68b372741d04f477915bb09efbd2a277a570.tar.gz
Qt-3fbc68b372741d04f477915bb09efbd2a277a570.tar.bz2
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/configureapp.cpp')
-rw-r--r--tools/configure/configureapp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 116b43a..be28762 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -524,8 +524,8 @@ void Configure::parseCmdLine()
dictionary[ "BUILDDEV" ] = "yes";
else if (configCmdLine.at(i) == "-nokia-developer") {
cout << "Detected -nokia-developer option" << endl;
- cout << "Nokia employees and agents are allowed to use this software under" << endl;
- cout << "the authority of Nokia Corporation and/or its subsidiary(-ies)" << endl;
+ cout << "Digia employees and agents are allowed to use this software under" << endl;
+ cout << "the authority of Digia Plc and/or its subsidiary(-ies)" << endl;
dictionary[ "BUILDNOKIA" ] = "yes";
dictionary[ "BUILDDEV" ] = "yes";
dictionary["LICENSE_CONFIRMED"] = "yes";