aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/doc/snippets/testApp/tests/main.cpp
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-23 09:59:33 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-05-16 11:30:07 +0200
commit68dad37f9eff690fcd2b37bbaf8797f7886e57aa (patch)
tree0f299268b251f33aa22a60ebbd98ee4bc617337b /src/qmltest/doc/snippets/testApp/tests/main.cpp
parente0e0f722b86db7b99185ccd669dd5456623e7e69 (diff)
Correct license for examples files
According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I63f70069e32114713ba58ce0eb96365a534e09c5 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src/qmltest/doc/snippets/testApp/tests/main.cpp')
-rw-r--r--src/qmltest/doc/snippets/testApp/tests/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmltest/doc/snippets/testApp/tests/main.cpp b/src/qmltest/doc/snippets/testApp/tests/main.cpp
index d9f1cd68ed..cf68ddb5de 100644
--- a/src/qmltest/doc/snippets/testApp/tests/main.cpp
+++ b/src/qmltest/doc/snippets/testApp/tests/main.cpp
@@ -1,5 +1,5 @@
// # Copyright (C) 2023 The Qt Company Ltd.
-// # SPDX-License-Identifier: BSD-3-Clause
+// # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//! [main]
#include <QtQuickTest/quicktest.h>