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.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";