summaryrefslogtreecommitdiffstats
path: root/src/tools/appman/appman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/appman/appman.cpp')
-rw-r--r--src/tools/appman/appman.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/appman/appman.cpp b/src/tools/appman/appman.cpp
index 36b0ac45..f1808e89 100644
--- a/src/tools/appman/appman.cpp
+++ b/src/tools/appman/appman.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:LGPL-QTAS$
** Commercial License Usage
@@ -70,8 +70,8 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
#else
QCoreApplication::setApplicationName(qSL("Qt Application Manager"));
#endif
- QCoreApplication::setOrganizationName(qSL("Luxoft Sweden AB"));
- QCoreApplication::setOrganizationDomain(qSL("luxoft.com"));
+ QCoreApplication::setOrganizationName(qSL("QtProject"));
+ QCoreApplication::setOrganizationDomain(qSL("qt-project.org"));
QCoreApplication::setApplicationVersion(qSL(AM_VERSION));
Logging::initialize(argc, argv);