summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-13 15:07:46 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-02-14 15:23:05 +0100
commitee8822168ce15764693cb4600f445e0605ce0e9a (patch)
tree5781d7427d073315ebb990dd738ee321d01427bc /tests/auto/cmake
parent103eca1070a75bfa97d0b72b94e0c759ef0bcd1c (diff)
Change license in test file
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: I701e707447ca68977bdd80662200eb0c36545dbe Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/cmake')
-rw-r--r--tests/auto/cmake/test_standalone_test/tst_standalone_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/test_standalone_test/tst_standalone_test.cpp b/tests/auto/cmake/test_standalone_test/tst_standalone_test.cpp
index b9a7089218..fa533602ec 100644
--- a/tests/auto/cmake/test_standalone_test/tst_standalone_test.cpp
+++ b/tests/auto/cmake/test_standalone_test/tst_standalone_test.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 <QTest>
#include <QWindow>