aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols/systemtrayicon
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quickcontrols/systemtrayicon')
-rw-r--r--tests/manual/quickcontrols/systemtrayicon/systemtrayicon.cpp2
-rw-r--r--tests/manual/quickcontrols/systemtrayicon/systemtrayicon.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/quickcontrols/systemtrayicon/systemtrayicon.cpp b/tests/manual/quickcontrols/systemtrayicon/systemtrayicon.cpp
index 32b1b4c1ce..0108367b9f 100644
--- a/tests/manual/quickcontrols/systemtrayicon/systemtrayicon.cpp
+++ b/tests/manual/quickcontrols/systemtrayicon/systemtrayicon.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QGuiApplication>
#include <QQmlApplicationEngine>
diff --git a/tests/manual/quickcontrols/systemtrayicon/systemtrayicon.qml b/tests/manual/quickcontrols/systemtrayicon/systemtrayicon.qml
index d3a9454074..aeb0040ace 100644
--- a/tests/manual/quickcontrols/systemtrayicon/systemtrayicon.qml
+++ b/tests/manual/quickcontrols/systemtrayicon/systemtrayicon.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick
import QtQuick.Controls