aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-23 12:18:10 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-04-23 15:56:36 +0200
commit646f2f11a8aaf9ab444fb54357f3500ff37ed668 (patch)
treec14ec8034d9872d621b7d2bbb0fbe09a42e7615b
parentcc8c269c11b6f514808e16f288c8b6876fc04f74 (diff)
Correct test license
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: I48e43e88cf5b6ec7a191ef542b09450ce8617c4b Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
-rw-r--r--tests/auto/qmlls/cli/tst_qmlls_cli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmlls/cli/tst_qmlls_cli.cpp b/tests/auto/qmlls/cli/tst_qmlls_cli.cpp
index f871decec1..344ed48e64 100644
--- a/tests/auto/qmlls/cli/tst_qmlls_cli.cpp
+++ b/tests/auto/qmlls/cli/tst_qmlls_cli.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2024 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "tst_qmlls_cli.h"