summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-28 14:08:27 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-03-12 12:38:56 +0100
commit0886035bcdd7bb1c74d3119354d1311377ebc0dd (patch)
treefa346975ec83fda9b1483a73f220f50da45c05a2
parentfdb219b68ecf0de3a79a339c21ca7064a93679eb (diff)
Correct license for qbatchedtestrunner.in.cpp file
File is is part of the internal test infrastructure. 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 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: Ia5bc4e0abeea210ee501596330b2b63216e9e9c7 Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
-rw-r--r--cmake/qbatchedtestrunner.in.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/qbatchedtestrunner.in.cpp b/cmake/qbatchedtestrunner.in.cpp
index fb49cbbb98..cc49b77e0a 100644
--- a/cmake/qbatchedtestrunner.in.cpp
+++ b/cmake/qbatchedtestrunner.in.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 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 <QList>
#include <QString>