aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@qt.io>2021-10-04 12:06:09 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-05 12:04:49 +0000
commit9152b056f633314dfbdadbb4a3809437b68451e9 (patch)
tree7052eae654f5690db6ba0bb08bcd860e4bad904c
parentaf8861b3d795373da448bbc5d6695f3c0fd8572d (diff)
Use proper license for manual test
Task-number: QTBUG-97043 Change-Id: I5e447cfa45701bd768de3b2147dbe11b56edf604 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit e6babdf0f54dcdc42c4aac207cf524e28ddbf3b1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/manual/timelineTestApp/main.cpp20
1 files changed, 14 insertions, 6 deletions
diff --git a/tests/manual/timelineTestApp/main.cpp b/tests/manual/timelineTestApp/main.cpp
index 25f3a33..3c019f7 100644
--- a/tests/manual/timelineTestApp/main.cpp
+++ b/tests/manual/timelineTestApp/main.cpp
@@ -1,12 +1,11 @@
-/******************************************************************************
+/****************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Qt Quick Timeline module of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:COMM$
+** This file is part of the Qt Quick Timeline Add-on.
**
+** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -15,9 +14,18 @@
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 3 or (at your option) any later version
+** approved by the KDE Free Qt Foundation. The licenses are as published by
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
+**
** $QT_END_LICENSE$
**
-******************************************************************************/
+****************************************************************************/
#include <QGuiApplication>
#include <QQmlApplicationEngine>