diff options
author | Lucie Gérard <[email protected]> | 2024-02-22 16:07:44 +0100 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2024-03-21 10:41:29 +0100 |
commit | f100cb5e49b9538f5e7bca1b776dd51e6e19a982 (patch) | |
tree | 65bceb6ec30a6148f6340f275aa661eab7f2f0d2 /tests/auto/quickcontrols/qquicktextarea | |
parent | 53295d9102632568ba3ea817d009f30317b9761a (diff) |
Correct license for build system files
According to QUIP-18 [1], all build system
files should be BSD-3-Clause
[1]: https://contribute.qt-project.org/quips/18
Pick-to: 6.7 6.7.0
Task-number: QTBUG-121787
Change-Id: I97879b23b7af8d658c1dfc0659b32efcc15d1210
Reviewed-by: Kai Köhne <[email protected]>
Diffstat (limited to 'tests/auto/quickcontrols/qquicktextarea')
-rw-r--r-- | tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt b/tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt index bebe004953..1d159b69b5 100644 --- a/tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt +++ b/tests/auto/quickcontrols/qquicktextarea/CMakeLists.txt @@ -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: BSD-3-Clause if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT) cmake_minimum_required(VERSION 3.16) |