aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/doc/how-tos/how-to-qml/time-picker/TimeComponentLabel.qml
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-22 15:51:16 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-02-29 13:21:43 +0100
commit648e0203184c50d3b96bcbc8d55d27194d784eb7 (patch)
tree2851e32a22bd23464e9b41be13598ecc2cfbe557 /tests/auto/quick/doc/how-tos/how-to-qml/time-picker/TimeComponentLabel.qml
parent375018828fbcfc74bd580ca38012aa37e21d408f (diff)
Correct license for test files
According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I26d72e8de04d4c7c57b3b7838af5d033265de5ba Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit 9c5fc883881799fa28cf74535351e76dcea10a0a)
Diffstat (limited to 'tests/auto/quick/doc/how-tos/how-to-qml/time-picker/TimeComponentLabel.qml')
-rw-r--r--tests/auto/quick/doc/how-tos/how-to-qml/time-picker/TimeComponentLabel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/doc/how-tos/how-to-qml/time-picker/TimeComponentLabel.qml b/tests/auto/quick/doc/how-tos/how-to-qml/time-picker/TimeComponentLabel.qml
index ba2c019706..6b1653bde5 100644
--- a/tests/auto/quick/doc/how-tos/how-to-qml/time-picker/TimeComponentLabel.qml
+++ b/tests/auto/quick/doc/how-tos/how-to-qml/time-picker/TimeComponentLabel.qml
@@ -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
import QtQuick
import QtQuick.Layouts