summaryrefslogtreecommitdiff
path: root/tools/configure/configureapp.cpp
diff options
context:
space:
mode:
authorjutaipal <juhani.taipale@digia.com>2012-12-11 01:03:29 -0800
committerjutaipal <juhani.taipale@digia.com>2012-12-11 01:03:29 -0800
commit1fba98cfa3590ef742cbe082bf4478c2703ea3c5 (patch)
treecfb02dbe5c674fed97bc5009ecbf4262722a2d0b /tools/configure/configureapp.cpp
parent50776dde6ea1e30b019a7b698533d96231a7f7a8 (diff)
downloadqt4-tools-1fba98cfa3590ef742cbe082bf4478c2703ea3c5.tar.gz
Nokia to Digia changes
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 b3bf58df38..9005949e39 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -478,8 +478,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" << endl;
dictionary[ "BUILDNOKIA" ] = "yes";
dictionary[ "BUILDDEV" ] = "yes";
dictionary["LICENSE_CONFIRMED"] = "yes";