From 114dbc11f7d830198a67d675af5fb37103267df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 23 Apr 2024 14:43:57 +0200 Subject: Correct license for build system files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to QUIP-18 [1], all build system files should be BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: Ifd227d17cc7765fd772f70f7020d8a91f82f2895 Reviewed-by: Kai Köhne --- src/graphs2d/qml/designer/CMakeLists.txt | 2 +- src/graphs2d/qml/designer/default/CMakeLists.txt | 2 +- src/graphs3d/qml/designer/CMakeLists.txt | 2 +- src/graphs3d/qml/designer/default/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/graphs2d/qml/designer/CMakeLists.txt b/src/graphs2d/qml/designer/CMakeLists.txt index bd0cd59..b15e63e 100644 --- a/src/graphs2d/qml/designer/CMakeLists.txt +++ b/src/graphs2d/qml/designer/CMakeLists.txt @@ -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: BSD-3-Clause file(GLOB_RECURSE designer_image_files RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" diff --git a/src/graphs2d/qml/designer/default/CMakeLists.txt b/src/graphs2d/qml/designer/default/CMakeLists.txt index d52e900..f0c85e4 100644 --- a/src/graphs2d/qml/designer/default/CMakeLists.txt +++ b/src/graphs2d/qml/designer/default/CMakeLists.txt @@ -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: BSD-3-Clause qt_path_join(destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtGraphs/designer/default") qt_copy_or_install( diff --git a/src/graphs3d/qml/designer/CMakeLists.txt b/src/graphs3d/qml/designer/CMakeLists.txt index cc5337e..219c8f2 100644 --- a/src/graphs3d/qml/designer/CMakeLists.txt +++ b/src/graphs3d/qml/designer/CMakeLists.txt @@ -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: BSD-3-Clause file(GLOB_RECURSE designer_image_files RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" diff --git a/src/graphs3d/qml/designer/default/CMakeLists.txt b/src/graphs3d/qml/designer/default/CMakeLists.txt index 6964231..3fa36ba 100644 --- a/src/graphs3d/qml/designer/default/CMakeLists.txt +++ b/src/graphs3d/qml/designer/default/CMakeLists.txt @@ -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: BSD-3-Clause qt_path_join(destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtGraphs/designer/default") qt_copy_or_install( -- cgit v1.2.3