qmake: Change copyright information from Nokia to Digia
Task-number: QTBUG-28156 Change-Id: If54615a465504b4124891fb393185eb324372874 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
parent
7c3fa5a292
commit
cd765bbae0
@ -1,4 +1,4 @@
|
||||
QMAKE_TARGET_COMPANY = Nokia Corporation and/or its subsidiary(-ies)
|
||||
QMAKE_TARGET_COMPANY = Digia Plc and/or its subsidiary(-ies)
|
||||
QMAKE_TARGET_PRODUCT = Qt5
|
||||
QMAKE_TARGET_DESCRIPTION = C++ application development framework.
|
||||
QMAKE_TARGET_COPYRIGHT = Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
||||
QMAKE_TARGET_COPYRIGHT = Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||
|
@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
||||
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||
** Contact: http://www.qt-project.org/
|
||||
**
|
||||
** This file is part of the qmake application of the Qt Toolkit.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
||||
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||
** Contact: http://www.qt-project.org/
|
||||
**
|
||||
** This file is part of the qmake application of the Qt Toolkit.
|
||||
|
@ -225,7 +225,7 @@ Option::parseCommandLine(QStringList &args)
|
||||
QMAKE_VERSION_STR, QT_VERSION_STR,
|
||||
QLibraryInfo::location(QLibraryInfo::LibrariesPath).toLatin1().constData());
|
||||
#ifdef QMAKE_OPENSOURCE_VERSION
|
||||
fprintf(stdout, "QMake is Open Source software from Nokia Corporation and/or its subsidiary(-ies).\n");
|
||||
fprintf(stdout, "QMake is Open Source software from Digia Plc and/or its subsidiary(-ies).\n");
|
||||
#endif
|
||||
return Option::QMAKE_CMDLINE_BAIL;
|
||||
} else if (arg == "-h" || arg == "-help" || arg == "--help") {
|
||||
|
Loading…
Reference in New Issue
Block a user