From 010516d71c52d2369368a965b15e6c0c2a27584f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Mon, 12 Aug 2024 15:24:58 +0200 Subject: [PATCH] Correct license in test directory According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only and all build system should be BSD-3-Clause. [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.8 Task-number: QTBUG-121787 Change-Id: I9da6b82b6d620e72d5c6700e3d5901f9049f89e9 Reviewed-by: Santhosh Kumar --- tests/manual/quicklayouts/sizepolicies/CMakeLists.txt | 2 +- tests/manual/quicklayouts/sizepolicies/main.cpp | 2 +- tests/manual/quicklayouts/sizepolicies/main.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/manual/quicklayouts/sizepolicies/CMakeLists.txt b/tests/manual/quicklayouts/sizepolicies/CMakeLists.txt index 360c081385..ad0056cf46 100644 --- a/tests/manual/quicklayouts/sizepolicies/CMakeLists.txt +++ b/tests/manual/quicklayouts/sizepolicies/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +# SPDX-License-Identifier: BSD-3-Clause if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT) cmake_minimum_required(VERSION 3.16) diff --git a/tests/manual/quicklayouts/sizepolicies/main.cpp b/tests/manual/quicklayouts/sizepolicies/main.cpp index 9c49a92e4b..6408e09ed3 100644 --- a/tests/manual/quicklayouts/sizepolicies/main.cpp +++ b/tests/manual/quicklayouts/sizepolicies/main.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include #include diff --git a/tests/manual/quicklayouts/sizepolicies/main.qml b/tests/manual/quicklayouts/sizepolicies/main.qml index 2d53aac4bc..0a3e446dd2 100644 --- a/tests/manual/quicklayouts/sizepolicies/main.qml +++ b/tests/manual/quicklayouts/sizepolicies/main.qml @@ -1,5 +1,5 @@ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtQuick.Controls