summaryrefslogtreecommitdiffstats
path: root/src/tools/uploader/uploader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/uploader/uploader.cpp')
-rw-r--r--src/tools/uploader/uploader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/uploader/uploader.cpp b/src/tools/uploader/uploader.cpp
index 40d9a66c..9912593c 100644
--- a/src/tools/uploader/uploader.cpp
+++ b/src/tools/uploader/uploader.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Luxoft Application Manager.
+** This file is part of the Qt Application Manager.
**
** $QT_BEGIN_LICENSE:GPL-EXCEPT-QTAS$
** Commercial License Usage
@@ -91,8 +91,8 @@ Q_NORETURN void printErrorAndExit(const QString &errorPrefix, const QString &err
int main(int argc, char *argv[])
{
QCoreApplication::setApplicationName(applicationName);
- QCoreApplication::setOrganizationName(qSL("Luxoft"));
- QCoreApplication::setOrganizationDomain(qSL("luxoft.com"));
+ QCoreApplication::setOrganizationName(qSL("QtProject"));
+ QCoreApplication::setOrganizationDomain(qSL("qt-project.org"));
QCoreApplication::setApplicationVersion(qSL(AM_VERSION));
QCoreApplication a(argc, argv);