summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-23 14:43:57 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-04-26 14:56:57 +0200
commit114dbc11f7d830198a67d675af5fb37103267df1 (patch)
treede3ed59b6cf5502953d615201bd425f804b8bc34
parentbca0cc6875b29eac77a1be10490a7bc95c06e79e (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 Task-number: QTBUG-121787 Change-Id: Ifd227d17cc7765fd772f70f7020d8a91f82f2895 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rw-r--r--src/graphs2d/qml/designer/CMakeLists.txt2
-rw-r--r--src/graphs2d/qml/designer/default/CMakeLists.txt2
-rw-r--r--src/graphs3d/qml/designer/CMakeLists.txt2
-rw-r--r--src/graphs3d/qml/designer/default/CMakeLists.txt2
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(