aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols/menus/main.cpp
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-06-26 13:06:58 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-06-27 09:17:10 +0200
commited6afe6ae074e6382f89bf9dbccadf86ca4abe44 (patch)
tree3ceb0a1acf8a24694594771feac3591b0dc944e2 /tests/manual/quickcontrols/menus/main.cpp
parent6983af3191bceaf6f995f1ec3c6e1cc97345e104 (diff)
Correct license for tests file
According to QUIP-18 [1], all tests file should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.8 Task-number: QTBUG-121787 Change-Id: I50964da74d6360bb88fc468765f6362ad39d20d1 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/manual/quickcontrols/menus/main.cpp')
-rw-r--r--tests/manual/quickcontrols/menus/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/quickcontrols/menus/main.cpp b/tests/manual/quickcontrols/menus/main.cpp
index e9b4e6d5eb..aca6316166 100644
--- a/tests/manual/quickcontrols/menus/main.cpp
+++ b/tests/manual/quickcontrols/menus/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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>