From 233f1de47f6c4cbb3ac579a94c4f55a810f7a76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 13 Feb 2024 15:07:46 +0100 Subject: [PATCH] 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 Task-number: QTBUG-121787 Change-Id: I701e707447ca68977bdd80662200eb0c36545dbe Reviewed-by: Joerg Bornemann (cherry picked from commit ee8822168ce15764693cb4600f445e0605ce0e9a) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/cmake/test_standalone_test/tst_standalone_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b9a7089218e..fa533602ecd 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 #include